Public Member Functions | |
boolean | isOnlyActive () |
void | setOnlyActive (boolean onlyActive) |
void | populateList (String value, LinkedList list, int nRows) |
String | getTextFromObject (OwnedAptitude 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 34 of file OwnedAptitudeCombobox.java.
String org.turro.erp.humanres.OwnedAptitudeCombobox.getTextFromObject | ( | OwnedAptitude | value | ) |
boolean org.turro.erp.humanres.OwnedAptitudeCombobox.isOnlyActive | ( | ) |
Definition at line 38 of file OwnedAptitudeCombobox.java.
void org.turro.erp.humanres.OwnedAptitudeCombobox.populateList | ( | String | value, |
LinkedList | list, | ||
int | nRows | ||
) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 47 of file OwnedAptitudeCombobox.java.
void org.turro.erp.humanres.OwnedAptitudeCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 42 of file OwnedAptitudeCombobox.java.