Example usage for Java com.vaadin.ui AbstractLayout fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addComponent(Component c) This only implements the events and component parent calls. |
void | addStyleName(String style) |
Iterator | getComponentIterator() |
Object | getData() Gets the application specific data. |
void | removeAllComponents() Removes all components from the container. |
void | removeStyleName(String style) |
void | setHeight(float height, Unit unit) |
void | setSizeUndefined() |
void | setVisible(boolean visible) |
void | setWidth(String width) |
void | setWidth(float width, Unit unit) |