silverorange Code


Swat.SwatReplicableDisclosure
/Swat/SwatReplicableDisclosure.php at line 21

Class SwatReplicableDisclosure

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

public class SwatReplicableDisclosure
extends SwatReplicableContainer

A disclosure that replicates its children

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

Copyright:
2008 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
Deprecated:
Use a SwatReplicableContainer with a SwatDisclosure 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 disclosure.

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

init

public void init()

Initilizes this replicable disclosure

See Also:
SwatWidget::init()

silverorange Code