Class HorizontalLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.flexcontainer.FlexContainer
org.teamapps.ux.component.flexcontainer.HorizontalLayout
- All Implemented Interfaces:
Component
public class HorizontalLayout extends FlexContainer
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HorizontalLayout() -
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
-
HorizontalLayout
public HorizontalLayout()
-
-
Method Details