public class TripTypeComboModel extends DefaultComboBoxModel
TripType.
Pas de selection par defaut.| Modifier and Type | Field and Description |
|---|---|
protected List<TripType> |
tripTypes
Trip types list
|
listenerList| Constructor and Description |
|---|
TripTypeComboModel(List<TripType> tripTypes)
Constructor with trip types list.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
int |
getSize() |
addElement, getIndexOf, getSelectedItem, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItemaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic Object getElementAt(int index)
getElementAt in interface ListModelgetElementAt in class DefaultComboBoxModelpublic int getSize()
getSize in interface ListModelgetSize in class DefaultComboBoxModelCopyright © 1999-2012 CodeLutin. All Rights Reserved.