◆ GroupboxArrow()
org.turro.zkoss.layout.GroupboxArrow.GroupboxArrow |
( |
| ) |
|
Definition at line 37 of file GroupboxArrow.java.
40 caption =
new Caption();
43 caption.appendChild(div);
44 div.setSclass(
"open-true");
45 addEventListener(Events.ON_OPEN,
new EventListener<Event>() {
47 public void onEvent(Event event) throws Exception {
48 div.setSclass(
"open-" + GroupboxArrow.this.isOpen());
49 fillContent(GroupboxArrow.this.isOpen());
◆ doFillContent()
abstract void org.turro.zkoss.layout.GroupboxArrow.doFillContent |
( |
| ) |
|
|
abstractprotected |
◆ setCaption()
void org.turro.zkoss.layout.GroupboxArrow.setCaption |
( |
Component |
comp | ) |
|
◆ setOpen()
void org.turro.zkoss.layout.GroupboxArrow.setOpen |
( |
boolean |
open | ) |
|
Definition at line 59 of file GroupboxArrow.java.
61 div.setSclass(
"open-" + open);
62 fillContent(isOpen());
The documentation for this class was generated from the following file: