A panel that can "pop up" over other widgets.
The width and height of the PopupPanel cannot be explicitly set; they
are determined by the PopupPanel's widget. Calls to setWidth(String) and
setHeight(String) will call these methods on the PopupPanel's child
widget.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from SimplePanel:
add,
getContainerElement,
getWidget,
remove,
setWidget
Inherited from Panel:
__iter__,
adopt,
clear,
disown,
onAttach,
onDetach
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
|