- 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 element container.
- 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
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.
- getWrapMode() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
- 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
-
- 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
#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
#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
-
- 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
-
- 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.
- setWrapMode(FlexLayout.WrapMode) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
- 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.FlexLayout.WrapMode
-
Deprecated.
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.FlexLayout.WrapMode
-
Deprecated.
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.
- VerticalLayout - Class in com.vaadin.flow.component.orderedlayout
-
VerticalLayout is a component container, which shows the subcomponents in the
order of their addition (vertically).
- 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.