Index

A C G H L R S V 
All Classes and Interfaces|All Packages|Serialized Form

A

addSplitterDragEndListener(ComponentEventListener<SplitLayout.SplitterDragEndEvent>) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Adds a listener for the splitter-dragend event, which is fired when the user has stopped resizing the splitter with drag and drop.
addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the given components to the primary split of this layout, i.e. the left split if in horizontal mode and the top split if in vertical mode.
addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the given components to the secondary split of this layout, i.e. the right split if in horizontal mode and the bottom split if in vertical mode.

C

com.vaadin.flow.component.splitlayout - package com.vaadin.flow.component.splitlayout
 

G

getOrientation() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the orientation of the SplitLayout.
getPrimaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the component currently set to the primary split.
getSecondaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the component currently set to the secondary split.
getSplitterPosition() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Gets the relative position of the splitter as a percentage value between 0 and 100.
getVariantName() - Method in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Gets the variant name.

H

HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
 

L

LUMO_MINIMAL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
 
LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
 

R

remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Removes the given child components from this component.
removeAll() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Removes the primary and the secondary components.

S

setOrientation(SplitLayout.Orientation) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Set the orientation of the SplitLayout.
setPrimaryStyle(String, String) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Set a style to the component in the primary split.
setSecondaryStyle(String, String) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Set a style to the component in the secondary split.
setSplitterPosition(double) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the relative position of the splitter in percentages.
SplitLayout - Class in com.vaadin.flow.component.splitlayout
Split Layout is a component with two content areas and a draggable split handle between them.
SplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
Constructs an empty SplitLayout.
SplitLayout(Component, Component) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
Constructs a SplitLayout with the given initial components to set to the primary and secondary splits.
SplitLayout(Component, Component, SplitLayout.Orientation) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
Constructs a SplitLayout with the given initial components to set to the primary and secondary splits and with the orientation.
SplitLayout(SplitLayout.Orientation) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
Constructs a SplitLayout with the orientation.
SplitLayout.Orientation - Enum Class in com.vaadin.flow.component.splitlayout
numeration of all available orientation for VaadinSplitLayout component
SplitLayout.SplitterDragEndEvent - Class in com.vaadin.flow.component.splitlayout
 
SplitLayoutVariant - Enum Class in com.vaadin.flow.component.splitlayout
Set of theme variants applicable for vaadin-split-layout component.
SplitterDragEndEvent(SplitLayout, boolean, String, String) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragEndEvent
 

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Returns an array containing the constants of this enum class, in the order they are declared.
VERTICAL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
 
A C G H L R S V 
All Classes and Interfaces|All Packages|Serialized Form