Public Member Functions | |
void | setContractorId (long contractorId) |
void | populateList (String value, LinkedList list, int nRows) |
String | getTextFromObject (IProduct value) |
Public Member Functions inherited from org.turro.zkoss.input.GenericCombobox< V > | |
GenericCombobox () | |
V | getObjectValue () |
void | setObjectValue (V value) |
boolean | isAllowNotInModelValues () |
void | setAllowNotInModelValues (boolean allowNotInModelValues) |
void | refreshModel () |
abstract String | getTextFromObject (V value) |
Object | getRelatedEntity () |
void | setRelatedEntity (Object relatedEntity) |
void | render (Comboitem item, Object data, int index) throws Exception |
Definition at line 27 of file ProductExtendedCombobox.java.
String org.turro.financials.product.ProductExtendedCombobox.getTextFromObject | ( | IProduct | value | ) |
Definition at line 42 of file ProductExtendedCombobox.java.
void org.turro.financials.product.ProductExtendedCombobox.populateList | ( | String | value, |
LinkedList | list, | ||
int | nRows | ||
) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 37 of file ProductExtendedCombobox.java.
void org.turro.financials.product.ProductExtendedCombobox.setContractorId | ( | long | contractorId | ) |
Definition at line 31 of file ProductExtendedCombobox.java.