SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatFieldset
public class SwatFieldset
extends SwatDisplayableContainer
| Field Summary | |
|---|---|
| string | Access key. |
| string | Fieldset title. |
| Constructor Summary | |
|---|---|
SwatFieldset(string id) Creates a new fieldset. |
|
| Method Summary | |
|---|---|
| void | display() Displays this widget. |
| protected array | Gets the array of CSS classes that are applied to this fieldset. |
| protected string | Gets fieldset specific inline JavaScript. |
| the | getTitle() Gets the title of this fieldset. |
| Methods inherited from Swat.SwatDisplayableContainer | |
|---|---|
| display, getCSSClassNames | |
| Methods inherited from Swat.SwatContainer | |
|---|---|
| add, addChild, copy, display, displayChildren, getChild, getChildren, getDescendantStates, getDescendants, getFirst, getFirstDescendant, getFocusableHtmlId, getHtmlHeadEntrySet, getMessages, hasMessage, init, notifyOfAdd, packEnd, packStart, printWidgetTree, process, remove, replace, sendAddNotifySignal, setDescendantStates | |
| Methods inherited from Swat.SwatWidget | |
|---|---|
| addCompositeWidget, addMessage, confirmCompositeWidgets, copy, createCompositeWidgets, display, displayHtmlHeadEntries, getCSSClassNames, getCompositeWidget, getCompositeWidgets, getFocusableHtmlId, getHtmlHeadEntrySet, getMessages, hasMessage, init, isDisplayed, isInitialized, isProcessed, isSensitive, printWidgetTree, process, replaceWithContainer | |
| Methods inherited from Swat.SwatUIObject | |
|---|---|
| addComment, addJavaScript, addStyleSheet, addTangoAttribution, copy, getCSSClassNames, getCSSClassString, getFirstAncestor, getHtmlHeadEntrySet, getInlineJavaScript, getUniqueId, isVisible | |
public string $access_key = null
Access key
Access key for this fieldset legend, for keyboard nagivation.
public string $title = null
Fieldset title
A visible title for this fieldset, or null.
public SwatFieldset(string id)
Creates a new fieldset
id - a non-visible unique id for this widget.public void display()
Displays this widget
Displays this widget displays as well as recursively displays any child widgets of this widget.
If this widget has not been initialized, it is automatically initialized before displaying.
protected array getCSSClassNames()
Gets the array of CSS classes that are applied to this fieldset
protected string getInlineJavaScript()
Gets fieldset specific inline JavaScript
public the getTitle()
Gets the title of this fieldset
Implements the {SwatTitleable::getTitle()} interface.
Fieldset tag container
An HTML fieldset tag with an optional HTML legend title.