public class AlignedModal extends Modal
asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNode
Constructor and Description |
---|
AlignedModal()
Constructor.
|
AlignedModal(java.lang.String id)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected ParentRenderNode<?,?> |
createRenderNode(ParentRenderNode<?,?> parent)
Creates the
ParentRenderNode for this UiElement |
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 |
clearControllerHotkeys, clearHotkeys, clearKeyboardHotkeys, getNavigation, hotkey, hotkey, navigate, setHotkey, setHotkey, setNavigation, syncWithRenderNode, unsetHotkey, unsetHotkey
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
addEffectListener, addHoverListener, applyEffect, defer, defer, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, processDeferred, removeEffectListener, removeHoverListener, setDebugEnabled
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getId
public AlignedModal()
AlignedModal
public AlignedModal(java.lang.String id)
id
- The unique ID for this AlignedModal
protected ParentRenderNode<?,?> createRenderNode(ParentRenderNode<?,?> parent)
ParentUiElement
ParentRenderNode
for this UiElement
createRenderNode
in class Column
parent
- The parent of this nodeParentRenderNode
public 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
-