public class AlignedContainer extends Container
asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNode| Constructor and Description | 
|---|
AlignedContainer()
Constructor. 
 | 
AlignedContainer(java.lang.String id)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ParentRenderNode<?,?> | 
createRenderNode(ParentRenderNode<?,?> parent)
Creates the  
ParentRenderNode for this UiElement | 
HorizontalAlignment | 
getHorizontalAlignment()
Returns the  
HorizontalAlignment of this AlignedContainer | 
VerticalAlignment | 
getVerticalAlignment()
Returns the  
VerticalAlignment of this AlignedContainer | 
void | 
setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Sets the  
HorizontalAlignment of this AlignedContainer | 
void | 
setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the  
VerticalAlignment of this AlignedContainer | 
withElements, withElementsadd, add, addAsync, attach, detach, get, getElementById, getFlexDirection, getHorizontalLayout, getTotalChildren, getVerticalLayout, isOverflowClipped, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setHorizontalLayout, setOverflowClipped, setStyleId, setVerticalLayout, setVisibility, setZIndex, syncWithRenderNodeaddEffectListener, addHoverListener, applyEffect, defer, defer, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, processDeferred, removeEffectListener, removeHoverListener, setDebugEnabledpublic AlignedContainer()
AlignedContainerpublic AlignedContainer(java.lang.String id)
id - The unique ID for this AlignedContainerprotected ParentRenderNode<?,?> createRenderNode(ParentRenderNode<?,?> parent)
ParentUiElementParentRenderNode for this UiElementcreateRenderNode in class Columnparent - The parent of this nodeParentRenderNodepublic VerticalAlignment getVerticalAlignment()
VerticalAlignment of this AlignedContainerVerticalAlignment.MIDDLE by defaultpublic void setVerticalAlignment(VerticalAlignment verticalAlignment)
VerticalAlignment of this AlignedContainerverticalAlignment - public HorizontalAlignment getHorizontalAlignment()
HorizontalAlignment of this AlignedContainerHorizontalAlignment.CENTER by defaultpublic void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
HorizontalAlignment of this AlignedContainerhorizontalAlignment -