public class AlignedModal extends Modal
asyncQueue, children, renderNode
effects, styleId, visibility, zIndex
Constructor and Description |
---|
AlignedModal()
Constructor.
|
AlignedModal(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 |
HorizontalAlignment |
getHorizontalAlignment()
Returns the
HorizontalAlignment of this AlignedModal |
VerticalAlignment |
getVerticalAlignment()
Returns the
VerticalAlignment of this AlignedModal |
void |
setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Sets the
HorizontalAlignment of this AlignedModal |
void |
setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the
VerticalAlignment of this AlignedModal |
getNavigation, hotkey, hotkey, navigate, setHotkey, setHotkey, setNavigation, syncWithRenderNode, unsetHotkey, unsetHotkey
add, add, addAsync, detach, getElementById, getLayout, remove, remove, removeAll, setLayout, setStyleId, setVisibility, setZIndex, withElements, withElements
addEffectListener, addHoverListener, applyEffect, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeEffectListener, removeHoverListener, setDebugEnabled
public AlignedModal()
AlignedModal
public AlignedModal(java.lang.String id)
id
- The unique ID for this AlignedModal
public void attach(ParentRenderNode<?,?> parentRenderNode)
UiElement
RenderNode
for this element to a parent
RenderNode
attach
in class Column
parentRenderNode
- The parent RenderNode
to attach topublic VerticalAlignment getVerticalAlignment()
VerticalAlignment
of this AlignedModal
VerticalAlignment.MIDDLE
by defaultpublic void setVerticalAlignment(VerticalAlignment verticalAlignment)
VerticalAlignment
of this AlignedModal
verticalAlignment
- public HorizontalAlignment getHorizontalAlignment()
HorizontalAlignment
of this AlignedModal
HorizontalAlignment.CENTER
by defaultpublic void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
HorizontalAlignment
of this AlignedModal
horizontalAlignment
-