◆ fillPopup()
void org.turro.zul.groupit.GroupItBandbox.fillPopup |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.zkoss.input.GenericBandbox< V >.
Definition at line 45 of file GroupItBandbox.java.
50 tree =
new GroupItTree();
54 tree.addEventListener(Events.ON_SELECT,
new EventListener<Event>() {
56 public void onEvent(Event event) {
58 Events.postEvent(new Event(Events.ON_CHANGE, GroupItBandbox.this));
59 GroupItBandbox.this.close();
void setObjectValue(GroupIt v)
void setCategory(String category)
◆ getObjectValue()
GroupIt org.turro.zul.groupit.GroupItBandbox.getObjectValue |
( |
| ) |
|
◆ setCategory()
void org.turro.zul.groupit.GroupItBandbox.setCategory |
( |
String |
category | ) |
|
◆ setObjectValue()
void org.turro.zul.groupit.GroupItBandbox.setObjectValue |
( |
GroupIt |
v | ) |
|
The documentation for this class was generated from the following file: