|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.selection.DefaultSelectionModel
com.tonbeller.jpivot.navigator.member.MemberSelectionModel
public class MemberSelectionModel
A SelectionModel that allows only Members
to be selected.
The Model may contain objects of other types but only Members are
selectable.
Field Summary |
---|
Fields inherited from interface com.tonbeller.wcf.selection.SelectionModel |
---|
MULTIPLE_SELECTION, MULTIPLE_SELECTION_BUTTON, MULTIPLE_SELECTION_HREF, NO_SELECTION, SINGLE_SELECTION, SINGLE_SELECTION_BUTTON, SINGLE_SELECTION_HREF |
Constructor Summary | |
---|---|
MemberSelectionModel()
Constructor for MemberSelectionModel. |
|
MemberSelectionModel(int mode)
Constructor for MemberSelectionModel. |
Method Summary | |
---|---|
java.util.List |
getOrderedSelection()
|
boolean |
isSelectable(java.lang.Object item)
true if item is a member |
void |
setOrderedSelection(java.util.List list)
|
Methods inherited from class com.tonbeller.wcf.selection.DefaultSelectionModel |
---|
add, addAll, addSelectionListener, clear, contains, fireSelectionChanged, getMode, getSelectableFilter, getSelection, getSingleSelection, isEmpty, remove, removeSelectionListener, setComparator, setMode, setSelectableFilter, setSelection, setSingleSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberSelectionModel()
public MemberSelectionModel(int mode)
mode
- Method Detail |
---|
public boolean isSelectable(java.lang.Object item)
isSelectable
in interface com.tonbeller.wcf.selection.SingleSelectionModel
isSelectable
in class com.tonbeller.wcf.selection.DefaultSelectionModel
public void setOrderedSelection(java.util.List list)
public java.util.List getOrderedSelection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |