Swat.SwatReplicableFrame
/Swat/SwatReplicableFrame.php at line 21
Class SwatReplicableFrame
SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatReplicableContainer
└─SwatReplicableFrame
public class SwatReplicableFrame
extends SwatReplicableContainer
- 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.
| Method Summary |
| void |
init() Initilizes this replicable frame. |
| 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()
A frame that replicates its children
The frame can dynamically create widgets based on an array of replicators identifiers.