|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Widget | +--Container | +--Splitter
Defined in splitter.js
Nested Class Summary | |
<static class> |
Splitter.Bar |
Field Summary | |
var |
aspect
|
var |
bars
|
var |
panels
|
<static> var |
HORIZONTAL
|
<static> var |
VERTICAL
|
Fields inherited from class Container |
children
|
Fields inherited from class Widget |
html, id, parent, layoutData, eventTable
|
Constructor Summary | |
Splitter
(unused, <int> aspect)
|
Method Summary | |
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 aspect
var bars
var panels
<static> var HORIZONTAL
<static> var VERTICAL
Constructor Detail |
function Splitter(unused, <int> aspect)
unused
- this parameter is deprecated
aspect
- must be one of Splitter.HORIZONTAL
or Splitter.VERTICAL
Method Detail |
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 |