- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file ViewBandbox.java.
◆ fillPopup()
void org.turro.financials.view.ViewBandbox.fillPopup |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.zkoss.input.GenericBandbox< V >.
Definition at line 38 of file ViewBandbox.java.
40 viewA =
new ViewListbox();
43 viewA.setMultiple(
true);
44 viewA.setCheckmark(
true);
45 viewA.addEventListener(Events.ON_SELECT,
new EventListener() {
47 public void onEvent(Event event)
throws Exception {
51 viewB =
new ViewListbox();
54 viewB.setMultiple(
true);
55 viewB.setCheckmark(
true);
56 viewB.addEventListener(Events.ON_SELECT,
new EventListener() {
58 public void onEvent(Event event)
throws Exception {
62 Hbox hbox =
new Hbox();
63 hbox.setWidth(
"100%");
64 hbox.appendChild(viewA);
65 hbox.appendChild(viewB);
Set< RegisterView > getGroupA()
Set< RegisterView > getGroupB()
◆ getObjectValue()
ViewSets org.turro.financials.view.ViewBandbox.getObjectValue |
( |
| ) |
|
◆ setObjectValue()
void org.turro.financials.view.ViewBandbox.setObjectValue |
( |
ViewSets |
v | ) |
|
The documentation for this class was generated from the following file: