A B C E F G H I N R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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 - com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Items are positioned with space before, between, and after the lines.
- AUTO - 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 - com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are positioned at the baseline of the container.
- BETWEEN - com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Items are positioned with space between the lines.
- BORDER_BOX - 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 - com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
- BoxSizing - Enum in com.vaadin.flow.component.orderedlayout
-
Enum for the values of the CSS property
box-sizing
.
C
- CENTER - com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are positioned at the center of the container.
- CENTER - com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Items are positioned at the center of the container.
- CENTER - com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are positioned at the center of the container.
- COLUMN - com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
The items are displayed vertically, as a column.
- COLUMN_REVERSE - 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 - com.vaadin.flow.component.orderedlayout.BoxSizing
-
Sets the default CSS box-sizing behavior.
E
- END - com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are positioned at the end of the container.
- END - com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Items are positioned at the end of the container.
- END - com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are positioned at the end of the container.
- EVENLY - 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 in com.vaadin.flow.component.orderedlayout
-
Enum with the possible values for the component alignment inside the layout.
- FlexComponent.JustifyContentMode - Enum 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 in com.vaadin.flow.component.orderedlayout
-
Enum with the possible values for the component alignment inside the layout.
- FlexLayout.FlexDirection - Enum 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 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
-
This is the same as
HorizontalLayout.getDefaultVerticalComponentAlignment()
. - getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
getDefaultHorizontalComponentAlignment()
. - getAlignSelf(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Gets the individual alignment of a given element container.
- getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
This is the same as
HorizontalLayout.getVerticalComponentAlignment(Component)
. - getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
getHorizontalComponentAlignment(Component)
. - 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 element container.
- getFlexDirection(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Gets the flex direction property of a given element container.
- getFlexGrow(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Gets the flex grow property of a given element container.
- getFlexShrink(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Gets the flex shrink property of a given element container.
- 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 element container.
- 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. - getVerticalComponentAlignment(Component) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Gets the individual vertical alignment of a given component.
H
- HORIZONTAL - 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.
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.
N
- NONE - com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
- NOWRAP - 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 - com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
The items are displayed horizontally, as a row.
- ROW_REVERSE - 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 in com.vaadin.flow.component.orderedlayout
-
Enum for the values of the ScrollDirection property.
- 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
-
This is the same as
HorizontalLayout.setDefaultVerticalComponentAlignment(Alignment)
. - setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
setDefaultHorizontalComponentAlignment(Alignment)
. - setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets an alignment for individual element container inside the layout.
- setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
This is the same as
HorizontalLayout.setVerticalComponentAlignment(Alignment, Component...)
. - setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
setHorizontalComponentAlignment(Alignment, Component...)
. - 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 class com.vaadin.flow.component.orderedlayout.FlexLayout
-
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 - com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are distributed evenly inside the container.
- SPACE_BETWEEN - com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are distributed evenly inside the container.
- START - com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are positioned at the beginning of the container.
- START - com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Items are positioned at the beginning of the container.
- START - com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are positioned at the beginning of the container.
- STRETCH - com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are stretched to fit the container.
- STRETCH - 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
andHorizontalLayout
related to dynamic theme adjustment.
U
- UNDEFINED - 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 com.vaadin.flow.component.orderedlayout.BoxSizing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.orderedlayout.BoxSizing
-
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.orderedlayout.FlexComponent.Alignment
-
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.orderedlayout.FlexComponent.JustifyContentMode
-
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.orderedlayout.FlexLayout.ContentAlignment
-
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.orderedlayout.FlexLayout.FlexDirection
-
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.orderedlayout.FlexLayout.FlexWrap
-
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.orderedlayout.Scroller.ScrollDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERTICAL - 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.
W
- WRAP - 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 - 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.
All Classes All Packages