public class DefaultBindableReferenceComboModel extends AbstractListModel implements ComboBoxModel
listenerList| Constructor and Description |
|---|
DefaultBindableReferenceComboModel()
Creates a new DefaultBindableReferenceComboModel object.
|
DefaultBindableReferenceComboModel(Vector<de.cismet.cids.dynamics.CidsBean> beans)
Creates a new DefaultBindableReferenceComboModel object.
|
DefaultBindableReferenceComboModel(Vector<de.cismet.cids.dynamics.CidsBean> beans,
boolean nullable)
Creates a new DefaultBindableReferenceComboModel object.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<de.cismet.cids.dynamics.CidsBean> |
getContentBeans()
DOCUMENT ME!
|
Object |
getElementAt(int index) |
Object |
getSelectedItem() |
int |
getSize() |
boolean |
isNullable()
DOCUMENT ME!
|
void |
setContentBeans(Vector<de.cismet.cids.dynamics.CidsBean> beans)
DOCUMENT ME!
|
void |
setNullable(boolean nullable)
DOCUMENT ME!
|
void |
setSelectedItem(Object anItem) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic DefaultBindableReferenceComboModel()
public DefaultBindableReferenceComboModel(Vector<de.cismet.cids.dynamics.CidsBean> beans)
beans - DOCUMENT ME!public DefaultBindableReferenceComboModel(Vector<de.cismet.cids.dynamics.CidsBean> beans, boolean nullable)
beans - DOCUMENT ME!nullable - DOCUMENT ME!public Object getElementAt(int index)
getElementAt in interface ListModelpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelpublic boolean isNullable()
public void setNullable(boolean nullable)
nullable - DOCUMENT ME!public Vector<de.cismet.cids.dynamics.CidsBean> getContentBeans()
public void setContentBeans(Vector<de.cismet.cids.dynamics.CidsBean> beans)
beans - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.