Public Member Functions | |
void | setContract (Contract contract) |
void | afterCompose () |
void | updateContract () |
Public Member Functions inherited from org.turro.zkoss.input.CollectionCheckbox< V > | |
CollectionCheckbox () | |
CollectionCheckbox (Collection< V > collection) | |
void | updateCollection () |
void | updateCollection (Collection< V > collection) |
Collection< V > | getCollection () |
void | setCollection (Collection< V > collection) |
void | setObjectValues (Collection< V > collection) |
Collection< V > | getObjectValues () |
void | clear () |
Public Member Functions inherited from org.turro.zkoss.layout.VboxH | |
VboxH (int maxRows) | |
int | getMaxRows () |
void | setMaxRows (int maxRows) |
void | addComponent (Component comp) |
List | getRealChildren () |
Protected Member Functions | |
String | convertToString (ContractPreference v) |
Protected Member Functions inherited from org.turro.zkoss.input.CollectionCheckbox< V > | |
void | populateList () |
boolean | equals (V value, V obj) |
abstract String | convertToString (V v) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.zkoss.input.CollectionCheckbox< V > | |
boolean | populated = false |
Definition at line 30 of file ContractPreferencesCheckbox.java.
void org.turro.financials.contract.ContractPreferencesCheckbox.afterCompose | ( | ) |
Reimplemented from org.turro.zkoss.input.CollectionCheckbox< V >.
Definition at line 44 of file ContractPreferencesCheckbox.java.
|
protected |
Definition at line 39 of file ContractPreferencesCheckbox.java.
void org.turro.financials.contract.ContractPreferencesCheckbox.setContract | ( | Contract | contract | ) |
Definition at line 34 of file ContractPreferencesCheckbox.java.
void org.turro.financials.contract.ContractPreferencesCheckbox.updateContract | ( | ) |
Definition at line 59 of file ContractPreferencesCheckbox.java.