silverorange Code


Swat.SwatReplicableNoteBookPage
/Swat/SwatReplicableNoteBookPage.php at line 22

Class SwatReplicableNoteBookPage

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

public class SwatReplicableNoteBookPage
extends SwatReplicableContainer

A container that replicates itself and its children as pages of a notebook

Copyright:
2008 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
Deprecated:
Use a regular {@link SwatNoteBook} containing a {@link SwatReplicableNoteBookChild}. Within the SwatReplicableNoteBookChild, place one or more SwatNoteBookPage objects to be replicated. The automatic title-setting functionality of SwatReplicableNoteBookPage is not available using this approach.

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

getPages()

Gets the notebook pages of this replicable notebook page.

void

init()

Initilizes this replicable notebook page.

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/SwatReplicableNoteBookPage.php at line 73

getPages

public array getPages()

Gets the notebook pages of this replicable notebook page

Implements the SwatNoteBookChild::getPages() interface.

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

/Swat/SwatReplicableNoteBookPage.php at line 30

init

public void init()

Initilizes this replicable notebook page

See Also:
SwatWidget::init()

silverorange Code