Public Member Functions | |
void | setProductId (long id) |
void | populateList (String value, LinkedList list, int nRows) |
String | getTextFromObject (Product 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 32 of file ProductCombobox.java.
String org.turro.financials.product.ProductCombobox.getTextFromObject | ( | Product | value | ) |
void org.turro.financials.product.ProductCombobox.populateList | ( | String | value, |
LinkedList | list, | ||
int | nRows | ||
) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 39 of file ProductCombobox.java.
void org.turro.financials.product.ProductCombobox.setProductId | ( | long | id | ) |
Definition at line 34 of file ProductCombobox.java.