SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatFrame
public class SwatFrame
extends SwatDisplayableContainer
| Field Summary | |
|---|---|
| string | An optional visible subtitle for this frame, or null. |
| string | A visible title for this frame, or null. |
| string | An optional string to separate subtitle from the title. |
| Method Summary | |
|---|---|
| void | display() Displays this frame. |
| protected array | Gets the array of CSS classes that are applied to this frame. |
| string | getTitle() Gets the title of this frame. |
| 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 $subtitle = null
An optional visible subtitle for this frame, or null
public string $title = null
A visible title for this frame, or null
public string $title_separator = ': '
An optional string to separate subtitle from the title
public void display()
Displays this frame
protected array getCSSClassNames()
Gets the array of CSS classes that are applied to this frame
public string getTitle()
Gets the title of this frame
Implements the SwatTitleable::getTitle() interface.
A container with a decorative frame and optional title