silverorange Code


Swat.SwatReplicableFrame
/Swat/SwatReplicableFrame.php at line 21

Class SwatReplicableFrame

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

public class SwatReplicableFrame
extends SwatReplicableContainer

A frame that replicates its children

The frame 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 SwatFrame as the only child widget. Automatic title-setting functionality need will to be implemented manually.

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

init()

Initilizes this replicable frame.

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/SwatReplicableFrame.php at line 28

init

public void init()

Initilizes this replicable frame

See Also:
SwatWidget::init()

silverorange Code