SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatContainer
└─SwatDisplayableContainer
└─SwatReplicableContainer
└─SwatReplicableNoteBookChild
public class SwatReplicableNoteBookChild
extends SwatReplicableContainer
| 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 | |
public void addChild(SwatNoteBookChild child)
Adds a SwatNoteBookChild to this replicable notebook child
This method fulfills the SwatUIParent interface.
child - the notebook child to add.public array getPages()
Gets the notebook pages of this replicable notebook child
Implements the SwatNoteBookChild::getPages() interface.
A replicable container that replicates
SwatNoteBookChildobjects