org.chorem.lima.ui.combobox
Class FiscalPeriodComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
org.chorem.lima.ui.combobox.FiscalPeriodComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, ServiceListener
public class FiscalPeriodComboBoxModel
- extends AbstractListModel
- implements ComboBoxModel, ServiceListener
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectedFiscalPeriod
protected Object selectedFiscalPeriod
fiscalPeriodService
protected FiscalPeriodServiceMonitorable fiscalPeriodService
datasCache
protected List<FiscalPeriod> datasCache
FiscalPeriodComboBoxModel
public FiscalPeriodComboBoxModel()
FiscalPeriodComboBoxModel
public FiscalPeriodComboBoxModel(boolean all)
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel
setSelectedItem
public void setSelectedItem(Object anItem)
- Specified by:
setSelectedItem in interface ComboBoxModel
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel
getDataList
public List<FiscalPeriod> getDataList()
getAllDataList
public List<FiscalPeriod> getAllDataList()
refresh
public void refresh()
refreshAll
public void refreshAll()
notifyMethod
public void notifyMethod(String serviceName,
String methodeName)
- Specified by:
notifyMethod in interface ServiceListener
Copyright © 2008-2011 CodeLutin. All Rights Reserved.