The basic 'Panel' widget class which can contain other widgets. Panel
is a base class from which other Panel classes are derived: you will not
need to instantiate a Panel class, but if you create your own Panel
widgets, derive them from this class.
|
|
|
|
|
|
|
|
|
|
|
|
|
onAttach(self)
Called when this widget has an element, and that element is on the
document's DOM tree, and we have a parent widget. |
source code
|
|
|
onDetach(self)
Called when this widget is being removed from the DOM tree of the
document. |
source code
|
|
|
|
Inherited from Widget :
getID ,
getLayoutData ,
getParent ,
isAttached ,
onBrowserEvent ,
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
|