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

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

Introduction

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

The text is from its open source code.

Implementation

com.vaadin.ui.Layout has the following implementations.
Click this link to see all its implementation.

Method

voidaddComponent(Component c)
Adds the component into this container.
voidaddComponents(Component... components)
Adds the components in the given order to this component container.
voidaddStyleName(String style)
Adds one or more style names to this component.
intgetComponentCount()
Gets the number of children this ComponentContainer has.
IteratorgetComponentIterator()
Gets an iterator to the collection of contained components.
Iteratoriterator()
Gets an iterator to the collection of contained components.
voidmarkAsDirtyRecursive()
Causes this connector and all connectors below it to be marked as dirty.
voidremoveAllComponents()
Removes all components from this container.
voidremoveComponent(Component c)
Removes the component from this container.
voidremoveStyleName(String style)
Removes one or more style names from component.
voidsetCaption(String caption)
Sets the caption of the component.
voidsetHeight(float height, Unit unit)
Sets the height of the object.
voidsetPrimaryStyleName(String style)
Changes the primary style name of the component.
voidsetSizeFull()
Sets the size to 100% x 100%.
voidsetSizeUndefined()
Clears any size settings.
voidsetStyleName(String style)
Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
voidsetVisible(boolean visible)
Sets the visibility of the component.
voidsetWidth(String width)
Sets the width of the component using String presentation.
voidsetWidthUndefined()
Clears any defined width.