Uses of Class
com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Packages that use VerticalSplitter
-
Uses of VerticalSplitter in com.jbstrap.ui.components.layout.splitter
Methods in com.jbstrap.ui.components.layout.splitter that return VerticalSplitterModifier and TypeMethodDescriptionVerticalSplitter.addBottomComponent
(Component<?> component) Adds a component to the lower container of the splitter componentVerticalSplitter.addBottomComponents
(Component<?>... components) Adds multiple components to the lower container of the splitter componentVerticalSplitter.addComponent
(Component<?> component) No further components may be added to the splitter component.VerticalSplitter.addComponents
(Component<?>... components) No further components may be added to the splitter component.VerticalSplitter.addTopComponent
(Component<?> component) Adds a component to the upper container of the splitter componentVerticalSplitter.addTopComponents
(Component<?>... components) Adds multiple components to the upper container of the splitterVerticalSplitter.redraw()
VerticalSplitter.removeBottomComponent
(Component<?> component) Removes a component from the lower container of the splitter componentVerticalSplitter.removeBottomComponents
(Component<?>... components) Removes multiple components from the lower container of the splitterVerticalSplitter.removeComponent
(Component<?> component) No subcomponent can be removed from the splitter component.VerticalSplitter.removeComponents
(Component<?>... components) No subcomponent can be removed from the splitter component.VerticalSplitter.removeTopComponent
(Component<?> component) Removes a component from the upper container of the splitter componentVerticalSplitter.removeTopComponents
(Component<?>... components) Removes multiple components from the upper container of the splitterVerticalSplitter.setHeight
(int height) Sets the splitter component’s height valueSets the splitter component’s height valueVerticalSplitter.setMaxSize
(int maxSize) Sets the maximum height of the splitter component’s upper containerVerticalSplitter.setMaxSize
(String maxSize) Sets the maximum height of the splitter component’s upper container If a value ofnull
is set, the maximum height of the container will not be limited.VerticalSplitter.setMinSize
(int minSize) Sets the minimum height of the splitter component’s upper container in pixelsVerticalSplitter.setMinSize
(String minSize) Sets the minimum height of the splitter component’s upper container If the valuenull
is set, the minimum height of the container will not be limited.VerticalSplitter.setPosition
(int position) 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.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.VerticalSplitter.setPosition
(String position) 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.VerticalSplitter.setWidth
(int width) Sets the splitter component’s width valueSets the splitter component’s width value