Index

A B C E F G H I L N R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

addAndExpand(Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the given components to this layout and sets them as expanded.
addAndExpand(Component...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Adds the given components to this layout and sets them as expanded.
AROUND - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned with space before, between, and after the lines.
AUTO - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
The element inherits its parent container's align-items property, or "stretch" if it has no parent container.

B

BASELINE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the baseline of the container.
BETWEEN - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned with space between the lines.
BORDER_BOX - Enum constant in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
Tells the browser to account for any border and padding in the values you specify for an element's width and height.
BOTH - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
 
BoxSizing - Enum Class in com.vaadin.flow.component.orderedlayout
Enum for the values of the CSS property box-sizing.

C

CENTER - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the center of the container.
CENTER - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned at the center of the container.
CENTER - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are positioned at the center of the container.
COLUMN - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
The items are displayed vertically, as a column.
COLUMN_REVERSE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
The items are displayed vertically, as a column in reverse order.
com.vaadin.flow.component.orderedlayout - package com.vaadin.flow.component.orderedlayout
 
CONTENT_BOX - Enum constant in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
Sets the default CSS box-sizing behavior.

E

END - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the end of the container.
END - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned at the end of the container.
END - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are positioned at the end of the container.
EVENLY - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items have equal space around them.
expand(Component...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Expands the given components.

F

FlexComponent - Interface in com.vaadin.flow.component.orderedlayout
A component which implements Flexbox.
FlexComponent.Alignment - Enum Class in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the component alignment inside the layout.
FlexComponent.JustifyContentMode - Enum Class in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the way the extra space inside the layout is distributed among the components.
FlexLayout - Class in com.vaadin.flow.component.orderedlayout
A layout component that implements Flexbox.
FlexLayout() - Constructor for class com.vaadin.flow.component.orderedlayout.FlexLayout
Default constructor.
FlexLayout(Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.FlexLayout
Convenience constructor to create a layout with the children already inside it.
FlexLayout.ContentAlignment - Enum Class in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the component alignment inside the layout.
FlexLayout.FlexDirection - Enum Class in com.vaadin.flow.component.orderedlayout
Possible values for the flex-direction CSS property, which determines how the elements are placed inside the layout.
FlexLayout.FlexWrap - Enum Class in com.vaadin.flow.component.orderedlayout
Possible values for the flex-wrap CSS property, which determines how the elements inside the layout should behave when they don't fit inside the layout.

G

getAlignContent() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the current align content property of the layout.
getAlignItems() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the default alignment used by all components without individual alignments inside the layout.
getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
getAlignSelf(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the individual alignment of a given component.
getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
getBoxSizing() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Gets the box-sizing defined for the layout, or BoxSizing.UNDEFINED if none was defined on the server-side.
getContent() - Method in class com.vaadin.flow.component.orderedlayout.Scroller
Gets the content of this scroller.
getDefaultHorizontalComponentAlignment() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Gets the default horizontal alignment used by all components without individual alignments inside the layout.
getDefaultVerticalComponentAlignment() - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Gets the default vertical alignment used by all components without individual alignments inside the layout.
getFlexBasis(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the flex basis property of a given component.
getFlexDirection() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the flex direction property of the layout.
getFlexGrow(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the flex grow property of a given component.
getFlexShrink(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the flex shrink property of a given component.
getFlexWrap() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the current flex wrap of the layout.
getHorizontalComponentAlignment(Component) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Gets the individual horizontal alignment of a given component.
getJustifyContentMode() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the current justify content mode of the layout.
getOrder(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the order property of a given component.
getScrollDirection() - Method in class com.vaadin.flow.component.orderedlayout.Scroller
Returns the scroll direction for this scroller.
getThemeList() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Gets the set of the theme names applied to the corresponding element in theme attribute.
getVariantName() - Method in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
Gets the variant name.
getVerticalComponentAlignment(Component) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Gets the individual vertical alignment of a given component.

H

HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
 
HorizontalLayout - Class in com.vaadin.flow.component.orderedlayout
Horizontal Layout places components side-by-side in a row.
HorizontalLayout() - Constructor for class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Constructs an empty layout with spacing on by default.
HorizontalLayout(Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Convenience constructor to create a layout with the children already inside it.
HorizontalLayout(FlexComponent.Alignment, Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Convenience constructor to create a layout with the children and specified vertical alignment.
HorizontalLayout(FlexComponent.JustifyContentMode, Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Convenience constructor to create a layout with the children and specified justifyContentMode.

I

isMargin() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Shows if margin theme setting is applied to the component.
isPadding() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Shows if padding theme setting is applied to the component.
isSpacing() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Shows if spacing theme setting is applied to the component.

L

LUMO_OVERFLOW_INDICATORS - Enum constant in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
 

N

NONE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
 
NOWRAP - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
If the items use up too much space they will overflow.

R

replace(Component, Component) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
 
ROW - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
The items are displayed horizontally, as a row.
ROW_REVERSE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
The items are displayed horizontally, as a row in reverse order.

S

Scroller - Class in com.vaadin.flow.component.orderedlayout
Scroller is a component container which enables scrolling overflowing content.
Scroller() - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
Constructs an empty scroller.
Scroller(Component) - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
Convenience constructor to create a scroller with the given content.
Scroller(Component, Scroller.ScrollDirection) - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
Convenience constructor to create a scroller with the given content and scroll direction.
Scroller(Scroller.ScrollDirection) - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
Convenience constructor to create an empty scroller with the given scroll direction.
Scroller.ScrollDirection - Enum Class in com.vaadin.flow.component.orderedlayout
Enum for the values of the ScrollDirection property.
ScrollerVariant - Enum Class in com.vaadin.flow.component.orderedlayout
Set of theme variants applicable for vaadin-scroller component.
setAlignContent(FlexLayout.ContentAlignment) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Similar to FlexComponent.setAlignItems(Alignment), but instead of aligning components, it aligns flex lines.
setAlignItems(FlexComponent.Alignment) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Sets the default alignment to be used by all components without individual alignments inside the layout.
setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Sets an alignment for individual components inside the layout.
setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
setBoxSizing(BoxSizing) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Sets the box-sizing CSS property of the layout.
setContent(Component) - Method in class com.vaadin.flow.component.orderedlayout.Scroller
Sets the content of this scroller.
setDefaultHorizontalComponentAlignment(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Sets the default horizontal alignment to be used by all components without individual alignments inside the layout.
setDefaultVerticalComponentAlignment(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Sets the default vertical alignment to be used by all components without individual alignments inside the layout.
setFlexBasis(String, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Sets the flex basis property of the components inside the layout.
setFlexDirection(FlexLayout.FlexDirection) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Sets the flex direction property of the layout.
setFlexGrow(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Sets the flex grow property of the components inside the layout.
setFlexShrink(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Sets the flex shrink property of the components inside the layout.
setFlexWrap(FlexLayout.FlexWrap) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the FlexLayout.FlexWrap used by this layout.
setHorizontalComponentAlignment(FlexComponent.Alignment, Component...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Sets a horizontal alignment for individual components inside the layout.
setJustifyContentMode(FlexComponent.JustifyContentMode) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Sets the FlexComponent.JustifyContentMode used by this layout.
setMargin(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Toggles margin theme setting for the element.
setOrder(int, HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Sets the order property of the component inside the layout.
setPadding(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Toggles padding theme setting for the element.
setPadding(boolean) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Toggles padding theme setting for the element.
setScrollDirection(Scroller.ScrollDirection) - Method in class com.vaadin.flow.component.orderedlayout.Scroller
Sets the scroll direction for this scroller.
setSpacing(boolean) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Toggles spacing theme setting for the element.
setSpacing(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Toggles spacing theme setting for the element.
setSpacing(boolean) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Toggles spacing theme setting for the element.
setVerticalComponentAlignment(FlexComponent.Alignment, Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Sets a vertical alignment for individual components inside the layout.
SPACE_AROUND - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are distributed evenly inside the container.
SPACE_BETWEEN - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are distributed evenly inside the container.
START - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the beginning of the container.
START - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned at the beginning of the container.
START - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are positioned at the beginning of the container.
STRETCH - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are stretched to fit the container.
STRETCH - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are stretched to fit the container.

T

ThemableLayout - Interface in com.vaadin.flow.component.orderedlayout
Common logic for VerticalLayout and HorizontalLayout related to dynamic theme adjustment.

U

UNDEFINED - Enum constant in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
When the box-sizing is undefined, it's up to the element client-side implementation to define how its internal the box model should be defined.

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
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.orderedlayout.FlexComponent.Alignment
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.orderedlayout.FlexComponent.JustifyContentMode
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.orderedlayout.FlexLayout.ContentAlignment
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.orderedlayout.FlexLayout.FlexDirection
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.orderedlayout.FlexLayout.FlexWrap
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.orderedlayout.Scroller.ScrollDirection
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.orderedlayout.ScrollerVariant
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.orderedlayout.Scroller.ScrollDirection
 
VerticalLayout - Class in com.vaadin.flow.component.orderedlayout
Vertical Layout places components top-to-bottom in a column.
VerticalLayout() - Constructor for class com.vaadin.flow.component.orderedlayout.VerticalLayout
Constructs an empty layout with spacing and padding on by default.
VerticalLayout(Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.VerticalLayout
Convenience constructor to create a layout with the children already inside it.
VerticalLayout(FlexComponent.Alignment, Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.VerticalLayout
Convenience constructor to create a layout with the children and specified horizontal alignment.
VerticalLayout(FlexComponent.JustifyContentMode, Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.VerticalLayout
Convenience constructor to create a layout with the children and specified justifyContentMode.

W

WRAP - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
If items are not able to fit into a single row they are allowed to wrap into a follow up line.
WRAP_REVERSE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
If items are not able to fit into a single row they are allowed to wrap into a follow up line.
A B C E F G H I L N R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form