Java com.vaadin.ui AbstractOrderedLayout fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui AbstractOrderedLayout fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui AbstractOrderedLayout.

The text is from its open source code.

Subclass

com.vaadin.ui.AbstractOrderedLayout has subclasses.
Click this link to see all its subclasses.

Method

voidaddComponent(Component c)
Add a component into this container.
voidaddComponent(Component c, int index)
Adds a component into indexed position in this container.
RegistrationaddLayoutClickListener(LayoutClickListener listener)
RegistrationaddListener(Component.Listener listener)
voidaddStyleName(String style)
ComponentgetComponent(int index)
Returns the component at the given position.
intgetComponentCount()
Gets the number of contained components.
intgetComponentIndex(Component component)
Returns the index of the given component.
floatgetExpandRatio(Component component)
Returns the expand ratio of given component.
HasComponentsgetParent()
booleanisVisible()
voidremoveAllComponents()
Removes all components from the container.
voidremoveComponent(Component c)
Removes the component from this container.
voidrequestRepaint()
voidsetCaption(String caption)
voidsetComponentAlignment(Component childComponent, Alignment alignment)
voidsetExpandRatio(Component component, float ratio)

This method is used to control how excess space in layout is distributed among components.

voidsetHeight(float height, Unit unit)
voidsetMargin(boolean enabled)
voidsetMargin(MarginInfo marginInfo)
voidsetSizeFull()
voidsetSizeUndefined()
voidsetSpacing(boolean spacing)
voidsetStyleName(String style)
voidsetVisible(boolean visible)
voidsetWidth(String width)