public abstract class Modal extends Container implements Navigatable
children, renderNode
effects, styleId, visibility, zIndex
Modifier and Type | Method and Description |
---|---|
UiNavigation |
getNavigation() |
ActionableRenderNode |
hotkey(ControllerButton button) |
ActionableRenderNode |
hotkey(int keycode) |
ActionableRenderNode |
navigate(int keycode) |
void |
setHotkey(ControllerButton button,
Actionable actionable) |
void |
setHotkey(int keycode,
Actionable actionable) |
void |
setNavigation(UiNavigation navigation) |
void |
syncWithRenderNode() |
void |
unsetHotkey(ControllerButton button,
Actionable actionable) |
void |
unsetHotkey(int keycode,
Actionable actionable) |
add, add, attach, 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 void syncWithRenderNode()
syncWithRenderNode
in class Column
public ActionableRenderNode navigate(int keycode)
navigate
in interface Navigatable
public ActionableRenderNode hotkey(int keycode)
hotkey
in interface Navigatable
public ActionableRenderNode hotkey(ControllerButton button)
hotkey
in interface Navigatable
public void setHotkey(ControllerButton button, Actionable actionable)
setHotkey
in interface Navigatable
public void setHotkey(int keycode, Actionable actionable)
setHotkey
in interface Navigatable
public void unsetHotkey(ControllerButton button, Actionable actionable)
unsetHotkey
in interface Navigatable
public void unsetHotkey(int keycode, Actionable actionable)
unsetHotkey
in interface Navigatable
public UiNavigation getNavigation()
getNavigation
in interface Navigatable
public void setNavigation(UiNavigation navigation)