A panel that stacks its children vertically, displaying only one at a
time, with a header for each child which the user can click to
display.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setStackText(self,
index,
text,
asHTML=False) |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from ComplexPanel :
getChildren ,
insert
Inherited from Panel :
__iter__ ,
adopt ,
clear ,
disown ,
onAttach ,
onDetach
Inherited from Widget :
getID ,
getLayoutData ,
getParent ,
isAttached ,
onLoad ,
removeFromParent ,
setID ,
setLayoutData ,
setParent
Inherited from UIObject :
addStyleName ,
getAbsoluteLeft ,
getAbsoluteTop ,
getElement ,
getOffsetHeight ,
getOffsetWidth ,
getStyleName ,
getTitle ,
isVisible ,
removeStyleName ,
setElement ,
setHeight ,
setPixelSize ,
setSize ,
setStyleName ,
setTitle ,
setVisible ,
setWidth ,
setzIndex ,
sinkEvents ,
unsinkEvents
|