A header for a Groupbox
. It may contain either a text label, using LabelElement.setLabel(java.lang.String)
, or child elements for a more complex caption.
<zk> <window border="normal" width="350px"> <caption label="This is a caption"/> <groupbox width="300px"> <caption label="fruits"/> <radiogroup onCheck="fruit.value = self.selectedItem.label"> <radio label="Apple"/> <radio label="Orange"/> <radio label="Banana"/> </radiogroup> </groupbox> </window> </zk>
Name |
Event Type |
---|---|
|
|
|
|
|
|
Name |
Description |
Return Data Type |
---|---|---|
|
Returns a compound label, which is the catenation of parent's title, if the parent is |
|
|
| |
|
Returns the style class. |
|
|
| |
|
Returns whether to display the closable button. |
|
|
Returns whether the legend mold shall be used. |
|
|
|