com.u2d.list
Class PlainListEObject
java.lang.Object
com.u2d.model.AbstractEObject
com.u2d.model.AbstractListEO
com.u2d.list.SimpleListEO
com.u2d.list.PlainListEObject
- All Implemented Interfaces:
- ChangeNotifier, EObject, Typed, Viewable, ListChangeNotifier, AppEventListener, ValidationNotifier, java.io.Serializable, javax.swing.ListModel
public class PlainListEObject
- extends SimpleListEO
A list object that is not related to a model. used for lists of eobjects
that might be a result of a query (carrying a result set, so to speak)
- Author:
- Eitan Suez
- See Also:
- Serialized Form
| Methods inherited from class com.u2d.list.SimpleListEO |
getAlternateView, getListView, getListViewAsIcons, getListViewAsTree, getMainView, getSize, getTableView, getToolbarView, getTotal, getView, isEmpty, makeCopy |
| Methods inherited from class com.u2d.model.AbstractListEO |
add, addDeleteListeners, addListDataListener, commandPrint, concat, contains, equals, ExportToCSV, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, first, getElementAt, getItems, getPickView, hashCode, iconLg, iconSm, isInContext, isPickState, iterator, jibxAdd, last, onEvent, Open, pick, remove, removeDeleteListeners, restoreItems, setItems, setPickState, setPickState, setValue, tableModel, tableModel, tableModel, title, toString, updateListeners, validate |
| Methods inherited from class com.u2d.model.AbstractEObject |
addChangeListener, addPostChangeListener, addValidationListener, currentUser, field, fireStateChanged, fireValidationException, fireValidationException, hbmPersistor, parentObject, persistor, removeChangeListener, removePostChangeListener, removeValidationListener, setField, vmech |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PlainListEObject
public PlainListEObject(ComplexType itemType)
PlainListEObject
public PlainListEObject(java.lang.Class clazz,
java.util.List items)
PlainListEObject
public PlainListEObject(java.lang.Class clazz)
type
public ComplexType type()
- Specified by:
type in interface Typed- Overrides:
type in class SimpleListEO
New
public ComplexEObject New(CommandInfo cmdInfo)
removeListDataListener
public void removeListDataListener(javax.swing.event.ListDataListener l)
- Specified by:
removeListDataListener in interface ListChangeNotifier- Specified by:
removeListDataListener in interface javax.swing.ListModel- Overrides:
removeListDataListener in class AbstractListEO
commands
public Onion commands()
- Specified by:
commands in interface EObject- Overrides:
commands in class AbstractListEO
command
public Command command(java.lang.String commandName)
- Overrides:
command in class AbstractListEO