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

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

Introduction

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

The text is from its open source code.

Method

ComponentgetFirstComponent()
Gets the first component of this split panel.
floatgetMaxSplitPosition()
Returns the current maximum position of the splitter, in #getMaxSplitPositionUnit() units.
UnitgetMaxSplitPositionUnit()
Returns the unit of the maximum position of the splitter.
floatgetMinSplitPosition()
Returns the current minimum position of the splitter, in #getMinSplitPositionUnit() units.
UnitgetMinSplitPositionUnit()
Returns the unit of the minimum position of the splitter.
ComponentgetSecondComponent()
Gets the second component of this split panel.
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)
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, Unit unit)
Moves the position of the splitter with given position and unit.
voidsetSplitPosition(float pos)
Moves the position of the splitter.
voidsetStyleName(String style)
voidsetWidth(String width)