SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatReplicableContainer
└─SwatReplicableNoteBookPage
public class SwatReplicableNoteBookPage
extends SwatReplicableContainer
| 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 | |
public array getPages()
Gets the notebook pages of this replicable notebook page
Implements the SwatNoteBookChild::getPages() interface.
public void init()
Initilizes this replicable notebook page
A container that replicates itself and its children as pages of a notebook