public class AbsoluteModal extends Modal
children, renderNode
effects, styleId, visibility, zIndex
Constructor and Description |
---|
AbsoluteModal() |
AbsoluteModal(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
attach(ParentRenderNode<?,?> parentRenderNode) |
float |
getHeight() |
float |
getWidth() |
float |
getX() |
float |
getY() |
void |
set(float x,
float y) |
void |
setX(float x) |
void |
setY(float y) |
getNavigation, hotkey, hotkey, navigate, setHotkey, setHotkey, setNavigation, syncWithRenderNode, unsetHotkey, unsetHotkey
add, add, detach, getElementById, getLayout, remove, remove, removeAll, setLayout, setStyleId, setVisibility, setZIndex, withElements, withElements
addHoverListener, applyEffect, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeHoverListener, setDebugEnabled
public AbsoluteModal()
public AbsoluteModal(java.lang.String id)
public void attach(ParentRenderNode<?,?> parentRenderNode)
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
public void set(float x, float y)
public float getWidth()
public float getHeight()