| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
abstract_component.AbstractComponent --+
|
object --+ |
| |
util.IEventListener --+ |
| |
terminal.paintable.IPaintable --+ |
| |
object --+ | |
| | |
terminal.variable_owner.IVariableOwner --+ |
| |
object --+ | |
| | |
terminal.sizeable.ISizeable --+ |
| |
component.IComponent --+ |
| |
component_container.IComponentContainer --+
|
abstract_component_container.AbstractComponentContainer --+
|
PopupView
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.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
A simple way to create a PopupPanel. Note that the minimal representation may not be dynamically updated. Alternatively, creates a PopupView through the IContent interface. This allows the creator to dynamically change the contents of the PopupView.
|
This method will replace the current content of the panel with a new one.
|
Returns the content-package for this PopupView.
|
Deprecated: Use setPopupVisible instead. |
Deprecated: Use isPopupVisible instead. |
Set the visibility of the popup. Does not hide the minimal representation. |
Return whether the popup is visible.
|
Check if this popup will be hidden when the user takes the mouse cursor out of the popup area.
|
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. The default is true. |
This class only contains other components when the popup is showing.
See Also:
|
Gets the number of contained components. Consistent with the iterator returned by getComponentIterator.
|
Not supported in this implementation.
See Also:
|
Not supported in this implementation.
See Also:
|
Not supported in this implementation.
See Also:
|
Not supported in this implementation.
See Also:
|
Not supported in this implementation
See Also:
|
Paint (serialize) the component for the client.
See Also: AbstractComponent.paintContent |
Deserialize changes received from client.
See Also:
|
Add a listener that is called whenever the visibility of the popup is changed.
|
|
Removes a previously added listener, so that it no longer receives events when the visibility of the popup changes.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:58 2013 | http://epydoc.sourceforge.net |