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
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
onDestroyed, onRendered
-
-
Constructor Summary
Constructors Constructor Description VerticalLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods 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, setJustifyContent
-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, doDestroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.Component
setCssStyle
-
-