Example usage for Java com.vaadin.ui AbsoluteLayout fields, constructors, methods, implement or subclass
The text is from its open source code.
AbsoluteLayout() Creates an AbsoluteLayout with full size. |
void | addComponent(Component c, String cssPosition) Adds a component to the layout. |
void | addComponent(Component c, ComponentPosition position) Adds the component using the given position. |
void | addComponent(Component c) |
Registration | addLayoutClickListener(LayoutClickListener listener) |