◆ afterCompose()
void org.turro.zkoss.input.OverrideInput.afterCompose |
( |
| ) |
|
Definition at line 53 of file OverrideInput.java.
54 setSclass(
"z-valign-middle");
58 editor.addEventListener(Events.ON_CHANGE,
new EventListener<Event>() {
60 public void onEvent(Event event) throws Exception {
61 information.setValue(isCalculated() ? I_.get(
"Calculated") : I_.get(
"Manual"));
65 information = LabelTypes.getSoftLabel(
isCalculated() ? I_.get(
"Calculated") : I_.get(
"Manual"));
66 appendChild(information);
68 reset.setTooltiptext(I_.get(
"Reset value"));
69 reset.setImage(Images.getImage(
"synchronize"));
70 reset.addEventListener(Events.ON_CLICK,
new EventListener<Event>() {
72 public void onEvent(Event event) throws Exception {
74 information.setValue(isCalculated() ? I_.get(
"Calculated") : I_.get(
"Manual"));
◆ getEditor()
abstract InputElement org.turro.zkoss.input.OverrideInput.getEditor |
( |
| ) |
|
|
abstractprotected |
◆ isCalculated()
abstract boolean org.turro.zkoss.input.OverrideInput.isCalculated |
( |
| ) |
|
|
abstract |
◆ resetValue()
abstract void org.turro.zkoss.input.OverrideInput.resetValue |
( |
| ) |
|
|
abstractprotected |
◆ setEditorValue()
abstract void org.turro.zkoss.input.OverrideInput.setEditorValue |
( |
| ) |
|
|
abstractprotected |
◆ updateStatus()
void org.turro.zkoss.input.OverrideInput.updateStatus |
( |
| ) |
|
The documentation for this class was generated from the following file: