Skip navigation links
A C G I R S V 

A

addIronResizeListener(ComponentEventListener<GeneratedVaadinSplitLayout.IronResizeEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds a listener for iron-resize events fired by the webcomponent.
addSplitterDragendListener(ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds a listener for splitter-dragend events fired by the webcomponent.
addSplitterDragendListener(ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<SplitLayout>>) - 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.
addThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds theme variants to the component.
addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds the given components as children of this component at the slot 'primary'.
addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the given components to the primary split of this layout, i.e.
addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds the given components as children of this component at the slot 'secondary'.
addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the given components to the secondary split of this layout, i.e.

C

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

G

GeneratedVaadinSplitLayout<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
Description copied from corresponding location in WebComponent:
GeneratedVaadinSplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
 
GeneratedVaadinSplitLayout.IronResizeEvent<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
 
GeneratedVaadinSplitLayout.SplitterDragendEvent<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
 
getOrientation() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the orientation of the SplitLayout.
getOrientationString() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Description copied from corresponding location in WebComponent:
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.
getVariantName() - Method in enum com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Gets the variant name.

I

IronResizeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent
 

R

remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
 
removeAll() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Removes all contents from this component, this includes child components, text content as well as child elements that have been added directly to this component using the Element API.
removeAll() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Removes the primary and the secondary components.
removeThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Removes theme variants from the component.

S

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
 

V

valueOf(String) - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I R S V 
Skip navigation links

Copyright © 2021. All rights reserved.