◆ fillPopup()
void org.turro.zkoss.input.DaysOfMonthBandbox.fillPopup |
( |
| ) |
|
|
protected |
Definition at line 36 of file DaysOfMonthBandbox.java.
41 daysOfMonthListbox.setVflex(
true);
42 addEventListener(Events.ON_CHANGE,
new EventListener() {
44 public void onEvent(Event event)
throws Exception {
53 daysOfMonthListbox.afterCompose();
54 daysOfMonthListbox.addEventListener(Events.ON_SELECT,
new EventListener() {
56 public void onEvent(Event event) {
58 Events.postEvent(
new Event(Events.ON_CHANGE, DaysOfMonthBandbox.this));
◆ getObjectValue()
Collection<Integer> org.turro.zkoss.input.DaysOfMonthBandbox.getObjectValue |
( |
| ) |
|
◆ setObjectValue()
void org.turro.zkoss.input.DaysOfMonthBandbox.setObjectValue |
( |
Collection< Integer > |
v | ) |
|
The documentation for this class was generated from the following file: