Public Member Functions | |
boolean | isAllowNewAccount () |
void | setAllowNewAccount (boolean allowNewAccount) |
boolean | isAllowWildcards () |
void | setAllowWildcards (boolean allowWildcards) |
String | getAccountString () |
void | populateList (String value, LinkedList list, int nRows) |
String | getTextFromObject (Account value) |
Account | getObjectValue () |
Public Member Functions inherited from org.turro.zkoss.input.GenericCombobox< V > | |
GenericCombobox () | |
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 AccountCombobox.java.
String org.turro.financials.account.AccountCombobox.getAccountString | ( | ) |
Definition at line 52 of file AccountCombobox.java.
Account org.turro.financials.account.AccountCombobox.getObjectValue | ( | ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 79 of file AccountCombobox.java.
String org.turro.financials.account.AccountCombobox.getTextFromObject | ( | Account | value | ) |
boolean org.turro.financials.account.AccountCombobox.isAllowNewAccount | ( | ) |
Definition at line 36 of file AccountCombobox.java.
boolean org.turro.financials.account.AccountCombobox.isAllowWildcards | ( | ) |
Definition at line 44 of file AccountCombobox.java.
void org.turro.financials.account.AccountCombobox.populateList | ( | String | value, |
LinkedList | list, | ||
int | nRows | ||
) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 63 of file AccountCombobox.java.
void org.turro.financials.account.AccountCombobox.setAllowNewAccount | ( | boolean | allowNewAccount | ) |
void org.turro.financials.account.AccountCombobox.setAllowWildcards | ( | boolean | allowWildcards | ) |
Definition at line 48 of file AccountCombobox.java.