| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| com.threerings.gwt.util |
Miscellaneous utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueHTML<T>
Displays a dynamically changing value.
|
class |
ValueLabel<T>
Displays a dynamically changing value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Value.addListener(Value.Listener<T> listener)
Adds a listener which will subsequently be notified when this value changes.
|
void |
Value.addListenerAndTrigger(Value.Listener<T> listener)
Adds a listener and immediately triggers it with our current value.
|
void |
Value.removeListener(Value.Listener<T> listener)
Removes a listener from this value.
|
Copyright © 2013. All Rights Reserved.