| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static Popups.Position |
Popups.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Popups.Position[] |
Popups.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Popups.bindPopped(Value<Boolean> popped,
Popups.Position pos,
Widget target,
PopupPanel panel)
Binds the popped up state of a popup to the supplied boolean value and vice versa (i.e.
|
static void |
Popups.bindPopped(Value<Boolean> popped,
Popups.Position pos,
Widget target,
Popups.Thunk thunk)
Binds the popped up state of a popup to the supplied boolean value and vice versa (i.e.
|
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.info(String message,
Popups.Position pos,
Widget target)
Displays an info message below the specified widget.
|
static PopupPanel |
Popups.newPopup(String styleName,
Widget contents,
Popups.Position pos,
Widget target)
Creates a new popup with the specified style name and contents and shows it near the
specified target widget.
|
void |
InfoPopup.show(Popups.Position pos,
Widget target)
Displays this info popup directly below the specified widget.
|
static <T extends PopupPanel> |
Popups.show(T popup,
Popups.Position pos,
Widget target)
Shows the supplied popup in the specified position relative to the specified target widget.
|
Copyright © 2013. All Rights Reserved.