| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| com.threerings.gwt.util |
Miscellaneous utilities.
|
| Class and Description |
|---|
| DataModel
An interface through which widgets such as
PagedGrid may request paged server-side data
asynchronously. |
| Value
Contains a changing value and provides a mechanism for listeners to react to changes to the
value.
|
| Value.Listener
Used to hear about changes to the value.
|
| Class and Description |
|---|
| ClickCallback
Allows one to wire up a button and a service call into one concisely specified little chunk of
code.
|
| DataModel
An interface through which widgets such as
PagedGrid may request paged server-side data
asynchronously. |
| InputClickCallback
Provides a click handler that will first request an input string from the user using a popup
and then perform a service call with the input string.
|
| ListenerList
A handy class for dispatching notifications to listeners.
|
| ListenerList.Op |
| PagedResult
Represents one page of a large data set.
|
| ServiceBackedDataModel
A data model that can be customized for components that obtain their data by calling a service
method to fetch a range of items.
|
| SimpleDataModel |
| Value
Contains a changing value and provides a mechanism for listeners to react to changes to the
value.
|
| Value.Listener
Used to hear about changes to the value.
|
Copyright © 2013. All Rights Reserved.