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

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

Introduction

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

The text is from its open source code.

Subclass

com.vaadin.ui.CustomLayout has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

voidaddComponent(Component c, String location)
Adds the component into this container to given location.
voidaddComponent(Component c)
Adds the component into this container.
voidaddStyleName(String style)
voidsetCaption(String caption)
voidsetHeight(String height)
voidsetHeight(float height, Unit unit)
voidsetHeightUndefined()
voidsetResponsive(boolean responsive)
Toggles responsiveness of this component.
voidsetSizeFull()
voidsetSizeUndefined()
voidsetStyleName(String style)
voidsetTemplateContents(String templateContents)
Set the contents of the template used to draw the custom layout.
voidsetWidth(String width)
voidsetWidth(float width, Unit unit)