|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zul.wgt.Groupbox
public class Groupbox
Groups a set of child elements to have a visual effect.
Default Widget.getZclass(): "z-groupbox". If Widget.getMold() is 3d,
"z-groupbox-3d" is assumed.
Events: onOpen.
| Field Summary |
|---|
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
String |
getContentSclass()
Returns the style class used for the content block of the groupbox. |
String |
getContentStyle()
Returns the CSS style for the content block of the groupbox. |
String |
getTitle()
Returns the title of the groupbox. |
boolean |
isClosable()
Returns whether user can open or close the group box. |
boolean |
isOpen()
Returns whether this groupbox is open. |
void |
setClosable(boolean closable)
Sets whether user can open or close the group box. |
void |
setContentSclass(String contentSclass)
Sets the style class used for the content block. |
void |
setContentStyle(String contentStyle)
Sets the CSS style for the content block of the groupbox. |
void |
setOpen(boolean open)
Opens or closes this groupbox. |
void |
setTitle(String title)
Sets the title of the groupbox. |
| Methods inherited from class zul.Widget |
|---|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setOpen(boolean open)
open - public boolean isOpen()
Default: true.
public void setClosable(boolean closable)
closable - public boolean isClosable()
Default: true.
public void setContentStyle(String contentStyle)
Widget.getMold() is not default.
Default: null.
contentStyle - public String getContentStyle()
Widget.getMold() is not default.
public void setContentSclass(String contentSclass)
contentSclass - public String getContentSclass()
Widget.getMold() is not default.
public void setTitle(String title)
title - public String getTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||