Example usage for Java com.vaadin.ui CustomLayout fields, constructors, methods, implement or subclass
The text is from its open source code.
CustomLayout(InputStream templateStream) Constructs a custom layout with the template given in the stream. | |
CustomLayout(String template) Constructor for custom layout with given template name. | |
CustomLayout() Default constructor only used by subclasses. |
void | addComponent(Component c, String location) Adds the component into this container to given location. |
void | addComponent(Component c) Adds the component into this container. |
void | addStyleName(String style) |
void | setCaption(String caption) |
void | setHeight(String height) |
void | setHeight(float height, Unit unit) |
void | setHeightUndefined() |
void | setResponsive(boolean responsive) Toggles responsiveness of this component. |
void | setSizeFull() |
void | setSizeUndefined() |
void | setStyleName(String style) |
void | setTemplateContents(String templateContents) Set the contents of the template used to draw the custom layout. |
void | setWidth(String width) |
void | setWidth(float width, Unit unit) |