Public Member Functions | |
CollectionListbox () | |
CollectionListbox (Collection< V > collection) | |
void | updateCollection () |
void | updateCollection (Collection< V > collection) |
boolean | isAllowNull () |
void | setAllowNull (boolean allowNull) |
Collection< V > | getCollection () |
void | setCollection (Collection< V > collection) |
boolean | isNullAtBottom () |
void | setNullAtBottom (boolean nullAtBottom) |
String | getNullLabel () |
void | setNullLabel (String nullLabel) |
Public Member Functions inherited from org.turro.zkoss.input.GenericListbox< V > | |
GenericListbox () | |
void | setDisabled (boolean value) |
void | afterCompose () |
void | clearItems () |
void | setObjectValue (V value) |
void | setObjectValues (Collection< V > collection) |
V | getObjectValue () |
Collection< V > | getObjectValues () |
Collection< V > | getDeselectedObjectValues () |
boolean | isSelectFirst () |
void | setSelectFirst (boolean selectFirst) |
Set | getDeselectedItems () |
void | sort () |
Object | getRelatedEntity () |
void | setRelatedEntity (Object relatedEntity) |
Static Public Attributes | |
static final String | ITEM_SEPARATOR = "|||" |
Protected Member Functions | |
void | populateList () |
boolean | equals (V value, V obj) |
abstract String | convertToString (V v) |
void | beforeAppend (Listitem li) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.zkoss.input.GenericListbox< V > | |
boolean | populated = false |
<V> |
Definition at line 32 of file CollectionListbox.java.
Definition at line 43 of file CollectionListbox.java.
org.turro.zkoss.input.CollectionListbox< V >.CollectionListbox | ( | Collection< V > | collection | ) |
Definition at line 46 of file CollectionListbox.java.
|
protected |
Reimplemented in org.turro.calendar.ScheduleListbox, and org.turro.contacts.zul.organigram.OrganigramListbox.
Definition at line 156 of file CollectionListbox.java.
|
abstractprotected |
|
protected |
Reimplemented from org.turro.zkoss.input.GenericListbox< V >.
Definition at line 147 of file CollectionListbox.java.
Collection<V> org.turro.zkoss.input.CollectionListbox< V >.getCollection | ( | ) |
String org.turro.zkoss.input.CollectionListbox< V >.getNullLabel | ( | ) |
Definition at line 86 of file CollectionListbox.java.
boolean org.turro.zkoss.input.CollectionListbox< V >.isAllowNull | ( | ) |
Definition at line 62 of file CollectionListbox.java.
boolean org.turro.zkoss.input.CollectionListbox< V >.isNullAtBottom | ( | ) |
Definition at line 78 of file CollectionListbox.java.
|
protected |
Reimplemented from org.turro.zkoss.input.GenericListbox< V >.
Reimplemented in org.turro.financials.document.DocumentListbox, and org.turro.financials.document.DocumentLinesListbox.
Definition at line 95 of file CollectionListbox.java.
void org.turro.zkoss.input.CollectionListbox< V >.setAllowNull | ( | boolean | allowNull | ) |
void org.turro.zkoss.input.CollectionListbox< V >.setCollection | ( | Collection< V > | collection | ) |
void org.turro.zkoss.input.CollectionListbox< V >.setNullAtBottom | ( | boolean | nullAtBottom | ) |
void org.turro.zkoss.input.CollectionListbox< V >.setNullLabel | ( | String | nullLabel | ) |
void org.turro.zkoss.input.CollectionListbox< V >.updateCollection | ( | ) |
Definition at line 50 of file CollectionListbox.java.
void org.turro.zkoss.input.CollectionListbox< V >.updateCollection | ( | Collection< V > | collection | ) |
|
static |
Definition at line 34 of file CollectionListbox.java.