|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Widget | +--Container | +--TabbedPane.TabContainer
Field Summary | |
var |
constructor
|
Fields inherited from class Container |
children
|
Fields inherited from class Widget |
html, id, parent, layoutData, eventTable
|
Method Summary | |
function
|
getChildren()
|
void
|
insertAt(<Widget> widget, <int> index, <boolean> layout)
Inserts widget at the index 'th position in
this container.
|
Methods inherited from class Container |
appendChild, clear, contains, insertAfter, insertBefore, isEmpty, prependChild, removeChild, replaceChild, setLayout, setEnabled
|
Field Detail |
var constructor
Method Detail |
function getChildren()
void insertAt(<Widget> widget, <int> index, <boolean> layout)
widget
at the index
'th position in
this container. Moves existing widgets down in the list.
widget
- the widget to insert
index
- the index at which to insert widget
layout
- (Optional) - a boolean indicating whether or not to call this.layout()
after the insertion. Defaults to false
.
|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |