- 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.
- 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.
- setFlexGrow(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the flex grow property of the components inside the 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
-
- setMargin(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles margin theme setting for the element.
- 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.
- 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.WrapMode
-
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.WrapMode
-
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.