silverorange Code


Swat.SwatReplicableFormField
/Swat/SwatReplicableFormField.php at line 21

Class SwatReplicableFormField

SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatReplicableContainer
└─SwatReplicableFormField

public class SwatReplicableFormField
extends SwatReplicableContainer

A form field container that replicates its children

The form field can dynamically create widgets based on an array of replicators identifiers.

Copyright:
2005-2008 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
Deprecated:
Use a SwatReplicableContainer with a SwatFormField as the only child widget. Automatic title-setting functionality will need to be implemented manually.

Fields inherited from Swat.SwatReplicableContainer
replication_ids, replicators
Method Summary
void

init()

Initilizes this replicable form field.

Methods inherited from Swat.SwatReplicableContainer
addReplication, getWidget, init
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/SwatReplicableFormField.php at line 28

init

public void init()

Initilizes this replicable form field

See Also:
SwatWidget::init()

silverorange Code