org.chorem.lima.ui.combobox
Class FinancialPeriodComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
org.chorem.lima.ui.combobox.FinancialPeriodComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, ServiceListener
public class FinancialPeriodComboBoxModel
- extends AbstractListModel
- implements ComboBoxModel, ServiceListener
Opened financial period combo box model.
- Version:
- $Revision: 3051 $
Last update : $Date: 2010-11-29 15:57:16 +0100 (lun., 29 nov. 2010) $
By : $Author: echatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectedFinancialPeriod
protected Object selectedFinancialPeriod
datasCache
protected List<FinancialPeriod> datasCache
financialPeriodService
protected FinancialPeriodServiceMonitorable financialPeriodService
selectedFiscalPeriod
protected FiscalPeriod selectedFiscalPeriod
FinancialPeriodComboBoxModel
public FinancialPeriodComboBoxModel()
setFiscalPeriod
public void setFiscalPeriod(FiscalPeriod fiscalPeriod)
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<FinancialPeriod> getDataList()
refresh
public void refresh()
notifyMethod
public void notifyMethod(String serviceName,
String methodeName)
- Specified by:
notifyMethod in interface ServiceListener
Copyright © 2008-2010 CodeLutin. All Rights Reserved.