silverorange Code


Swat.SwatReplicableNoteBookChild
/Swat/SwatReplicableNoteBookChild.php at line 16

Class SwatReplicableNoteBookChild

SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatReplicableContainer
└─SwatReplicableNoteBookChild
All Implemented Interfaces:
SwatNoteBookChild

public class SwatReplicableNoteBookChild
extends SwatReplicableContainer

A replicable container that replicates SwatNoteBookChild objects

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

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

addChild(SwatNoteBookChild child)

Adds a SwatNoteBookChild to this replicable notebook child.

array

getPages()

Gets the notebook pages of this replicable notebook child.

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/SwatReplicableNoteBookChild.php at line 57

addChild

public void addChild(SwatNoteBookChild child)

Adds a SwatNoteBookChild to this replicable notebook child

This method fulfills the SwatUIParent interface.

Parameters:
child - the notebook child to add.
Throws:
if the given object is not an instance of SwatNoteBookChild.
See Also:
SwatUIParent

/Swat/SwatReplicableNoteBookChild.php at line 29

getPages

public array getPages()

Gets the notebook pages of this replicable notebook child

Implements the SwatNoteBookChild::getPages() interface.

Returns:
an array containing all the replicated pages of this child.

silverorange Code