Public Member Functions | |
SelectionModel (Collection<? extends V > c) | |
void | allSelection () |
void | resetSelection () |
Collection<? extends V > | getSelected () |
Collection<? extends V > | getUnselected () |
Definition at line 29 of file SelectionModel.java.
org.turro.zkoss.input.SelectionModel< V >.SelectionModel | ( | Collection<? extends V > | c | ) |
Definition at line 31 of file SelectionModel.java.
void org.turro.zkoss.input.SelectionModel< V >.allSelection | ( | ) |
Definition at line 37 of file SelectionModel.java.
Collection<? extends V> org.turro.zkoss.input.SelectionModel< V >.getSelected | ( | ) |
Definition at line 49 of file SelectionModel.java.
Collection<? extends V> org.turro.zkoss.input.SelectionModel< V >.getUnselected | ( | ) |
Definition at line 53 of file SelectionModel.java.
void org.turro.zkoss.input.SelectionModel< V >.resetSelection | ( | ) |
Definition at line 43 of file SelectionModel.java.