| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static InfoPopup |
Popups.error(String message)
Displays error feedback to the user in a non-offensive way.
|
static InfoPopup |
Popups.error(String message,
Popups.Position pos,
Widget source)
Displays error feedback to the user in a non-offensive way.
|
static InfoPopup |
Popups.errorAbove(String message,
Widget source)
Displays error feedback to the user in a non-offensive way.
|
static InfoPopup |
Popups.errorBelow(String message,
Widget source)
Displays error feedback to the user in a non-offensive way.
|
static InfoPopup |
Popups.info(String message)
Displays an info message centered in the browser window.
|
static InfoPopup |
Popups.info(String message,
Popups.Position pos,
Widget target)
Displays an info message below the specified widget.
|
static InfoPopup |
Popups.infoAbove(String message,
Widget target)
Displays an info message below the specified widget.
|
static InfoPopup |
Popups.infoBelow(String message,
Widget target)
Displays an info message below the specified widget.
|
static InfoPopup |
Popups.infoOn(String message,
Widget target)
Displays an info message centered horizontally on the page and centered vertically on the
specified target widget.
|
InfoPopup |
InfoPopup.showCentered()
Displays this info popup in the center of the page.
|
InfoPopup |
InfoPopup.toError()
Converts this info popup into an error popup (via a CSS style change) and returns self.
|
Copyright © 2013. All Rights Reserved.