A B C D E F G H I J L M N O P R S T U V W X Y Z 

A

AbsoluteCSSPanel - Class in com.threerings.gwt.ui
A flow panel that sets all children to have the "position: absolute" inline style as they are added.
AbsoluteCSSPanel(String) - Constructor for class com.threerings.gwt.ui.AbsoluteCSSPanel
Constructs a new panel with the given style class and no inline position style.
AbsoluteCSSPanel(String, String) - Constructor for class com.threerings.gwt.ui.AbsoluteCSSPanel
Constructs a new panel with the given style class and the given inline position style.
add(Widget) - Method in class com.threerings.gwt.ui.AbsoluteCSSPanel
 
add(Widget) - Method in class com.threerings.gwt.ui.FloatPanel
 
add() - Method in class com.threerings.gwt.ui.FluentTable
Returns a FluentTable.Cell at the current row count and column zero (effectively adding a row to the table).
add() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Returns the cell below this cell at column 0, (row+1, 0).
add(Widget) - Method in class com.threerings.gwt.ui.InlinePanel
 
add(T) - Method in class com.threerings.gwt.ui.ItemListBox.Builder
Adds a new item to the list box.
add(T, String) - Method in class com.threerings.gwt.ui.ItemListBox.Builder
Adds a new item to the list box with the supplied label.
add(TextBox) - Method in class com.threerings.gwt.ui.Validator
Returns a validator that provides rules for text boxes.
add(CheckBox) - Method in class com.threerings.gwt.ui.Validator
 
add(IntegerBox) - Method in class com.threerings.gwt.ui.Validator
 
addChangeHandler(ChangeHandler) - Method in class com.threerings.gwt.ui.LimitedTextArea
 
addElements(List<T>) - Method in class com.threerings.gwt.ui.ExpanderWidget
 
addElements(List<T>, boolean) - Method in class com.threerings.gwt.ui.ExpanderWidget
 
addFileset(FileSet) - Method in class com.threerings.gwt.tools.I18nSyncTask
 
addItem(T, String) - Method in class com.threerings.gwt.ui.ItemListBox
Adds the supplied item to this list box at the end of the list, using the supplied label if not null.
addItem(T) - Method in class com.threerings.gwt.ui.ItemListBox
Adds the supplied item to this list box at the end of the list.
addItem(int, T) - Method in class com.threerings.gwt.util.SimpleDataModel
Adds an item to this model.
addKeyDownHandler(KeyDownHandler) - Method in class com.threerings.gwt.ui.LimitedTextArea
 
addKeyPressHandler(KeyPressHandler) - Method in class com.threerings.gwt.ui.LimitedTextArea
 
addKeyUpHandler(KeyUpHandler) - Method in class com.threerings.gwt.ui.LimitedTextArea
 
addListener(ListenerList<L>, L) - Static method in class com.threerings.gwt.util.ListenerList
Adds the supplied listener to the supplied list.
addListener(Map<K, ListenerList<L>>, K, L) - Static method in class com.threerings.gwt.util.ListenerList
Adds a listener to the listener list in the supplied map.
addListener(Value.Listener<T>) - Method in class com.threerings.gwt.util.Value
Adds a listener which will subsequently be notified when this value changes.
addListenerAndTrigger(Value.Listener<T>) - Method in class com.threerings.gwt.util.Value
Adds a listener and immediately triggers it with our current value.
addText(Object, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Adds text to the bottom row of this table in column zero, with the specified column span and style.
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.threerings.gwt.ui.SmartFileUpload
 
addWidget(Widget, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Adds a widget to the bottom row of this table in column zero, with the specified column span and style.
alignBottom() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Makes the cell we're formatting align bottom.
alignBottom() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the vertical alignment for the cell to "bottom".
alignCenter() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Makes the cell we're formatting align center.
alignCenter() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the horizontal alignment for the cell to "center".
alignDefault() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the horizontal alignment for the cell to "default".
alignLeft() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Makes the cell we're formatting align left.
alignLeft() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the horizontal alignment for the cell to "left".
alignMiddle() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Makes the cell we're formatting align middle.
alignMiddle() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the vertical alignment for the cell to "middle".
alignRight() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Makes the cell we're formatting align right.
alignRight() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the horizontal alignment for the cell to "right".
alignTop() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Makes the cell we're formatting align top.
alignTop() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the vertical alignment for the cell to "top".
Anchor - Class in com.threerings.gwt.ui
 
Anchor(String, String, String, boolean) - Constructor for class com.threerings.gwt.ui.Anchor
Create a new <a tag, with properly escaped contents.
Anchor(String, String, String) - Constructor for class com.threerings.gwt.ui.Anchor
Create a new <a tag, with properly escaped contents.
Anchor(String, String) - Constructor for class com.threerings.gwt.ui.Anchor
Create a new <a tag, with properly escaped contents.
Anchor() - Constructor for class com.threerings.gwt.ui.Anchor
Create an empty <a tag.
and(Iterable<Value<Boolean>>) - Static method in class com.threerings.gwt.util.Values
Returns a value which is the logical AND of the supplied values.
and(Value<Boolean>...) - Static method in class com.threerings.gwt.util.Values
Returns a value which is the logical AND of the supplied values.
appendItem(T) - Method in class com.threerings.gwt.util.ServiceBackedDataModel
Appends an item to an already loaded model.
at(int, int) - Method in class com.threerings.gwt.ui.FluentTable
Returns the specified cell.
atoi(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
atoi(String, int) - Static method in class com.threerings.gwt.util.WikiUtils
 

B

before(AsyncCallback<T>, Function<T, Void>) - Static method in class com.threerings.gwt.util.Callbacks
Creates a chained callback that calls the supplied pre-operation before passing the result on to the supplied target callback.
bgcolor - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
The value of the "bgcolor" embed parameter for the movie, normally a hash-prefixed hex RGB tuple.
bind(HasKeyDownHandlers, ClickHandler) - Static method in class com.threerings.gwt.ui.EnterClickAdapter
Binds a listener to the supplied target text box that triggers the supplied click handler when enter is pressed on the text box.
bind(T, String) - Static method in class com.threerings.gwt.util.ServiceUtil
Binds the supplied service to the specified entry point.
bindDown(Value<Boolean>, ToggleButton) - Static method in class com.threerings.gwt.ui.Bindings
Binds the specified toggle button to the supplied boolean value.
bindEnabled(Value<Boolean>, FocusWidget...) - Static method in class com.threerings.gwt.ui.Bindings
Binds the enabledness state of the target widget to the supplied boolean value.
bindHovered(Value<Boolean>, T...) - Static method in class com.threerings.gwt.ui.Bindings
Binds the hovered state of the supplied target widgets to the supplied boolean value.
Bindings - Class in com.threerings.gwt.ui
Handles the binding of various widget states to dynamic Values.
Bindings() - Constructor for class com.threerings.gwt.ui.Bindings
 
Bindings.Thunk - Interface in com.threerings.gwt.ui
Used to defer the creation of a widget.
bindLabel(Value<String>, HasText) - Static method in class com.threerings.gwt.ui.Bindings
Binds the specified string value to the supplied text-having widget.
bindPopped(Value<Boolean>, Popups.Thunk) - Static method in class com.threerings.gwt.ui.Popups
Binds the popped up state of a popup to the supplied boolean value and vice versa (i.e.
bindPopped(Value<Boolean>, PopupPanel) - Static method in class com.threerings.gwt.ui.Popups
Binds the popped up state of a popup to the supplied boolean value and vice versa (i.e.
bindPopped(Value<Boolean>, Popups.Position, Widget, Popups.Thunk) - Static method in class com.threerings.gwt.ui.Popups
Binds the popped up state of a popup to the supplied boolean value and vice versa (i.e.
bindPopped(Value<Boolean>, Popups.Position, Widget, PopupPanel) - Static method in class com.threerings.gwt.ui.Popups
Binds the popped up state of a popup to the supplied boolean value and vice versa (i.e.
bindStateStyle(Value<Boolean>, String, String, Widget...) - Static method in class com.threerings.gwt.ui.Bindings
Configures either `onStyle` or `offStyle` on the supplied target widgets depending on the state of the supplied boolean `value`.
bindText(Value<String>, TextBoxBase) - Static method in class com.threerings.gwt.ui.Bindings
Binds the contents of the supplied text box to the supplied string value.
bindVisible(Value<Boolean>, Widget...) - Static method in class com.threerings.gwt.ui.Bindings
Binds the visible state of the target widget to the supplied boolean value.
bindVisible(Value<Boolean>, Bindings.Thunk) - Static method in class com.threerings.gwt.ui.Bindings
Binds the visible state of a to-be-created widget to the supplied boolean value.
blank() - Method in interface com.threerings.gwt.ui.UIResources
 
box - Variable in class com.threerings.gwt.ui.ItemListBox.Builder
The box we are building.
build() - Method in class com.threerings.gwt.ui.ItemListBox.Builder
Returns the list box.
builder() - Static method in class com.threerings.gwt.ui.ItemListBox
Creates a new builder for an ItemListBox.

C

Callbacks - Class in com.threerings.gwt.util
Utility methods relating to AsyncCallback and our various callback-related helper classes.
Callbacks() - Constructor for class com.threerings.gwt.util.Callbacks
 
capitalize(String) - Static method in class com.threerings.gwt.util.StringUtil
Returns a version of the supplied string with the first letter capitalized.
cell(int, int) - Method in class com.threerings.gwt.ui.SmartTable
Gets a mutator for the given cell.
CenteredBox - Class in com.threerings.gwt.ui
Helper class that centers a single widget horizontally and vertically.
CenteredBox(Widget, String) - Constructor for class com.threerings.gwt.ui.CenteredBox
 
CenteredBox(Widget, String, int, int) - Constructor for class com.threerings.gwt.ui.CenteredBox
 
centerOn(T, Widget) - Static method in class com.threerings.gwt.ui.Popups
Centers the supplied vertically on the supplied trigger widget.
centerOn(T, int) - Static method in class com.threerings.gwt.ui.Popups
Centers the supplied vertically on the supplied trigger widget.
chain(ClickHandler...) - Static method in class com.threerings.gwt.util.Handlers
Creates a click handler that dispatches a single click event to a series of handlers in sequence.
ChainedCallback<T,P> - Class in com.threerings.gwt.util
Chains failure through to another callback and allows the chainer to handle success (possibly by transforming the result and passing it through to the caller).
ChainedCallback(AsyncCallback<P>) - Constructor for class com.threerings.gwt.util.ChainedCallback
Creates a chained callback with the supplied target.
charRemaining(String) - Method in interface com.threerings.gwt.ui.UIMessages
 
check() - Method in interface com.threerings.gwt.ui.Validator.Rule
Returns null if the condition is met, a feedback message otherwise.
checkNotNull(T, String) - Static method in class com.threerings.gwt.util.Preconditions
Checks that the supplied parameter is not null.
clear() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Clears the widget or text from the cell.
clear(String, String) - Static method in class com.threerings.gwt.util.CookieUtil
Clears out the specified cookie.
clear() - Method in class com.threerings.gwt.util.PopupStack
Clears out the stack completely, removing all pending popups and clearing any currently showing popup.
ClickCallback<T> - Class in com.threerings.gwt.util
Allows one to wire up a button and a service call into one concisely specified little chunk of code.
ClickCallback(HasClickHandlers, TextBox...) - Constructor for class com.threerings.gwt.util.ClickCallback
Creates a callback for the supplied trigger (the constructor will automatically add this callback to the trigger as a click listener).
colSpan(int) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the colspan attribute of the cell to the given span.
column - Variable in class com.threerings.gwt.ui.FluentTable.Cell
The column we're formatting.
com.threerings.gwt.rebind - package com.threerings.gwt.rebind
A compile-time generator for MessagesLookup.
com.threerings.gwt.tools - package com.threerings.gwt.tools
Ant tasks and other tools.
com.threerings.gwt.ui - package com.threerings.gwt.ui
User interface components, animation support and utilities.
com.threerings.gwt.ui.fx - package com.threerings.gwt.ui.fx
Animations used by FX.
com.threerings.gwt.util - package com.threerings.gwt.util
Miscellaneous utilities.
Commands - Class in com.threerings.gwt.util
Command related utility methods.
Commands() - Constructor for class com.threerings.gwt.util.Commands
 
computeAutoClearDelay(String) - Static method in class com.threerings.gwt.ui.InfoPopup
Computes a reasonable delay after which it should be safe to automatically clear a transient informational message.
configure(TextBoxBase, String) - Static method in class com.threerings.gwt.ui.DefaultTextListener
Deprecated.
use Widgets.setPlaceholderText(TextBoxBase, String)
Console - Class in com.threerings.gwt.util
Provides console related routines (presently just logging).
Console() - Constructor for class com.threerings.gwt.util.Console
 
CookieUtil - Class in com.threerings.gwt.util
Wraps the necessary JavaScript fiddling to read and write cookies on the client.
CookieUtil() - Constructor for class com.threerings.gwt.util.CookieUtil
 
count - Variable in class com.threerings.gwt.util.PagedRequest
The number of items requested for the page.
create(Value<T>, String...) - Static method in class com.threerings.gwt.ui.ValueLabel
Creates a value label for the supplied value with the specified CSS styles.
create(T) - Static method in class com.threerings.gwt.util.Value
Creates a new value with the specified initial value.
createApplet(String, String, String, int, int, boolean, String[]) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a Java applet for the browser on which we're running.
createApplet(String, String, String, String, String, boolean, String[]) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a Java applet for the browser on which we're running.
createApplet(String, String, String, String, String, boolean, String) - Method in class com.threerings.gwt.ui.WidgetUtilImpl
Creates the HTML needed to display a Java applet.
createApplet(String, String, String, String, String, boolean, String) - Method in class com.threerings.gwt.ui.WidgetUtilImplIE6
 
createContainer(WidgetUtil.FlashObject) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a Flash movie for the browser on which we're running.
createContainer(WidgetUtil.FlashObject) - Method in class com.threerings.gwt.ui.WidgetUtilImpl
Creates the HTML needed to display a Flash movie.
createDefinition(WidgetUtil.FlashObject) - Static method in class com.threerings.gwt.ui.WidgetUtil
 
createDefinition(WidgetUtil.FlashObject) - Method in class com.threerings.gwt.ui.WidgetUtilImpl
Creates the HTML string definition of an embedded Flash object.
createDefinition(WidgetUtil.FlashObject) - Method in class com.threerings.gwt.ui.WidgetUtilImplIE6
 
createDefinition(WidgetUtil.FlashObject) - Method in class com.threerings.gwt.ui.WidgetUtilImplMozilla
 
createFlashContainer(String, String, int, int, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a Flash movie for the browser on which we're running.
createFlashContainer(String, String, String, String, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a Flash movie for the browser on which we're running.
createFlashObjectDefinition(String, String, int, int, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates an HTML string that represents the Flash object for the current browser.
createFlashObjectDefinition(String, String, String, String, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates an HTML string that represents the Flash object for the current browser.
createHider(PopupPanel) - Static method in class com.threerings.gwt.ui.Popups
Creates a click handler that hides the specified popup.
createParam(String, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates a tag with the supplied name and value.
createPopup() - Method in interface com.threerings.gwt.ui.Popups.Thunk
Creates and returns a deferred popup panel.
createTransparentFlashContainer(String, String, int, int, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a transparent Flash movie for the browser on which we're running.
createTransparentFlashContainer(String, String, String, String, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Creates the HTML to display a transparent Flash movie for the browser on which we're running.
createWidget() - Method in interface com.threerings.gwt.ui.Bindings.Thunk
Creates a deferred widget, adds it to the appropriate parent, and returns it.

D

DataModel<T> - Interface in com.threerings.gwt.util
An interface through which widgets such as PagedGrid may request paged server-side data asynchronously.
dateTime(String, String) - Method in interface com.threerings.gwt.util.UtilMessages
 
DateUtil - Class in com.threerings.gwt.util
Time and date utility methods.
DateUtil() - Constructor for class com.threerings.gwt.util.DateUtil
 
DefaultTextListener - Class in com.threerings.gwt.ui
Deprecated.
delay(Command, int) - Static method in class com.threerings.gwt.ui.FX
Returns a command that, when executed itself, will execute the supplied command after the specified millisecond delay.
disabler(AsyncCallback<T>, HasEnabled...) - Static method in class com.threerings.gwt.util.Callbacks
Immediately disables the specified widgets, and wraps the supplied callback in one that will reenable those widgets when the callback returns successfully or with failure.
displayPage(int, boolean) - Method in class com.threerings.gwt.ui.PagedWidget
Displays the specified page.
doFetchRows(int, int, AsyncCallback<List<T>>) - Method in interface com.threerings.gwt.util.DataModel
Perform a paged data request for the given number of items at the given offset into the result set.
doFetchRows(int, int, AsyncCallback<List<T>>) - Method in class com.threerings.gwt.util.ServiceBackedDataModel
 
doFetchRows(int, int, AsyncCallback<List<T>>) - Method in class com.threerings.gwt.util.SimpleDataModel
 
down() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Returns the cell below this cell, (row+1, column).

E

embedFlashObject(Panel, String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Given an HTML string that defines a Flash object, creates a new DOM node for it and adds it to the appropriate container.
emptyToNull(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
ensurePixels(String) - Static method in class com.threerings.gwt.ui.WidgetUtil
Chops off any non-numeric suffix.
EnterClickAdapter - Class in com.threerings.gwt.ui
Converts an enter keydown in a text field to a call to a click handler.
EnterClickAdapter(ClickHandler) - Constructor for class com.threerings.gwt.ui.EnterClickAdapter
 
EnumListBox<E extends Enum<E>> - Class in com.threerings.gwt.ui
A ListBox that contains values of an enum.
EnumListBox(Class<E>) - Constructor for class com.threerings.gwt.ui.EnumListBox
Creates an enum list box that displays all values in the supplied enum.
EnumListBox(Class<E>, EnumSet<E>) - Constructor for class com.threerings.gwt.ui.EnumListBox
Creates an enum list box that displays the values in the supplied set.
error(String) - Static method in class com.threerings.gwt.ui.Popups
Displays error feedback to the user in a non-offensive way.
error(String, Popups.Position, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays error feedback to the user in a non-offensive way.
errorAbove(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays error feedback to the user in a non-offensive way.
errorBelow(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays error feedback to the user in a non-offensive way.
errorNear(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
escapeAttribute(String) - Static method in class com.threerings.gwt.util.StringUtil
Escapes user or deployment values that we need to put into an html attribute.
EscapeClickAdapter - Class in com.threerings.gwt.ui
Converts an escape keypress in a text field to a call to a click handler.
EscapeClickAdapter(ClickHandler) - Constructor for class com.threerings.gwt.ui.EscapeClickAdapter
 
escapeHTML(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
execute() - Method in class com.threerings.gwt.tools.I18nSyncTask
 
expand() - Method in class com.threerings.gwt.ui.ExpanderWidget
 
ExpanderResult<T> - Class in com.threerings.gwt.util
Like PagedResult, but for streaming data where we don't know or care about the total page count.
ExpanderResult() - Constructor for class com.threerings.gwt.util.ExpanderResult
 
ExpanderWidget<T> - Class in com.threerings.gwt.ui
A "click to see more" type of control that displays more elements on a click.
ExpanderWidget(String) - Constructor for class com.threerings.gwt.ui.ExpanderWidget
 
ExpanderWidget(String, boolean) - Constructor for class com.threerings.gwt.ui.ExpanderWidget
 

F

fillText(String...) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Fills in the current row with the given column text values and advances the column.
filter(Predicate<T>) - Method in class com.threerings.gwt.util.SimpleDataModel
Returns a data model that contains only items that match the supplied predicate.
findItem(Predicate<T>) - Method in class com.threerings.gwt.util.SimpleDataModel
Returns the first item that matches the supplied predicate or null if no items in this model matches the predicate.
finish() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Returns the table associated with this mutator.
FLASH_VERSION - Static variable in class com.threerings.gwt.ui.WidgetUtil
The minimum flash player version.
flashVars - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
The pre-URLEncoded flash variables to pass to the movie.
FloatPanel - Class in com.threerings.gwt.ui
A panel that lines up it's contents horizontally and wraps them around at the end of lines.
FloatPanel(String) - Constructor for class com.threerings.gwt.ui.FloatPanel
 
FluentTable - Class in com.threerings.gwt.ui
Extends FlexTable and provides a fluent interface for adjusting the styles of cells.
FluentTable() - Constructor for class com.threerings.gwt.ui.FluentTable
Creates an empty table with no styles and the default cell padding and spacing.
FluentTable(String...) - Constructor for class com.threerings.gwt.ui.FluentTable
Creates a table with the specified styles and the default cell padding and spacing.
FluentTable(int, int) - Constructor for class com.threerings.gwt.ui.FluentTable
Creates a table with the specified cell pading and spacing and no styles.
FluentTable(int, int, String...) - Constructor for class com.threerings.gwt.ui.FluentTable
Creates a table with the specified styles and cell padding and spacing.
FluentTable.Cell - Class in com.threerings.gwt.ui
Used to format cells.
forMap(Map<K, ? extends V>, V) - Static method in class com.threerings.gwt.util.Functions
Returns a function which performs a map lookup with a default value.
formatDate(Date) - Static method in class com.threerings.gwt.util.DateUtil
Formats the supplied date relative to the current time: Today, Yesterday, MMM dd, and finally MMM dd, YYYY.
formatDate(Date, boolean) - Static method in class com.threerings.gwt.util.DateUtil
Formats the supplied date relative to the current time: Today, Yesterday, MMM dd, and finally MMM dd, YYYY.
formatDateTime(Date) - Static method in class com.threerings.gwt.util.DateUtil
formatTime(Date) - Static method in class com.threerings.gwt.util.DateUtil
Creates a label of the form "9:15am".
forPredicate(Predicate<T>) - Static method in class com.threerings.gwt.util.Functions
Returns a function that returns the same boolean output as the given predicate for all inputs.
from(int, int) - Method in class com.threerings.gwt.ui.fx.MoveAnimation
Configures the starting position of the movement.
fromBottom() - Method in class com.threerings.gwt.ui.fx.WipeAnimation
Configure this animation to anchor the bottom of the widget in place as it is revealed or hidden.
fromTop() - Method in class com.threerings.gwt.ui.fx.WipeAnimation
Configures this animation to anchor the top of the revealed widget in place as the bottom is revealed or hidden.
Functions - Class in com.threerings.gwt.util
A collection of general purpose functions.
Functions() - Constructor for class com.threerings.gwt.util.Functions
 
FX - Class in com.threerings.gwt.ui
Creates animation effects.
FX() - Constructor for class com.threerings.gwt.ui.FX
 

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.threerings.gwt.rebind.MessagesLookupGenerator
 
get(String) - Static method in class com.threerings.gwt.util.CookieUtil
Looks up and returns the value for the specified cookie.
get(String, Object...) - Method in class com.threerings.gwt.util.MessagesLookup
Translate a key with any number of arguments, backed by the Lookup.
get() - Method in class com.threerings.gwt.util.Value
Returns the current value.
getCol() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Returns the column number of the cell that this mutator is set to modify.
getDayOfMonth(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
getDayOfWeek(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
getHour(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
getItemCount() - Method in interface com.threerings.gwt.util.DataModel
Returns the total number of items in this model.
getItemCount() - Method in class com.threerings.gwt.util.ServiceBackedDataModel
 
getItemCount() - Method in class com.threerings.gwt.util.SimpleDataModel
 
getMinute(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
getModel() - Method in class com.threerings.gwt.ui.PagedWidget
Returns the model in use by this panel or null if we have no model.
getMonth(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
getNumber() - Method in class com.threerings.gwt.ui.NumberTextBox
Get the numberic value of this box.
getOffset() - Method in class com.threerings.gwt.ui.PagedWidget
Returns the index in the complete list of the first element we're currently displaying.
getOr(String, String) - Static method in class com.threerings.gwt.util.StringUtil
Returns the string if it is non-blank (see StringUtil.isBlank(java.lang.String)), the default value otherwise.
getPage() - Method in class com.threerings.gwt.ui.PagedWidget
Returns the page we're currently displaying.
getQueryParams() - Static method in class com.threerings.gwt.util.WindowUtil
Returns the query parameters tacked onto our URL as a mapping from key to value.
getRow() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Returns the row number of the cell that this mutator is set to modify.
getScrollIntoView(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Returns the vertical scroll position needed to place the specified target widget in view, while trying to minimize scrolling.
getScrollToMiddle(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Returns the vertical scroll position needed to center the target widget vertically in the browser viewport.
getSelectedItem() - Method in class com.threerings.gwt.ui.ItemListBox
Returns the currently selected item, or null if no item is selected.
getSelectedValue() - Method in class com.threerings.gwt.ui.EnumListBox
Returns the currently selected value, or null if no value is selected.
getText(TextBoxBase, String) - Static method in class com.threerings.gwt.ui.DefaultTextListener
Deprecated.
use Widgets.getText(TextBoxBase, String)
getText() - Method in class com.threerings.gwt.ui.LimitedTextArea
 
getText(TextBoxBase, String) - Static method in class com.threerings.gwt.ui.Widgets
Retrieve the text from the TextBox, unless it is the specified default, in which case we return "".
getTextArea() - Method in class com.threerings.gwt.ui.LimitedTextArea
Returns the text area being limited.
getYear(Date) - Static method in class com.threerings.gwt.util.DateUtil
Returns the year component of the supplied date.

H

Handlers - Class in com.threerings.gwt.util
Utility methods for handlers (click handlers, etc.).
Handlers() - Constructor for class com.threerings.gwt.util.Handlers
 
hasModel() - Method in class com.threerings.gwt.ui.PagedWidget
Returns true if this panel is configured with its model.
hasMore - Variable in class com.threerings.gwt.util.ExpanderResult
True if we haven't reached the end and there are more elements on the server.
height(String) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the height of the cell.
height - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
The value of the "height" embed parameter for the movie.
hexlate(byte[], int) - Static method in class com.threerings.gwt.util.StringUtil
Generates a string from the supplied bytes that is the HEX encoded representation of those bytes.
hexlate(byte[]) - Static method in class com.threerings.gwt.util.StringUtil
Generates a string from the supplied bytes that is the HEX encoded representation of those bytes.
html(String) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the cell content to the given html.

I

I18nSync - Class in com.threerings.gwt.tools
An tool task to automatically generate FooMessages.java classes from FooMessages.properties classes for GWT's i18n.
I18nSync() - Constructor for class com.threerings.gwt.tools.I18nSync
 
I18nSyncTask - Class in com.threerings.gwt.tools
An Ant task to automatically generate FooMessages.java classes from FooMessages.properties classes for GWT's i18n.
I18nSyncTask() - Constructor for class com.threerings.gwt.tools.I18nSyncTask
 
ident - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
The id and/or name of the embed tag.
in(Collection<? extends T>) - Method in class com.threerings.gwt.util.Predicates
Returns a predicate that evaluates to true if the object reference being tested is a member of the given collection.
info(String) - Static method in class com.threerings.gwt.ui.Popups
Displays an info message centered in the browser window.
info(String, Popups.Position, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays an info message below the specified widget.
infoAbove(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays an info message below the specified widget.
infoBelow(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays an info message below the specified widget.
infoNear(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
infoOn(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
Displays an info message centered horizontally on the page and centered vertically on the specified target widget.
InfoPopup - Class in com.threerings.gwt.ui
Displays a popup informational message.
InfoPopup(String) - Constructor for class com.threerings.gwt.ui.InfoPopup
Creates an info popup with the supplied message.
InfoPopup(Widget) - Constructor for class com.threerings.gwt.ui.InfoPopup
Creates an info popup with the supplied contents.
initTextBox(TextBox, String, int, int) - Static method in class com.threerings.gwt.ui.Widgets
Configures a text box with all of the configuration that you're bound to want to do.
InlineLabel - Class in com.threerings.gwt.ui
A small helper class to provide us with an inline label, since the default implementation of Label creates a DIV, and there's no way to make a SPAN.
InlineLabel() - Constructor for class com.threerings.gwt.ui.InlineLabel
 
InlineLabel(String) - Constructor for class com.threerings.gwt.ui.InlineLabel
 
InlineLabel(String, boolean, boolean, boolean) - Constructor for class com.threerings.gwt.ui.InlineLabel
 
InlinePanel - Class in com.threerings.gwt.ui
A flow panel that applies the "inline" style and a bit of space to every widget added to it.
InlinePanel(String) - Constructor for class com.threerings.gwt.ui.InlinePanel
 
InputClickCallback<T,W extends Widget & HasText & HasKeyDownHandlers & HasKeyUpHandlers> - Class in com.threerings.gwt.util
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.
InputClickCallback(HasClickHandlers, W) - Constructor for class com.threerings.gwt.util.InputClickCallback
Creates a new click handler for the given trigger.
InputException - Exception in com.threerings.gwt.util
Thrown during parsing of user input.
InputException() - Constructor for exception com.threerings.gwt.util.InputException
 
InputException(String, Throwable) - Constructor for exception com.threerings.gwt.util.InputException
 
InputException(String) - Constructor for exception com.threerings.gwt.util.InputException
 
InputException(Throwable) - Constructor for exception com.threerings.gwt.util.InputException
 
InputUtil - Class in com.threerings.gwt.ui
Methods for gathering required user input prior to taking an action.
InputUtil() - Constructor for class com.threerings.gwt.ui.InputUtil
 
insert(Widget, int) - Method in class com.threerings.gwt.ui.FloatPanel
 
insert(Widget, int) - Method in class com.threerings.gwt.ui.InlinePanel
 
insertItem(T, int, String) - Method in class com.threerings.gwt.ui.ItemListBox
Inserts the supplied item into this list box at the specified position, using the specified label if given.
insertItem(T, int) - Method in class com.threerings.gwt.ui.ItemListBox
Inserts the supplied item into this list box at the specified position.
isAbsoluteURI(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
isBlank(String) - Static method in class com.threerings.gwt.util.StringUtil
Returns true if the supplied string is null, zero length, or contains only whitespace.
isEmpty(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
isFullyScrolledIntoView(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Returns true if the target widget is fully vertically visible.
isLatinLetterOrDigit(char) - Static method in class com.threerings.gwt.util.WikiUtils
 
isScrolledIntoView(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Returns true if the target widget is at least partially scrolled into view.
isScrolledIntoView(Widget, int) - Static method in class com.threerings.gwt.util.WindowUtil
Returns true if the target widget is vertically scrolled into view.
isURI(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
isUrlChar(char) - Static method in class com.threerings.gwt.util.WikiUtils
 
ItemListBox<T> - Class in com.threerings.gwt.ui
A list box that maintains a list of actual Java objects.
ItemListBox() - Constructor for class com.threerings.gwt.ui.ItemListBox
Creates an empty item list box.
ItemListBox(Iterable<T>) - Constructor for class com.threerings.gwt.ui.ItemListBox
Creates a list box with the supplied set of initial items.
ItemListBox.Builder<T,Box extends ItemListBox<T>> - Class in com.threerings.gwt.ui
Simple builder that allows multiple items to be added to the list box during construction.
ItemListBox.Builder(Box) - Constructor for class com.threerings.gwt.ui.ItemListBox.Builder
Creates a new builder for the given list box.

J

join(Iterable<?>) - Static method in class com.threerings.gwt.util.StringUtil
Joins the given sequence of strings with a command and space between each consecutive pair.
join(Iterable<?>, String) - Static method in class com.threerings.gwt.util.StringUtil
Joins the given sequence of strings, which the given separator string between each consecutive pair.

L

LimitedTextArea - Class in com.threerings.gwt.ui
A text area with a character limit that displays the limit to the user.
LimitedTextArea(int, int, int) - Constructor for class com.threerings.gwt.ui.LimitedTextArea
 
ListenerList<T> - Class in com.threerings.gwt.util
A handy class for dispatching notifications to listeners.
ListenerList() - Constructor for class com.threerings.gwt.util.ListenerList
 
ListenerList.Op<L> - Interface in com.threerings.gwt.util
log(String, Object...) - Static method in class com.threerings.gwt.util.Console
Formats and logs a message.

M

main(String[]) - Static method in class com.threerings.gwt.tools.I18nSync
Entry point for command line tool.
makeActionable(T, ClickHandler, Value<Boolean>) - Static method in class com.threerings.gwt.ui.Widgets
Makes the supplied widget "actionable" which means adding the "actionLabel" style to it and binding the supplied click handler.
makeActionImage(Image, String, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Makes an image into one that responds to clicking.
makeActionLabel(Label, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Makes the supplied label into an action label.
makeDraggable(HasAllMouseHandlers, PopupPanel) - Static method in class com.threerings.gwt.ui.Popups
Adds mouse handlers to the specified drag handle that cause the supplied target popup to be dragged around the display.
makeShim(int, int) - Static method in class com.threerings.gwt.ui.WidgetUtil
Makes a widget that takes up horizontal and or vertical space.
makeToggler(Value<Boolean>) - Static method in class com.threerings.gwt.ui.Bindings
Returns a click handler that toggles the supplied boolean value when clicked.
map(AsyncCallback<P>, Function<T, P>) - Static method in class com.threerings.gwt.util.Callbacks
Creates a chained callback that maps the result using the supplied function and passes the mapped result to the target callback.
map(Function<T, M>) - Method in class com.threerings.gwt.util.Value
Creates a value that maps this value via a function.
MessagesLookup - Class in com.threerings.gwt.util
Dynamic message translation at run-time.
MessagesLookup() - Constructor for class com.threerings.gwt.util.MessagesLookup
 
MessagesLookup.Lookup - Annotation Type in com.threerings.gwt.util
 
MessagesLookupGenerator - Class in com.threerings.gwt.rebind
Implementation generator for classes extending MessagesLookup.
MessagesLookupGenerator() - Constructor for class com.threerings.gwt.rebind.MessagesLookupGenerator
 
move(PopupPanel) - Static method in class com.threerings.gwt.ui.FX
Creates an animation that will move the specified popup panel.
move(AbsolutePanel, Widget) - Static method in class com.threerings.gwt.ui.FX
Creates an animation that will move the specified child of the specified absolute panel.
MoveAnimation - Class in com.threerings.gwt.ui.fx
An animation that moves a target from one position to another.
movie - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
The url of the movie file to embed.

N

NAV_ON_BOTTOM - Static variable in class com.threerings.gwt.ui.PagedWidget
 
NAV_ON_TOP - Static variable in class com.threerings.gwt.ui.PagedWidget
 
needCount - Variable in class com.threerings.gwt.util.PagedRequest
Whether or not the count is required (i.e.
newAbsolutePanel(String) - Static method in class com.threerings.gwt.ui.Widgets
Creates a AbsolutePanel with the supplied style
newActionImage(String, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image that responds to clicking.
newActionImage(String, String, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image that responds to clicking.
newActionLabel(String, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Creates a label that triggers an action using the supplied text and handler.
newActionLabel(String, String, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Creates a label that triggers an action using the supplied text and handler.
newDate(String) - Static method in class com.threerings.gwt.util.DateUtil
 
newFloatBox() - Static method in class com.threerings.gwt.ui.NumberTextBox
Creates a text box that accepts floating point numbers and has no max or visible character length.
newFloatBox(int) - Static method in class com.threerings.gwt.ui.NumberTextBox
Creates a text box that accepts floating point numbers and uses the supplied length as its max and visible character length.
newFloatBox(int, int) - Static method in class com.threerings.gwt.ui.NumberTextBox
Creates a text box that accepts floating point numbers and has the specified max and visible character length.
newFlowPanel(Widget...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a FlowPanel with the supplied widgets.
newFlowPanel(String, Widget...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a FlowPanel with the provided style and widgets.
newHTML(String, String...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a new HTML element with the specified contents and style.
newImage(ImageResource, String...) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image with the supplied resource and style.
newImage(AbstractImagePrototype, String...) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image with the supplied resource and style.
newImage(String, String...) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image with the supplied path and style.
newImageButton(String, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image button that changes appearance when you click and hover over it.
newInlineImage(String) - Static method in class com.threerings.gwt.ui.Widgets
Creates an image that will render inline with text (rather than forcing a break).
newInlineLabel(String, String...) - Static method in class com.threerings.gwt.ui.Widgets
Creates an inline label with optional styles.
newIntBox() - Static method in class com.threerings.gwt.ui.NumberTextBox
Creates a text box that only accepts integers and has no max or visible character length.
newIntBox(int) - Static method in class com.threerings.gwt.ui.NumberTextBox
Creates a text box that only accepts integers and uses the supplied length as its max and visible character length.
newIntBox(int, int) - Static method in class com.threerings.gwt.ui.NumberTextBox
Creates a text box that only accepts integers and has the specified max and visible character length.
newLabel(String, String...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a label with the supplied text and style and optional additional styles.
newModel(List<T>) - Static method in class com.threerings.gwt.util.SimpleDataModel
Creates a new simple data model with the supplied list of items.
newPopup(String, Widget) - Static method in class com.threerings.gwt.ui.Popups
Creates and returns a new popup with the specified style name and contents.
newPopup(String, Widget, Popups.Position, Widget) - Static method in class com.threerings.gwt.ui.Popups
Creates a new popup with the specified style name and contents and shows it near the specified target widget.
newPushButton(Image, Image, Image, ClickHandler) - Static method in class com.threerings.gwt.ui.Widgets
Creates a PushButton with default(up), mouseover and mousedown states.
newRow(Widget...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a row of widgets in a horizontal panel with a 5 pixel gap between them.
newRow(String, Widget...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a row of widgets in a horizontal panel with a 5 pixel gap between them.
newRow(HasVerticalAlignment.VerticalAlignmentConstant, String, Widget...) - Static method in class com.threerings.gwt.ui.Widgets
Creates a row of widgets in a horizontal panel with a 5 pixel gap between them.
newScrollPanel(Widget, int, int) - Static method in class com.threerings.gwt.ui.Widgets
Wraps the supplied contents in a scroll panel that will set the max-width to Window.getClientWidth()-xpad and the max-height to Window.getClientHeight()-ypad.
newScrollPanelX(Widget, int) - Static method in class com.threerings.gwt.ui.Widgets
Wraps the supplied contents in a scroll panel with the specified maximum width.
newScrollPanelY(Widget, int) - Static method in class com.threerings.gwt.ui.Widgets
Wraps the supplied contents in a scroll panel with the specified maximum height.
newShim(int, int) - Static method in class com.threerings.gwt.ui.Widgets
Makes a widget that takes up horizontal and or vertical space.
newSimplePanel(String, Widget) - Static method in class com.threerings.gwt.ui.Widgets
Creates a SimplePanel with the supplied style and widget
newTextArea(String, int, int) - Static method in class com.threerings.gwt.ui.Widgets
Creates a text area with all of the configuration that you're bound to want to do.
newTextArea(String, int, int, int) - Static method in class com.threerings.gwt.ui.Widgets
Creates a limited text area with all of the configuration that you're bound to want to do.
newTextBox(String, int, int) - Static method in class com.threerings.gwt.ui.Widgets
Creates a text box with all of the configuration that you're bound to want to do.
next() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Moves this cell mutator to the next row in the table and the 0th column.
nextCol() - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Moves this cell mutator to the next column in the table.
noNull(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
noNull(String, String) - Static method in class com.threerings.gwt.util.WikiUtils
 
NOT - Static variable in class com.threerings.gwt.util.Functions
Implements boolean not.
not(Value<Boolean>) - Static method in class com.threerings.gwt.util.Values
Returns a value which is the logical NOT of the supplied value.
notify(ListenerList.Op<T>) - Method in class com.threerings.gwt.util.ListenerList
Applies a notification to all listeners in this list.
notify(L) - Method in interface com.threerings.gwt.util.ListenerList.Op
Delivers a notification to the supplied listener.
NumberTextBox - Class in com.threerings.gwt.ui
A text box that will only accept numbers.
NumberTextBox(boolean, int, int) - Constructor for class com.threerings.gwt.ui.NumberTextBox
 

O

offset - Variable in class com.threerings.gwt.util.PagedRequest
The offset of the first item in the requested page within the whole data set.
onBlur(BlurEvent) - Method in class com.threerings.gwt.ui.DefaultTextListener
Deprecated.
 
onBrowserEvent(Event) - Method in class com.threerings.gwt.ui.SmartFileUpload
 
onClick(Command) - Static method in class com.threerings.gwt.util.Commands
Returns a ClickHandler that executes the supplied command when triggered.
onComplete(Command) - Method in class com.threerings.gwt.ui.fx.MoveAnimation
Configures a command to be invoked when this animation is complete.
onComplete(Command) - Method in class com.threerings.gwt.ui.fx.WipeAnimation
Configures a command to be invoked when this animation is complete.
onFailure(Throwable) - Method in class com.threerings.gwt.util.ChainedCallback
 
onFailure(Throwable) - Method in class com.threerings.gwt.util.ClickCallback
 
onFailure(Throwable) - Method in class com.threerings.gwt.util.PanelCallback
 
onFailure(Throwable) - Method in class com.threerings.gwt.util.PopupCallback
 
onFocus(FocusEvent) - Method in class com.threerings.gwt.ui.DefaultTextListener
Deprecated.
 
onKeyDown(KeyDownEvent) - Method in class com.threerings.gwt.ui.EnterClickAdapter
 
onKeyPress(KeyPressEvent) - Method in class com.threerings.gwt.ui.EscapeClickAdapter
 
onLoad() - Method in class com.threerings.gwt.ui.ValueHTML
 
onLoad() - Method in class com.threerings.gwt.ui.ValueLabel
 
onSuccess(T) - Method in class com.threerings.gwt.util.ChainedCallback
 
onSuccess(T) - Method in class com.threerings.gwt.util.ClickCallback
 
onUnload() - Method in class com.threerings.gwt.ui.ValueHTML
 
onUnload() - Method in class com.threerings.gwt.ui.ValueLabel
 
or(Iterable<Value<Boolean>>) - Static method in class com.threerings.gwt.util.Values
Returns a value which is the logical OR of the supplied values.
or(Value<Boolean>...) - Static method in class com.threerings.gwt.util.Values
Returns a value which is the logical OR of the supplied values.

P

page - Variable in class com.threerings.gwt.util.ExpanderResult
The elements in this batch.
page - Variable in class com.threerings.gwt.util.PagedResult
The current page of elements
PagedGrid<T> - Class in com.threerings.gwt.ui
Displays a grid of UI elements in pages.
PagedGrid(int, int) - Constructor for class com.threerings.gwt.ui.PagedGrid
Creates a grid of the specified dimensions (a pox on Google for asking for height, width instead of width, height).
PagedGrid(int, int, int) - Constructor for class com.threerings.gwt.ui.PagedGrid
Creates a grid of the specified dimensions (a pox on Google for asking for height, width instead of width, height).
PagedRequest - Class in com.threerings.gwt.util
Indicates a page of some data for which a PagedResult is provided by the service, including a needCount value.
PagedRequest(int, int, boolean) - Constructor for class com.threerings.gwt.util.PagedRequest
Creates a new paged request with the given values.
PagedRequest() - Constructor for class com.threerings.gwt.util.PagedRequest
Creates an empty paged request for deserialization.
PagedResult<T> - Class in com.threerings.gwt.util
Represents one page of a large data set.
PagedResult() - Constructor for class com.threerings.gwt.util.PagedResult
 
PagedServiceDataModel<T,R extends PagedResult<T>> - Class in com.threerings.gwt.util
 
PagedServiceDataModel() - Constructor for class com.threerings.gwt.util.PagedServiceDataModel
 
PagedTable<T> - Class in com.threerings.gwt.ui
Displays a table of UI elements in pages.
PagedTable(int) - Constructor for class com.threerings.gwt.ui.PagedTable
 
PagedTable(int, int) - Constructor for class com.threerings.gwt.ui.PagedTable
 
PagedWidget<T> - Class in com.threerings.gwt.ui
Displays a paginated collection of UI elements.
PagedWidget(int) - Constructor for class com.threerings.gwt.ui.PagedWidget
 
PagedWidget(int, int) - Constructor for class com.threerings.gwt.ui.PagedWidget
 
PanelCallback<T> - Class in com.threerings.gwt.util
A base class for callbacks that automatically report errors by clearing a target Panel and adding a Label to it.
PopupCallback<T> - Class in com.threerings.gwt.util
A base class for callbacks that automatically report errors via Popups.error(java.lang.String) or Popups.errorNear(java.lang.String, com.google.gwt.user.client.ui.Widget) as well as logs the raw error to the Console.
Popups - Class in com.threerings.gwt.ui
Popup-related utility methods.
Popups() - Constructor for class com.threerings.gwt.ui.Popups
 
Popups.Position - Enum in com.threerings.gwt.ui
Popups.Thunk - Interface in com.threerings.gwt.ui
Used to defer the creation of a popup panel.
popupShowing - Variable in class com.threerings.gwt.util.PopupStack
A value indicating whether or not a popup is currently showing.
PopupStack - Class in com.threerings.gwt.util
Maintains a stack of PopupPanels.
PopupStack() - Constructor for class com.threerings.gwt.util.PopupStack
 
Preconditions - Class in com.threerings.gwt.util
Provides precondition checking used by other utility classes.
Preconditions() - Constructor for class com.threerings.gwt.util.Preconditions
 
Predicates - Class in com.threerings.gwt.util
A collection of general purpose predicates.
Predicates() - Constructor for class com.threerings.gwt.util.Predicates
 
prependItem(T) - Method in class com.threerings.gwt.util.ServiceBackedDataModel
Prepends an item to an already loaded model.
preprocessWikiText(String) - Static method in class com.threerings.gwt.util.WikiUtils
Filters text so there are no '\r' chars in it ("\r\n" -> "\n"; then "\r" -> "\n").
printStackTrace() - Static method in class com.threerings.gwt.util.Console
Prints out the stack trace of the caller.
processFile(File, File) - Static method in class com.threerings.gwt.tools.I18nSync
Converts a single i18n properties file to its corresponding source file.

R

remove(Widget) - Method in class com.threerings.gwt.ui.FloatPanel
 
remove(Widget) - Method in class com.threerings.gwt.ui.InlinePanel
 
removeElement(T) - Method in class com.threerings.gwt.ui.ExpanderWidget
 
removeItem(T) - Method in class com.threerings.gwt.ui.ItemListBox
Removes the supplied item from this list box, returning true if the item was found.
removeItem(T) - Method in class com.threerings.gwt.ui.PagedWidget
Removes the specified item from the panel.
removeItem(T) - Method in interface com.threerings.gwt.util.DataModel
Called when we wish to remove an item from our locally cached data.
removeItem(T) - Method in class com.threerings.gwt.util.ServiceBackedDataModel
 
removeItem(T) - Method in class com.threerings.gwt.util.SimpleDataModel
 
removeListener(Map<K, ListenerList<L>>, K, L) - Static method in class com.threerings.gwt.util.ListenerList
Removes a listener from the supplied list in the supplied map.
removeListener(Value.Listener<T>) - Method in class com.threerings.gwt.util.Value
Removes a listener from this value.
removeStyleNames(int, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Removes the specified style names on the specified row and column.
removeStyles(String...) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Removes the given styles from the cell.
render(String) - Static method in class com.threerings.gwt.util.WikiParser
Renders the supplied wiki text to XHTML.
renderSnippet(String) - Static method in class com.threerings.gwt.util.WikiParser
Renders the supplied wiki text snippet to XHTML.
replaceString(String, String, String) - Static method in class com.threerings.gwt.util.WikiUtils
 
requireChecked(String) - Method in class com.threerings.gwt.ui.Validator.CheckBoxValidator
Requires that the checkbox be checked.
requireEqual(TextBox, String) - Method in class com.threerings.gwt.ui.Validator.TextBoxValidator
Requires that the contents of this text box be equal to the contents of the supplied other text box.
requireGreaterThan(int, String) - Method in class com.threerings.gwt.ui.Validator.IntegerBoxValidator
Requires a value greater than the provided
requireLengthOf(int, String) - Method in class com.threerings.gwt.ui.Validator.TextBoxValidator
Requires that the text box contain text of at least the specified length.
requireLessThan(int, String) - Method in class com.threerings.gwt.ui.Validator.IntegerBoxValidator
Requires a value less than the provided
requireNonEmpty(T, String) - Static method in class com.threerings.gwt.ui.InputUtil
Returns a text widget's value, making sure it is non-empty.
requireNonEmpty(String) - Method in class com.threerings.gwt.ui.Validator.IntegerBoxValidator
 
requireNonEmpty(String) - Method in class com.threerings.gwt.ui.Validator.TextBoxValidator
Requires that the text box be non-empty.
reset() - Method in class com.threerings.gwt.util.ServiceBackedDataModel
Clears out any cached data and resets the model to total blankness.
reveal(SimplePanel) - Static method in class com.threerings.gwt.ui.FX
Creates an animation that reveals the supplied target panel (wiping it from height zero to full height).
right() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Returns the cell to the right of this cell, (row, column+1).
row - Variable in class com.threerings.gwt.ui.FluentTable.Cell
The row we're formatting.

S

sanitizeAttribute(String) - Static method in class com.threerings.gwt.util.StringUtil
Nukes special attribute characters.
scrollIntoView(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Scrolls the window to place the specified target widget in view, while trying to minimize scrolling.
scrollTo(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Scrolls the window to place the specified target widget at the top (or as close as possible given the height of the browser).
scrollToMiddle(Widget) - Static method in class com.threerings.gwt.util.WindowUtil
Centers the target widget vertically in the browser viewport.
select(T) - Method in class com.threerings.gwt.ui.ItemListBox.Builder
Causes the created list box to have the given item selected.
ServiceBackedDataModel<T,R> - Class in com.threerings.gwt.util
A data model that can be customized for components that obtain their data by calling a service method to fetch a range of items.
ServiceBackedDataModel() - Constructor for class com.threerings.gwt.util.ServiceBackedDataModel
 
ServiceUtil - Class in com.threerings.gwt.util
A utility method for setting up RemoteService handles.
ServiceUtil() - Constructor for class com.threerings.gwt.util.ServiceUtil
 
set(String, int, String, String) - Static method in class com.threerings.gwt.util.CookieUtil
Sets a cross-domain cookie to the supplied value, which can be accessed by other subdomains.
set(String, int, String, String, String) - Static method in class com.threerings.gwt.util.CookieUtil
Sets the specified cookie to the supplied value.
setBindEnterKey(boolean) - Method in class com.threerings.gwt.util.InputClickCallback
Sets whether or not pressing the enter key while typing will cause the confirmation to occur.
setCellAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.threerings.gwt.ui.PagedGrid
Configures the horizontal and vertical alignment of cells.
setColSpan(int) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Sets the colspan of the cell we're formatting.
setColumnCellStyles(int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Sets the style of all cells in the given column to the given values.
setConfirmChoices(String, String) - Method in class com.threerings.gwt.util.ClickCallback
Configures the choices to be shown in the confirmation dialog.
setConfirmHTML(String) - Method in class com.threerings.gwt.util.ClickCallback
Configures this callback with an HTML confirmation message.
setConfirmText(String) - Method in class com.threerings.gwt.util.ClickCallback
Configures this callback with a plain text confirmation message.
setFrameTarget(String) - Method in class com.threerings.gwt.ui.Anchor
Sets the frame target for this anchor.
setHref(String) - Method in class com.threerings.gwt.ui.Anchor
Set the href location.
setHTML(String) - Method in class com.threerings.gwt.ui.Anchor
Sets this anchor's text as raw HTML.
setHTML(String, String...) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Sets the HTML in this cell to the supplied value.
setHTML(int, int, String, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Sets the HTML in the specified cell, with the specified style and column span.
setModel(DataModel<T>, int) - Method in class com.threerings.gwt.ui.PagedWidget
Configures this panel with a DataModel and kicks the data retrieval off by requesting the specified page to be displayed.
setNumber(Number) - Method in class com.threerings.gwt.ui.NumberTextBox
Sets the numeric contents of this text box.
setPlaceholderText(B, String) - Static method in class com.threerings.gwt.ui.Widgets
Set the placeholder text to use on the specified form field.
setPromptHTML(String) - Method in class com.threerings.gwt.util.InputClickCallback
Sets the html to be shown above the input explaining what the user should do.
setPromptText(String) - Method in class com.threerings.gwt.util.InputClickCallback
Sets the text to be shown above the input explaining what the user should do.
setRowSpan(int) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Sets the rowspan of the cell we're formatting.
setSelectedItem(T) - Method in class com.threerings.gwt.ui.ItemListBox
Selects the specified item.
setSelectedValue(E) - Method in class com.threerings.gwt.ui.EnumListBox
Selects the specified value.
setSrcdir(File) - Method in class com.threerings.gwt.tools.I18nSyncTask
 
setStyleNames(int, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Configures the specified style names on the specified row and column.
setStyleNames(T, String...) - Static method in class com.threerings.gwt.ui.Widgets
Configures the supplied styles on the supplied widget.
setStyles(String...) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Configures the specified style names on our cell.
setText(String) - Method in class com.threerings.gwt.ui.Anchor
Set the inner text.
setText(Object, String...) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Sets the text of this cell to the string value of the supplied object.
setText(String) - Method in class com.threerings.gwt.ui.LimitedTextArea
 
setText(int, int, String, String) - Method in class com.threerings.gwt.ui.SmartGrid
Sets the text in the specified cell, with the specified style and column span.
setText(int, int, Object, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Sets the text in the specified cell, with the specified style and column span.
setWidget(Widget, String...) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Sets the contents of this cell to the specified widget.
setWidget(int, int, Widget, String) - Method in class com.threerings.gwt.ui.SmartGrid
Sets the widget in the specified cell, with the specified style and column span.
setWidget(int, int, Widget, int, String...) - Method in class com.threerings.gwt.ui.SmartTable
Sets the widget in the specified cell, with the specified style and column span.
setWidgets(Widget...) - Method in class com.threerings.gwt.ui.FluentTable.Cell
Sets the contents of this cell to a FlowPanel that contains the specified widgets.
show(Popups.Position, Widget) - Method in class com.threerings.gwt.ui.InfoPopup
Displays this info popup directly below the specified widget.
show(T, Popups.Position, Widget) - Static method in class com.threerings.gwt.ui.Popups
Shows the supplied popup in the specified position relative to the specified target widget.
show(PopupPanel) - Method in class com.threerings.gwt.util.PopupStack
Pushes any currently showing popup onto the stack and displays the supplied popup.
show(PopupPanel, Widget) - Method in class com.threerings.gwt.util.PopupStack
Pushes any currently showing popup onto the stack and displays the supplied popup.
showAbove(T, Widget) - Static method in class com.threerings.gwt.ui.Popups
Shows the supplied popup panel near the specified target.
showBelow(T, Widget) - Static method in class com.threerings.gwt.ui.Popups
Shows the supplied popup panel below the specified target.
showCentered() - Method in class com.threerings.gwt.ui.InfoPopup
Displays this info popup in the center of the page.
showNear(Widget) - Method in class com.threerings.gwt.ui.InfoPopup
showNear(PopupPanel, Widget) - Static method in class com.threerings.gwt.ui.Popups
showOver(T, Widget) - Static method in class com.threerings.gwt.ui.Popups
Shows the supplied popup panel over the specified target.
SimpleDataModel<T> - Class in com.threerings.gwt.util
A data model that is implements DataModel with a List of items.
SimpleDataModel(List<T>) - Constructor for class com.threerings.gwt.util.SimpleDataModel
Construct a new SimpleDataModel instance with the given items.
SmartFileUpload - Class in com.threerings.gwt.ui
GWT didn't see fit to expose change events to FileUpload, so we do that ourselves.
SmartFileUpload() - Constructor for class com.threerings.gwt.ui.SmartFileUpload
 
SmartGrid - Class in com.threerings.gwt.ui
Extends Grid with a number of extremely useful utility methods.
SmartGrid(int, int) - Constructor for class com.threerings.gwt.ui.SmartGrid
 
SmartGrid(int, int, int, int) - Constructor for class com.threerings.gwt.ui.SmartGrid
 
SmartGrid(int, int, String, int, int) - Constructor for class com.threerings.gwt.ui.SmartGrid
 
SmartTable - Class in com.threerings.gwt.ui
Extends FlexTable with a number of extremely useful utility methods.
SmartTable() - Constructor for class com.threerings.gwt.ui.SmartTable
 
SmartTable(int, int) - Constructor for class com.threerings.gwt.ui.SmartTable
 
SmartTable(String, int, int) - Constructor for class com.threerings.gwt.ui.SmartTable
 
SmartTable.CellMutator - Class in com.threerings.gwt.ui
Performs a number of convenient modifications on a cell, each returning the mutator instance for very legible chaining of modifications.
split(String, char) - Static method in class com.threerings.gwt.util.WikiUtils
 
StringUtil - Class in com.threerings.gwt.util
Useful string utilities, brought over to GWT land from StringUtil.
StringUtil() - Constructor for class com.threerings.gwt.util.StringUtil
 
StyledTextPanel - Class in com.threerings.gwt.ui
Formats user supplied text based on a simple, wiki-like markup syntax.
StyledTextPanel(String) - Constructor for class com.threerings.gwt.ui.StyledTextPanel
Parses incoming (untrusted) text, and builds up a DOM tree around markup, keeping the untrusted text rendered only as text (not as HTML).
styles(String...) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Adds the given styles to the cell.
SubmitField - Class in com.threerings.gwt.ui
A form submit button.
SubmitField(String, String) - Constructor for class com.threerings.gwt.ui.SubmitField
 

T

table() - Method in class com.threerings.gwt.ui.FluentTable.Cell
Returns the table associated with this cell.
text(String) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the cell content to the given text.
to(int, int) - Method in class com.threerings.gwt.ui.fx.MoveAnimation
Configures the destination position of the movement.
toDate(int[]) - Static method in class com.threerings.gwt.util.DateUtil
 
toDateVec(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
today() - Method in interface com.threerings.gwt.util.UtilMessages
 
toError() - Method in class com.threerings.gwt.ui.InfoPopup
Converts this info popup into an error popup (via a CSS style change) and returns self.
tomorrow() - Method in interface com.threerings.gwt.util.UtilMessages
 
total - Variable in class com.threerings.gwt.util.PagedResult
The total number of elements on the server.
toUtc(Date) - Static method in class com.threerings.gwt.util.DateUtil
Returns the equivalent of this date when it was in Greenwich.
translit(String) - Static method in class com.threerings.gwt.util.WikiUtils
Translates all non-basic-latin-letters characters into latin ones for use in URLs etc.
transparent - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
Whether the embedded movie should be marked as transparent.
truncate(String, int) - Static method in class com.threerings.gwt.util.StringUtil
Truncates the string so it has length less than or equal to the given limit.
truncate(String, int, String) - Static method in class com.threerings.gwt.util.StringUtil
Truncates the string so it has length less than or equal to the given limit.

U

UIMessages - Interface in com.threerings.gwt.ui
 
UIResources - Interface in com.threerings.gwt.ui
Contains resources used by the UI code.
unescapeHTML(String) - Static method in class com.threerings.gwt.util.WikiUtils
 
unhexlate(String) - Static method in class com.threerings.gwt.util.StringUtil
Turn a hexlated String back into a byte array.
unreveal(SimplePanel) - Static method in class com.threerings.gwt.ui.FX
Creates an animation that unreveals the supplied target panel (wiping it down to height zero).
update(T) - Method in class com.threerings.gwt.util.Value
Updates this value and notifies all listeners.
updateIf(T) - Method in class com.threerings.gwt.util.Value
Updates this value and notifies all listeners if the supplied value differs from the current value (via the Object.equals(java.lang.Object) contract).
updateItem(T) - Method in class com.threerings.gwt.util.SimpleDataModel
Updates the specified item if found in the model, prepends it otherwise.
UtilMessages - Interface in com.threerings.gwt.util
 

V

validate(boolean) - Method in class com.threerings.gwt.ui.Validator
Executes all registered validators (in registration order).
Validator - Class in com.threerings.gwt.ui
Simplifies the process of validating a collection of form fields and providing validation feedback.
Validator() - Constructor for class com.threerings.gwt.ui.Validator
 
Validator.CheckBoxValidator - Class in com.threerings.gwt.ui
 
Validator.CheckBoxValidator(CheckBox) - Constructor for class com.threerings.gwt.ui.Validator.CheckBoxValidator
 
Validator.IntegerBoxValidator - Class in com.threerings.gwt.ui
 
Validator.Rule - Interface in com.threerings.gwt.ui
Checks a single validation condition.
Validator.TextBoxValidator - Class in com.threerings.gwt.ui
 
Validator.TextBoxValidator(TextBox) - Constructor for class com.threerings.gwt.ui.Validator.TextBoxValidator
 
Value<T> - Class in com.threerings.gwt.util
Contains a changing value and provides a mechanism for listeners to react to changes to the value.
Value(T) - Constructor for class com.threerings.gwt.util.Value
Creates a new value with the specified initial value.
Value.Listener<T> - Interface in com.threerings.gwt.util
Used to hear about changes to the value.
valueChanged(T) - Method in class com.threerings.gwt.ui.ValueHTML
 
valueChanged(T) - Method in class com.threerings.gwt.ui.ValueLabel
 
valueChanged(T) - Method in interface com.threerings.gwt.util.Value.Listener
Called when the value has changed.
ValueHTML<T> - Class in com.threerings.gwt.ui
Displays a dynamically changing value.
ValueHTML(Value<T>, String...) - Constructor for class com.threerings.gwt.ui.ValueHTML
Creates a value HTML with the supplied value and CSS styles.
ValueLabel<T> - Class in com.threerings.gwt.ui
Displays a dynamically changing value.
ValueLabel(Value<T>, String...) - Constructor for class com.threerings.gwt.ui.ValueLabel
Creates a value label with the supplied value and CSS styles.
valueOf(String) - Static method in enum com.threerings.gwt.ui.Popups.Position
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.threerings.gwt.ui.Popups.Position
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in com.threerings.gwt.util
Value-related utility methods.
Values() - Constructor for class com.threerings.gwt.util.Values
 

W

widget(Widget) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the cell content to the given widget.
Widgets - Class in com.threerings.gwt.ui
Convenience methods for creating and configuring widgets.
Widgets() - Constructor for class com.threerings.gwt.ui.Widgets
 
WidgetUtil - Class in com.threerings.gwt.ui
Contains some widget-related utility functions.
WidgetUtil() - Constructor for class com.threerings.gwt.ui.WidgetUtil
 
WidgetUtil.FlashObject - Class in com.threerings.gwt.ui
Parameters for embedding a flash movie in an html page.
WidgetUtil.FlashObject(String, String, int, int) - Constructor for class com.threerings.gwt.ui.WidgetUtil.FlashObject
Creates a new flash object definition with the given members using pixel css width and height and other members set to default values.
WidgetUtil.FlashObject(String, String, int, int, String) - Constructor for class com.threerings.gwt.ui.WidgetUtil.FlashObject
Creates a new flash object definition with the given members using pixel css width and height and other members set to default values.
WidgetUtil.FlashObject(String, String, String, String) - Constructor for class com.threerings.gwt.ui.WidgetUtil.FlashObject
Creates a new flash object definition with the given members and other members default.
WidgetUtil.FlashObject(String, String, String, String, String) - Constructor for class com.threerings.gwt.ui.WidgetUtil.FlashObject
Creates a new flash object definition with the given members and other members default.
WidgetUtilImpl - Class in com.threerings.gwt.ui
Provides browser-specific widget-related utility functions.
WidgetUtilImpl() - Constructor for class com.threerings.gwt.ui.WidgetUtilImpl
 
WidgetUtilImplIE6 - Class in com.threerings.gwt.ui
Provides IE6-specific widget-related utility functions.
WidgetUtilImplIE6() - Constructor for class com.threerings.gwt.ui.WidgetUtilImplIE6
 
WidgetUtilImplMozilla - Class in com.threerings.gwt.ui
Provides Mozilla-specific widget-related utility functions.
WidgetUtilImplMozilla() - Constructor for class com.threerings.gwt.ui.WidgetUtilImplMozilla
 
width(String) - Method in class com.threerings.gwt.ui.SmartTable.CellMutator
Sets the width of the cell.
width - Variable in class com.threerings.gwt.ui.WidgetUtil.FlashObject
The value of the "width" embed parameter for the movie.
WikiParser - Class in com.threerings.gwt.util
Renders Creole wiki text into XHTML.
WikiParser() - Constructor for class com.threerings.gwt.util.WikiParser
 
WikiUtils - Class in com.threerings.gwt.util
Used by WikiParser.
WikiUtils() - Constructor for class com.threerings.gwt.util.WikiUtils
 
WindowUtil - Class in com.threerings.gwt.util
Utility methods related to the JavaScript "window".
WindowUtil() - Constructor for class com.threerings.gwt.util.WindowUtil
 
WipeAnimation - Class in com.threerings.gwt.ui.fx
Performs a wipe effect on a SimplePanel that contains another widget.
withValue(Number) - Method in class com.threerings.gwt.ui.NumberTextBox
Convenience method for setting a number and returning the text box in one step.

X

xlate(String) - Method in class com.threerings.gwt.util.MessagesLookup
Translate a compound key/params string.

Y

yesterday() - Method in interface com.threerings.gwt.util.UtilMessages
 

Z

zeroTime(Date) - Static method in class com.threerings.gwt.util.DateUtil
 
A B C D E F G H I J L M N O P R S T U V W X Y Z 

Copyright © 2013. All Rights Reserved.