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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddComponent(Component c)
Adds the component into this container.
voidaddStyleName(String style)
Adds one or more style names to this component.
StringgetCaption()
Gets the caption of the component.
intgetComponentCount()
Gets the number of children this ComponentContainer has.
IteratorgetComponentIterator()
Gets an iterator to the collection of contained components.
HasComponentsgetParent()
Gets the parent component of the component.
Iteratoriterator()
Gets an iterator to the collection of contained components.
voidremoveAllComponents()
Removes all components from this container.
voidremoveComponent(Component c)
Removes the component from this container.
voidreplaceComponent(Component oldComponent, Component newComponent)
Replaces the component in the container with another one without changing position.
voidsetCaption(String caption)
Sets the caption of the component.
voidsetHeight(String height)
Sets the height of the component using String presentation.
voidsetSizeFull()
Sets the size to 100% x 100%.
voidsetSizeUndefined()
Clears any size settings.
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.