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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

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

Method

voidaddComponent(Component c)
Add a component into this container.
RegistrationaddSplitterClickListener(SplitterClickListener listener)
voidaddStyleName(String style)
floatgetSplitPosition()
Returns the current position of the splitter, in #getSplitPositionUnit() units.
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.
voidsetMaxSplitPosition(float pos, Unit unit)
Sets the maximum split position to the given position and unit.
voidsetMinSplitPosition(float pos, Unit unit)
Sets the minimum split position to the given position and unit.
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.
voidsetSplitPosition(float pos, Unit unit, boolean reverse)
Moves the position of the splitter with given position and unit.
voidsetStyleName(String style)
voidsetWidth(String width)
voidsetWidth(float width, Unit unit)