Class FlexContainer
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.flexcontainer.FlexContainer
- All Implemented Interfaces:
Component
- Direct Known Subclasses:
HorizontalLayout,VerticalLayout
public class FlexContainer extends AbstractComponent
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FlexContainer() -
Method Summary
Modifier and Type Method Description voidaddComponent(Component component)voidaddComponent(Component component, FlexSizingPolicy sizingPolicy)org.teamapps.dto.UiFlexContainercreateUiComponent()CssAlignItemsgetAlignItems()java.util.List<Component>getComponents()CssFlexDirectiongetFlexDirection()CssJustifyContentgetJustifyContent()voidhandleUiEvent(org.teamapps.dto.UiEvent event)voidremoveComponent(Component component)voidsetAlignItems(CssAlignItems alignItems)voidsetFlexDirection(CssFlexDirection flexDirection)voidsetJustifyContent(CssJustifyContent justifyContent)Methods 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
-
FlexContainer
public FlexContainer()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiFlexContainer createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
addComponent
-
addComponent
-
removeComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event) -
getFlexDirection
-
setFlexDirection
-
getAlignItems
-
setAlignItems
-
getJustifyContent
-
setJustifyContent
-
getComponents
-