NiftyControlWindowControlpublic interface Window extends NiftyControl
| Modifier and Type | Method | Description |
|---|---|---|
void |
closeWindow() |
Close this Window.
|
java.lang.String |
getTitle() |
Get the title of the Window.
|
void |
moveToFront() |
Move the window control to the front inside its parent element.
|
void |
setTitle(java.lang.String title) |
Set the title of the Window.
|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth@Nullable java.lang.String getTitle()
void setTitle(@Nonnull
java.lang.String title)
title - the new title to be displayed in the Title barvoid closeWindow()
void moveToFront()
Copyright © 2018. All rights reserved.