asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNode
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 UiElement s |
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, withElements
add, add, addAsync, attach, detach, get, getElementById, getFlexDirection, getHorizontalLayout, getTotalChildren, getVerticalLayout, isOverflowClipped, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setHorizontalLayout, setOverflowClipped, setStyleId, setVerticalLayout, setVisibility, setZIndex, syncWithRenderNode
addEffectListener, addHoverListener, applyEffect, defer, defer, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, processDeferred, removeEffectListener, removeHoverListener, setDebugEnabled
public AbsoluteContainer()
AbsoluteContainer
public AbsoluteContainer(java.lang.String id)
id
- The unique ID of the AbsoluteContainer
protected ParentRenderNode<?,?> createRenderNode(ParentRenderNode<?,?> parent)
ParentUiElement
ParentRenderNode
for this UiElement
createRenderNode
in class Column
parent
- The parent of this nodeParentRenderNode
public float getX()
AbsoluteContainer
public void setX(float x)
AbsoluteContainer
x
- The x coordinate in pixelspublic float getY()
AbsoluteContainer
public void setY(float y)
AbsoluteContainer
y
- The y coordinate in pixelspublic void set(float x, float y)
AbsoluteContainer
x
- The x coordinate in pixelsy
- The y coordinate in pixelspublic float getWidth()
AbsoluteContainer
as determined by its
LayoutRuleset
public float getHeight()
AbsoluteContainer
as determined by its
child UiElement
s