| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
ui.component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
ui.abstract_component.AbstractComponent --+
|
object --+ |
| |
util.IEventListener --+ |
| |
terminal.paintable.IPaintable --+ |
| |
object --+ | |
| | |
terminal.variable_owner.IVariableOwner --+ |
| |
object --+ | |
| | |
terminal.sizeable.ISizeable --+ |
| |
ui.component.IComponent --+ |
| |
ui.component_container.IComponentContainer --+
|
ui.abstract_component_container.AbstractComponentContainer --+
|
object --+ |
| |
util.IEventListener --+ |
| |
terminal.paintable.IPaintable --+ |
| |
object --+ | |
| | |
terminal.variable_owner.IVariableOwner --+ |
| |
object --+ | |
| | |
terminal.sizeable.ISizeable --+ |
| |
ui.component.IComponent --+ |
| |
ui.component_container.IComponentContainer --+ |
| |
ui.layout.ILayout --+
|
object --+ |
| |
ui.layout.IMarginHandler --+
|
ui.abstract_layout.AbstractLayout --+
|
object --+ |
| |
event.layout_events.ILayoutClickNotifier --+
|
WeeLayout
Server side component for the VWeeLayout widget.
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
TYPE_MAPPING = 'org.vaadin.weelayout.WeeLayout'
|
|||
_CLICK_EVENT =
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a new layout. The direction of the child components must be specified. The direction can only be set once. |
Add a component into this container. The component is added after the previous component or into indexed position in this container.
|
Removes the component from this container.
|
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.
|
Gets an iterator to the collection of contained components. Using this iterator it is possible to step through all components contained in this container.
|
Replaces the component in the container with another one without changing position. This method replaces component with another one is such way that the new component overtakes the position of the old component. If the old component is not in the container, the new component is added to the container. If the both component are already in the container, their positions are swapped. IComponent attach and detach events should be taken care as with add and remove.
|
Set the alignment of component in this layout. Only one direction is affected, depending on the layout direction, i.e. only vertical alignment is considered when the direction is horizontal. |
Returns the index of the given component.
|
Returns the component at the given position.
|
Returns the number of components in the layout.
|
Set the clipping value for this layout. If clipping is
|
When the layout size is undefined, relative sizes are calculated as
zeros. Set this flag to |
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:50 2013 | http://epydoc.sourceforge.net |