Public Member Functions | |
boolean | isOnlyActive () |
void | setOnlyActive (boolean onlyActive) |
void | populateList (String value, LinkedList list, int nRows) |
String | getTextFromObject (ResourceAptitude 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 28 of file ResourceAptitudeCombobox.java.
String org.turro.erp.resource.ResourceAptitudeCombobox.getTextFromObject | ( | ResourceAptitude | value | ) |
Definition at line 46 of file ResourceAptitudeCombobox.java.
boolean org.turro.erp.resource.ResourceAptitudeCombobox.isOnlyActive | ( | ) |
Definition at line 32 of file ResourceAptitudeCombobox.java.
void org.turro.erp.resource.ResourceAptitudeCombobox.populateList | ( | String | value, |
LinkedList | list, | ||
int | nRows | ||
) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 41 of file ResourceAptitudeCombobox.java.
void org.turro.erp.resource.ResourceAptitudeCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 36 of file ResourceAptitudeCombobox.java.