- setOrientation(String) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Description copied from corresponding location in WebComponent:
- 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
-
SplitLayout is a component based on the vaadin-split-layout
Polymer element implementing a split layout for two content elements with a
draggable splitter between them.
- SplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs an empty VaadinSplitLayout.
- SplitLayout(Component, Component) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs a VaadinSplitLayout with the given initial components to set
to the primary and secondary splits.
- SplitLayout.Orientation - Enum in com.vaadin.flow.component.splitlayout
-
numeration of all available orientation for VaadinSplitLayout component
- SplitLayoutVariant - Enum in com.vaadin.flow.component.splitlayout
-
Set of theme variants applicable for vaadin-split-layout component.
- SplitterDragendEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent
-