A component for displaying a two different views to data. The
minimized view is normally used to render the component, and when it is
clicked the full view is displayed on a popup. The class popup_view.IContent is used to deliver contents to this
component.
|
|
|
setContent(self,
newContent)
This method will replace the current content of the panel with a new
one. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setHideOnMouseOut(self,
hideOnMouseOut)
Should the popup automatically hide when the user takes the mouse
cursor out of the popup area? If this is false, the user must click
outside the popup to close it. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addListener(self,
listener,
iface=None)
Add a listener that is called whenever the visibility of the popup is
changed. |
source code
|
|
|
|
|
removeListener(self,
listener,
iface=None)
Removes a previously added listener, so that it no longer receives
events when the visibility of the popup changes. |
source code
|
|
|
|
Inherited from abstract_component_container.AbstractComponentContainer :
attach ,
detach ,
fireComponentAttachEvent ,
fireComponentDetachEvent ,
getInvalidSizedChildren ,
repaintChangedChildTrees ,
repaintChildTrees ,
requestRepaintAll ,
setEnabled ,
setHeight ,
setWidth
Inherited from abstract_component.AbstractComponent :
__getstate__ ,
__setstate__ ,
addStyleName ,
childRequestedRepaint ,
fireComponentErrorEvent ,
fireComponentEvent ,
fireEvent ,
fireRequestRepaintEvent ,
focus ,
getApplication ,
getCSSHeight ,
getCSSWidth ,
getCaption ,
getComponentError ,
getData ,
getDebugId ,
getDescription ,
getErrorHandler ,
getErrorMessage ,
getHeight ,
getHeightUnits ,
getIcon ,
getListeners ,
getLocale ,
getParent ,
getStyle ,
getStyleName ,
getWidth ,
getWidthUnits ,
getWindow ,
handleError ,
hasListeners ,
isEnabled ,
isImmediate ,
isReadOnly ,
isVisible ,
paint ,
parseStringSize ,
registerCallback ,
registerListener ,
removeStyleName ,
requestRepaint ,
requestRepaintRequests ,
setCaption ,
setComponentError ,
setData ,
setDebugId ,
setDescription ,
setErrorHandler ,
setHeightUnits ,
setIcon ,
setImmediate ,
setLocale ,
setParent ,
setReadOnly ,
setSizeFull ,
setSizeUndefined ,
setStyle ,
setStyleName ,
setVisible ,
setWidthUnits ,
withdrawCallback ,
withdrawListener
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|