Class VVerticalLayout
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.orderedlayout.VerticalLayout
-
- org.vaadin.firitin.components.orderedlayout.VVerticalLayout
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.orderedlayout.VerticalLayout>,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasOrderedComponents,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.orderedlayout.FlexComponent,com.vaadin.flow.component.orderedlayout.ThemableLayout,Serializable,FluentAttachNotifier<VVerticalLayout>,FluentClickNotifier<com.vaadin.flow.component.orderedlayout.VerticalLayout,VVerticalLayout>,FluentComponent<VVerticalLayout>,FluentDetachNotifier<VVerticalLayout>,FluentHasComponents<VVerticalLayout>,FluentHasSize<VVerticalLayout>,FluentHasStyle<VVerticalLayout>,FluentThemableLayout<VVerticalLayout>,HasPadding<VVerticalLayout>
public class VVerticalLayout extends com.vaadin.flow.component.orderedlayout.VerticalLayout implements FluentThemableLayout<VVerticalLayout>, FluentComponent<VVerticalLayout>, FluentHasStyle<VVerticalLayout>, FluentHasSize<VVerticalLayout>, FluentHasComponents<VVerticalLayout>, FluentClickNotifier<com.vaadin.flow.component.orderedlayout.VerticalLayout,VVerticalLayout>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VVerticalLayout()VVerticalLayout(com.vaadin.flow.component.Component... children)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description VVerticalLayoutaddExpanded(com.vaadin.flow.component.Component... components)Deprecated.VVerticalLayoutalignAll(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VVerticalLayoutwithAlignItems(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VVerticalLayoutwithAlignSelf(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment, com.vaadin.flow.component.HasElement... elementContainers)VVerticalLayoutwithComponent(com.vaadin.flow.component.Component component)VVerticalLayoutwithComponent(com.vaadin.flow.component.Component component, com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VVerticalLayoutwithDefaultHorizontalComponentAlignment(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VVerticalLayoutwithExpand(com.vaadin.flow.component.Component... componentsToExpand)VVerticalLayoutwithExpanded(com.vaadin.flow.component.Component... components)VVerticalLayoutwithFlexGrow(double flexGrow, com.vaadin.flow.component.HasElement... elementContainers)VVerticalLayoutwithJustifyContentMode(com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode justifyContentMode)VVerticalLayoutwithPadding(boolean padding)-
Methods inherited from class com.vaadin.flow.component.orderedlayout.VerticalLayout
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacing
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut
-
Methods inherited from interface com.vaadin.flow.component.orderedlayout.FlexComponent
expand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentMode
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier
withAttachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentClickNotifier
withClickListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentComponent
setId, setVisible, withId, withVisible
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier
withDetachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasComponents
withComponentAsFirst, withComponentAtIndex, withComponents
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasSize
withFullHeight, withFullWidth, withHeight, withMaxHeight, withMaxSize, withMaxWidth, withMinHeight, withMinSize, withMinWidth, withSize, withSizeFull, withSizeUndefined, withWidth
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasStyle
withAddedClassName, withClassName, withStyle
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentThemableLayout
withBoxSizing, withMargin, withSpacing
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
Methods inherited from interface com.vaadin.flow.component.HasOrderedComponents
getChildren, getComponentAt, getComponentCount, indexOf
-
Methods inherited from interface org.vaadin.firitin.util.style.HasPadding
setPadding, setPadding, setPadding, withPadding, withPadding, withPadding
-
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
-
-
-
-
Method Detail
-
withPadding
public VVerticalLayout withPadding(boolean padding)
- Specified by:
withPaddingin interfaceFluentThemableLayout<VVerticalLayout>
-
alignAll
public VVerticalLayout alignAll(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)
-
withDefaultHorizontalComponentAlignment
public VVerticalLayout withDefaultHorizontalComponentAlignment(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)
-
withJustifyContentMode
public VVerticalLayout withJustifyContentMode(com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode justifyContentMode)
-
withComponent
public VVerticalLayout withComponent(com.vaadin.flow.component.Component component)
-
withComponent
public VVerticalLayout withComponent(com.vaadin.flow.component.Component component, com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)
-
addExpanded
@Deprecated public VVerticalLayout addExpanded(com.vaadin.flow.component.Component... components)
Deprecated.
-
withExpanded
public VVerticalLayout withExpanded(com.vaadin.flow.component.Component... components)
-
withAlignItems
public VVerticalLayout withAlignItems(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)
-
withAlignSelf
public VVerticalLayout withAlignSelf(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment, com.vaadin.flow.component.HasElement... elementContainers)
-
withFlexGrow
public VVerticalLayout withFlexGrow(double flexGrow, com.vaadin.flow.component.HasElement... elementContainers)
-
withExpand
public VVerticalLayout withExpand(com.vaadin.flow.component.Component... componentsToExpand)
-
-