- 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.