Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct a field set.
Method Summary
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
Class Detail
zwt.ui.Fieldset()
Construct a field set.
Author: Jeremy KUHN.
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

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:53 GMT+0100 (CET)