T - public class NestedOrderedLayout<T extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasOrderedComponents>
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
NestedOrderedLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.vaadin.flow.component.Component... cs) |
void |
add(com.vaadin.flow.component.Component c) |
void |
addLayout(T layout) |
com.vaadin.flow.component.orderedlayout.HorizontalLayout |
createHorizontalLayout() |
com.vaadin.flow.component.orderedlayout.VerticalLayout |
createVerticalLayout() |
void |
endLayout() |
void |
poll() |
com.vaadin.flow.component.orderedlayout.HorizontalLayout |
startHorizontalLayout() |
com.vaadin.flow.component.orderedlayout.VerticalLayout |
startVerticalLayout() |
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMarginexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModegetChildren, getComponentAt, getComponentCount, indexOfadd, addComponentAsFirst, addComponentAtIndex, remove, removeAlladdClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamegetCssSize, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullpublic void addLayout(T layout)
public void poll()
public com.vaadin.flow.component.orderedlayout.HorizontalLayout startHorizontalLayout()
public com.vaadin.flow.component.orderedlayout.VerticalLayout startVerticalLayout()
public com.vaadin.flow.component.orderedlayout.HorizontalLayout createHorizontalLayout()
public com.vaadin.flow.component.orderedlayout.VerticalLayout createVerticalLayout()
public void endLayout()
public void add(com.vaadin.flow.component.Component... cs)
public void add(com.vaadin.flow.component.Component c)
Copyright © 2021. All rights reserved.