A panel that wraps its contents in an HTML <FORM> element.
This panel can be used to achieve interoperability with servers that
accept traditional HTML form encoding. The following widgets will be
submitted to the server if they are contained within this panel:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 SimplePanel :
add ,
getContainerElement ,
getWidget ,
remove ,
setWidget
Inherited from Panel :
__iter__ ,
adopt ,
clear ,
disown
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
|