| 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 --+
|
object --+ |
| |
util.IEventListener --+ |
| |
terminal.paintable.IPaintable --+ |
| |
object --+ | |
| | |
terminal.variable_owner.IVariableOwner --+ |
| |
object --+ | |
| | |
terminal.sizeable.ISizeable --+ |
| |
component.IComponent --+ |
| |
component_container.IComponentContainer --+ |
| |
layout.ILayout --+
|
object --+ |
| |
layout.IMarginHandler --+
|
abstract_layout.AbstractLayout --+
|
object --+ |
| |
event.layout_events.ILayoutClickNotifier --+
|
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute positioning.
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
_CLICK_EVENT =
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates an AbsoluteLayout with full size.
|
Gets an iterator for going through all components enclosed in the absolute layout.
|
Gets the number of contained components. Consistent with the iterator returned by getComponentIterator.
|
Replaces one component with another one. The new component inherits the old components position.
|
Adds a component to the layout. The component can be positioned by providing a string formatted in CSS-format. For example the string "top:10px;left:10px" will position the component 10 pixels from the left and 10 pixels from the top. The identifiers: "top","left","right" and "bottom" can be used to specify the position.
|
This only implements the events and component parent calls. The extending classes must implement component list maintenance and call this method before component list maintenance.
|
Gets the position of a component in the layout. Returns
|
Paints any needed component-specific things to the given UIDL stream. The more general paint method handles all general attributes common to all components, and it calls this method to paint any component-specific attributes to the UIDL stream.
|
Listens the component attach/detach events.
|
|
Stops the listening component attach/detach events.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:54 2013 | http://epydoc.sourceforge.net |