Public Member Functions | |
Bandpopup | getBandPopup () |
boolean | isFilled () |
void | afterCompose () |
abstract V | getObjectValue () |
abstract void | setObjectValue (V v) |
Protected Member Functions | |
void | setPopupComponent (Component component) |
void | setBandText (String text) |
abstract void | fillPopup () |
Protected Attributes | |
V | value |
Definition at line 29 of file GenericBandbox.java.
void org.turro.zkoss.input.GenericBandbox< V >.afterCompose | ( | ) |
Definition at line 45 of file GenericBandbox.java.
|
abstractprotected |
Reimplemented in org.turro.zul.groupit.GroupItBandbox, org.turro.financials.view.ViewBandbox, and org.turro.financials.contract.ContractDefinitionBandbox.
Bandpopup org.turro.zkoss.input.GenericBandbox< V >.getBandPopup | ( | ) |
|
abstract |
boolean org.turro.zkoss.input.GenericBandbox< V >.isFilled | ( | ) |
|
protected |
|
abstract |
|
protected |
|
protected |
Definition at line 34 of file GenericBandbox.java.