silverorange Code


Swat.SwatFooterFormField
/Swat/SwatFooterFormField.php at line 16

Class SwatFooterFormField

SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatFormField
└─SwatFooterFormField

public class SwatFooterFormField
extends SwatFormField

A container to use around control widgets in a form

Adds a label and space to output messages.

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

Fields inherited from Swat.SwatFormField
access_key, container_tag, contents_tag, display_messages, note, note_content_type, required, show_colon, title, title_content_type, title_reversed, widget_class
Method Summary
protected array

getCSSClassNames()

Gets the array of CSS classes that are applied to this footer form field.

Methods inherited from Swat.SwatFormField
display, displayContent, displayMessages, displayNotes, displayRequired, displayTitle, getCSSClassNames, getTitle, getTitleTag, notifyOfAdd
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

Method Detail

/Swat/SwatFooterFormField.php at line 26

getCSSClassNames

protected array getCSSClassNames()

Gets the array of CSS classes that are applied to this footer form field

Returns:
the array of CSS classes that are applied to this footer form field.
See Also:
SwatUIObject::getCSSClassString()

silverorange Code