A C G H I L R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addIronResizeListener(ComponentEventListener<GeneratedVaadinSplitLayout.IronResizeEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.Since 23.2, this API is deprecated, generated classes will be removed in v24.
- addSplitterDragendListener(ComponentEventListener<SplitLayout.SplitterDragendEvent<SplitLayout>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.since v23.3, generated classes will be removed in v24.
- addSplitterDragendListener(ComponentEventListener<SplitLayout.SplitterDragendEvent<SplitLayout>>) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Adds a listener for the
splitter-dragendevent, 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
-
Deprecated.since v23.3, generated classes will be removed in v24. Use
SplitLayout.addThemeVariants(com.vaadin.flow.component.splitlayout.SplitLayoutVariant...)instead. - addThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Adds theme variants to the component.
- addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.since v23.3, generated classes will be removed in v24.
- 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
-
Deprecated.since v23.3, generated classes will be removed in v24.
- 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
-
Deprecated.since v23.3, generated classes will be removed in v24.
- GeneratedVaadinSplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.
- GeneratedVaadinSplitLayout.IronResizeEvent<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
-
Deprecated.since v23.3, generated classes will be removed in v24.
- GeneratedVaadinSplitLayout.SplitterDragendEvent<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
-
Deprecated.since v23.3, generated classes will be removed in v24. Use
SplitLayout.SplitterDragendEventinstead. - 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
-
Deprecated.since v23.3, generated classes will be removed in v24.
- 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.
H
- HORIZONTAL - com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
I
- IronResizeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent
-
Deprecated.
L
- LUMO_MINIMAL - com.vaadin.flow.component.splitlayout.SplitLayoutVariant
- LUMO_SMALL - com.vaadin.flow.component.splitlayout.SplitLayoutVariant
R
- remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.since v23.3, generated classes will be removed in v24.
- remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
- removeAll() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.since v23.3, generated classes will be removed in v24.
- 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
-
Deprecated.since v23.3, generated classes will be removed in v24. Use
SplitLayout.removeThemeVariants(com.vaadin.flow.component.splitlayout.SplitLayoutVariant...)instead. - removeThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Removes theme variants from the component.
S
- setOrientation(SplitLayout.Orientation) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set the orientation of the SplitLayout.
- setOrientation(String) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Deprecated.since v23.3, generated classes will be removed in v24.
- 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 in com.vaadin.flow.component.splitlayout
-
numeration of all available orientation for VaadinSplitLayout component
- SplitLayout.SplitterDragendEvent<T extends GeneratedVaadinSplitLayout<T>> - Class in com.vaadin.flow.component.splitlayout
- SplitLayoutVariant - Enum in com.vaadin.flow.component.splitlayout
-
Set of theme variants applicable for
vaadin-split-layoutcomponent. - SplitterDragendEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent
-
Deprecated.
- SplitterDragendEvent(T, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout.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.
- VERTICAL - com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
All Classes All Packages