Uses of Enum Class
com.jbstrap.ui.components.layout.splitter.SplitterPosition
Packages that use SplitterPosition
-
Uses of SplitterPosition in com.jbstrap.ui.components.layout.splitter
Methods in com.jbstrap.ui.components.layout.splitter that return SplitterPositionModifier and TypeMethodDescriptionstatic SplitterPosition
Returns the enum constant of this class with the specified name.static SplitterPosition[]
SplitterPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jbstrap.ui.components.layout.splitter with parameters of type SplitterPositionModifier and TypeMethodDescriptionHorizontalSplitter.setPosition
(SplitterPosition splitterPosition) Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.VerticalSplitter.setPosition
(SplitterPosition splitterPosition) Sets the position of the line separating the splitter component’s containers, relative to the top of the component Default value: 50%, that is, the separating line is in the middle.