Class zwt.ui.Fieldset
Extends
zwt.ui.container.SingleContainer.
A field set container.
CSS rules
.zwt_fieldset {}
.zwt_fieldset .zwt_fieldset-legend {}
Defined in: Fieldset.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Construct a field set.
|
Method Attributes | Method Name and Description |
---|---|
Return the field set legend.
|
|
setLegend(string_legend)
Set the field set legend.
|
- Methods borrowed from class zwt.ui.container.SingleContainer:
- getContent, isFocusable, processFocusEvent, setContent
- Methods borrowed from class zwt.ui.container.Container:
- getContentEventManager, isFocusContainer, processContentEvent, setFocusContainer
- Methods borrowed from class zwt.ui.Widget:
- addStyle, draw, getContextFill, getDimension, getElement, getElementDimension, getFill, getFocusEventManager, getId, getKeyboardEventManager, getParent, getRelativeLeft, getRelativeTop, getStyle, getWheelEventManager, hasFocus, hasStyle, isVisible, onEvent, processEvent, processKeyboardEvent, processWheelEvent, redraw, removeStyle, replaceStyle, setFill, setFocusable, setId, setStyle, setVisible
Method Detail
{String}
getLegend()
Return the field set legend.
- Returns:
- The field set legend
setLegend(string_legend)
Set the field set legend.
- Parameters:
- {String} string_legend
- The legend to set