|
__init__(self,
vertical=False,
**kwargs)
use this to apply properties as a dictionary, e.g.: |
source code
|
|
|
_setWeirdProps(self,
props,
builderstate)
covers creating the sub-menus and linking the event handlers. |
source code
|
|
|
|
|
|
|
|
|
|
|
setStyleName(self,
StyleName,
**kwargs)
When called with a single argument, this replaces all the CSS classes
associated with this UIObject's element with the given parameter. |
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 ,
getStyleAttribute ,
getStyleName ,
getStylePrimaryName ,
getTitle ,
getVisible ,
getWidth ,
isVisible ,
removeStyleDependentName ,
removeStyleName ,
setElement ,
setHeight ,
setPixelSize ,
setSize ,
setStyleAttribute ,
setTitle ,
setVisible ,
setWidth ,
setzIndex ,
sinkEvents ,
unsinkEvents
Inherited from Applier :
applyValues ,
retrieveValues ,
setDefaults ,
setElementProperties ,
updateInstance
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|