Public Member Functions | |
void | setWorkOrder (WorkOrder workOrder) |
Integer | getObjectValue () |
Public Member Functions inherited from org.turro.zkoss.input.CollectionListbox< V > | |
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) |
Collection< V > | getObjectValues () |
Collection< V > | getDeselectedObjectValues () |
boolean | isSelectFirst () |
void | setSelectFirst (boolean selectFirst) |
Set | getDeselectedItems () |
void | sort () |
Object | getRelatedEntity () |
void | setRelatedEntity (Object relatedEntity) |
Protected Member Functions | |
String | convertToString (Integer v) |
Protected Member Functions inherited from org.turro.zkoss.input.CollectionListbox< V > | |
void | populateList () |
boolean | equals (V value, V obj) |
abstract String | convertToString (V v) |
void | beforeAppend (Listitem li) |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.zkoss.input.CollectionListbox< V > | |
static final String | ITEM_SEPARATOR = "|||" |
Protected Attributes inherited from org.turro.zkoss.input.GenericListbox< V > | |
boolean | populated = false |
Definition at line 34 of file OrderReferencePositionListbox.java.
|
protected |
Definition at line 48 of file OrderReferencePositionListbox.java.
Integer org.turro.erp.reference.OrderReferencePositionListbox.getObjectValue | ( | ) |
Reimplemented from org.turro.zkoss.input.GenericListbox< V >.
Definition at line 53 of file OrderReferencePositionListbox.java.
void org.turro.erp.reference.OrderReferencePositionListbox.setWorkOrder | ( | WorkOrder | workOrder | ) |
Definition at line 38 of file OrderReferencePositionListbox.java.