Swat.SwatDisplayableContainer
/Swat/SwatDisplayableContainer.php at line 15
Class SwatDisplayableContainer
SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
public class SwatDisplayableContainer
extends SwatContainer
- Copyright:
- 2006 silverorange
- License:
- http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
| Method Summary |
| void |
display() Displays this container. |
| protected array |
getCSSClassNames() Gets the array of CSS classes that are applied to this displayable
container. |
| 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 |
Method Detail
/Swat/SwatDisplayableContainer.php at line 22
display
public void display()
/Swat/SwatDisplayableContainer.php at line 48
getCSSClassNames
protected array getCSSClassNames()
Gets the array of CSS classes that are applied to this displayable
container
- Returns:
- the array of CSS classes that are applied to this displayable container.
- See Also:
- SwatUIObject::getCSSClassString()
Base class for containers that display an XHTML element