silverorange Code


Swat.SwatDisplayableContainer
/Swat/SwatDisplayableContainer.php at line 15

Class SwatDisplayableContainer

SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer

public class SwatDisplayableContainer
extends SwatContainer

Base class for containers that display an XHTML element

Copyright:
2006 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1

Fields inherited from Swat.SwatContainer
children, children_by_id
Fields inherited from Swat.SwatWidget
displayed, id, initialized, messages, processed, requires_id, sensitive, stylesheet
Fields inherited from Swat.SwatUIObject
classes, html_head_entry_set, parent, visible
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()

Displays this container


/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()

silverorange Code