asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNodeeffects, styleId, visibility, zIndex| Constructor and Description | 
|---|
AbsoluteContainer()
Constructor. 
 | 
AbsoluteContainer(java.lang.String id)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ParentRenderNode<?,?> | 
createRenderNode(ParentRenderNode<?,?> parent)
Creates the  
ParentRenderNode for this UiElement | 
float | 
getHeight()
Returns the height of the  
AbsoluteContainer as determined by its
 child UiElements | 
float | 
getWidth()
Returns the width of the  
AbsoluteContainer as determined by its
 LayoutRuleset | 
float | 
getX()
Returns the x coordinate of this  
AbsoluteContainer | 
float | 
getY()
Returns the y coordinate of this  
AbsoluteContainer | 
void | 
set(float x,
   float y)
Sets the x and y coordinate of this  
AbsoluteContainer | 
void | 
setX(float x)
Sets the x coordinate of this  
AbsoluteContainer | 
void | 
setY(float y)
Sets the y coordinate of this  
AbsoluteContainer | 
withElements, withElementsadd, add, addAsync, attach, detach, getElementById, getFlexDirection, getLayout, getTotalChildren, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setLayout, setStyleId, setVisibility, setZIndex, syncWithRenderNodeaddEffectListener, addHoverListener, applyEffect, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeEffectListener, removeHoverListener, setDebugEnabledpublic AbsoluteContainer()
AbsoluteContainerpublic AbsoluteContainer(java.lang.String id)
id - The unique ID of the AbsoluteContainerprotected ParentRenderNode<?,?> createRenderNode(ParentRenderNode<?,?> parent)
ParentUiElementParentRenderNode for this UiElementcreateRenderNode in class Columnparent - The parent of this nodeParentRenderNodepublic float getX()
AbsoluteContainerpublic void setX(float x)
AbsoluteContainerx - The x coordinate in pixelspublic float getY()
AbsoluteContainerpublic void setY(float y)
AbsoluteContainery - The y coordinate in pixelspublic void set(float x,
                float y)
AbsoluteContainerx - The x coordinate in pixelsy - The y coordinate in pixelspublic float getWidth()
AbsoluteContainer as determined by its
 LayoutRulesetpublic float getHeight()
AbsoluteContainer as determined by its
 child UiElements