|
__init__(self,
vertical=False,
**kwargs)
use this to apply properties as a dictionary, e.g. |
source code
|
|
|
addItem(self,
item,
asHTML=None,
popup=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onDetach(self)
Called when this widget is being removed from the DOM tree of the
document. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from Widget.Widget :
doAttachChildren ,
doDetachChildren ,
getID ,
getLayoutData ,
getParent ,
isAttached ,
onAttach ,
onLoad ,
removeFromParent ,
setContextMenu ,
setID ,
setLayoutData ,
setParent
Inherited from UIObject.UIObject :
addStyleDependentName ,
addStyleName ,
getAbsoluteLeft ,
getAbsoluteTop ,
getElement ,
getHeight ,
getOffsetHeight ,
getOffsetWidth ,
getStyleName ,
getStylePrimaryName ,
getTitle ,
getWidth ,
isVisible ,
removeStyleDependentName ,
removeStyleName ,
setElement ,
setHeight ,
setPixelSize ,
setSize ,
setStyleName ,
setTitle ,
setVisible ,
setWidth ,
setzIndex ,
sinkEvents ,
unsinkEvents
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|