Public Member Functions | |
boolean | isOnlyActive () |
void | setOnlyActive (boolean onlyActive) |
Task | getTask () |
void | setTask (Task task) |
void | populateList (String value, LinkedList list, int nRows) |
String | getTextFromObject (HumanResourceAptitude 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 30 of file HumanResourceAptitudeCombobox.java.
Task org.turro.erp.humanres.HumanResourceAptitudeCombobox.getTask | ( | ) |
Definition at line 44 of file HumanResourceAptitudeCombobox.java.
String org.turro.erp.humanres.HumanResourceAptitudeCombobox.getTextFromObject | ( | HumanResourceAptitude | value | ) |
Definition at line 62 of file HumanResourceAptitudeCombobox.java.
boolean org.turro.erp.humanres.HumanResourceAptitudeCombobox.isOnlyActive | ( | ) |
Definition at line 36 of file HumanResourceAptitudeCombobox.java.
void org.turro.erp.humanres.HumanResourceAptitudeCombobox.populateList | ( | String | value, |
LinkedList | list, | ||
int | nRows | ||
) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 55 of file HumanResourceAptitudeCombobox.java.
void org.turro.erp.humanres.HumanResourceAptitudeCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 40 of file HumanResourceAptitudeCombobox.java.
void org.turro.erp.humanres.HumanResourceAptitudeCombobox.setTask | ( | Task | task | ) |
Definition at line 48 of file HumanResourceAptitudeCombobox.java.