Class VerticalLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.flexcontainer.FlexContainer
org.teamapps.ux.component.flexcontainer.VerticalLayout
- All Implemented Interfaces:
Component
public class VerticalLayout extends FlexContainer
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VerticalLayout() -
Method Summary
Modifier and Type Method Description voidaddComponentAutoSize(Component component)voidaddComponentFillRemaining(Component component)Methods inherited from class org.teamapps.ux.component.flexcontainer.FlexContainer
addComponent, addComponent, createUiComponent, getAlignItems, getComponents, getFlexDirection, getJustifyContent, handleUiEvent, removeComponent, setAlignItems, setFlexDirection, setJustifyContentMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, doDestroy, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Constructor Details
-
VerticalLayout
public VerticalLayout()
-
-
Method Details