public class BindingGroupsListModel extends GroupsListModel implements BindingListModel, java.io.Serializable
This is the BindingListModel
as a GroupsListModel
to be used with
Listbox
, Grid
,
and DataBinder
.
Add or remove the contents of this model as a GroupListModel would cause the associated Listbox or Grid to change accordingly.
GroupsListModel.GroupDataInfo
AbstractListModel.DefaultSelectionControl<E>
_model
_selection
INTERNAL_EVENT
Constructor and Description |
---|
BindingGroupsListModel(GroupsModel model)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
indexOf(java.lang.Object obj)
Deprecated.
Returns index of the given object inside a ListModel.
|
addSelection, addToSelection, cleanInternalListener, clearSelection, clone, equals, getDataInfo, getElementAt, getGroupOffset, getGroupsInfos, getGroupsModel, getSelection, getSelectionControl, getSize, hashCode, isGroupSelectable, isMultiple, isSelected, isSelectionEmpty, removeFromSelection, removeSelection, setGroupSelectable, setMultiple, setSelection, setSelectionControl, toListModel, toString
addListDataListener, addPagingEventListener, fireEvent, fireSelectionEvent, getActivePage, getPageCount, getPageSize, newEmptySelection, readSelection, removeAllSelection, removeListDataListener, removePagingEventListener, retainAllSelection, setActivePage, setPageSize, writeSelection
finalize, getClass, notify, notifyAll, wait, wait, wait
addListDataListener, getElementAt, getSize, removeListDataListener
public BindingGroupsListModel(GroupsModel model)
public int indexOf(java.lang.Object obj)
BindingListModel
indexOf
in interface BindingListModel
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.