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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

VerticalSplitPanel()
VerticalSplitPanel(Component firstComponent, Component secondComponent)
Creates a horizontal split panel containing the given components.

Method

voidaddComponent(Component c)
Add a component into this container.
voidaddStyleName(String style)
floatgetSplitPosition()
Returns the current position of the splitter, in #getSplitPositionUnit() units.
UnitgetSplitPositionUnit()
Returns the unit of position of the splitter.
voidsetCaption(String caption)
voidsetFirstComponent(Component c)
Sets the first component of this split panel.
voidsetHeight(String height)
voidsetHeight(float height, Unit unit)
voidsetLocked(boolean locked)
Lock the SplitPanels position, disabling the user from dragging the split handle.
voidsetSecondComponent(Component c)
Sets the second component of this split panel.
voidsetSizeFull()
voidsetSplitPosition(float pos, boolean reverse)
Moves the position of the splitter.
voidsetSplitPosition(float pos)
Moves the position of the splitter.
voidsetStyleName(String style)
voidsetWidth(String width)