asyncQueue, children, renderNodeeffects, styleId, visibility, zIndex| Constructor and Description | 
|---|
AbsoluteContainer()
Constructor. 
 | 
AbsoluteContainer(java.lang.String id)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
attach(ParentRenderNode<?,?> parentRenderNode)
Attaches a  
RenderNode for this element to a parent
 RenderNode | 
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 | 
add, add, addAsync, detach, getElementById, getLayout, remove, remove, removeAll, setLayout, setStyleId, setVisibility, setZIndex, syncWithRenderNode, withElements, withElementsaddEffectListener, 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 AbsoluteContainerpublic void attach(ParentRenderNode<?,?> parentRenderNode)
UiElementRenderNode for this element to a parent
 RenderNodeattach in class ColumnparentRenderNode - The parent RenderNode to attach topublic 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