- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file MonthBandbox.java.
◆ fillPopup()
void org.turro.zkoss.input.MonthBandbox.fillPopup |
( |
| ) |
|
|
protected |
Definition at line 36 of file MonthBandbox.java.
41 monthListbox.setVflex(
true);
42 addEventListener(Events.ON_CHANGE,
new EventListener() {
44 public void onEvent(Event event)
throws Exception {
53 monthListbox.afterCompose();
54 monthListbox.addEventListener(Events.ON_SELECT,
new EventListener() {
56 public void onEvent(Event event) {
58 Events.postEvent(
new Event(Events.ON_CHANGE, MonthBandbox.this));
◆ getObjectValue()
Collection<Integer> org.turro.zkoss.input.MonthBandbox.getObjectValue |
( |
| ) |
|
◆ setObjectValue()
void org.turro.zkoss.input.MonthBandbox.setObjectValue |
( |
Collection< Integer > |
v | ) |
|
The documentation for this class was generated from the following file: