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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

FormLayout()
FormLayout(Component... children)
Constructs a FormLayout and adds the given components to it.

Method

voidaddComponent(Component c)
Add a component into this container.
voidaddComponents(Component... components)
voidaddStyleName(String style)
floatgetWidth()
UnitgetWidthUnits()
booleanisReadOnly()
Returns the read-only status from the state of this AbstractComponent .
Iteratoriterator()
Gets the component container iterator for going trough all the components in the container.
voidremoveAllComponents()
Removes all components from the container.
voidremoveComponent(Component c)
Removes the component from this container.
voidremoveStyleName(String style)
voidreplaceComponent(Component oldComponent, Component newComponent)
voidsetCaption(String caption)
voidsetComponentAlignment(Component childComponent, Alignment alignment)
voidsetData(Object data)
Sets the data object, that can be used for any application specific data.
voidsetDefaultComponentAlignment(Alignment defaultAlignment)
voidsetDescription(String description)
Sets the component's description.
voidsetHeight(String height)
voidsetHeightUndefined()
voidsetMargin(boolean enabled)
voidsetReadOnly(boolean readOnly)
Sets the read-only status in the state of this AbstractComponent .
voidsetResponsive(boolean responsive)
Toggles responsiveness of this component.
voidsetSizeFull()
voidsetSizeUndefined()
voidsetSpacing(boolean spacing)
voidsetStyleName(String style)
voidsetWidth(String width)
voidsetWidth(float width, Unit unit)
voidsetWidthUndefined()