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

A

AbsolutePanel - Class in com.google.gwt.user.client.ui
An absolute panel positions all of its children absolutely, allowing them to overlap.
AbsolutePanel() - Constructor for class com.google.gwt.user.client.ui.AbsolutePanel
Creates an empty absolute panel.
AbstractImagePrototype - Class in com.google.gwt.user.client.ui
An opaque representation of a particular image such that the image can be accessed either as an HTML fragment or as an Image object.
AbstractImagePrototype() - Constructor for class com.google.gwt.user.client.ui.AbstractImagePrototype
 
ADD - Static variable in class com.google.gwt.junit.client.Operator
The standard addition operator.
add(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Deprecated. As of release 1.4, replaced by DeferredCommand.addCommand(Command)
add(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Adds a child widget to this panel.
add(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Adds a widget to the panel at the specified position.
add(Widget, Element) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Adds a new child widget to the panel, attaching its Element to the specified container Element.
add(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
Adds the specified widget to the deck.
add(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
add(Widget, DockPanel.DockLayoutConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
Adds a widget to the specified edge of the dock.
add(Widget) - Method in class com.google.gwt.user.client.ui.FlowPanel
Adds a new child widget to the panel.
add(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
Adds a child widget.
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Adds a child widget to the panel.
add(Widget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, contained within the HTML element specified by a given id.
add(String) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Adds a suggestion to the oracle.
add(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Adds a child widget.
add(Widget) - Method in class com.google.gwt.user.client.ui.SimplePanel
Adds a widget to this panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget.
add(Widget, String) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget and header.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget and header, optionally interpreting the header as HTML.
add(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
 
add(Widget, String) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget, Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.Tree
Adds the widget as a root tree item.
add(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Adds a child widget to the panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Adds a widget to the end of this collection.
addAll(Collection) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Adds all suggestions specified.
addCell(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Appends a cell to the specified row.
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.ListBox
 
addChangeListener(ChangeListener) - Method in interface com.google.gwt.user.client.ui.SourcesChangeEvents
Adds a listener interface to receive change events.
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve change events on the SuggestBox's text box.
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
addCheckpoint(String) - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. This method will be removed when web mode supports stack traces. It can be useful for debugging web mode failures, but production code should not depend on it.
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Image
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
 
addClickListener(ClickListener) - Method in interface com.google.gwt.user.client.ui.SourcesClickEvents
Adds a listener interface to receive click events.
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve click events on the SuggestBox's text box.
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
addCommand(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues a Command to be fired after all current events have been handled.
addCommand(IncrementalCommand) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues an IncrementalCommand to be fired after all current events have been handled.
addEventHandler(DisclosureHandler) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Attaches an event handler to the panel to receive DisclosureEvent notification.
addEventHandler(DisclosureHandler) - Method in interface com.google.gwt.user.client.ui.FiresDisclosureEvents
Adds a handler interface to receive open events.
addEventHandler(SuggestionHandler) - Method in interface com.google.gwt.user.client.ui.FiresSuggestionEvents
Adds a handler interface to receive suggestion events.
addEventHandler(SuggestionHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
Adds an event preview to the preview stack.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addFocusListener(FocusListener) - Method in interface com.google.gwt.user.client.ui.SourcesFocusEvents
Adds a listener interface to receive mouse events.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve focus events on the SuggestBox's text box.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addFormHandler(FormHandler) - Method in interface com.google.gwt.user.client.ui.FiresFormEvents
Adds a handler interface to receive click events.
addFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
 
addHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
Adds a listener to be informed of changes to the browser's history stack.
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addItem(String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box.
addItem(String, String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box, specifying an initial value for the item.
addItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar.
addItem(String, boolean, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, boolean, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String) - Method in class com.google.gwt.user.client.ui.Tree
Adds a simple tree item containing the specified text.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Adds an item to the root level of this tree.
addItem(Widget) - Method in class com.google.gwt.user.client.ui.Tree
Adds a new tree item containing the specified widget.
addItem(String) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified text.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds another item as a child to this one.
addItem(Widget) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified widget.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
Adds a listener interface to receive keyboard events.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve keyboard events on the SuggestBox's text box.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addLoadListener(LoadListener) - Method in class com.google.gwt.user.client.ui.Image
 
addLoadListener(LoadListener) - Method in interface com.google.gwt.user.client.ui.SourcesLoadEvents
Adds a listener interface to receive load events.
addMetaData(String, String[]) - Method in interface com.google.gwt.core.ext.typeinfo.HasMetaData
Adds additional metadata.
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
addMouseListener(MouseListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseEvents
Adds a listener interface to receive mouse events.
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Adds a listener interface to receive mouse events.
addPause() - Static method in class com.google.gwt.user.client.DeferredCommand
Adds a "pause" to the queue of DeferredCommands.
addPopupListener(PopupListener) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
addPopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
Adds a listener interface to receive popup events.
addScrollListener(ScrollListener) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
addScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
Adds a listener interface to receive scroll events.
addStyleDependentName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a dependent style name by specifying the style name's suffix.
addStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Adds a style to the specified cell.
addStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Adds a style to the specified column.
addStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Adds a style to the specified row.
addStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a secondary or dependent style name to this object.
addTab(String) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
addTab(String, boolean) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
addTab(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified widget.
addTableListener(TableListener) - Method in class com.google.gwt.user.client.ui.HTMLTable
Adds a listener to the current table.
addTableListener(TableListener) - Method in interface com.google.gwt.user.client.ui.SourcesTableEvents
Adds a listener interface to receive click events.
addTabListener(TabListener) - Method in interface com.google.gwt.user.client.ui.SourcesTabEvents
Adds a listener interface to receive click events.
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
 
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
 
addThrows(JType) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
Adds a listener interface to receive tree events.
addTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addWindowCloseListener(WindowCloseListener) - Static method in class com.google.gwt.user.client.Window
Adds a listener to receive window closing events.
addWindowResizeListener(WindowResizeListener) - Static method in class com.google.gwt.user.client.Window
Adds a listener to receive window resize events.
adjustIndex(Widget, int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Adjusts beforeIndex to account for the possibility that the given widget is already a child of this panel.
adopt(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Finalize the attachment of a Widget to this Panel.
adopt(Widget, Element) - Method in class com.google.gwt.user.client.ui.Panel
Deprecated. Use Panel.adopt(Widget).
alert(String) - Static method in class com.google.gwt.user.client.Window
Displays a message in a modal dialog box.
ALIGN_BOTTOM - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned to the bottom.
ALIGN_CENTER - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned in the center.
ALIGN_CENTER - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Center the text.
ALIGN_JUSTIFY - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Justify the text.
ALIGN_LEFT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned to the left.
ALIGN_LEFT - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Align the text to the left edge.
ALIGN_MIDDLE - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned in the middle.
ALIGN_RIGHT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned to the right.
ALIGN_RIGHT - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Align the text to the right.
ALIGN_TOP - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned to the top.
ALL - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs everything -- quite a bit of stuff.
appendChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Appends one element to another's list of children.
appendChild(Node) - Method in interface com.google.gwt.xml.client.Node
This method appends child newChild.
appendData(String) - Method in interface com.google.gwt.xml.client.CharacterData
This method appends data to the data in this CharacterData.
applyTo(Image) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Transforms an existing Image into the image represented by this prototype.
AsyncCallback - Interface in com.google.gwt.user.client.rpc
The primary interface a caller must implement to receive a response from a remote procedure call.
asyncGet(String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Makes an asynchronous HTTP GET to a remote server.
asyncGet(String, String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Makes an asynchronous HTTP GET to a remote server.
asyncPost(String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Makes an asynchronous HTTP POST to a remote server.
asyncPost(String, String, String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Makes an asynchronous HTTP POST to a remote server.
Attr - Interface in com.google.gwt.xml.client
Attr objects represent key-value pairs of attributes on Element objects.
ATTRIBUTE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 2 denotes DOM nodes of type Attribute.

B

back() - Static method in class com.google.gwt.user.client.History
Programmatic equivalent to the user pressing the browser's 'back' button.
BadPropertyValueException - Exception in com.google.gwt.core.ext
Thrown when a deferred binding property contains an invalid value.
BadPropertyValueException(String) - Constructor for exception com.google.gwt.core.ext.BadPropertyValueException
 
BadPropertyValueException(String, String) - Constructor for exception com.google.gwt.core.ext.BadPropertyValueException
 
BadTypeArgsException - Exception in com.google.gwt.core.ext.typeinfo
Thrown when an invalid type is specified as part of a gwt.typeArgs tag within a doc comment.
BadTypeArgsException(String) - Constructor for exception com.google.gwt.core.ext.typeinfo.BadTypeArgsException
 
BadTypeArgsException(String, Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.BadTypeArgsException
 
BadTypeArgsException(Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.BadTypeArgsException
 
Benchmark - Class in com.google.gwt.junit.client
A type of GWTTestCase which specifically records performance results.
Benchmark() - Constructor for class com.google.gwt.junit.client.Benchmark
 
BOOLEAN - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
booleanValue() - Method in class com.google.gwt.json.client.JSONBoolean
Returns true if this is the instance representing "true", false otherwise.
branch(TreeLogger.Type, String, Throwable) - Method in interface com.google.gwt.core.ext.TreeLogger
Produces a branched logger, which can be used to write messages that are logically grouped together underneath the current logger.
Button - Class in com.google.gwt.user.client.ui
A standard push-button widget.
Button() - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with no caption.
Button(String) - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with the given HTML caption.
Button(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with the given HTML caption and click listener.
BUTTON_LEFT - Static variable in class com.google.gwt.user.client.Event
The left mouse button (used in DOM.eventGetButton(Event)).
BUTTON_MIDDLE - Static variable in class com.google.gwt.user.client.Event
The middle mouse button (used in DOM.eventGetButton(Event)).
BUTTON_RIGHT - Static variable in class com.google.gwt.user.client.Event
The right mouse button (used in DOM.eventGetButton(Event)).
ButtonBase - Class in com.google.gwt.user.client.ui
Abstract base class for Button, CheckBox, RadioButton.
ButtonBase(Element) - Constructor for class com.google.gwt.user.client.ui.ButtonBase
Creates a new ButtonBase that wraps the given browser element.
BYTE - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 

C

cancel() - Method in class com.google.gwt.http.client.Request
Cancels a pending request.
cancel() - Method in class com.google.gwt.user.client.Timer
Cancels this timer.
cancelKey() - Method in class com.google.gwt.user.client.ui.TextBoxBase
If a keyboard event is currently being handled on this text box, calling this method will suppress it.
catchExceptions() - Method in class com.google.gwt.junit.client.GWTTestCase
Determines whether or not exceptions will be caught by the test fixture.
Category - Interface in com.google.gwt.junit.client
A benchmark category.
CDATA_SECTION_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 4 denotes DOM nodes of type CdataSection.
CDATASection - Interface in com.google.gwt.xml.client
This node represents escaped character sequences.
CellPanel - Class in com.google.gwt.user.client.ui
A panel whose child widgets are contained within the cells of a table.
CellPanel() - Constructor for class com.google.gwt.user.client.ui.CellPanel
 
CENTER - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the center of the dock.
center() - Method in class com.google.gwt.user.client.ui.PopupPanel
Centers the popup in the browser window and shows it.
CENTER - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Center justification.
ChangeListener - Interface in com.google.gwt.user.client.ui
Event listener interface for 'change' events.
ChangeListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesChangeEvents interface.
ChangeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ChangeListenerCollection
 
CHAR - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
CharacterData - Interface in com.google.gwt.xml.client
This interface describes CharacterData XML nodes.
CheckBox - Class in com.google.gwt.user.client.ui
A standard check box widget (also serves as a base class for RadioButton.
CheckBox() - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with no label.
CheckBox(String) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(String, boolean) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(Element) - Constructor for class com.google.gwt.user.client.ui.CheckBox
 
checkCellBounds(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Bounds checks that the cell exists at the specified location.
checkIndexBoundsForAccess(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()), which is the valid range on accessible indexes.
checkIndexBoundsForInsertion(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()], which is the valid range for indexes on an insertion.
checkRowBounds(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Checks that the row is within the correct bounds.
clear() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
clear() - Method in interface com.google.gwt.user.client.ui.HasWidgets
Removes all child widgets.
clear() - Method in class com.google.gwt.user.client.ui.HTMLTable
Removes all widgets from this table, but does not remove other HTML or text contents of cells.
clear() - Method in class com.google.gwt.user.client.ui.ListBox
Removes all items from the list box.
clear() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Removes all of the suggestions from the oracle.
clear() - Method in class com.google.gwt.user.client.ui.Panel
 
clear() - Method in class com.google.gwt.user.client.ui.TabPanel
 
clear() - Method in class com.google.gwt.user.client.ui.Tree
Clears all tree items from the current tree.
clearCell(int, int) - Method in class com.google.gwt.user.client.ui.Grid
Replaces the contents of the specified cell with a single space.
clearCell(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Clears the given row and column.
clearCheckpoints() - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. This method will be removed when web mode supports stack traces. It can be useful for debugging web mode failures, but production code should not depend on it.
clearItems() - Method in class com.google.gwt.user.client.ui.MenuBar
Removes all menu items from this menu bar.
click() - Method in class com.google.gwt.user.client.ui.Button
Programmatic equivalent of the user clicking the button.
ClickListener - Interface in com.google.gwt.user.client.ui
Event listener interface for click events.
ClickListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesClickEvents interface.
ClickListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ClickListenerCollection
 
cloneNode(boolean) - Method in interface com.google.gwt.xml.client.Node
This method copies this Node.
code - Variable in exception com.google.gwt.xml.client.DOMException
 
columnGroup - Variable in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
 
com.google.gwt.core.client - package com.google.gwt.core.client
Fundamental classes used in client-side GWT code.
com.google.gwt.core.ext - package com.google.gwt.core.ext
Classes used to extend the GWT compiler.
com.google.gwt.core.ext.typeinfo - package com.google.gwt.core.ext.typeinfo
Type-introspection support classes used by generators.
com.google.gwt.http.client - package com.google.gwt.http.client
Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses.
com.google.gwt.i18n.client - package com.google.gwt.i18n.client
Internationalization support for GWT applications.
com.google.gwt.json.client - package com.google.gwt.json.client
Classes for parsing and creating JSON encoded values.
com.google.gwt.junit.client - package com.google.gwt.junit.client
Classes and modules used in building JUnit tests.
com.google.gwt.user.client - package com.google.gwt.user.client
Fundamental user-interface classes used in client-side GWT code.
com.google.gwt.user.client.rpc - package com.google.gwt.user.client.rpc
Classes used in client-side implementation of remote procedure calls.
com.google.gwt.user.client.ui - package com.google.gwt.user.client.ui
Widgets, Panels, and other user-interface classes.
com.google.gwt.user.server.rpc - package com.google.gwt.user.server.rpc
Classes used in server-side implementation of remote procedure calls.
com.google.gwt.xml.client - package com.google.gwt.xml.client
Basic classes used in XML DOM parsing and XML document generation.
Command - Interface in com.google.gwt.user.client
Encapsulates an action for later execution, often from a different context.
CommandCanceledException - Exception in com.google.gwt.user.client
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred Command is canceled as a result of a slow script warning.
CommandCanceledException(Command) - Constructor for exception com.google.gwt.user.client.CommandCanceledException
 
Comment - Interface in com.google.gwt.xml.client
This interface describes comment XML nodes.
COMMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 8 denotes DOM nodes of type Comment.
commit(TreeLogger, PrintWriter) - Method in interface com.google.gwt.core.ext.GeneratorContext
Commits source generation begun with GeneratorContext.tryCreate(TreeLogger, String, String).
commitResource(TreeLogger, OutputStream) - Method in interface com.google.gwt.core.ext.GeneratorContext
Commits resource generation begun with GeneratorContext.tryCreateResource(TreeLogger, String).
compare(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Compares two elements for equality (note that reference equality is not sufficient to determine equality among elements on most browsers).
CompilationUnitProvider - Interface in com.google.gwt.core.ext.typeinfo
Provides information about a single compilation unit on demand.
ComplexPanel - Class in com.google.gwt.user.client.ui
Abstract base class for panels that can contain multiple child widgets.
ComplexPanel() - Constructor for class com.google.gwt.user.client.ui.ComplexPanel
 
Composite - Class in com.google.gwt.user.client.ui
A type of widget that can wrap another widget, hiding the wrapped widget's methods.
Composite() - Constructor for class com.google.gwt.user.client.ui.Composite
 
confirm(String) - Static method in class com.google.gwt.user.client.Window
Displays a message in a modal dialog box, along with the standard 'OK' and 'Cancel' buttons.
Constants - Interface in com.google.gwt.i18n.client
A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.
ConstantsWithLookup - Interface in com.google.gwt.i18n.client
Like Constants, a tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files with the added ability to look up constants at runtime with a string key.
contains(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Determines whether a given widget is contained in this collection.
containsKey(String) - Method in class com.google.gwt.json.client.JSONObject
Tests whether or not this JSONObject contains the specified key.
Cookies - Class in com.google.gwt.user.client
Provides access to browser cookies stored on the client.
create(Class) - Static method in class com.google.gwt.core.client.GWT
Instantiates a class via deferred binding.
createAnchor() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML A element.
createArray() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns a new array.
createButton() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML BUTTON element.
createCaption() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML CAPTION element.
createCDATASection(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new CDATASection.
createCell() - Method in class com.google.gwt.user.client.ui.Grid
Creates a new, empty cell.
createCell() - Method in class com.google.gwt.user.client.ui.HTMLTable
Creates a new cell.
createCol() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML COL element.
createColGroup() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML COLGROUP element.
createComment(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Comment.
createDiv() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML DIV element.
createDocument() - Static method in class com.google.gwt.xml.client.XMLParser
This method creates a new document, to be manipulated by the DOM API.
createDocumentFragment() - Method in interface com.google.gwt.xml.client.Document
This method creates a new DocumentFragment.
createElement(String) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML element.
createElement(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Element.
createFieldSet() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML FIELDSET element.
createForm() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML FORM element.
createFunction() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns an empty function.
createIFrame() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML IFRAME element.
createImage() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Creates a new Image instance based on the image represented by this prototype.
createImg() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML IMG element.
createInputCheck() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='CHECK' element.
createInputPassword() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='PASSWORD' element.
createInputRadio(String) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='RADIO' element.
createInputText() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='TEXT' element.
createLabel() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML LABEL element.
createLegend() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML LEGEND element.
createLink(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Creates a link to the supplied URL.
createObject() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns a new object.
createOptions() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML OPTIONS element.
createProcessingInstruction(String, String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new ProcessingInstruction.
createSelect() - Static method in class com.google.gwt.user.client.DOM
Creates a single-selection HTML SELECT element.
createSelect(boolean) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML SELECT element.
createSpan() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML SPAN element.
createTable() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TABLE element.
createTBody() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TBODY element.
createTD() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TD element.
createTextArea() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TEXTAREA element.
createTextNode(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Text.
createTFoot() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TFOOT element.
createTH() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TH element.
createTHead() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML THEAD element.
createTR() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TR element.
createUniqueId() - Static method in class com.google.gwt.user.client.ui.HTMLPanel
A helper method for creating unique IDs for elements within dynamically- generated HTML.
CustomButton - Class in com.google.gwt.user.client.ui
Custom Button is a base button class with built in support for a set number of button faces.
CustomButton(Image) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, String) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton() - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton.Face - Class in com.google.gwt.user.client.ui
Represents a button's face.

D

DateTimeFormat - Class in com.google.gwt.i18n.client
Formats and parses dates and times using locale-sensitive patterns.
DateTimeFormat(String) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and the date time constants for the default locale.
DateTimeFormat(String, DateTimeConstants) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and user-supplied date time constants.
DEBUG - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs detailed information that could be useful during debugging.
DeckPanel - Class in com.google.gwt.user.client.ui
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.
DeckPanel() - Constructor for class com.google.gwt.user.client.ui.DeckPanel
Creates an empty deck panel.
decode(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all URL escape sequences have been converted back to their original character representations.
decodeComponent(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all URL component escape sequences have been converted back to their original character representations.
decodeRequest(String) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request.
decodeRequest(String, Class) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
decodeRequest(String, Class, SerializationPolicyProvider) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
DeferredCommand - Class in com.google.gwt.user.client
This class allows you to execute code after all currently pending event handlers have completed, using the DeferredCommand.addCommand(Command) or DeferredCommand.addCommand(IncrementalCommand) methods.
DeferredCommand() - Constructor for class com.google.gwt.user.client.DeferredCommand
 
delayTestFinish(int) - Method in class com.google.gwt.junit.client.GWTTestCase
Put the current test in asynchronous mode.
DelegatingChangeListenerCollection - Class in com.google.gwt.user.client.ui
ChangeListenerCollection used to correctly hook up listeners which need to listen to events from another source.
DelegatingChangeListenerCollection(Widget, SourcesChangeEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Constructor for DelegatingChangeListenerCollection.
DelegatingClickListenerCollection - Class in com.google.gwt.user.client.ui
ClickListenerCollection used to correctly hook up listeners which need to listen to events from another source.
DelegatingClickListenerCollection(Widget, SourcesClickEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Constructor for DelegatingClickListenerCollection.
DelegatingFocusListenerCollection - Class in com.google.gwt.user.client.ui
FocusListenerCollection used to correctly hook up listeners which need to listen to events from another source.
DelegatingFocusListenerCollection(Widget, SourcesFocusEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Constructor for DelegatingFocusListenerCollection.
DelegatingKeyboardListenerCollection - Class in com.google.gwt.user.client.ui
KeyboardListenerCollection used to correctly hook up event listeners to the composite's wrapped widget.
DelegatingKeyboardListenerCollection(Widget, SourcesKeyboardEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Constructor for DelegatingKeyboardListenerCollection.
deleteData(int, int) - Method in interface com.google.gwt.xml.client.CharacterData
This method deletes data, starting at offset, and deleting count characters.
DialogBox - Class in com.google.gwt.user.client.ui
A form of popup that has a caption area at the top and can be dragged by the user.
DialogBox() - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box.
DialogBox(boolean) - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box specifying its "auto-hide" property.
DialogBox(boolean, boolean) - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box specifying its "auto-hide" property.
Dictionary - Class in com.google.gwt.i18n.client
Provides dynamic string lookup of key/value string pairs defined in a module's host HTML page.
DisclosureEvent - Class in com.google.gwt.user.client.ui
Event object containing information about DisclosurePanel changes.
DisclosureEvent(DisclosurePanel) - Constructor for class com.google.gwt.user.client.ui.DisclosureEvent
Creates a new instance of the event object.
DisclosureHandler - Interface in com.google.gwt.user.client.ui
Event handler interface for DisclosureEvent.
DisclosurePanel - Class in com.google.gwt.user.client.ui
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.
DisclosurePanel() - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates an empty DisclosurePanel that is initially closed.
DisclosurePanel(DisclosurePanelImages, String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel with the specified header text, an initial open/close state and a bundle of images to be used in the default header widget.
DisclosurePanel(String) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel that will be initially closed using the specified text in the header.
DisclosurePanel(String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel with the specified header text and an initial open/close state.
DisclosurePanel(Widget) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel that will be initially closed using a widget as the header.
DisclosurePanel(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel using a widget as the header and an initial open/close state.
disclosurePanelClosed() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImages
An image indicating a closed disclosure panel.
DisclosurePanelImages - Interface in com.google.gwt.user.client.ui
An ImageBundle that provides images for DisclosurePanel.
disclosurePanelOpen() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImages
An image indicating an open disclosure panel.
disown(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Deprecated. Use Panel.orphan(Widget).
doAttachChildren() - Method in class com.google.gwt.user.client.ui.Panel
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.Tree
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.Widget
If a widget implements HasWidgets, it must override this method and call onAttach() for each of its child widgets.
DockPanel - Class in com.google.gwt.user.client.ui
A panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.
DockPanel() - Constructor for class com.google.gwt.user.client.ui.DockPanel
Creates an empty dock panel.
DockPanel.DockLayoutConstant - Class in com.google.gwt.user.client.ui
DockPanel layout constant, used in DockPanel.add(Widget, DockPanel.DockLayoutConstant).
Document - Interface in com.google.gwt.xml.client
Document objects represent XML documents.
DOCUMENT_FRAGMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 11 denotes DOM nodes of type DocumentFragment.
DOCUMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 9 denotes DOM nodes of type Document.
DOCUMENT_TYPE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 10 denotes DOM nodes of type DocumentType.
DocumentFragment - Interface in com.google.gwt.xml.client
A DocumentFragment is a basket into which one may place other Node objects for future processing.
doDetachChildren() - Method in class com.google.gwt.user.client.ui.Panel
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.Tree
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.Widget
If a widget implements HasWidgets, it must override this method and call onDetach() for each of its child widgets.
doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Gets the SerializationPolicy for given module base URL and strong name if there is one.
DOM - Class in com.google.gwt.user.client
This class provides a set of static methods that allow you to manipulate the browser's Document Object Model (DOM).
DOM() - Constructor for class com.google.gwt.user.client.DOM
 
DOMException - Exception in com.google.gwt.xml.client
Thrown when DOM exceptions occur.
DOMException(short, String) - Constructor for exception com.google.gwt.xml.client.DOMException
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Standard HttpServlet method: handle the POST.
DOUBLE - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
doUnexpectedFailure(Throwable) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Override this method to control what should happen when an exception escapes the RemoteServiceServlet.processCall(String) method.

E

EAST - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the east edge of the dock.
Element - Class in com.google.gwt.user.client
An opaque handle to a native DOM Element.
Element() - Constructor for class com.google.gwt.user.client.Element
Not directly instantiable.
Element - Interface in com.google.gwt.xml.client
This interface represents XML DOM elements, which are the basic building block of XML.
ELEMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 1 denotes DOM nodes of type Element.
enableScrolling(boolean) - Static method in class com.google.gwt.user.client.Window
Use this method to explicitly disable the window's scrollbars.
encode(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all characters that are not valid for a complete URL have been escaped.
encodeComponent(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all characters that are not valid for a URL component have been escaped.
encodeResponseForFailure(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes an exception.
encodeResponseForSuccess(Method, Object) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the object.
ENCODING_MULTIPART - Static variable in class com.google.gwt.user.client.ui.FormPanel
Used with FormPanel.setEncoding(String) to specify that the form will be submitted using MIME encoding (necessary for FileUpload to work properly).
ENCODING_URLENCODED - Static variable in class com.google.gwt.user.client.ui.FormPanel
Used with FormPanel.setEncoding(String) to specify that the form will be submitted using traditional URL encoding.
ensureElement(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the element associated with a cell.
ensureElement(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Ensure the TR element representing the specified row exists for subclasses that allow dynamic addition of elements.
ensureSelectedItemVisible() - Method in class com.google.gwt.user.client.ui.Tree
Ensures that the currently-selected item is visible, opening its parents and scrolling the tree as necessary.
ensureVisible(UIObject) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Ensures that the specified item is visible, by adjusting the panel's scroll position.
ENTITY_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 6 denotes DOM nodes of type Entity.
ENTITY_REFERENCE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 5 denotes DOM nodes of type EntityReference.
EntityReference - Interface in com.google.gwt.xml.client
This interface represents entity references, such as &foo;.
EntryPoint - Interface in com.google.gwt.core.client
Implement this interface to allow a class to act as a module entry point.
equals(Object) - Method in class com.google.gwt.core.client.JavaScriptObject
 
equals(Object) - Method in class com.google.gwt.user.client.Element
 
equals(Object) - Method in class com.google.gwt.user.client.Event
 
equals(Object) - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
 
ERROR - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs an error.
escape(String) - Static method in class com.google.gwt.core.ext.Generator
Escapes string content to be a valid string literal.
Event - Class in com.google.gwt.user.client
An opaque handle to a native DOM Event.
Event() - Constructor for class com.google.gwt.user.client.Event
Not directly instantiable.
eventCancelBubble(Event, boolean) - Static method in class com.google.gwt.user.client.DOM
Cancels bubbling for the given event.
eventGetAltKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the ALT key was depressed when the given event occurred.
eventGetButton(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse buttons that were depressed when the given event occurred.
eventGetClientX(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse x-position within the browser window's client area.
eventGetClientY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse y-position within the browser window's client area.
eventGetCtrlKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the CTRL key was depressed when the given event occurred.
eventGetCurrentEvent() - Static method in class com.google.gwt.user.client.DOM
Gets the current event that is being fired.
eventGetCurrentTarget(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the current target element of the given event.
eventGetFromElement(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the element from which the mouse pointer was moved (only valid for Event.ONMOUSEOVER).
eventGetKeyCode(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the key code associated with this event.
eventGetMetaKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the META key was depressed when the given event occurred.
eventGetMouseWheelVelocityY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the velocity of the mouse wheel associated with the event along the Y axis.
eventGetRepeat(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the key-repeat state of this event.
eventGetScreenX(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse x-position on the user's display.
eventGetScreenY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse y-position on the user's display.
eventGetShiftKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the shift key was depressed when the given event occurred.
eventGetTarget(Event) - Static method in class com.google.gwt.user.client.DOM
Returns the element that was the actual target of the given event.
eventGetToElement(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the element to which the mouse pointer was moved (only valid for Event.ONMOUSEOUT).
eventGetType(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the enumerated type of this event (as defined in Event).
eventGetTypeString(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the type of the given event as a string.
EventListener - Interface in com.google.gwt.user.client
Receives low-level browser events.
eventPreventDefault(Event) - Static method in class com.google.gwt.user.client.DOM
Prevents the browser from taking its default action for the given event.
EventPreview - Interface in com.google.gwt.user.client
A listener interface for previewing browser events.
eventSetKeyCode(Event, char) - Static method in class com.google.gwt.user.client.DOM
Sets the key code associated with the given keyboard event.
eventToString(Event) - Static method in class com.google.gwt.user.client.DOM
Returns a stringized version of the event.
execute() - Method in interface com.google.gwt.user.client.Command
Causes the Command to perform its encapsulated behavior.
execute() - Method in interface com.google.gwt.user.client.IncrementalCommand
Causes the IncrementalCommand to execute its encapsulated behavior.

F

FileUpload - Class in com.google.gwt.user.client.ui
A widget that wraps the HTML <input type='file'> element.
FileUpload() - Constructor for class com.google.gwt.user.client.ui.FileUpload
Constructs a new file upload widget.
findConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findPackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Attempts to find a package by name.
findParameter(String) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
findType(String) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
findType(String[]) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
findType(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a class or interface given its fully-qualified name.
findType(String, String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a type given its package-relative name.
finishTest() - Method in class com.google.gwt.junit.client.GWTTestCase
Cause this test to succeed during asynchronous mode.
fireBeforeTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabListenerCollection
Fires a beforeTabSelected event to all listeners.
fireCellClicked(SourcesTableEvents, int, int) - Method in class com.google.gwt.user.client.ui.TableListenerCollection
Fires a cellClicked event to all listeners.
fireChange(Widget) - Method in class com.google.gwt.user.client.ui.ChangeListenerCollection
Fires a change event to all listeners.
fireClick(Widget) - Method in class com.google.gwt.user.client.ui.ClickListenerCollection
Fires a click event to all listeners.
fireError(Widget) - Method in class com.google.gwt.user.client.ui.LoadListenerCollection
Fires an error event to all listeners.
fireFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
Fires a focus event to all listeners.
fireFocusEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
A helper for widgets that source focus events.
fireItemSelected(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeListenerCollection
Fires a "tree item selected" event to all listeners.
fireItemStateChanged(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeListenerCollection
Fires a "tree item state changed" event to all listeners.
fireKeyboardEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Automatically fires the appropriate keyboard event to all listeners.
fireKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Fires a keyDown event to all listeners.
fireKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Fires a keyDown event to all listeners.
fireKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Fires a keyDown event to all listeners.
fireLoad(Widget) - Method in class com.google.gwt.user.client.ui.LoadListenerCollection
Fires a load event to all listeners.
fireLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
Fires a lost-focus event to all listeners.
fireMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Fires a mouse down event to all listeners.
fireMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Fires a mouse enter event to all listeners.
fireMouseEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
A helper for widgets that source mouse events.
fireMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Fires a mouse leave event to all listeners.
fireMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Fires a mouse move event to all listeners.
fireMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Fires a mouse up event to all listeners.
fireMouseWheel(Widget, MouseWheelVelocity) - Method in class com.google.gwt.user.client.ui.MouseWheelListenerCollection
Fires a mouse wheel event to all listeners.
fireMouseWheelEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.MouseWheelListenerCollection
A helper for widgets that source mouse events.
fireOnComplete(Object, String) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
Fires a FormHandler.onSubmitComplete(FormSubmitCompleteEvent) on all handlers in the collection.
fireOnSubmit(Object) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
Fires a FormHandler.onSubmit(FormSubmitEvent) on all handlers in the collection.
firePopupClosed(PopupPanel, boolean) - Method in class com.google.gwt.user.client.ui.PopupListenerCollection
Fires a popup closed event to all listeners.
fireScroll(Widget, int, int) - Method in class com.google.gwt.user.client.ui.ScrollListenerCollection
Fires a scroll event to all listeners.
FiresDisclosureEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface fires the events defined by the DisclosureHandler interface.
FiresFormEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface fires the events defined by the FormHandler interface.
FiresSuggestionEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface fires the events defined by the SuggestionHandler interface.
fireTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabListenerCollection
Fires a tabSelected event to all listeners.
FlexTable - Class in com.google.gwt.user.client.ui
A flexible table that creates cells on demand.
FlexTable() - Constructor for class com.google.gwt.user.client.ui.FlexTable
 
FlexTable.FlexCellFormatter - Class in com.google.gwt.user.client.ui
FlexTable-specific implementation of HTMLTable.CellFormatter.
FlexTable.FlexCellFormatter() - Constructor for class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
 
FLOAT - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
FlowPanel - Class in com.google.gwt.user.client.ui
A panel that formats its child widgets using the default HTML layout behavior.
FlowPanel() - Constructor for class com.google.gwt.user.client.ui.FlowPanel
Creates an empty flow panel.
FOCUSEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering both focus events (focus and blur).
FocusListener - Interface in com.google.gwt.user.client.ui
Event listener for focus events.
FocusListenerAdapter - Class in com.google.gwt.user.client.ui
An adapter to simplify focus event listeners that do not need all events defined on the FocusListener interface.
FocusListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.FocusListenerAdapter
 
FocusListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesFocusEvents interface.
FocusListenerCollection() - Constructor for class com.google.gwt.user.client.ui.FocusListenerCollection
 
FocusPanel - Class in com.google.gwt.user.client.ui
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.
FocusPanel() - Constructor for class com.google.gwt.user.client.ui.FocusPanel
 
FocusPanel(Widget) - Constructor for class com.google.gwt.user.client.ui.FocusPanel
 
FocusWidget - Class in com.google.gwt.user.client.ui
Abstract base class for most widgets that can receive keyboard focus.
FocusWidget() - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus widget with no element.
FocusWidget(Element) - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus widget that wraps the specified browser element.
format(Date) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Format a date object.
format(double) - Method in class com.google.gwt.i18n.client.NumberFormat
This method formats a double to produce a string.
FormHandler - Interface in com.google.gwt.user.client.ui
Handler interface for form submit events.
FormHandlerCollection - Class in com.google.gwt.user.client.ui
Helper class for widgets that accept FormHandlers.
FormHandlerCollection() - Constructor for class com.google.gwt.user.client.ui.FormHandlerCollection
 
FormPanel - Class in com.google.gwt.user.client.ui
A panel that wraps its contents in an HTML <FORM> element.
FormPanel() - Constructor for class com.google.gwt.user.client.ui.FormPanel
Creates a new FormPanel.
FormPanel(NamedFrame) - Constructor for class com.google.gwt.user.client.ui.FormPanel
Creates a FormPanel that targets a NamedFrame.
FormPanel(String) - Constructor for class com.google.gwt.user.client.ui.FormPanel
Creates a new FormPanel.
FormSubmitCompleteEvent - Class in com.google.gwt.user.client.ui
Event object containing information about form submission events.
FormSubmitCompleteEvent(Object, String) - Constructor for class com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Creates a new event with information about the source and submit results.
FormSubmitEvent - Class in com.google.gwt.user.client.ui
Event object containing information about form submission events.
FormSubmitEvent(Object) - Constructor for class com.google.gwt.user.client.ui.FormSubmitEvent
Creates a new event with information about the source.
forward() - Static method in class com.google.gwt.user.client.History
Programmatic equivalent to the user pressing the browser's 'forward' button.
Frame - Class in com.google.gwt.user.client.ui
A widget that wraps an IFRAME element, which can contain an arbitrary web site.
Frame() - Constructor for class com.google.gwt.user.client.ui.Frame
Creates an empty frame.
Frame(String) - Constructor for class com.google.gwt.user.client.ui.Frame
Creates a frame that displays the resource at the specified URL.

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.Generator
Generate a default constructible subclass of the requested type.
Generator - Class in com.google.gwt.core.ext
Generates source code for subclasses during deferred binding requests.
Generator() - Constructor for class com.google.gwt.core.ext.Generator
 
GeneratorContext - Interface in com.google.gwt.core.ext
Provides metadata to deferred binding generators.
GET - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP GET method should be used.
get(String) - Method in class com.google.gwt.i18n.client.Dictionary
Get the value associated with the given Dictionary key.
get(int) - Method in class com.google.gwt.json.client.JSONArray
Returns the value at the specified index position.
get(String) - Method in class com.google.gwt.json.client.JSONObject
Gets the JSONValue associated with the specified key.
get() - Static method in class com.google.gwt.user.client.ui.RootPanel
Gets the default root panel.
get(String) - Static method in class com.google.gwt.user.client.ui.RootPanel
Gets the root panel associated with a given browser element.
get(int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets the widget at the given index.
getAbsoluteLeft(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an element's absolute left coordinate in the document's coordinate system.
getAbsoluteLeft() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's absolute left position in pixels, as measured from the browser window's client area.
getAbsoluteTop(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an element's absolute top coordinate in the document's coordinate system.
getAbsoluteTop() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's absolute top position in pixels, as measured from the browser window's client area.
getAction() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the 'action' associated with this form.
getAgent() - Method in class com.google.gwt.junit.client.TestResults
 
getArrayType(JType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the type object that represents an array of the specified type.
getAttr(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Convenience methods to get an attribute on a cell.
getAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementProperty(Element, String) instead.
getAttribute(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the attribute which has a name of name.
getAttributeNode(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the attribute node which has a name of name.
getAttributes() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the attributes.
getAutoOpen() - Method in class com.google.gwt.user.client.ui.MenuBar
Gets whether this menu bar's child menus will open when the mouse is moved over it.
getBackColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Gets the background color.
getBasicFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
Gets the basic rich text formatting interface.
getBody() - Method in class com.google.gwt.user.client.ui.CellPanel
 
getBodyElement() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the table's TBODY element.
getBodyElement() - Static method in class com.google.gwt.user.client.ui.RootPanel
Convenience method for getting the document's body element.
getBodyEnd() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getBodyEnd() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getBodyStart() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getBodyStart() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getBoolean(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up boolean by method name.
getBooleanAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementPropertyBoolean(Element, String) instead.
getBottomWidget() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Gets the widget in the bottom of the panel.
getCaption() - Method in interface com.google.gwt.user.client.ui.HasCaption
Gets this widget's caption.
getCaptureElement() - Static method in class com.google.gwt.user.client.DOM
Gets the element that currently has mouse capture.
getCause() - Method in exception com.google.gwt.user.client.rpc.SerializableException
Exception chaining is not currently supported for serialized exceptions.
getCellCount(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Gets the number of cells on a given row.
getCellCount(int) - Method in class com.google.gwt.user.client.ui.Grid
Return number of columns.
getCellCount(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the number of cells in a given row.
getCellFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the HTMLTable.CellFormatter associated with this table.
getCellPadding() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the amount of padding that is added around all cells.
getCellSpacing() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the amount of spacing that is added around all cells.
getCharacterWidth() - Method in class com.google.gwt.user.client.ui.TextArea
Gets the requested width of the text box (this is not an exact value, as not all characters are created equal).
getCheckpoints() - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. This method will be removed when web mode supports stack traces. It can be useful for debugging web mode failures, but production code should not depend on it.
getChild(Element, int) - Static method in class com.google.gwt.user.client.DOM
Gets an element's n-th child element.
getChild(int) - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the child at the specified index.
getChildCount(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the number of child elements present in a given parent element.
getChildCount() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the number of children contained in this item.
getChildIndex(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Gets the index of a given child element within its parent.
getChildIndex(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the index of the specified child item.
getChildNodes() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the child nodes.
getChildren() - Method in class com.google.gwt.user.client.ui.ComplexPanel
Gets the list of children contained in this panel.
getClientHeight() - Static method in class com.google.gwt.user.client.Window
Gets the height of the browser window's client area excluding the scroll bar.
getClientWidth() - Static method in class com.google.gwt.user.client.Window
Gets the width of the browser window's client area excluding the vertical scroll bar.
getCode() - Method in exception com.google.gwt.xml.client.DOMException
This method gets the code of this DOMException.
getColSpan(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Gets the column span for the given cell.
getColumnCount() - Method in class com.google.gwt.user.client.ui.Grid
Gets the number of columns in this grid.
getColumnFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the column formatter.
getCommand() - Method in exception com.google.gwt.user.client.CommandCanceledException
Returns the Command which was canceled by the user as a result of a slow script warning.
getCommand() - Method in exception com.google.gwt.user.client.IncrementalCommandCanceledException
Returns the IncrementalCommand which was canceled by the user as a result of a slow script warning.
getCommand() - Method in class com.google.gwt.user.client.ui.MenuItem
Gets the command associated with this item.
getCompilationUnit() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getComponentType() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getConstructors() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getContainerElement() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
getContainerElement() - Method in class com.google.gwt.user.client.ui.SimplePanel
Override this method to specify that an element other than the root element be the container for the panel's child widget.
getContent() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Gets the widget that was previously set in DisclosurePanel.setContent(Widget).
getCookie(String) - Static method in class com.google.gwt.user.client.Cookies
Gets the cookie associated with the given name.
getCookieNames() - Static method in class com.google.gwt.user.client.Cookies
Gets the names of all cookies in this page's domain.
getCurrencyFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard currency format for the default locale.
getCursorPos() - Method in class com.google.gwt.user.client.ui.TextArea
 
getCursorPos() - Method in class com.google.gwt.user.client.ui.TextBoxBase
Gets the current position of the cursor (this also serves as the beginning of the text selection).
getData() - Method in interface com.google.gwt.xml.client.CharacterData
This method retrieves the data.
getData() - Method in interface com.google.gwt.xml.client.ProcessingInstruction
This method retrieves the data.
getDecimalFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard decimal format for the default locale.
getDeckPanel() - Method in class com.google.gwt.user.client.ui.TabPanel
Gets the deck panel within this tab panel.
getDeclEnd() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getDeclStart() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getDefaultSerializationPolicy() - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a default serialization policy.
getDefaultValue() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the default value of the hidden field.
getDeltaY() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
 
getDescription() - Method in exception com.google.gwt.core.client.JavaScriptException
 
getDictionary(String) - Static method in class com.google.gwt.i18n.client.Dictionary
Returns the Dictionary object associated with the given name.
getDisplayString() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
 
getDisplayString() - Method in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Gets the display string associated with this suggestion.
getDocumentElement() - Method in interface com.google.gwt.xml.client.Document
This method retrieves the document element.
getDOMCellCount(Element, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Directly ask the underlying DOM what the cell count on the given row is.
getDOMCellCount(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Directly ask the underlying DOM what the cell count on the given row is.
getDOMRowCount() - Method in class com.google.gwt.user.client.ui.HTMLTable
Directly ask the underlying DOM what the row count is.
getDOMRowCount(Element) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
getDouble(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up double by method name.
getDownDisabledFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the downDisabled face of the button.
getDownFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the down face of the button.
getDownHoveringFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the downHovering face of the button.
getElement() - Method in class com.google.gwt.user.client.ui.Composite
This override checks to ensure Composite.initWidget(Widget) has been called.
getElement(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the TD element representing the specified cell.
getElement(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets the TR element representing the specified row.
getElement() - Method in class com.google.gwt.user.client.ui.UIObject
Gets a handle to the object's underlying DOM element.
getElementAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets the named attribute from the element.
getElementById(String) - Static method in class com.google.gwt.user.client.DOM
Gets the element associated with the given unique id within the entire document.
getElementById(String) - Method in interface com.google.gwt.xml.client.Document
This method retrieves the unique descendent elements which has an id of elementId.
getElementProperty(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets any named property from an element, as a string.
getElementPropertyBoolean(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets any named property from an element, as a boolean.
getElementPropertyInt(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets any named property from an element, as an int.
getElementsByTagName(String) - Method in interface com.google.gwt.xml.client.Document
This method retrieves any descendent elements which have a tag name of tagname.
getElementsByTagName(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the elements by tag name which has a name of name.
getEnclosingMethod() - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
getEnclosingType() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
Gets the type in which this method or constructor was declared.
getEnclosingType() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getEnclosingType() - Method in class com.google.gwt.core.ext.typeinfo.JConstructor
 
getEnclosingType() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
getEnclosingType() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
getEncoding() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the encoding used for submitting this form.
getEventsSunk(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the current set of events sunk by a given element.
getEventTargetCell(Event) - Method in class com.google.gwt.user.client.ui.HTMLTable
Determines the TD associated with the specified event.
getException() - Method in class com.google.gwt.junit.client.Trial
 
getExceptionWrapper() - Method in class com.google.gwt.junit.client.Trial
 
getExtendedFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
Gets the full rich text formatting interface.
getField(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getFields() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getFilename() - Method in class com.google.gwt.user.client.ui.FileUpload
Gets the filename selected by the user.
getFirstChild(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the first child element of the given element.
getFirstChild() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the first child.
getFlexCellFormatter() - Method in class com.google.gwt.user.client.ui.FlexTable
Explicitly gets the FlexTable.FlexCellFormatter.
getFloat(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up float by method name.
getFocusableWidget() - Method in class com.google.gwt.user.client.ui.TreeItem
Returns the widget, if any, that should be focused on if this TreeItem is selected.
getFocusImpl() - Static method in class com.google.gwt.user.client.ui.FocusWidget
Gets the FocusImpl instance.
getForeColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Gets the foreground color.
getFormat(String) - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Returns a format object using the specified pattern and the date time constants for the default locale.
getFormat(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
Gets a NumberFormat instance for the default locale using the specified pattern and the default currencyCode.
getFormat(String, String) - Static method in class com.google.gwt.i18n.client.NumberFormat
Gets a custom NumberFormat instance for the default locale using the specified pattern and currency code.
getFullDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getFullDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getFullTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getHeader(String) - Method in class com.google.gwt.http.client.Response
Returns the value of the requested header or null if the header was not specified.
getHeader() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Gets the widget that is currently being used as a header.
getHeaders() - Method in class com.google.gwt.http.client.Response
Returns an array of HTTP headers associated with this response.
getHeadersAsString() - Method in class com.google.gwt.http.client.Response
Returns all headers as a single string.
getHeaderTextAccessor() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Gets a HasText instance to provide access to the headers's text, if the header widget does provide such access.
getHeight() - Method in class com.google.gwt.user.client.ui.Image
Gets the height of the image.
getHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.DockPanel
 
getHorizontalAlignment() - Method in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Gets the horizontal alignment.
getHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
getHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.Label
 
getHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
getHorizontalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Gets the horizontal scroll position.
getHost() - Method in class com.google.gwt.junit.client.TestResults
 
getHostPageBaseURL() - Static method in class com.google.gwt.core.client.GWT
Gets the URL prefix of the hosting page, useful for prepending to relative paths of resources which may be relative to the host page.
getHTML() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Gets an HTML fragment that displays the image represented by this prototype.
getHTML() - Method in class com.google.gwt.user.client.ui.ButtonBase
 
getHTML() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getHTML() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Gets the face's contents as html.
getHTML() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the current face's html.
getHTML() - Method in class com.google.gwt.user.client.ui.DialogBox
 
getHTML() - Method in interface com.google.gwt.user.client.ui.HasHTML
Gets this object's contents as HTML.
getHTML() - Method in class com.google.gwt.user.client.ui.HTML
 
getHTML(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the HTML contents of the specified cell.
getHTML() - Method in class com.google.gwt.user.client.ui.Hyperlink
 
getHTML() - Method in class com.google.gwt.user.client.ui.MenuItem
 
getHTML() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
getHTML() - Method in class com.google.gwt.user.client.ui.TreeItem
 
getID() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the id of the hidden field.
getImageBase() - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.Tree(TreeImages) as it provides a more efficent and manageable way to supply a set of images to be used within a tree.
getImgSrc(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the src attribute of an img element.
getImpl() - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
getImplementedInterfaces() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getInnerHTML(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an HTML representation of an element's children.
getInnerText(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the text contained within an element.
getInstance(boolean) - Static method in class com.google.gwt.json.client.JSONBoolean
Gets a reference to the singleton instance representing either true or false.
getInstance() - Static method in class com.google.gwt.json.client.JSONNull
Returns the singleton null-valued JSON object.
getInt(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up int by method name.
getIntAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementPropertyInt(Element, String) instead.
getIntStyleAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets an integer attribute on a given element's style.
getItem(int) - Method in class com.google.gwt.user.client.ui.Tree
Gets the top-level tree item at the specified index.
getItemCount() - Method in class com.google.gwt.user.client.ui.ListBox
Gets the number of items present in the list box.
getItemCount() - Method in class com.google.gwt.user.client.ui.Tree
Gets the number of items contained at the root of this tree.
getItems() - Method in class com.google.gwt.user.client.ui.MenuBar
Returns a list containing the MenuItem objects in the menu bar.
getItemText(int) - Method in class com.google.gwt.user.client.ui.ListBox
Gets the text associated with the item at the specified index.
getJavaLangObject() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets a reference to the type object representing java.lang.Object.
getJNISignature() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getJNISignature() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getJNISignature() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
The signature of the raw type.
getJNISignature() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getJNISignature() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
getKeyboardModifiers(Event) - Static method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Gets the keyboard modifiers associated with a DOMEvent.
getLabel() - Method in class com.google.gwt.core.ext.TreeLogger.Type
Gets the label for this severity type.
getLastChild() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the last child.
getLastModified() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
getLeafType() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getLeafType() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getLeafType() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
getLeftWidget() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Gets the widget in the left side of the panel.
getLength() - Method in interface com.google.gwt.xml.client.CharacterData
This method retrieves the length of the data.
getLength() - Method in interface com.google.gwt.xml.client.NamedNodeMap
Returns the number of items in this NamedNodeMap.
getLength() - Method in interface com.google.gwt.xml.client.NodeList
This method retrieves the number of items in this NodeList object.
getLimit() - Method in class com.google.gwt.user.client.ui.SuggestBox
Gets the limit for the number of suggestions that should be displayed for this box.
getLimit() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Gets the limit on the number of suggestions that should be created.
getLocation() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
getLongDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getLongDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getLongTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getMap(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up Map by method name.
getMaxLength() - Method in class com.google.gwt.user.client.ui.TextBox
Gets the maximum allowable length of the text box.
getMediumDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getMediumDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getMediumTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getMessage() - Method in exception com.google.gwt.user.client.rpc.SerializableException
 
getMetaData(String) - Method in interface com.google.gwt.core.ext.typeinfo.HasMetaData
Gets each list of metadata for the specified tag name.
getMetaData(String) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getMetaData(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getMetaData(String) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
getMetaData(String) - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
getMetaDataTags() - Method in interface com.google.gwt.core.ext.typeinfo.HasMetaData
Gets the name of available metadata tags.
getMetaDataTags() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getMetaDataTags() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getMetaDataTags() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
getMetaDataTags() - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
getMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getMethod() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the HTTP method used for submitting this form.
getMethod() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Get the request's method.
getMethods() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getModifierBits() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getModifierBits() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getModuleBaseURL() - Static method in class com.google.gwt.core.client.GWT
Gets the URL prefix of the module which should be prepended to URLs that are intended to be module-relative, such as RPC entry points and files in the module's public path.
getModuleName() - Static method in class com.google.gwt.core.client.GWT
Gets the name of the running module.
getModuleName() - Method in class com.google.gwt.junit.client.GWTTestCase
Specifies a module to use when running this test case.
getName() - Method in exception com.google.gwt.core.client.JavaScriptException
 
getName() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getName() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getName() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
getName() - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
getName() - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
getName() - Method in class com.google.gwt.http.client.Header
Returns the name of the HTTP header.
getName() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getName() - Method in class com.google.gwt.user.client.ui.FileUpload
 
getName() - Method in interface com.google.gwt.user.client.ui.HasName
Gets the widget's name.
getName() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the name of the hidden field.
getName() - Method in class com.google.gwt.user.client.ui.ListBox
 
getName() - Method in class com.google.gwt.user.client.ui.NamedFrame
Gets the name associated with this frame.
getName() - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
getName() - Method in interface com.google.gwt.xml.client.Attr
This method retrieves the name.
getNamedItem(String) - Method in interface com.google.gwt.xml.client.NamedNodeMap
This method gets the item having the given name.
getNamespaceURI() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the namespace URI.
getNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getNestedTypes() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getNextSibling(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an element's next sibling element.
getNextSibling() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the next sibling.
getNodeName() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the name.
getNodeType() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the type.
getNodeValue() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the value.
getNonParameterizedQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getNumber() - Method in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Gets the HTML font number associated with this font size.
getOffsetHeight() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the panel's offset height in pixels.
getOffsetHeight() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's offset height in pixels.
getOffsetWidth() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the panel's offset width in pixels.
getOffsetWidth() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's offset width in pixels.
getOracle() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getOrCreatePackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Ensure that a package with the specified name exists as well as its parent packages.
getOriginLeft() - Method in class com.google.gwt.user.client.ui.Image
Gets the horizontal co-ordinate of the upper-left vertex of the image's visibility rectangle.
getOriginTop() - Method in class com.google.gwt.user.client.ui.Image
Gets the vertical co-ordinate of the upper-left vertex of the image's visibility rectangle.
getOverloads(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getOverridableMethods() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
Iterates over the most-derived declaration of each unique overridable method available in the type hierarchy of the specified type, including those found in superclasses and superinterfaces.
getOwnerDocument() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the owner document.
getPackage() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getPackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets a package by name.
getPackageName() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
getPackages() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets an array of all packages known to this type oracle.
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
getParameterizedType(JClassType, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the parameterized type object that represents the combination of a specified raw type and a set of type arguments.
getParameters() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getParameters() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Get the request's parameters.
getParent(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an element's parent element.
getParent() - Method in class com.google.gwt.user.client.ui.Widget
Gets this widget's parent panel.
getParentItem() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets this item's parent.
getParentMenu() - Method in class com.google.gwt.user.client.ui.MenuItem
Gets the menu that contains this item.
getParentNode() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the parent.
getPattern() - Method in class com.google.gwt.i18n.client.DateTimeFormat
 
getPattern() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the pattern used by this number format.
getPercentFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard percent format for the default locale.
getPopupLeft() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the popup's left position relative to the browser's client area.
getPopupTop() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the popup's top position relative to the browser's client area.
getPrefix() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the prefix.
getPreviousSibling() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the previous sibling.
getPropertyOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Gets the property oracle for the current generator context.
getPropertyValue(TreeLogger, String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Attempts to get a named deferred binding property.
getQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
Everything is fully qualified and includes the < and > in the signature.
getQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getQualifiedSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
getQuery() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Gets the query string.
getRank() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getRawType() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getReadableDeclaration() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getReadableDeclaration() - Method in class com.google.gwt.core.ext.typeinfo.JConstructor
 
getReadableDeclaration() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
getReadableDeclaration(boolean, boolean, boolean, boolean, boolean) - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
getReloadCount() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
 
getReplacementString() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
 
getReplacementString() - Method in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Gets the replacement string associated with this suggestion.
getRequest() - Method in exception com.google.gwt.http.client.RequestTimeoutException
Returns the Request instance which timed out.
getResults() - Method in class com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Gets the result text of the form submission.
getReturnType() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
getRightWidget() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Gets the widget in the right side of the panel.
getRow(Element, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
 
getRowCount() - Method in class com.google.gwt.user.client.ui.FlexTable
Gets the number of rows.
getRowCount() - Method in class com.google.gwt.user.client.ui.Grid
Return number of rows.
getRowCount() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the number of rows present in this table.
getRowFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the RowFormatter associated with this table.
getRowSpan(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Gets the row span for the given cell.
getRunTimeMillis() - Method in class com.google.gwt.junit.client.Trial
 
getScientificFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard scientific format for the default locale.
getScrollLeft() - Static method in class com.google.gwt.user.client.Window
Gets the window's scroll left.
getScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Gets the vertical scroll position.
getScrollTop() - Static method in class com.google.gwt.user.client.Window
Get the window's scroll top.
getSelectedIndex() - Method in class com.google.gwt.user.client.ui.ListBox
Gets the currently-selected item.
getSelectedIndex() - Method in class com.google.gwt.user.client.ui.StackPanel
Gets the currently selected child index.
getSelectedItem() - Method in class com.google.gwt.user.client.ui.MenuBar
Returns the MenuItem that is currently selected (highlighted) by the user.
getSelectedItem() - Method in class com.google.gwt.user.client.ui.Tree
Gets the currently selected item.
getSelectedSuggestion() - Method in class com.google.gwt.user.client.ui.SuggestionEvent
Gets the Suggestion object for the suggestion chosen by the user.
getSelectedTab() - Method in class com.google.gwt.user.client.ui.TabBar
Gets the tab that is currently selected.
getSelectedText() - Method in class com.google.gwt.user.client.ui.TextBoxBase
Gets the text currently selected within this text box.
getSelectionLength() - Method in class com.google.gwt.user.client.ui.TextArea
 
getSelectionLength() - Method in class com.google.gwt.user.client.ui.TextBoxBase
Gets the length of the current text selection.
getSerializationPolicy(String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
 
getSerializationPolicy() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Returns the SerializationPolicy used to decode this request.
getSerializationPolicy(String, String) - Method in interface com.google.gwt.user.server.rpc.SerializationPolicyProvider
Returns a SerializationPolicy for a given module base URL and serialization policy strong name.
getSerializationPolicyFileName(String) - Static method in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Returns the serialization policy file name from the from the serialization policy strong name.
getServiceEntryPoint() - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Gets the URL of a service implementation.
getShortDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getShortDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getShortTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
 
getSimpleSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getSimpleSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getSimpleSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
In this case, the raw type name.
getSimpleSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getSimpleSourceName() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
getSource() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
getSourceRef() - Method in class com.google.gwt.junit.client.TestResults
 
getSpacing() - Method in class com.google.gwt.user.client.ui.CellPanel
Gets the amount of spacing between this panel's cells.
getSpecified() - Method in interface com.google.gwt.xml.client.Attr
This method determines whether the value of this Attr was specified here, or as a default value in a DTD.
getState() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets whether this item's children are displayed.
getStatusCode() - Method in class com.google.gwt.http.client.Response
Returns the HTTP status code that is part of this response.
getStatusText() - Method in class com.google.gwt.http.client.Response
Returns the HTTP status message text.
getString(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up String by method name.
getStringArray(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up String[] by method name.
getStyleAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets an attribute of the given element's style.
getStyleElement() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
getStyleElement() - Method in class com.google.gwt.user.client.ui.UIObject
Template method that returns the element to which style names will be applied.
getStyleName(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the style of a specified cell.
getStyleName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Gets the style of the specified column.
getStyleName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets the style of the specified row.
getStyleName(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
Gets all of the element's style names, as a space-separated list.
getStyleName() - Method in class com.google.gwt.user.client.ui.UIObject
Gets all of the object's style names, as a space-separated list.
getStylePrimaryName(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the primary style of a specified cell.
getStylePrimaryName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Gets the primary style of the specified column.
getStylePrimaryName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets the primary style of the specified row.
getStylePrimaryName(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
Gets the element's primary style name.
getStylePrimaryName() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the primary style name associated with the object.
getSubMenu() - Method in class com.google.gwt.user.client.ui.MenuItem
Gets the sub-menu associated with this item.
getSubtypes() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getSuggestions() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Gets the collection of suggestions.
getSuggestOracle() - Method in class com.google.gwt.user.client.ui.SuggestBox
Gets the suggest box's SuggestOracle.
getSuperclass() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getTabBar() - Method in class com.google.gwt.user.client.ui.TabPanel
Gets the tab bar within this tab panel.
getTabCount() - Method in class com.google.gwt.user.client.ui.TabBar
Gets the number of tabs present.
getTabHTML(int) - Method in class com.google.gwt.user.client.ui.TabBar
Gets the specified tab's HTML.
getTabIndex() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.CustomButton
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.FocusPanel
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.FocusWidget
 
getTabIndex() - Method in interface com.google.gwt.user.client.ui.HasFocus
Gets the widget's position in the tab index.
getTabIndex() - Method in class com.google.gwt.user.client.ui.SuggestBox
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.Tree
 
getTable() - Method in class com.google.gwt.user.client.ui.CellPanel
 
getTagName() - Method in interface com.google.gwt.xml.client.Element
This method retrieves the tag name.
getTarget() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the form's 'target'.
getTarget() - Method in interface com.google.gwt.xml.client.ProcessingInstruction
This method retrieves the target.
getTargetHistoryToken() - Method in class com.google.gwt.user.client.ui.Hyperlink
Gets the history token referenced by this hyperlink.
getTestResults() - Method in class com.google.gwt.junit.client.GWTTestCase
Returns the overall test results for this unit test.
getText() - Method in class com.google.gwt.http.client.Response
Returns the text associated with the response.
getText() - Method in class com.google.gwt.user.client.ui.ButtonBase
 
getText() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getText() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Gets the face's contents as text.
getText() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the current face's text.
getText() - Method in class com.google.gwt.user.client.ui.DialogBox
 
getText() - Method in interface com.google.gwt.user.client.ui.HasText
Gets this object's text.
getText(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the text within the specified cell.
getText() - Method in class com.google.gwt.user.client.ui.Hyperlink
 
getText() - Method in class com.google.gwt.user.client.ui.Label
 
getText() - Method in class com.google.gwt.user.client.ui.MenuItem
 
getText() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
getText() - Method in class com.google.gwt.user.client.ui.SuggestBox
 
getText() - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
getText() - Method in class com.google.gwt.user.client.ui.TreeItem
 
getTextAlignString() - Method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Gets the CSS 'text-align' string associated with this constant.
getThreadLocalRequest() - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Gets the HttpServletRequest object for the current call.
getThreadLocalResponse() - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Gets the HttpServletResponse object for the current call.
getThrows() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getTimeoutMillis() - Method in exception com.google.gwt.http.client.RequestTimeoutException
Returns the request timeout value in milliseconds.
getTitle() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
getTitle() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the title associated with this object.
getTitle() - Static method in class com.google.gwt.user.client.Window
Gets the browser window's current title.
getToken() - Static method in class com.google.gwt.user.client.History
Gets the current history token.
getTopWidget() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Gets the widget in the top of the panel.
getTree() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the tree that contains this item.
getTrials() - Method in class com.google.gwt.junit.client.TestResults
 
getType() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
getType(String) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
getType() - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
getType(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a type given its fully qualified name.
getType(String, String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a type given its package-relative name.
getTypeArgs() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getTypeHash() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getTypeName(Object) - Static method in class com.google.gwt.core.client.GWT
Gets the class name of the specified object, as would be returned by o.getClass().getName().
getTypeOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Gets the type oracle for the current generator context.
getTypes() - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
getTypes() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets all types, both top-level and nested.
getTypesInCompilationUnit(CompilationUnitProvider) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
 
getUncaughtExceptionHandler() - Static method in class com.google.gwt.core.client.GWT
Returns the currently active uncaughtExceptionHandler.
getUpDisabledFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the upDisabled face of the button.
getUpFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the up face of the button.
getUpHoveringFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the upHovering face of the button.
getURL() - Method in exception com.google.gwt.http.client.RequestPermissionException
Returns the URL which we can not access.
getUrl() - Method in class com.google.gwt.user.client.ui.Frame
Gets the URL of the frame's resource.
getUrl() - Method in class com.google.gwt.user.client.ui.Image
Gets the URL of the image.
getUserObject() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the user-defined object associated with this item.
getValue() - Method in class com.google.gwt.http.client.Header
Returns the value of the HTTP header.
getValue() - Method in class com.google.gwt.json.client.JSONNumber
Gets the double value that this JSONNumber represents.
getValue() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the value of the hidden field.
getValue(int) - Method in class com.google.gwt.user.client.ui.ListBox
Gets the value associated with the item at a given index.
getValue() - Method in interface com.google.gwt.xml.client.Attr
This method retrieves the value.
getVariables() - Method in class com.google.gwt.junit.client.Trial
Returns the names and values of the variables used in the test.
getVerticalAlignment() - Method in class com.google.gwt.user.client.ui.DockPanel
 
getVerticalAlignment() - Method in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Gets the vertical alignment.
getVerticalAlignment() - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
getVerticalAlignment() - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
getVerticalAlignString() - Method in class com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Gets the CSS 'vertical-align' string associated with this constant.
getVisibleItemCount() - Method in class com.google.gwt.user.client.ui.ListBox
Gets the number of items that are visible.
getVisibleLength() - Method in class com.google.gwt.user.client.ui.TextBox
Gets the number of visible characters in the text box.
getVisibleLines() - Method in class com.google.gwt.user.client.ui.TextArea
Gets the number of text lines that are visible.
getVisibleWidget() - Method in class com.google.gwt.user.client.ui.DeckPanel
Gets the index of the currently-visible widget.
getWidget(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidget() - Method in class com.google.gwt.user.client.ui.Composite
Provides subclasses access to the topmost widget that defines this composite.
getWidget(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the widget in the specified cell.
getWidget(int) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
Gets the child widget at the specified index.
getWidget() - Method in class com.google.gwt.user.client.ui.SimplePanel
Gets the panel's child widget.
getWidget(int) - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidget() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the Widget associated with this tree item.
getWidgetCount() - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidgetCount() - Method in interface com.google.gwt.user.client.ui.IndexedPanel
Gets the number of child widgets in this panel.
getWidgetCount() - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidgetDirection(Widget) - Method in class com.google.gwt.user.client.ui.DockPanel
Gets the layout direction of the given child widget.
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidgetIndex(Widget) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
Gets the index of the specified child widget.
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidgetLeft(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Gets the position of the left outer border edge of the widget relative to the left outer border edge of the panel.
getWidgetTop(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Gets the position of the top outer border edge of the widget relative to the top outer border edge of the panel.
getWidth() - Method in class com.google.gwt.user.client.ui.Image
Gets the width of the image.
getWordWrap() - Method in interface com.google.gwt.user.client.ui.HasWordWrap
Gets whether word-wrapping is enabled.
getWordWrap() - Method in class com.google.gwt.user.client.ui.Label
 
Grid - Class in com.google.gwt.user.client.ui
A rectangular grid that can contain text, html, or a child Widget within its cells.
Grid() - Constructor for class com.google.gwt.user.client.ui.Grid
Constructor for Grid.
Grid(int, int) - Constructor for class com.google.gwt.user.client.ui.Grid
Constructs a grid with the requested size.
GWT - Class in com.google.gwt.core.client
Supports core functionality that in some cases requires direct support from the compiler and runtime systems such as runtime type information and deferred binding.
GWT() - Constructor for class com.google.gwt.core.client.GWT
 
GWT.UncaughtExceptionHandler - Interface in com.google.gwt.core.client
This interface is used to catch exceptions at the "top level" just before they escape to the browser.
GWTTestCase - Class in com.google.gwt.junit.client
Acts as a bridge between the JUnit environment and the GWT environment.
GWTTestCase() - Constructor for class com.google.gwt.junit.client.GWTTestCase
 

H

HasAlignment - Interface in com.google.gwt.user.client.ui
A widget that implements this interface has an intrinsic alignment which can be manipulated using these methods and constants.
hasAttribute(String) - Method in interface com.google.gwt.xml.client.Element
This method determines whether this Element has an attribute with the supplied name.
hasAttributes() - Method in interface com.google.gwt.xml.client.Node
This method determines whether this Node has any attributes.
HasCaption - Interface in com.google.gwt.user.client.ui
A widget that implements this interface has a caption which can be set and retrieved using these methods.
hasChildNodes() - Method in interface com.google.gwt.xml.client.Node
This method determines whether this Node has any child nodes.
HasFocus - Interface in com.google.gwt.user.client.ui
A widget that implements this interface can receive keyboard focus.
hashCode() - Method in class com.google.gwt.core.client.JavaScriptObject
 
hashCode() - Method in class com.google.gwt.user.client.Element
 
hashCode() - Method in class com.google.gwt.user.client.Event
 
hashCode() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
 
HasHorizontalAlignment - Interface in com.google.gwt.user.client.ui
Characteristic interface which indicates that a widget can be aligned horizontally.
HasHorizontalAlignment.HorizontalAlignmentConstant - Class in com.google.gwt.user.client.ui
Horizontal alignment constant.
HasHTML - Interface in com.google.gwt.user.client.ui
An object that implements this interface contains text, which can be set and retrieved using these methods.
HasKeyPreview - Interface in com.google.gwt.user.client.ui
A class that implements this interface receives a preview of keyboard events before they are passed to the focused widget.
HasMetaData - Interface in com.google.gwt.core.ext.typeinfo
Manages doc comment metadata for an AST item.
HasName - Interface in com.google.gwt.user.client.ui
A widget that implements this interface has a 'name' associated with it, allowing it to be used with FormPanel.
HasText - Interface in com.google.gwt.user.client.ui
An object that implements this interface contains text, which can be set and retrieved using these methods.
HasVerticalAlignment - Interface in com.google.gwt.user.client.ui
Characteristic interface which indicates that a widget has an associated vertical alignment.
HasVerticalAlignment.VerticalAlignmentConstant - Class in com.google.gwt.user.client.ui
Horizontal alignment constant.
HasWidgets - Interface in com.google.gwt.user.client.ui
A widget that implements this interface contains widgets and can enumerate them.
HasWordWrap - Interface in com.google.gwt.user.client.ui
A widget that implements this interface has a 'word-wrap' property that can be manipulated using these methods.
Header - Class in com.google.gwt.http.client
Class for describing an HTTP header.
Header() - Constructor for class com.google.gwt.http.client.Header
 
Hidden - Class in com.google.gwt.user.client.ui
Represents a hidden field in an HTML form.
Hidden() - Constructor for class com.google.gwt.user.client.ui.Hidden
Constructor for Hidden.
Hidden(String) - Constructor for class com.google.gwt.user.client.ui.Hidden
Constructor for Hidden.
Hidden(String, String) - Constructor for class com.google.gwt.user.client.ui.Hidden
Constructor for Hidden.
hide() - Method in class com.google.gwt.user.client.ui.PopupPanel
Hides the popup.
History - Class in com.google.gwt.user.client
This class allows you to interact with the browser's history stack.
History() - Constructor for class com.google.gwt.user.client.History
 
HistoryListener - Interface in com.google.gwt.user.client
Implement this interface to receive notification of changes to the browser history state.
HorizontalPanel - Class in com.google.gwt.user.client.ui
A panel that lays all of its widgets out in a single horizontal column.
HorizontalPanel() - Constructor for class com.google.gwt.user.client.ui.HorizontalPanel
Creates an empty horizontal panel.
HorizontalSplitPanel - Class in com.google.gwt.user.client.ui
A panel that arranges two widgets in a single horizontal row and allows the user to interactively change the proportion of the width dedicated to each of the two widgets.
HorizontalSplitPanel() - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
 
HorizontalSplitPanel(HorizontalSplitPanelImages) - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
Creates an empty horizontal split panel.
HorizontalSplitPanelImages - Interface in com.google.gwt.user.client.ui
An ImageBundle that provides images for HorizontalSplitPanel.
horizontalSplitPanelThumb() - Method in interface com.google.gwt.user.client.ui.HorizontalSplitPanelImages
An image representing the drag thumb.
hostedModeReference - Variable in class com.google.gwt.core.client.JavaScriptObject
The underlying JavaScript object.
HTML - Class in com.google.gwt.user.client.ui
A widget that can contain arbitrary HTML.
HTML() - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an empty HTML widget.
HTML(String) - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an HTML widget with the specified HTML contents.
HTML(String, boolean) - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an HTML widget with the specified contents, optionally treating it as HTML, and optionally disabling word wrapping.
HTMLPanel - Class in com.google.gwt.user.client.ui
A panel that contains HTML, and which can attach child widgets to identified elements within that HTML.
HTMLPanel(String) - Constructor for class com.google.gwt.user.client.ui.HTMLPanel
Creates an HTML panel with the specified HTML contents.
HTMLTable - Class in com.google.gwt.user.client.ui
HTMLTable contains the common table algorithms for Grid and FlexTable.
HTMLTable() - Constructor for class com.google.gwt.user.client.ui.HTMLTable
Create a new empty HTML Table.
HTMLTable.CellFormatter - Class in com.google.gwt.user.client.ui
This class contains methods used to format a table's cells.
HTMLTable.CellFormatter() - Constructor for class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
 
HTMLTable.ColumnFormatter - Class in com.google.gwt.user.client.ui
This class contains methods used to format a table's columns.
HTMLTable.ColumnFormatter() - Constructor for class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
 
HTMLTable.RowFormatter - Class in com.google.gwt.user.client.ui
This class contains methods used to format a table's rows.
HTMLTable.RowFormatter() - Constructor for class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
 
HTTPRequest - Class in com.google.gwt.user.client
This class allows you to make asynchronous HTTP requests to the originating server.
HTTPRequest() - Constructor for class com.google.gwt.user.client.HTTPRequest
 
Hyperlink - Class in com.google.gwt.user.client.ui
A widget that serves as an "internal" hyperlink.
Hyperlink() - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates an empty hyperlink.
Hyperlink(String, boolean, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its text and target history token specified.
Hyperlink(String, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its text and target history token specified.

I

Image - Class in com.google.gwt.user.client.ui
A widget that displays the image at a given URL.
Image() - Constructor for class com.google.gwt.user.client.ui.Image
Creates an empty image.
Image(String) - Constructor for class com.google.gwt.user.client.ui.Image
Creates an image with a specified URL.
Image(String, int, int, int, int) - Constructor for class com.google.gwt.user.client.ui.Image
Creates a clipped image with a specified URL and visibility rectangle.
ImageBundle - Interface in com.google.gwt.user.client.ui
A tag interface that is used in the generation of image bundles.
importNode(Node, boolean) - Method in interface com.google.gwt.xml.client.Document
This method imports a node into the current Document.
IncompatibleRemoteServiceException - Exception in com.google.gwt.user.client.rpc
Exception that will be passed to the AsyncCallback.onFailure(Throwable) method when an incompatibility is detected between a RemoteService client and its corresponding RemoteService server.
IncompatibleRemoteServiceException() - Constructor for exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Constructor used by RPC serialization.
IncompatibleRemoteServiceException(String) - Constructor for exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Constructs an instance with the specified message.
IncompatibleRemoteServiceException(String, Throwable) - Constructor for exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Constructs an instance with the specified message and cause.
IncrementalCommand - Interface in com.google.gwt.user.client
An IncrementalCommand is a command that is broken into one or more substeps, each substep brings the whole command nearer to completion.
IncrementalCommandCanceledException - Exception in com.google.gwt.user.client
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred IncrementalCommand is canceled as a result of a slow script warning.
IncrementalCommandCanceledException(IncrementalCommand) - Constructor for exception com.google.gwt.user.client.IncrementalCommandCanceledException
 
IndexedPanel - Interface in com.google.gwt.user.client.ui
A panel that imposes an explicit ordering on its children.
indexOf(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets the index of the specified index.
INFO - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs information.
initCause(Throwable) - Method in exception com.google.gwt.user.client.rpc.SerializableException
No effect; exception chaining is not currently supported for serialized exceptions.
initWidget(Widget) - Method in class com.google.gwt.user.client.ui.Composite
Sets the widget to be wrapped by the composite.
insert(Widget, Element, int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Deprecated. Use ComplexPanel.insert(Widget, Element, int, boolean).
insert(Widget, Element, int, boolean) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Insert a new child Widget into this Panel at a specified index, attaching its Element to the specified container Element.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.DeckPanel
Inserts a widget before the specified index.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.FlowPanel
Inserts a widget before the specified index.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Inserts a widget before the specified index.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.StackPanel
Inserts a widget before the specified index.
insert(Widget, String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Inserts a widget into the tab panel.
insert(Widget, Widget, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Inserts a widget into the tab panel.
insert(Widget, String, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Inserts a widget into the tab panel.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Inserts a widget before the specified index.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Inserts a widget before the specified index.
insertBefore(Element, Element, Element) - Static method in class com.google.gwt.user.client.DOM
Inserts an element as a child of the given parent element, before another child of that parent.
insertBefore(Node, Node) - Method in interface com.google.gwt.xml.client.Node
This method inserts before newChild.
insertCell(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable
Inserts a cell into the FlexTable.
insertCell(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Inserts a new cell into the specified row.
insertCells(int, int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Inserts a number of cells before the specified cell.
insertChild(Element, Element, int) - Static method in class com.google.gwt.user.client.DOM
Inserts an element as a child of the given parent element.
insertData(int, String) - Method in interface com.google.gwt.xml.client.CharacterData
This method inserts data at the specified offset.
insertHorizontalRule() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Inserts a horizontal rule.
insertImage(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Inserts an image element.
insertItem(String, int) - Method in class com.google.gwt.user.client.ui.ListBox
Inserts an item into the list box.
insertItem(String, String, int) - Method in class com.google.gwt.user.client.ui.ListBox
Inserts an item into the list box, specifying an initial value for the item.
insertListItem(Element, String, String, int) - Static method in class com.google.gwt.user.client.DOM
Creates an <option> element and inserts it as a child of the specified <select> element.
insertOrderedList() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Starts an numbered list.
insertRow(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Inserts a row into the FlexTable.
insertRow(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Inserts a new row into the table.
insertTab(String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertTab(String, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertTab(Widget, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertUnorderedList() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Starts an bulleted list.
instances() - Static method in class com.google.gwt.core.ext.TreeLogger.Type
Gets all the possible severity types as an array.
INT - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
internalClearCell(Element, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable
Does actual clearing, used by clearCell and cleanCell.
IntRange - Class in com.google.gwt.junit.client
A Range that iterates over a start and end value by a stepping function.
IntRange(int, int, Operator, int) - Constructor for class com.google.gwt.junit.client.IntRange
Creates a new range that produces Iterators which begin at start, end at end and increment by the stepping function described by operator and step.
INVALID_ACCESS_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
INVALID_CHARACTER_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
INVALID_MODIFICATION_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
INVALID_STATE_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
InvocationException - Exception in com.google.gwt.user.client.rpc
Occurs when a service invocation did not complete cleanly.
InvocationException(String) - Constructor for exception com.google.gwt.user.client.rpc.InvocationException
Constructs an exception with the given description.
InvocationException(String, Throwable) - Constructor for exception com.google.gwt.user.client.rpc.InvocationException
Constructs an exception with the given description and cause.
invokeAndEncodeResponse(Object, Method, Object[]) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
isAbstract() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isAbstract() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
isArray() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
isArray() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isArray() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
isArray() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isArray() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
isArray() - Method in class com.google.gwt.json.client.JSONArray
Returns this, as this is a JSONArray.
isArray() - Method in class com.google.gwt.json.client.JSONValue
Returns a non-null reference if this JSONValue is really a JSONArray.
isAssignableFrom(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isAssignableTo(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isAttached() - Method in class com.google.gwt.user.client.ui.Composite
 
isAttached() - Method in class com.google.gwt.user.client.ui.Widget
Determines whether this widget is currently attached to the browser's document (i.e., there is an unbroken chain of widgets between this widget and the underlying browser document).
isBold() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Is the current region bold?
isBoolean() - Method in class com.google.gwt.json.client.JSONBoolean
Returns this, as this is a JSONBoolean.
isBoolean() - Method in class com.google.gwt.json.client.JSONValue
Returns a non-null reference if this JSONValue is really a JSONBoolean.
isCancelled() - Method in class com.google.gwt.user.client.ui.FormSubmitEvent
Gets whether this form submit will be cancelled.
isCellPresent(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Determines whether the specified cell exists.
isChecked() - Method in class com.google.gwt.user.client.ui.CheckBox
Determines whether this check box is currently checked.
isClass() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
isClass() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isClass() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
isClass() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isClass() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
isClassOrInterface() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
isConstructor() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isConstructor() - Method in class com.google.gwt.core.ext.typeinfo.JConstructor
 
isConstructor() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
isDefault() - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
isDefaultAccess() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isDefaultAccess() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isDefaultInstantiable() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
Determines if the class can be constructed using a simple new operation.
isDisplayStringHTML() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
 
isDisplayStringHTML() - Method in class com.google.gwt.user.client.ui.SuggestOracle
Should SuggestOracle.Suggestion display strings be treated as HTML? If true, this all suggestions' display strings will be interpreted as HTML, otherwise as text.
isDown() - Method in class com.google.gwt.user.client.ui.CustomButton
Is this button down?
isDown() - Method in class com.google.gwt.user.client.ui.ToggleButton
 
isEnabled() - Method in class com.google.gwt.user.client.ui.CheckBox
 
isEnabled() - Method in class com.google.gwt.user.client.ui.FocusWidget
Gets whether this widget is enabled.
isFinal() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isFinal() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
isInterface() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
isInterface() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isInterface() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
isInterface() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isInterface() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
isItalic() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Is the current region italic?
isItemSelected(int) - Method in class com.google.gwt.user.client.ui.ListBox
Determines whether an individual list item is selected.
isKeyboardNavigationEnabled(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Indicates if keyboard navigation is enabled for the Tree and for a given TreeItem.
isLocalType() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
Tests if this type is a local type (within a method).
isLoggable(TreeLogger.Type) - Method in interface com.google.gwt.core.ext.TreeLogger
Determines whether or not a log entry of the specified type would actually be logged.
isLowerPriorityThan(TreeLogger.Type) - Method in class com.google.gwt.core.ext.TreeLogger.Type
Determines whether this log type is of lower priority than some other log type.
isMemberType() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
Tests if this type is contained within another type.
isMethod() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isMethod() - Method in class com.google.gwt.core.ext.typeinfo.JConstructor
 
isMethod() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
isMultipleSelect() - Method in class com.google.gwt.user.client.ui.ListBox
Gets whether this list allows multiple selection.
isNative() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
isNorth() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Convenience method that returns true if MouseWheelVelocity.getDeltaY() is a negative value.
isNull() - Method in class com.google.gwt.json.client.JSONNull
Returns this, as this is a JSONNull.
isNull() - Method in class com.google.gwt.json.client.JSONValue
Returns a non-null reference if this JSONValue is really a JSONNull.
isNumber() - Method in class com.google.gwt.json.client.JSONNumber
Returns this, as this is a JSONNumber.
isNumber() - Method in class com.google.gwt.json.client.JSONValue
Returns a non-null reference if this JSONValue is really a JSONNumber.
isObject() - Method in class com.google.gwt.json.client.JSONObject
Returns this, as this is a JSONObject.
isObject() - Method in class com.google.gwt.json.client.JSONValue
Returns non-null if this JSONValue is really a JSONObject.
isOpen() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Determines whether the panel is open.
isOrHasChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Determine whether one element is equal to, or the child of, another.
isParameterized() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
isParameterized() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isParameterized() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
isParameterized() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isParameterized() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
isPending() - Method in class com.google.gwt.http.client.Request
Returns true if this request is waiting for a response.
isPrimitive() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
isPrimitive() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isPrimitive() - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
isPrimitive() - Method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isPrimitive() - Method in class com.google.gwt.core.ext.typeinfo.JType
 
isPrivate() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isPrivate() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isPrivate() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isProtected() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isProtected() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isProtected() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isPublic() - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isPublic() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isPublic() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isReadOnly() - Method in class com.google.gwt.user.client.ui.TextBoxBase
Determines whether or not the widget is read-only.
isScript() - Static method in class com.google.gwt.core.client.GWT
Determines whether or not the running program is script or bytecode.
isSelected() - Method in class com.google.gwt.user.client.ui.TreeItem
Determines whether this item is currently selected.
IsSerializable - Interface in com.google.gwt.user.client.rpc
Marker interface indicating that a type is intended to be used with a RemoteService.
isSouth() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Convenience method that returns true if MouseWheelVelocity.getDeltaY() is a positive value.
isStatic() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
isStatic() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isStatic() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
isStrikethrough() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Is the current region strikethrough?
isString() - Method in class com.google.gwt.json.client.JSONString
Returns this, as this is a JSONString.
isString() - Method in class com.google.gwt.json.client.JSONValue
Returns a non-null reference if this JSONValue is really a JSONString.
isSubscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Is the current region subscript?
isSuperscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Is the current region superscript?
isTransient() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
isTransient() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
isUnderlined() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Is the current region underlined?
isVisible(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Determines whether or not this cell is visible.
isVisible(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Determines whether or not this row is visible via the display style attribute.
isVisible(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
 
isVisible() - Method in class com.google.gwt.user.client.ui.UIObject
Determines whether or not this object is visible.
isVolatile() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
item(int) - Method in interface com.google.gwt.xml.client.NamedNodeMap
This method gets the item at the index position.
item(int) - Method in interface com.google.gwt.xml.client.NodeList
This method gets the item in the position denoted by index.
iterator() - Method in class com.google.gwt.junit.client.IntRange
 
iterator() - Method in interface com.google.gwt.junit.client.Range
 
iterator() - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
iterator() - Method in interface com.google.gwt.user.client.ui.HasWidgets
Gets an iterator for the contained widgets.
iterator() - Method in class com.google.gwt.user.client.ui.HTMLTable
Returns an iterator containing all the widgets in this table.
iterator() - Method in class com.google.gwt.user.client.ui.SimplePanel
 
iterator() - Method in class com.google.gwt.user.client.ui.TabPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.Tree
 
iterator() - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets an iterator on this widget collection.

J

JAbstractMethod - Class in com.google.gwt.core.ext.typeinfo
Common superclass for JMethod and JConstructor.
JArrayType - Class in com.google.gwt.core.ext.typeinfo
Type representing a Java array.
JavaScriptException - Exception in com.google.gwt.core.client
Any JavaScript exceptions occurring within JSNI methods are wrapped as this class when caught in Java code.
JavaScriptException(String, String) - Constructor for exception com.google.gwt.core.client.JavaScriptException
 
JavaScriptException(String) - Constructor for exception com.google.gwt.core.client.JavaScriptException
Useful for server-side instantiation.
JavaScriptObject - Class in com.google.gwt.core.client
An opaque handle to a native JavaScript object.
JavaScriptObject() - Constructor for class com.google.gwt.core.client.JavaScriptObject
Not directly instantiable.
JClassType - Class in com.google.gwt.core.ext.typeinfo
Type representing a Java class or interface type.
JClassType(TypeOracle, CompilationUnitProvider, JPackage, JClassType, boolean, String, int, int, int, int, boolean) - Constructor for class com.google.gwt.core.ext.typeinfo.JClassType
 
JConstructor - Class in com.google.gwt.core.ext.typeinfo
Represents a constructor declaration.
JConstructor(JClassType, String, int, int, int, int) - Constructor for class com.google.gwt.core.ext.typeinfo.JConstructor
 
JField - Class in com.google.gwt.core.ext.typeinfo
Represents a field declaration.
JField(JClassType, String) - Constructor for class com.google.gwt.core.ext.typeinfo.JField
 
JMethod - Class in com.google.gwt.core.ext.typeinfo
Represents a method declaration.
JMethod(JClassType, String, int, int, int, int) - Constructor for class com.google.gwt.core.ext.typeinfo.JMethod
 
JPackage - Class in com.google.gwt.core.ext.typeinfo
Represents a logical package.
JParameter - Class in com.google.gwt.core.ext.typeinfo
Represents a parameter in a declaration.
JParameter(JAbstractMethod, JType, String) - Constructor for class com.google.gwt.core.ext.typeinfo.JParameter
 
JParameterizedType - Class in com.google.gwt.core.ext.typeinfo
Represents a parameterized type in a declaration.
JPrimitiveType - Class in com.google.gwt.core.ext.typeinfo
Represents a primitive type in a declaration.
JSONArray - Class in com.google.gwt.json.client
Represents an array of JSONValue objects.
JSONArray() - Constructor for class com.google.gwt.json.client.JSONArray
Creates an empty JSONArray.
JSONArray(JavaScriptObject) - Constructor for class com.google.gwt.json.client.JSONArray
Creates a new JSONArray from the supplied JavaScriptObject representing a JavaScript array.
JSONBoolean - Class in com.google.gwt.json.client
Represents a JSON boolean value.
JSONException - Exception in com.google.gwt.json.client
An exception that can be thrown when an interaction with a JSON data structure fails.
JSONException() - Constructor for exception com.google.gwt.json.client.JSONException
Constructs a new JSONException.
JSONException(String) - Constructor for exception com.google.gwt.json.client.JSONException
Constructs a new JSONException with the specified message.
JSONException(String, Throwable) - Constructor for exception com.google.gwt.json.client.JSONException
Constructs a new JSONException with the specified message and cause.
JSONException(Throwable) - Constructor for exception com.google.gwt.json.client.JSONException
Constructs a new JSONException with the specified cause.
JSONNull - Class in com.google.gwt.json.client
Represents the JSON null value.
JSONNumber - Class in com.google.gwt.json.client
Represents a JSON number.
JSONNumber(double) - Constructor for class com.google.gwt.json.client.JSONNumber
Creates a new JSONNumber from the double value.
JSONObject - Class in com.google.gwt.json.client
Represents a JSON object.
JSONObject() - Constructor for class com.google.gwt.json.client.JSONObject
 
JSONObject(JavaScriptObject) - Constructor for class com.google.gwt.json.client.JSONObject
Creates a new JSONObject from the supplied JavaScript value.
JSONParser - Class in com.google.gwt.json.client
Parses the string representation of a JSON object into a set of JSONValue-derived objects.
JSONString - Class in com.google.gwt.json.client
Represents a JSON string.
JSONString(String) - Constructor for class com.google.gwt.json.client.JSONString
Creates a new JSONString from the supplied String.
JSONValue - Class in com.google.gwt.json.client
The superclass of all JSON value types.
JSONValue() - Constructor for class com.google.gwt.json.client.JSONValue
 
JType - Class in com.google.gwt.core.ext.typeinfo
Abstract superclass for types.
JType() - Constructor for class com.google.gwt.core.ext.typeinfo.JType
 

K

KEY_ALT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_BACKSPACE - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_CTRL - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_DELETE - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_DOWN - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_END - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_ENTER - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_ESCAPE - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_HOME - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_LEFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_PAGEDOWN - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_PAGEUP - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_RIGHT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_SHIFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_TAB - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KEY_UP - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
KeyboardListener - Interface in com.google.gwt.user.client.ui
Event listener interface for keyboard events.
KeyboardListenerAdapter - Class in com.google.gwt.user.client.ui
An adapter to simplify keyboard event listeners that do not need all events defined on the KeyboardListener interface.
KeyboardListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.KeyboardListenerAdapter
 
KeyboardListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesKeyboardEvents interface.
KeyboardListenerCollection() - Constructor for class com.google.gwt.user.client.ui.KeyboardListenerCollection
 
KEYEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all keyboard events (down, up, and press).
keySet() - Method in class com.google.gwt.i18n.client.Dictionary
The set of keys associated with this dictionary.
keySet() - Method in class com.google.gwt.json.client.JSONObject
Returns keys for which this JSONObject has associations.

L

Label - Class in com.google.gwt.user.client.ui
A widget that contains arbitrary text, not interpreted as HTML.
Label() - Constructor for class com.google.gwt.user.client.ui.Label
Creates an empty label.
Label(String) - Constructor for class com.google.gwt.user.client.ui.Label
Creates a label with the specified text.
Label(String, boolean) - Constructor for class com.google.gwt.user.client.ui.Label
Creates a label with the specified text.
LARGE - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents a Large font.
LEFT - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Left justification.
leftIndent() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Left indent.
ListBox - Class in com.google.gwt.user.client.ui
A widget that presents a list of choices to the user, either as a list box or as a drop-down list.
ListBox() - Constructor for class com.google.gwt.user.client.ui.ListBox
Creates an empty list box in single selection mode.
ListBox(boolean) - Constructor for class com.google.gwt.user.client.ui.ListBox
Creates an empty list box.
loadFromStream(InputStream) - Static method in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Loads a SerializationPolicy from an input stream.
LoadListener - Interface in com.google.gwt.user.client.ui
Event listener interface for 'load' events.
LoadListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesLoadEvents interface.
LoadListenerCollection() - Constructor for class com.google.gwt.user.client.ui.LoadListenerCollection
 
Localizable - Interface in com.google.gwt.i18n.client
A tag interface that serves as the root of a family of types used in static internationalization.
LOCATION_COMPARATOR - Static variable in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
log(String, Throwable) - Static method in class com.google.gwt.core.client.GWT
Logs a message to the development shell logger in hosted mode.
log(TreeLogger.Type, String, Throwable) - Method in interface com.google.gwt.core.ext.TreeLogger
Logs a message and/or an exception.
LONG - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 

M

MEDIUM - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents a Medium font.
MenuBar - Class in com.google.gwt.user.client.ui
A standard menu bar widget.
MenuBar() - Constructor for class com.google.gwt.user.client.ui.MenuBar
Creates an empty horizontal menu bar.
MenuBar(boolean) - Constructor for class com.google.gwt.user.client.ui.MenuBar
Creates an empty menu bar.
MenuItem - Class in com.google.gwt.user.client.ui
A widget that can be placed in a MenuBar.
MenuItem(String, Command) - Constructor for class com.google.gwt.user.client.ui.MenuItem
Constructs a new menu item that fires a command when it is selected.
MenuItem(String, boolean, Command) - Constructor for class com.google.gwt.user.client.ui.MenuItem
Constructs a new menu item that fires a command when it is selected.
MenuItem(String, MenuBar) - Constructor for class com.google.gwt.user.client.ui.MenuItem
Constructs a new menu item that cascades to a sub-menu when it is selected.
MenuItem(String, boolean, MenuBar) - Constructor for class com.google.gwt.user.client.ui.MenuItem
Constructs a new menu item that cascades to a sub-menu when it is selected.
Messages - Interface in com.google.gwt.i18n.client
A tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from properties files.
METHOD_GET - Static variable in class com.google.gwt.user.client.ui.FormPanel
Used with FormPanel.setMethod(String) to specify that the form will be submitted using an HTTP GET request.
METHOD_POST - Static variable in class com.google.gwt.user.client.ui.FormPanel
Used with FormPanel.setMethod(String) to specify that the form will be submitted using an HTTP POST request (necessary for FileUpload to work properly).
MODIFIER_ALT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
MODIFIER_CTRL - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
MODIFIER_META - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
MODIFIER_SHIFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
 
MOUSEEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all mouse events (down, up, move, over, and out), but not click, dblclick, or wheel events.
MouseListener - Interface in com.google.gwt.user.client.ui
Event listener interface for mouse events.
MouseListenerAdapter - Class in com.google.gwt.user.client.ui
An adapter to simplify mouse event listeners that do not need all events defined on the MouseListener interface.
MouseListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.MouseListenerAdapter
 
MouseListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesMouseEvents interface.
MouseListenerCollection() - Constructor for class com.google.gwt.user.client.ui.MouseListenerCollection
 
MouseWheelListener - Interface in com.google.gwt.user.client.ui
Event listener interface for mouse wheel events.
MouseWheelListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesMouseWheelEvents interface.
MouseWheelListenerCollection() - Constructor for class com.google.gwt.user.client.ui.MouseWheelListenerCollection
 
MouseWheelVelocity - Class in com.google.gwt.user.client.ui
Encapsulates the direction and velocity of mouse wheel events.
MouseWheelVelocity(Event) - Constructor for class com.google.gwt.user.client.ui.MouseWheelVelocity
Construct the higher-level view of the original ONMOUSEWHEEL Event.
MULTIPLY - Static variable in class com.google.gwt.junit.client.Operator
The standard multiplication operator.
MultiWordSuggestOracle - Class in com.google.gwt.user.client.ui
The default SuggestOracle.
MultiWordSuggestOracle() - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Constructor for MultiWordSuggestOracle.
MultiWordSuggestOracle(String) - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Constructor for MultiWordSuggestOracle which takes in a set of whitespace chars that filter its input.
MultiWordSuggestOracle.MultiWordSuggestion - Class in com.google.gwt.user.client.ui
Suggestion class for MultiWordSuggestOracle.
MultiWordSuggestOracle.MultiWordSuggestion() - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Constructor used by RPC.
MultiWordSuggestOracle.MultiWordSuggestion(String, String) - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Constructor for MultiWordSuggestion.

N

NamedFrame - Class in com.google.gwt.user.client.ui
A Frame that has a 'name' associated with it.
NamedFrame(String) - Constructor for class com.google.gwt.user.client.ui.NamedFrame
Constructs a frame with the given name.
NamedNodeMap - Interface in com.google.gwt.xml.client
Represents a string-to-node map, used in getAttributes.
needsAttention() - Method in class com.google.gwt.core.ext.TreeLogger.Type
Indicates whether this severity type represents a high severity that should be highlighted for the user.
newItem(String) - Static method in class com.google.gwt.user.client.History
Adds a new browser history entry.
nextBoolean() - Static method in class com.google.gwt.user.client.Random
Returns true or false with roughly equal probability.
nextDouble() - Static method in class com.google.gwt.user.client.Random
Returns a random double between 0 (inclusive) and 1 (exclusive).
nextInt() - Static method in class com.google.gwt.user.client.Random
Returns a random int between -2147483648 and 2147483647 (inclusive) with roughly equal probability of returning any particular int in this range.
nextInt(int) - Static method in class com.google.gwt.user.client.Random
Returns a random int between 0 (inclusive) and upperBound (exclusive) with roughly equal probability of returning any particular int in this range.
Node - Interface in com.google.gwt.xml.client
This is the base interface for DOM nodes, as obtained from using XMLParser methods.
NodeList - Interface in com.google.gwt.xml.client
This interface represents an immutable ordered collection of nodes.
normalize() - Method in interface com.google.gwt.xml.client.Node
This method may collapse adjacent text nodes into one text node, depending on the implementation.
NORTH - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the north edge of the dock.
NOTATION_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 12 denotes DOM nodes of type Notation.
NotFoundException - Exception in com.google.gwt.core.ext.typeinfo
Indicates that the requested type info element could not be found.
NotFoundException() - Constructor for exception com.google.gwt.core.ext.typeinfo.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.NotFoundException
 
NotFoundException(String) - Constructor for exception com.google.gwt.core.ext.typeinfo.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.NotFoundException
 
NULL - Static variable in interface com.google.gwt.core.ext.TreeLogger
A valid logger that ignores all messages.
NumberFormat - Class in com.google.gwt.i18n.client
Formats and parses numbers using locale-sensitive patterns.
NumberFormat(NumberConstants, CurrencyCodeMapConstants, String, String) - Constructor for class com.google.gwt.i18n.client.NumberFormat
Constructs a format object based on the specified settings.
NumberFormat(String, String) - Constructor for class com.google.gwt.i18n.client.NumberFormat
Constructs a format object for the default locale based on the specified settings.
numColumns - Variable in class com.google.gwt.user.client.ui.Grid
Number of columns in the current grid.
numRows - Variable in class com.google.gwt.user.client.ui.Grid
Number of rows in the current grid.

O

onAfterResponseSerialized(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Override this method to examine the serialized response that will be returned to the client.
onAttach() - Method in class com.google.gwt.user.client.ui.Composite
 
onAttach() - Method in class com.google.gwt.user.client.ui.CustomButton
Overridden on attach to ensure that a button face has been chosen before the button is displayed.
onAttach() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onAttach() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
onAttach() - Method in class com.google.gwt.user.client.ui.Widget
This method is called when a widget is attached to the browser's document.
onBeforeRequestDeserialized(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Override this method to examine the serialized version of the request payload before it is deserialized into objects.
onBeforeTabSelected(SourcesTabEvents, int) - Method in interface com.google.gwt.user.client.ui.TabListener
Fired just before a tab is selected.
onBeforeTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabPanel
 
ONBLUR - Static variable in class com.google.gwt.user.client.Event
Fired when an element loses keyboard focus.
onBrowserEvent(Event) - Method in interface com.google.gwt.user.client.EventListener
Fired whenever a browser event is received.
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.CustomButton
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.HTMLTable
Method to process events generated from the browser.
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Image
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Label
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.ListBox
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.MenuBar
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.StackPanel
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Tree
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Widget
 
onCellClicked(SourcesTableEvents, int, int) - Method in interface com.google.gwt.user.client.ui.TableListener
Fired when a cell is clicked.
ONCHANGE - Static variable in class com.google.gwt.user.client.Event
Fired when the value of an input element changes.
onChange(Widget) - Method in interface com.google.gwt.user.client.ui.ChangeListener
Fired when a widget changes, where 'change' is defined by the widget sending the event.
onChange(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
 
ONCLICK - Static variable in class com.google.gwt.user.client.Event
Fired when the user clicks on an element.
onClick(Widget) - Method in interface com.google.gwt.user.client.ui.ClickListener
Fired when the user clicks on a widget.
onClick() - Method in class com.google.gwt.user.client.ui.CustomButton
Called when the user finishes clicking on this button.
onClick(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
 
onClick() - Method in class com.google.gwt.user.client.ui.PushButton
 
onClick(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
 
onClick() - Method in class com.google.gwt.user.client.ui.ToggleButton
 
onClickCancel() - Method in class com.google.gwt.user.client.ui.CustomButton
Called when the user aborts a click in progress; for example, by dragging the mouse outside of the button before releasing the mouse button.
onClickCancel() - Method in class com.google.gwt.user.client.ui.PushButton
 
onClickStart() - Method in class com.google.gwt.user.client.ui.CustomButton
Called when the user begins to click on this button.
onClickStart() - Method in class com.google.gwt.user.client.ui.PushButton
 
onClose(DisclosureEvent) - Method in interface com.google.gwt.user.client.ui.DisclosureHandler
Fired when the panel is closed.
onCompletion(String) - Method in interface com.google.gwt.user.client.ResponseTextHandler
Called when an asynchronous HTTP request completes successfully.
ONDBLCLICK - Static variable in class com.google.gwt.user.client.Event
Fired when the user double-clicks on an element.
onDetach() - Method in class com.google.gwt.user.client.ui.Composite
 
onDetach() - Method in class com.google.gwt.user.client.ui.CustomButton
 
onDetach() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onDetach() - Method in class com.google.gwt.user.client.ui.MenuBar
 
onDetach() - Method in class com.google.gwt.user.client.ui.PopupPanel
This method is called when a widget is detached from the browser's document.
onDetach() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
onDetach() - Method in class com.google.gwt.user.client.ui.Widget
This method is called when a widget is detached from the browser's document.
onError(Request, Throwable) - Method in interface com.google.gwt.http.client.RequestCallback
Called when a Request does not complete normally.
ONERROR - Static variable in class com.google.gwt.user.client.Event
Fired when an image encounters an error.
onError(Widget) - Method in interface com.google.gwt.user.client.ui.LoadListener
Fired when a widget encounters an error while loading.
onEventPreview(Event) - Method in interface com.google.gwt.user.client.EventPreview
Called when a browser event occurs and this event preview is on top of the preview stack.
onEventPreview(Event) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onEventPreview(Event) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
onFailure(Throwable) - Method in interface com.google.gwt.user.client.rpc.AsyncCallback
Called when an asynchronous call fails to complete normally.
ONFOCUS - Static variable in class com.google.gwt.user.client.Event
Fired when an element receives keyboard focus.
onFocus(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
 
onFocus(Widget) - Method in interface com.google.gwt.user.client.ui.FocusListener
Fired when a widget receives keyboard focus.
onFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerAdapter
 
onFormSubmit() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onFrameLoad() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onHistoryChanged(String) - Static method in class com.google.gwt.user.client.History
 
onHistoryChanged(String) - Method in interface com.google.gwt.user.client.HistoryListener
Fired when the user clicks the browser's 'back' or 'forward' buttons.
ONKEYDOWN - Static variable in class com.google.gwt.user.client.Event
Fired when the user depresses a key.
onKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
 
onKeyDown(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
Fired when the user depresses a physical key.
onKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
 
onKeyDownPreview(char, int) - Method in interface com.google.gwt.user.client.ui.HasKeyPreview
Called when a key-down event is received.
onKeyDownPreview(char, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Popups get an opportunity to preview keyboard events before they are passed to a widget contained by the Popup.
ONKEYPRESS - Static variable in class com.google.gwt.user.client.Event
Fired when the a character is generated from a keypress (either directly or through auto-repeat).
onKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
 
onKeyPress(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
Fired when a keyboard action generates a character.
onKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
 
onKeyPressPreview(char, int) - Method in interface com.google.gwt.user.client.ui.HasKeyPreview
Called when a key-press event is received.
onKeyPressPreview(char, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Popups get an opportunity to preview keyboard events before they are passed to a widget contained by the Popup.
ONKEYUP - Static variable in class com.google.gwt.user.client.Event
Fired when the user releases a key.
onKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
 
onKeyUp(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
Fired when the user releases a physical key.
onKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
 
onKeyUpPreview(char, int) - Method in interface com.google.gwt.user.client.ui.HasKeyPreview
Called when a key-up event is received.
onKeyUpPreview(char, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Popups get an opportunity to preview keyboard events before they are passed to a widget contained by the Popup.
ONLOAD - Static variable in class com.google.gwt.user.client.Event
Fired when an element (normally an IMG) finishes loading.
onLoad() - Method in class com.google.gwt.user.client.ui.CheckBox
This method is called when a widget is attached to the browser's document.
onLoad() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
 
onLoad(Widget) - Method in interface com.google.gwt.user.client.ui.LoadListener
Fired when a widget finishes loading.
onLoad() - Method in class com.google.gwt.user.client.ui.Panel
A Panel's onLoad method will be called after all of its children are attached.
onLoad() - Method in class com.google.gwt.user.client.ui.Tree
 
onLoad() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
 
onLoad() - Method in class com.google.gwt.user.client.ui.Widget
This method is called immediately after a widget becomes attached to the browser's document.
ONLOSECAPTURE - Static variable in class com.google.gwt.user.client.Event
Fired when an element that has mouse capture loses it.
onLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
 
onLostFocus(Widget) - Method in interface com.google.gwt.user.client.ui.FocusListener
Fired when a widget loses keyboard focus.
onLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerAdapter
 
onModuleLoad() - Method in interface com.google.gwt.core.client.EntryPoint
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
ONMOUSEDOWN - Static variable in class com.google.gwt.user.client.Event
Fired when the user depresses a mouse button over an element.
onMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onMouseDown(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
Fired when the user depresses the mouse button over a widget.
onMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
 
onMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onMouseEnter(Widget) - Method in interface com.google.gwt.user.client.ui.MouseListener
Fired when the mouse enters a widget's area.
onMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
 
onMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onMouseLeave(Widget) - Method in interface com.google.gwt.user.client.ui.MouseListener
Fired when the mouse leaves a widget's area.
onMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
 
ONMOUSEMOVE - Static variable in class com.google.gwt.user.client.Event
Fired when the mouse is moved within an element's area.
onMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onMouseMove(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
Fired when the user moves the mouse over a widget.
onMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
 
ONMOUSEOUT - Static variable in class com.google.gwt.user.client.Event
Fired when the mouse is moved out of an element's area.
ONMOUSEOVER - Static variable in class com.google.gwt.user.client.Event
Fired when the mouse is moved into an element's area.
ONMOUSEUP - Static variable in class com.google.gwt.user.client.Event
Fired when the user releases a mouse button over an element.
onMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onMouseUp(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
Fired when the user releases the mouse button over a widget.
onMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
 
ONMOUSEWHEEL - Static variable in class com.google.gwt.user.client.Event
Fired when the user scrolls the mouse wheel over an element.
onMouseWheel(Widget, MouseWheelVelocity) - Method in interface com.google.gwt.user.client.ui.MouseWheelListener
Fired when the user scrolls the mouse wheel over a widget.
onOpen(DisclosureEvent) - Method in interface com.google.gwt.user.client.ui.DisclosureHandler
Fired when the panel is opened.
onPopupClosed(PopupPanel, boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
 
onPopupClosed(PopupPanel, boolean) - Method in interface com.google.gwt.user.client.ui.PopupListener
Fired when the popup is closed.
onResponseReceived(Request, Response) - Method in interface com.google.gwt.http.client.RequestCallback
Called when a pending Request completes normally.
ONSCROLL - Static variable in class com.google.gwt.user.client.Event
Fired when a scrollable element's scroll offset changes.
onScroll(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.ScrollListener
Fired when the sender is scrolled.
onSubmit(FormSubmitEvent) - Method in interface com.google.gwt.user.client.ui.FormHandler
Fired when the form is submitted.
onSubmitComplete(FormSubmitCompleteEvent) - Method in interface com.google.gwt.user.client.ui.FormHandler
Fired when a form has been submitted successfully.
onSuccess(Object) - Method in interface com.google.gwt.user.client.rpc.AsyncCallback
Called when an asynchronous call completes successfully.
onSuggestionSelected(SuggestionEvent) - Method in interface com.google.gwt.user.client.ui.SuggestionHandler
Fired when a suggestion is selected.
onSuggestionsReady(SuggestOracle.Request, SuggestOracle.Response) - Method in interface com.google.gwt.user.client.ui.SuggestOracle.Callback
Consume the suggestions created by a SuggestOracle in response to a SuggestOracle.Request.
onTabSelected(SourcesTabEvents, int) - Method in interface com.google.gwt.user.client.ui.TabListener
Fired when a tab is selected.
onTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabPanel
 
onTreeItemSelected(TreeItem) - Method in interface com.google.gwt.user.client.ui.TreeListener
Fired when a tree item is selected.
onTreeItemStateChanged(TreeItem) - Method in interface com.google.gwt.user.client.ui.TreeListener
Fired when a tree item is opened or closed.
onUncaughtException(Throwable) - Method in interface com.google.gwt.core.client.GWT.UncaughtExceptionHandler
 
onUnload() - Method in class com.google.gwt.user.client.ui.CheckBox
This method is called when a widget is detached from the browser's document.
onUnload() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
 
onUnload() - Method in class com.google.gwt.user.client.ui.Panel
A Panel's onUnload method will be called before its children become detached themselves.
onUnload() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
 
onUnload() - Method in class com.google.gwt.user.client.ui.Widget
This method is called immediately before a widget will be detached from the browser's document.
onWindowClosed() - Method in interface com.google.gwt.user.client.WindowCloseListener
Fired after the browser window closes or navigates to a different site.
onWindowClosing() - Method in interface com.google.gwt.user.client.WindowCloseListener
Fired just before the browser window closes or navigates to a different site.
onWindowResized(int, int) - Method in interface com.google.gwt.user.client.WindowResizeListener
Called when the browser window is resized.
open(String, String, String) - Static method in class com.google.gwt.user.client.Window
Opens a new browser window.
Operator - Class in com.google.gwt.junit.client
A mathematical operator used in Ranges to indicate the stepping function.
orphan(Widget) - Method in class com.google.gwt.user.client.ui.Panel
This method must be called as part of the remove method of any Panel.

P

Panel - Class in com.google.gwt.user.client.ui
Abstract base class for all panels, which are widgets that can contain other widgets.
Panel() - Constructor for class com.google.gwt.user.client.ui.Panel
 
parse(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Parses the string form of a type to produce the corresponding type object.
parse(String) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Parses text to produce a Date value.
parse(String, int, Date) - Method in class com.google.gwt.i18n.client.DateTimeFormat
This method parses the input string, fill its value into a Date.
parse(String) - Method in class com.google.gwt.i18n.client.NumberFormat
Parses text to produce a numeric value.
parse(String, int[]) - Method in class com.google.gwt.i18n.client.NumberFormat
Parses text to produce a numeric value.
parse(String) - Static method in class com.google.gwt.json.client.JSONParser
Given a jsonString, returns the JSONObject representation.
parse(String) - Static method in class com.google.gwt.xml.client.XMLParser
This method parses a new document from the supplied string, throwing a DOMParseException if the parse fails.
ParseException - Exception in com.google.gwt.core.ext.typeinfo
Indicates that a source declaration was not parsed successfully.
ParseException() - Constructor for exception com.google.gwt.core.ext.typeinfo.ParseException
 
ParseException(String) - Constructor for exception com.google.gwt.core.ext.typeinfo.ParseException
 
ParseException(String, Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.ParseException
 
ParseException(Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.ParseException
 
PasswordTextBox - Class in com.google.gwt.user.client.ui
A text box that visually masks its input to prevent eavesdropping.
PasswordTextBox() - Constructor for class com.google.gwt.user.client.ui.PasswordTextBox
Creates an empty password text box.
PopupListener - Interface in com.google.gwt.user.client.ui
Event listener interface for popup events.
PopupListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesPopupEvents interface.
PopupListenerCollection() - Constructor for class com.google.gwt.user.client.ui.PopupListenerCollection
 
PopupPanel - Class in com.google.gwt.user.client.ui
A panel that can "pop up" over other widgets.
PopupPanel() - Constructor for class com.google.gwt.user.client.ui.PopupPanel
Creates an empty popup panel.
PopupPanel(boolean) - Constructor for class com.google.gwt.user.client.ui.PopupPanel
Creates an empty popup panel, specifying its "auto-hide" property.
PopupPanel(boolean, boolean) - Constructor for class com.google.gwt.user.client.ui.PopupPanel
Creates an empty popup panel, specifying its "auto-hide" property.
PopupPanel.PositionCallback - Interface in com.google.gwt.user.client.ui
A callback that is used to set the position of a PopupPanel right before it is shown.
POST - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP POST method should be used.
prefetch(String) - Static method in class com.google.gwt.user.client.ui.Image
Causes the browser to pre-fetch the image at a given URL.
prepareCell(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable
Ensure that the cell exists.
prepareCell(int, int) - Method in class com.google.gwt.user.client.ui.Grid
Checks that a cell is a valid cell in the table.
prepareCell(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Subclasses must implement this method.
prepareColumn(int) - Method in class com.google.gwt.user.client.ui.Grid
Checks that the column index is valid.
prepareColumn(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Subclasses can implement this method.
prepareRow(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Ensure that the row exists.
prepareRow(int) - Method in class com.google.gwt.user.client.ui.Grid
Checks that the row index is valid.
prepareRow(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Subclasses must implement this method.
processCall(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Process a call originating from the given request.
PROCESSING_INSTRUCTION_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 7 denotes DOM nodes of type ProcessingInstruction.
ProcessingInstruction - Interface in com.google.gwt.xml.client
This interface documents the ProcessingInstruction node type.
prompt(String, String) - Static method in class com.google.gwt.user.client.Window
Displays a request for information in a modal dialog box, along with the standard 'OK' and 'Cancel' buttons.
PropertyOracle - Interface in com.google.gwt.core.ext
Provides deferred binding property values.
PushButton - Class in com.google.gwt.user.client.ui
A normal push button with custom styling.
PushButton() - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, String) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
put(String, JSONValue) - Method in class com.google.gwt.json.client.JSONObject
Maps the specified key to the specified value in this JSONObject.

R

RadioButton - Class in com.google.gwt.user.client.ui
A mutually-exclusive selection radio button widget.
RadioButton(String) - Constructor for class com.google.gwt.user.client.ui.RadioButton
Creates a new radio associated with a particular group name.
RadioButton(String, String) - Constructor for class com.google.gwt.user.client.ui.RadioButton
Creates a new radio associated with a particular group, and initialized with the given HTML label.
RadioButton(String, String, boolean) - Constructor for class com.google.gwt.user.client.ui.RadioButton
Creates a new radio button associated with a particular group, and initialized with the given label (optionally treated as HTML).
Random - Class in com.google.gwt.user.client
This class can be used as a substitute for Random.
Range - Interface in com.google.gwt.junit.client
A range of values for a Benchmark parameter.
RangeIterator - Class in com.google.gwt.junit.client
A base class useful for implementing Iterators for Ranges.
RangeIterator() - Constructor for class com.google.gwt.junit.client.RangeIterator
 
readBoolean() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readByte() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readChar() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readDouble() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readFloat() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readInt() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readLong() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readObject() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readShort() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readString() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
releaseCapture(Element) - Static method in class com.google.gwt.user.client.DOM
Releases mouse capture on the given element.
RemoteService - Interface in com.google.gwt.user.client.rpc
Marker interface that RPC interfaces should extend.
RemoteServiceServlet - Class in com.google.gwt.user.server.rpc
The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.
RemoteServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.RemoteServiceServlet
The default constructor.
remove() - Method in class com.google.gwt.junit.client.RangeIterator
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Overrides ComplexPanel.remove(Widget) to change the removed Widget's element back to static positioning.This is done so that any positioning changes to the widget that were done by the panel are undone when the widget is disowned from the panel.
remove(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DockPanel
 
remove(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
Removes a child widget.
remove(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.HTMLTable
Remove the specified widget from the table.
remove(int) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
Removes the widget at the specified index.
remove(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Removes a child widget.
remove(Widget) - Method in class com.google.gwt.user.client.ui.SimplePanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.StackPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.TabPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
Removes the given widget, and its associated tab.
remove(Widget) - Method in class com.google.gwt.user.client.ui.Tree
 
remove() - Method in class com.google.gwt.user.client.ui.TreeItem
Removes this item from its tree.
remove(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Removes the widget at the specified index.
remove(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Removes the specified widget.
removeAttribute(String) - Method in interface com.google.gwt.xml.client.Element
This method removes the attribute which has the specified name.
removeCell(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable
 
removeCell(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Removes the specified cell from the table.
removeCells(int, int, int) - Method in class com.google.gwt.user.client.ui.FlexTable
Removes a number of cells from a row in the table.
removeChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.ListBox
 
removeChangeListener(ChangeListener) - Method in interface com.google.gwt.user.client.ui.SourcesChangeEvents
Removes a previously added listener interface.
removeChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
removeChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
removeChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Removes a child element from the given parent element.
removeChild(Node) - Method in interface com.google.gwt.xml.client.Node
This method removes child oldChild.
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Image
 
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
 
removeClickListener(ClickListener) - Method in interface com.google.gwt.user.client.ui.SourcesClickEvents
Removes a previously added listener interface.
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
removeCookie(String) - Static method in class com.google.gwt.user.client.Cookies
Removes the cookie associated with the given name.
removeElementAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Removes the named attribute from the given element.
removeEventHandler(DisclosureHandler) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Removes an event handler from the panel.
removeEventHandler(DisclosureHandler) - Method in interface com.google.gwt.user.client.ui.FiresDisclosureEvents
Removes a previously added handler interface.
removeEventHandler(SuggestionHandler) - Method in interface com.google.gwt.user.client.ui.FiresSuggestionEvents
Removes a previously added handler interface.
removeEventHandler(SuggestionHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
removeEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
Removes an element from the preview stack.
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
removeFocusListener(FocusListener) - Method in interface com.google.gwt.user.client.ui.SourcesFocusEvents
Removes a previously added listener interface.
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.Tree
 
removeFormat() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Removes all formatting on the selected text.
removeFormHandler(FormHandler) - Method in interface com.google.gwt.user.client.ui.FiresFormEvents
Removes a previously added handler interface.
removeFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
 
removeFromParent() - Method in class com.google.gwt.user.client.ui.Widget
Removes this widget from its parent widget.
removeHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
Removes a history listener.
removeItem(int) - Method in class com.google.gwt.user.client.ui.ListBox
Removes the item at the specified index.
removeItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
Removes the specified menu item from the bar.
removeItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Removes an item from the root level of this tree.
removeItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Removes one of this item's children.
removeItems() - Method in class com.google.gwt.user.client.ui.Tree
Removes all items from the root level of this tree.
removeItems() - Method in class com.google.gwt.user.client.ui.TreeItem
Removes all of this item's children.
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
removeKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
Removes a previously added listener interface.
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
 
removeLink() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Removes any link from the selected text.
removeLoadListener(LoadListener) - Method in class com.google.gwt.user.client.ui.Image
 
removeLoadListener(LoadListener) - Method in interface com.google.gwt.user.client.ui.SourcesLoadEvents
Removes a previously added listener interface.
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Image
 
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Label
 
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
removeMouseListener(MouseListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseEvents
Removes a previously added listener interface.
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
 
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
 
removeMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Removes a previously added listener interface.
removePopupListener(PopupListener) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
removePopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
Removes a previously added popup listener.
removeRow(int) - Method in class com.google.gwt.user.client.ui.FlexTable
 
removeRow(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Removes the specified row from the table.
removeScrollListener(ScrollListener) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
removeScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
Removes a previously added scroll listener.
removeStyleDependentName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Removes a dependent style name by specifying the style name's suffix.
removeStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Removes a style from the specified cell.
removeStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Removes a style from the specified column.
removeStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Removes a style from the specified row.
removeStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Removes a style name.
removeTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
Removes the tab at the specified index.
removeTableListener(TableListener) - Method in class com.google.gwt.user.client.ui.HTMLTable
Removes the specified table listener.
removeTableListener(TableListener) - Method in interface com.google.gwt.user.client.ui.SourcesTableEvents
Removes a previously added listener interface.
removeTabListener(TabListener) - Method in interface com.google.gwt.user.client.ui.SourcesTabEvents
Removes a previously added listener interface.
removeTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
 
removeTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
 
removeTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
Removes a previously added listener interface.
removeTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
 
removeWhitespace(Node) - Static method in class com.google.gwt.xml.client.XMLParser
This method removes all Text nodes which are made up of only white space.
removeWindowCloseListener(WindowCloseListener) - Static method in class com.google.gwt.user.client.Window
Removes a window closing listener.
removeWindowResizeListener(WindowResizeListener) - Static method in class com.google.gwt.user.client.Window
Removes a window resize listener.
replaceChild(Node, Node) - Method in interface com.google.gwt.xml.client.Node
This method replaces the child oldChild with newChild.
replaceData(int, int, String) - Method in interface com.google.gwt.xml.client.CharacterData
This method replaces the substring of data indicated by offset and count with replacementData.
replaceInputElement(Element) - Method in class com.google.gwt.user.client.ui.CheckBox
Replace the current input element with a new one.
REPORT_PATH - Static variable in class com.google.gwt.junit.client.Benchmark
The name of the system property that specifies the location where benchmark reports are both written to and read from.
Request - Class in com.google.gwt.http.client
An HTTP request that is waiting for a response.
RequestBuilder - Class in com.google.gwt.http.client
Builder for constructing Request objects.
RequestBuilder(RequestBuilder.Method, String) - Constructor for class com.google.gwt.http.client.RequestBuilder
Creates a builder using the parameters for configuration.
RequestBuilder(String, String) - Constructor for class com.google.gwt.http.client.RequestBuilder
Creates a builder using the parameters values for configuration.
RequestBuilder.Method - Class in com.google.gwt.http.client
HTTP request method constants.
RequestCallback - Interface in com.google.gwt.http.client
The primary interface a caller must implement to receive a response to a Request.
RequestException - Exception in com.google.gwt.http.client
RequestException is the superclass for the HTTP request related exceptions.
RequestException() - Constructor for exception com.google.gwt.http.client.RequestException
 
RequestException(String) - Constructor for exception com.google.gwt.http.client.RequestException
 
RequestException(Throwable) - Constructor for exception com.google.gwt.http.client.RequestException
 
RequestException(String, Throwable) - Constructor for exception com.google.gwt.http.client.RequestException
 
RequestPermissionException - Exception in com.google.gwt.http.client
Exception thrown when the RequestBuilder attempts to make a request to a URL which violates the Same-Origin Security Policy.
RequestPermissionException(String) - Constructor for exception com.google.gwt.http.client.RequestPermissionException
Constructs an instance of this class for the given URL.
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
 
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class com.google.gwt.user.client.ui.SuggestOracle
Generate a SuggestOracle.Response based on a specific SuggestOracle.Request.
RequestTimeoutException - Exception in com.google.gwt.http.client
Thrown to indicate that an HTTP request has timed out.
RequestTimeoutException(Request, int) - Constructor for exception com.google.gwt.http.client.RequestTimeoutException
Constructs a timeout exception for the given Request.
resize(int, int) - Method in class com.google.gwt.user.client.ui.Grid
Resizes the grid.
resizeColumns(int) - Method in class com.google.gwt.user.client.ui.Grid
Resizes the grid to the specified number of columns.
resizeRows(int) - Method in class com.google.gwt.user.client.ui.Grid
Resizes the grid to the specified number of rows.
Response - Class in com.google.gwt.http.client
Wrapper which provides access to the components of an HTTP response.
Response() - Constructor for class com.google.gwt.http.client.Response
 
ResponseTextHandler - Interface in com.google.gwt.user.client
Implement this interface to receive HTTP completion events.
RichTextArea - Class in com.google.gwt.user.client.ui
A rich text editor that allows complex styling and formatting.
RichTextArea() - Constructor for class com.google.gwt.user.client.ui.RichTextArea
Creates a new, blank RichTextArea object with no stylesheet.
RichTextArea.BasicFormatter - Interface in com.google.gwt.user.client.ui
This interface is used to access basic formatting options, when available.
RichTextArea.ExtendedFormatter - Interface in com.google.gwt.user.client.ui
This interface is used to access full formatting options, when available.
RichTextArea.FontSize - Class in com.google.gwt.user.client.ui
Font size enumeration.
RichTextArea.Justification - Class in com.google.gwt.user.client.ui
Justification enumeration.
RIGHT - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Right justification.
rightIndent() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Right indent.
RootPanel - Class in com.google.gwt.user.client.ui
The panel to which all other widgets must ultimately be added.
RPC - Class in com.google.gwt.user.server.rpc
Utility class for integrating with the RPC system.
RPCRequest - Class in com.google.gwt.user.server.rpc
Describes an incoming RPC request in terms of a resolved Method and an array of arguments.
RPCRequest(Method, Object[], SerializationPolicy) - Constructor for class com.google.gwt.user.server.rpc.RPCRequest
Construct an RPCRequest.
run(TestResult) - Method in class com.google.gwt.junit.client.GWTTestCase
Stashes result so that it can be accessed during GWTTestCase.runTest().
run() - Method in class com.google.gwt.user.client.Timer
This method will be called when a timer fires.
runTest() - Method in class com.google.gwt.junit.client.GWTTestCase
Runs the test via the JUnitShell environment.

S

schedule(int) - Method in class com.google.gwt.user.client.Timer
Schedules a timer to elapse in the future.
scheduleRepeating(int) - Method in class com.google.gwt.user.client.Timer
Schedules a timer that elapses repeatedly.
scrollIntoView(Element) - Static method in class com.google.gwt.user.client.DOM
Scrolls the given element into view.
ScrollListener - Interface in com.google.gwt.user.client.ui
Event listener interface for scroll events.
ScrollListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesScrollEvents interface.
ScrollListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ScrollListenerCollection
 
ScrollPanel - Class in com.google.gwt.user.client.ui
A simple panel that wraps its contents in a scrollable area.
ScrollPanel() - Constructor for class com.google.gwt.user.client.ui.ScrollPanel
Creates an empty scroll panel.
ScrollPanel(Widget) - Constructor for class com.google.gwt.user.client.ui.ScrollPanel
Creates a new scroll panel with the given child widget.
selectAll() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Selects all the text.
selectAll() - Method in class com.google.gwt.user.client.ui.TextBoxBase
Selects all of the text in the box.
selectTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
Programmatically selects the specified tab.
selectTab(int) - Method in class com.google.gwt.user.client.ui.TabPanel
Programmatically selects the specified tab.
sendRequest(String, RequestCallback) - Method in class com.google.gwt.http.client.RequestBuilder
Sends an HTTP request based on the current builder configuration.
SerializableException - Exception in com.google.gwt.user.client.rpc
Superclass for exceptions thrown from RPC methods (those appearing in interfaces derived from RemoteService).
SerializableException() - Constructor for exception com.google.gwt.user.client.rpc.SerializableException
The default constructor.
SerializableException(String) - Constructor for exception com.google.gwt.user.client.rpc.SerializableException
Constructs a serializable exception with the specified message.
SERIALIZATION_POLICY_FILE_ENCODING - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Default encoding for serialization policy files.
SerializationException - Exception in com.google.gwt.user.client.rpc
Base exception type for errors relating to the serialization stream.
SerializationException() - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationException(String) - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationException(Throwable) - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationPolicy - Class in com.google.gwt.user.server.rpc
This is an abstract class for representing the serialization policy for a given module and RemoteService.
SerializationPolicy() - Constructor for class com.google.gwt.user.server.rpc.SerializationPolicy
 
SerializationPolicyLoader - Class in com.google.gwt.user.server.rpc
API for loading a SerializationPolicy.
SerializationPolicyProvider - Interface in com.google.gwt.user.server.rpc
Used to obtain a SerializationPolicy for a given module base URL and serialization policy strong name.
SerializationStreamReader - Interface in com.google.gwt.user.client.rpc
An interface for reading values from a stream.
SerializationStreamWriter - Interface in com.google.gwt.user.client.rpc
An interface for writing values from a stream.
ServiceDefTarget - Interface in com.google.gwt.user.client.rpc
An interface implemented by client-side RPC proxy objects.
ServiceDefTarget.NoServiceEntryPointSpecifiedException - Exception in com.google.gwt.user.client.rpc
This exception is thrown when a service is invoked without ServiceDefTarget.setServiceEntryPoint(String) having been called.
ServiceDefTarget.NoServiceEntryPointSpecifiedException() - Constructor for exception com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
 
set(int, JSONValue) - Method in class com.google.gwt.json.client.JSONArray
Sets the specified index to the given value.
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
setAccessKey(char) - Method in interface com.google.gwt.user.client.ui.HasFocus
Sets the widget's 'access key'.
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.Tree
 
setAction(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the 'action' associated with this form.
setAgent(String) - Method in class com.google.gwt.junit.client.TestResults
 
setAlignment(int, int, HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the horizontal and vertical alignment of the specified cell's contents.
setAlwaysShowScrollBars(boolean) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets whether this panel always shows its scroll bars, or only when necessary.
setAttr(int, int, String, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Convenience methods to set an attribute on a cell.
setAttr(int, String, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Convenience methods to set an attribute on a row.
setAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.setElementProperty(Element, String, String) instead.
setAttribute(String, String) - Method in interface com.google.gwt.xml.client.Element
This method sets the attribute specified by name to value.
setAutoOpen(boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
Sets whether this menu bar's child menus will open when the mouse is moved over it.
setBackColor(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Sets the background color.
setBooleanAttribute(Element, String, boolean) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.setElementPropertyBoolean(Element, String, boolean) instead.
setBorderWidth(int) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the width of the border to be applied to all cells in this panel.
setBorderWidth(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the width of the table's border.
setBottomWidget(Widget) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Sets the widget in the bottom of the panel.
setCancelled(boolean) - Method in class com.google.gwt.user.client.ui.FormSubmitEvent
Sets whether the form submit will be cancelled.
setCaption(String) - Method in interface com.google.gwt.user.client.ui.HasCaption
Sets this widget's caption.
setCapture(Element) - Static method in class com.google.gwt.user.client.DOM
Sets mouse-capture on the given element.
setCellFormatter(HTMLTable.CellFormatter) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the table's CellFormatter.
setCellHeight(Widget, String) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the height of the cell associated with the given widget, related to the panel as a whole.
setCellHeight(Widget, String) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCellHorizontalAlignment(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the horizontal alignment of the given widget within its cell.
setCellHorizontalAlignment(Element, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
 
setCellHorizontalAlignment(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCellPadding(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the amount of padding to be added around all cells.
setCellSpacing(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the amount of spacing to be added around all cells.
setCellVerticalAlignment(Widget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the vertical alignment of the given widget within its cell.
setCellVerticalAlignment(Element, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
 
setCellVerticalAlignment(Widget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCellWidth(Widget, String) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the width of the cell associated with the given widget, related to the panel as a whole.
setCellWidth(Widget, String) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCharacterWidth(int) - Method in class com.google.gwt.user.client.ui.TextArea
Sets the requested width of the text box (this is not an exact value, as not all characters are created equal).
setChecked(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
Checks or unchecks this check box.
setColSpan(int, int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Sets the column span for the given cell.
setColumnFormatter(HTMLTable.ColumnFormatter) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
setCommand(Command) - Method in class com.google.gwt.user.client.ui.MenuItem
Sets the command associated with this item.
setContent(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Sets the content widget which can be opened and closed by this panel.
setCookie(String, String) - Static method in class com.google.gwt.user.client.Cookies
Sets a cookie.
setCookie(String, String, Date) - Static method in class com.google.gwt.user.client.Cookies
Sets a cookie.
setCookie(String, String, Date, String, String, boolean) - Static method in class com.google.gwt.user.client.Cookies
Sets a cookie.
setCursorPos(int) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Sets the cursor position.
setData(String) - Method in interface com.google.gwt.xml.client.CharacterData
This method sets the data to data.
setData(String) - Method in interface com.google.gwt.xml.client.ProcessingInstruction
This method sets the data to data.
setDefaultValue(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the default value of the hidden field.
setDown(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets whether this button is down.
setDown(boolean) - Method in class com.google.gwt.user.client.ui.ToggleButton
 
setElement(Element) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
setElement(Element) - Method in class com.google.gwt.user.client.ui.UIObject
Sets this object's browser element.
setElement(Element) - Method in class com.google.gwt.user.client.ui.Widget
Sets this object's browser element.
setElementAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Sets an attribute on a given element.
setElementProperty(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Sets a property on the given element.
setElementPropertyBoolean(Element, String, boolean) - Static method in class com.google.gwt.user.client.DOM
Sets a boolean property on the given element.
setElementPropertyInt(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Sets an int property on the given element.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets whether this button is enabled.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.FocusWidget
Sets whether this widget is enabled.
setEncoding(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the encoding used for submitting this form.
setEventListener(Element, EventListener) - Static method in class com.google.gwt.user.client.DOM
Sets the EventListener to receive events for the given element.
setException(Throwable) - Method in class com.google.gwt.junit.client.Trial
 
setExceptionWrapper(ExceptionWrapper) - Method in class com.google.gwt.junit.client.Trial
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
setFocus(boolean) - Method in interface com.google.gwt.user.client.ui.HasFocus
Explicitly focus/unfocus this widget.
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.Tree
 
setFontName(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Sets the font name.
setFontSize(RichTextArea.FontSize) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Sets the font size.
setForeColor(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Sets the foreground color.
setHeader(String, String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets a request header with the given name and value.
setHeader(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Sets the widget used as the header for the panel.
setHeight(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the height of the specified cell.
setHeight(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the height of the panel's child widget.
setHeight(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's height.
setHeight(String) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
 
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
Sets the default horizontal alignment to be used for widgets added to this panel.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Sets the horizontal alignment.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Sets the default horizontal alignment to be used for widgets added to this panel.
setHorizontalAlignment(int, int, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the horizontal alignment of the specified cell.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.Label
 
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Sets the default horizontal alignment to be used for widgets added to this panel.
setHorizontalScrollPosition(int) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets the horizontal scroll position.
setHost(String) - Method in class com.google.gwt.junit.client.TestResults
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.ButtonBase
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Set the face's contents as html.
setHTML(String) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets the current face's html.
setHTML(String) - Method in class com.google.gwt.user.client.ui.DialogBox
 
setHTML(String) - Method in interface com.google.gwt.user.client.ui.HasHTML
Sets this object's contents via HTML.
setHTML(String) - Method in class com.google.gwt.user.client.ui.HTML
 
setHTML(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the HTML contents of the specified cell.
setHTML(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.TreeItem
 
setID(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the id of the hidden field.
setImage(Image) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Set the face's contents as an image.
setImageBase(String) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.Tree(TreeImages) as it provides a more efficent and manageable way to supply a set of images to be used within a tree.
setImgSrc(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sets the src attribute of an img element.
setInnerHTML(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sets the HTML contained within an element.
setInnerText(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sets the text contained within an element.
setIntAttribute(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.setElementPropertyInt(Element, String, int) instead.
setIntStyleAttribute(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Sets an integer attribute on the given element's style.
setItemSelected(int, boolean) - Method in class com.google.gwt.user.client.ui.ListBox
Sets whether an individual list item is selected.
setItemText(int, String) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the text associated with the item at a given index.
setJustification(RichTextArea.Justification) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Sets the justification.
setKey(char) - Method in class com.google.gwt.user.client.ui.TextBoxBase
If a keyboard event is currently being handled by the text box, this method replaces the unicode character or key code associated with it.
setLeafType(JType) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
setLeftWidget(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Sets the widget in the left side of the panel.
setLimit(int) - Method in class com.google.gwt.user.client.ui.SuggestBox
Sets the limit to the number of suggestions the oracle should provide.
setLimit(int) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Sets the limit on the number of suggestions that should be created.
setMargin(String) - Static method in class com.google.gwt.user.client.Window
Sets the size of the margins used within the window's client area.
setMaxLength(int) - Method in class com.google.gwt.user.client.ui.TextBox
Sets the maximum allowable length of the text box.
setMethod(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the HTTP method used for submitting this form.
setMultipleSelect(boolean) - Method in class com.google.gwt.user.client.ui.ListBox
Sets whether this list allows multiple selections.
setName(String) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setName(String) - Method in class com.google.gwt.user.client.ui.FileUpload
 
setName(String) - Method in interface com.google.gwt.user.client.ui.HasName
Sets the widget's name.
setName(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the name of the hidden field.
setName(String) - Method in class com.google.gwt.user.client.ui.ListBox
 
setName(String) - Method in class com.google.gwt.user.client.ui.RadioButton
Change the group name of this radio button.
setName(String) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
setNodeValue(String) - Method in interface com.google.gwt.xml.client.Node
This method sets the value to nodeValue.
setOpen(boolean) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Changes the visible state of this DisclosurePanel.
setOptionText(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Sets the option text of the given select object.
setPassword(String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets the password to use in the request URL.
setPixelSize(int, int) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's size, in pixels, not including decorations such as border, margin, and padding.
setPopupPosition(int, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the popup's position relative to the browser's client area.
setPopupPositionAndShow(PopupPanel.PositionCallback) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the popup's position using a PopupPanel.PositionCallback, and shows the popup.
setPopupStyleName(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
Sets the style name of the suggestion popup.
setPosition(int, int) - Method in interface com.google.gwt.user.client.ui.PopupPanel.PositionCallback
Provides the opportunity to set the position of the PopupPanel right before the PopupPanel is shown.
setQuery(String) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Sets the query string used for this request.
setReadOnly(boolean) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Turns read-only mode on or off.
setReturnType(JType) - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
setRightWidget(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Sets the widget in the right side of the panel.
setRowFormatter(HTMLTable.RowFormatter) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the table's RowFormatter.
setRowSpan(int, int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Sets the row span for the given cell.
setRunTimeMillis(double) - Method in class com.google.gwt.junit.client.Trial
 
setScrollPosition(int) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets the vertical scroll position.
setSelected(boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
Selects or deselects this item.
setSelectedIndex(int) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the currently selected index.
setSelectedItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Selects a specified item.
setSelectedItem(TreeItem, boolean) - Method in class com.google.gwt.user.client.ui.Tree
Selects a specified item.
setSelectionRange(int, int) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Sets the range of text to be selected.
setServiceEntryPoint(String) - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Sets the URL of a service implementation.
setSize(String, String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's size.
setSourceRef(String) - Method in class com.google.gwt.junit.client.TestResults
 
setSpacing(int) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the amount of spacing between this panel's cells.
setSplitPosition(String) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
 
setSplitPosition(String) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
 
setStackText(int, String) - Method in class com.google.gwt.user.client.ui.StackPanel
Sets the text associated with a child by its index.
setStackText(int, String, boolean) - Method in class com.google.gwt.user.client.ui.StackPanel
Sets the text associated with a child by its index.
setState(boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
Sets whether this item's children are displayed.
setState(boolean, boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
Sets whether this item's children are displayed.
setStyleAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Sets an attribute on the given element's style.
setStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the style name associated with the specified cell.
setStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Sets the style name associated with the specified column.
setStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets the style name associated with the specified row.
setStyleName(Element, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Clears all of the element's style names and sets it to the given style.
setStyleName(Element, String, boolean) - Static method in class com.google.gwt.user.client.ui.UIObject
This convenience method adds or removes a style name for a given element.
setStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Clears all of the object's style names and sets it to the given style.
setStylePrimaryName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the primary style name associated with the specified cell.
setStylePrimaryName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Sets the primary style name associated with the specified column.
setStylePrimaryName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets the primary style name associated with the specified row.
setStylePrimaryName(Element, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Sets the element's primary style name and updates all dependent style names.
setStylePrimaryName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's primary style name and updates all dependent style names.
setSubMenu(MenuBar) - Method in class com.google.gwt.user.client.ui.MenuItem
Sets the sub-menu associated with this item.
setSuggestions(Collection) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Sets the suggestions for this response.
setSuperclass(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
setTabIndex(int) - Method in interface com.google.gwt.user.client.ui.HasFocus
Sets the widget's position in the tab index.
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.Tree
 
setTargetHistoryToken(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
Sets the history token referenced by this hyperlink.
setText(String) - Method in class com.google.gwt.user.client.ui.ButtonBase
 
setText(String) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setText(String) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Sets the face's contents as text.
setText(String) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets the current face's text.
setText(String) - Method in class com.google.gwt.user.client.ui.DialogBox
 
setText(String) - Method in interface com.google.gwt.user.client.ui.HasText
Sets this object's text.
setText(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the text within the specified cell.
setText(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
setText(String) - Method in class com.google.gwt.user.client.ui.Label
 
setText(String) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setText(String) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setText(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setText(String) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
setText(String) - Method in class com.google.gwt.user.client.ui.TreeItem
 
setTextAlignment(TextBoxBase.TextAlignConstant) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Sets the alignment of the text in the text box.
setTimeoutMillis(int) - Method in class com.google.gwt.http.client.RequestBuilder
Sets the number of milliseconds to wait for a request to complete.
setTitle(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
setTitle(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the title associated with this object.
setTitle(String) - Static method in class com.google.gwt.user.client.Window
Sets the browser window's title.
setTopWidget(Widget) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Sets the widget in the top of the panel.
setTrials(List) - Method in class com.google.gwt.junit.client.TestResults
 
setType(JType) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
setUncaughtExceptionHandler(GWT.UncaughtExceptionHandler) - Static method in class com.google.gwt.core.client.GWT
Sets a custom uncaught exception handler.
setUrl(String) - Method in class com.google.gwt.user.client.ui.Frame
Sets the URL of the resource to be displayed within the frame.
setUrl(String) - Method in class com.google.gwt.user.client.ui.Image
Sets the URL of the image to be displayed.
setUrlAndVisibleRect(String, int, int, int, int) - Method in class com.google.gwt.user.client.ui.Image
Sets the url and the visibility rectangle for the image at the same time.
setUser(String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets the user name that will be used in the request URL.
setUserObject(Object) - Method in class com.google.gwt.user.client.ui.TreeItem
Sets the user-defined object associated with this item.
setValue(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the value of the hidden field.
setValue(int, String) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the value associated with the item at a given index.
setVerticalAlign(int, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets the vertical alignment of the specified row.
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
Sets the default vertical alignment to be used for widgets added to this panel.
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Sets the vertical alignment.
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Sets the default vertical alignment to be used for widgets added to this panel.
setVerticalAlignment(int, int, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the vertical alignment of the specified cell.
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Sets the default vertical alignment to be used for widgets added to this panel.
setVisible(int, int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets whether this cell is visible via the display style property.
setVisible(int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets whether this row is visible.
setVisible(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets whether this object is visible.
setVisible(Element, boolean) - Static method in class com.google.gwt.user.client.ui.UIObject
 
setVisible(boolean) - Method in class com.google.gwt.user.client.ui.UIObject
Sets whether this object is visible.
setVisibleItemCount(int) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the number of items that are visible.
setVisibleLength(int) - Method in class com.google.gwt.user.client.ui.TextBox
Sets the number of visible characters in the text box.
setVisibleLines(int) - Method in class com.google.gwt.user.client.ui.TextArea
Sets the number of text lines that are visible.
setVisibleRect(int, int, int, int) - Method in class com.google.gwt.user.client.ui.Image
Sets the visibility rectangle of an image.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.Composite
Deprecated. this method is deprecated, and will be removed (use Composite.initWidget(Widget) instead)
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
 
setWidget(int, int, Widget) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the widget within the specified cell.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.SimplePanel
Sets this panel's widget.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.TreeItem
Sets the current widget.
setWidgetPosition(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Sets the position of the specified child widget.
setWidth(String) - Method in class com.google.gwt.user.client.ui.DialogBox
Override, so that interior panel reflows to match parent's new width.
setWidth(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the width of the specified cell.
setWidth(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Sets the width of the specified column.
setWidth(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the width of the panel's child widget.
setWidth(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's width.
setWordWrap(boolean) - Method in interface com.google.gwt.user.client.ui.HasWordWrap
Sets whether word-wrapping is enabled.
setWordWrap(int, int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets whether the specified cell will allow word wrapping of its contents.
setWordWrap(boolean) - Method in class com.google.gwt.user.client.ui.Label
 
SHORT - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
shouldCompressResponse(HttpServletRequest, HttpServletResponse, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Determines whether the response to a given servlet request should or should not be GZIP compressed.
shouldDeserializeFields(Class) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Returns true if the class' fields should be deserialized.
shouldSerializeFields(Class) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Returns true if the class' fields should be serialized.
show() - Method in class com.google.gwt.user.client.ui.PopupPanel
Shows the popup.
showStack(int) - Method in class com.google.gwt.user.client.ui.StackPanel
Shows the widget at the specified child index.
showWidget(int) - Method in class com.google.gwt.user.client.ui.DeckPanel
Shows the widget at the specified index.
SimplePanel - Class in com.google.gwt.user.client.ui
Abstract base class for panels that contain only one widget.
SimplePanel() - Constructor for class com.google.gwt.user.client.ui.SimplePanel
Creates an empty panel that uses a DIV for its contents.
SimplePanel(Element) - Constructor for class com.google.gwt.user.client.ui.SimplePanel
Creates an empty panel that uses the specified browser element for its contents.
sinkEvents(Element, int) - Static method in class com.google.gwt.user.client.DOM
Sets the current set of events sunk by a given element.
sinkEvents(int) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a set of events to be sunk by this object.
size() - Method in class com.google.gwt.json.client.JSONArray
Returns the number of elements in this array.
size() - Method in class com.google.gwt.json.client.JSONObject
Determines the number of keys on this object.
size() - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets the number of widgets in this collection.
SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents a Small font.
sort(JClassType[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort class types in a consistent way.
sort(JConstructor[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort constructors in a consistent way.
sort(JField[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort fields in a consistent way.
sort(JMethod[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort methods in a consistent way.
SourcesChangeEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the ChangeListener interface.
SourcesClickEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the ClickListener interface.
SourcesFocusEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the FocusListener interface.
SourcesKeyboardEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the KeyboardListener interface.
SourcesLoadEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the LoadListener interface.
SourcesMouseEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the MouseListener interface.
SourcesMouseWheelEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the MouseWheelListener interface.
SourcesPopupEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the PopupListener interface.
SourcesScrollEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the ScrollListener interface.
SourcesTabEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the TabListener interface.
SourcesTableEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the TableListener interface.
SourcesTreeEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface sources the events defined by the TreeListener interface.
SOUTH - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the south edge of the dock.
SPAM - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs extremely verbose and detailed information that is typically useful only to product implementors.
splitText(int) - Method in interface com.google.gwt.xml.client.Text
Splits the node into two text nodes.
StackPanel - Class in com.google.gwt.user.client.ui
A panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.
StackPanel() - Constructor for class com.google.gwt.user.client.ui.StackPanel
Creates an empty stack panel.
stringValue() - Method in class com.google.gwt.json.client.JSONString
Returns the raw Java string value of this item.
submit() - Method in class com.google.gwt.user.client.ui.FormPanel
Submits the form.
substringData(int, int) - Method in interface com.google.gwt.xml.client.CharacterData
This method gets a substring of the character data.
SuggestBox - Class in com.google.gwt.user.client.ui
A SuggestBox is a text box or text area which displays a pre-configured set of selections that match the user's input.
SuggestBox() - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestBox(SuggestOracle) - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestBox(SuggestOracle, TextBoxBase) - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestionEvent - Class in com.google.gwt.user.client.ui
Event object containing information about the selection of a SuggestOracle.Suggestion displayed by a SuggestBox.
SuggestionEvent(SuggestBox, SuggestOracle.Suggestion) - Constructor for class com.google.gwt.user.client.ui.SuggestionEvent
 
SuggestionHandler - Interface in com.google.gwt.user.client.ui
Event handler interface for SuggestionEvent.
SuggestOracle - Class in com.google.gwt.user.client.ui
A SuggestOracle can be used to create suggestions associated with a specific query string.
SuggestOracle() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle
Constructor for SuggestOracle.
SuggestOracle.Callback - Interface in com.google.gwt.user.client.ui
Callback for SuggestOracle.
SuggestOracle.Request - Class in com.google.gwt.user.client.ui
A SuggestOracle request.
SuggestOracle.Request() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
Constructor for SuggestOracle.Request.
SuggestOracle.Request(String) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
Constructor for SuggestOracle.Request.
SuggestOracle.Request(String, int) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
Constructor for SuggestOracle.Request.
SuggestOracle.Response - Class in com.google.gwt.user.client.ui
SuggestOracle response.
SuggestOracle.Response() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Response
Constructor for SuggestOracle.Response.
SuggestOracle.Response(Collection) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Response
Constructor for SuggestOracle.Response.
SuggestOracle.Suggestion - Interface in com.google.gwt.user.client.ui
Suggestion supplied by the SuggestOracle.
supportsCDATASection() - Static method in class com.google.gwt.xml.client.XMLParser
This method determines whether the browser supports CDATASection as distinct entities from Text nodes.
SYNTAX_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 

T

TabBar - Class in com.google.gwt.user.client.ui
A horizontal bar of folder-style tabs, most commonly used as part of a TabPanel.
TabBar() - Constructor for class com.google.gwt.user.client.ui.TabBar
Creates an empty tab bar.
TableListener - Interface in com.google.gwt.user.client.ui
Event listener interface for table events.
TableListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesTableEvents interface.
TableListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TableListenerCollection
 
TabListener - Interface in com.google.gwt.user.client.ui
Event listener interface for tab events, used primarily by TabBar and TabPanel.
TabListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesTabEvents interface.
TabListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TabListenerCollection
 
TabPanel - Class in com.google.gwt.user.client.ui
A panel that represents a tabbed set of pages, each of which contains another widget.
TabPanel() - Constructor for class com.google.gwt.user.client.ui.TabPanel
Creates an empty tab panel.
TAG_TYPEARGS - Static variable in class com.google.gwt.core.ext.typeinfo.TypeOracle
A reserved metadata tag to indicates that a field type, method return type or method parameter type is intended to be parameterized.
TestResults - Class in com.google.gwt.junit.client
Encapsulates the results of the execution of a single benchmark.
TestResults() - Constructor for class com.google.gwt.junit.client.TestResults
 
Text - Interface in com.google.gwt.xml.client
This interface describes text nodes, as might occur between tags.
TEXT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 3 denotes DOM nodes of type Text.
TextArea - Class in com.google.gwt.user.client.ui
A text box that allows multiple lines of text to be entered.
TextArea() - Constructor for class com.google.gwt.user.client.ui.TextArea
Creates an empty text area.
TextBox - Class in com.google.gwt.user.client.ui
A standard single-line text box.
TextBox() - Constructor for class com.google.gwt.user.client.ui.TextBox
Creates an empty text box.
TextBoxBase - Class in com.google.gwt.user.client.ui
Abstract base class for all text entry widgets.
TextBoxBase(Element) - Constructor for class com.google.gwt.user.client.ui.TextBoxBase
Creates a text box that wraps the given browser element handle.
TextBoxBase.TextAlignConstant - Class in com.google.gwt.user.client.ui
Text alignment constant, used in TextBoxBase.setTextAlignment(TextBoxBase.TextAlignConstant).
TimeoutException - Exception in com.google.gwt.junit.client
This exception is thrown when a GWTTestCase-derived class runs a test in asynchronous mode and fails to complete within a specified timeout period.
TimeoutException() - Constructor for exception com.google.gwt.junit.client.TimeoutException
 
TimeoutException(int) - Constructor for exception com.google.gwt.junit.client.TimeoutException
Constructs a timeout exception for a given number of milliseconds.
TimeoutException(String) - Constructor for exception com.google.gwt.junit.client.TimeoutException
Constructs a timeout exception with the specified detail message.
TimeoutException(String, Throwable) - Constructor for exception com.google.gwt.junit.client.TimeoutException
Constructs a timeout exception with the specified detail message and cause.
TimeoutException(Throwable) - Constructor for exception com.google.gwt.junit.client.TimeoutException
Constructs a timeout exception with the specified cause.
Timer - Class in com.google.gwt.user.client
A simplified, browser-safe timer class.
Timer() - Constructor for class com.google.gwt.user.client.Timer
 
toggleBold() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Toggles bold.
ToggleButton - Class in com.google.gwt.user.client.ui
A ToggleButton is a stylish stateful button which allows the user to toggle between up and down states.
ToggleButton() - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(String) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(String, String) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
toggleItalic() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Toggles italic.
toggleStrikethrough() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Toggles strikethrough.
toggleSubscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Toggles subscript.
toggleSuperscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Toggles superscript.
toggleUnderline() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Toggles underline.
toString() - Method in class com.google.gwt.core.client.JavaScriptObject
 
toString() - Method in class com.google.gwt.core.ext.TreeLogger.Type
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JConstructor
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
toString() - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
toString() - Method in class com.google.gwt.http.client.RequestBuilder.Method
 
toString() - Method in class com.google.gwt.i18n.client.Dictionary
 
toString() - Method in class com.google.gwt.json.client.JSONArray
Create the JSON encoded string representation of this JSONArray instance.
toString() - Method in class com.google.gwt.json.client.JSONBoolean
Returns "true" for the true value, and "false" for the false value.
toString() - Method in class com.google.gwt.json.client.JSONNull
Returns "null" to allow for formatting null values.
toString() - Method in class com.google.gwt.json.client.JSONNumber
Returns the JSON representation of this number.
toString() - Method in class com.google.gwt.json.client.JSONObject
Converts a JSONObject into a JSON representation that can be used to communicate with a JSON service.
toString() - Method in class com.google.gwt.json.client.JSONString
Returns the JSON formatted value of this string, quoted for evaluating in a JavaScript interpreter.
toString() - Method in class com.google.gwt.json.client.JSONValue
Returns a JSON-encoded string for this entity.
toString() - Method in class com.google.gwt.junit.client.Operator
Returns the textual representation of the Operator.
toString() - Method in class com.google.gwt.junit.client.TestResults
 
toString() - Method in class com.google.gwt.junit.client.Trial
 
toString(Element) - Static method in class com.google.gwt.user.client.DOM
Returns a stringized version of the element.
toString() - Method in class com.google.gwt.user.client.Element
 
toString() - Method in class com.google.gwt.user.client.Event
 
toString() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
 
toString() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
 
toString() - Method in class com.google.gwt.user.client.ui.RichTextArea.FontSize
 
toString() - Method in class com.google.gwt.user.client.ui.RichTextArea.Justification
 
toString() - Method in class com.google.gwt.user.client.ui.SuggestionEvent
Returns the string representation of this event object.
toString() - Method in class com.google.gwt.user.client.ui.UIObject
This method is overridden so that any object can be viewed in the debugger as an HTML snippet.
toStringParamsAndThrows(StringBuffer) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
TRACE - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs information related to lower-level operation.
Tree - Class in com.google.gwt.user.client.ui
A standard hierarchical tree widget.
Tree() - Constructor for class com.google.gwt.user.client.ui.Tree
Constructs an empty tree.
Tree(TreeImages) - Constructor for class com.google.gwt.user.client.ui.Tree
Constructs a tree that uses the specified image bundle for images.
treeClosed() - Method in interface com.google.gwt.user.client.ui.TreeImages
An image indicating a closed branch.
TreeImages - Interface in com.google.gwt.user.client.ui
An ImageBundle that provides images for Tree.
TreeItem - Class in com.google.gwt.user.client.ui
An item that can be contained within a Tree.
TreeItem() - Constructor for class com.google.gwt.user.client.ui.TreeItem
Creates an empty tree item.
TreeItem(String) - Constructor for class com.google.gwt.user.client.ui.TreeItem
Constructs a tree item with the given HTML.
TreeItem(Widget) - Constructor for class com.google.gwt.user.client.ui.TreeItem
Constructs a tree item with the given Widget.
treeItemIterator() - Method in class com.google.gwt.user.client.ui.Tree
Iterator of tree items.
treeLeaf() - Method in interface com.google.gwt.user.client.ui.TreeImages
An image indicating a leaf.
TreeListener - Interface in com.google.gwt.user.client.ui
Event listener interface for tree events.
TreeListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesClickEvents interface.
TreeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TreeListenerCollection
 
TreeLogger - Interface in com.google.gwt.core.ext
An interface used to log messages in deferred binding generators.
TreeLogger.Type - Class in com.google.gwt.core.ext
A type-safe enum of all possible logging severity types.
treeOpen() - Method in interface com.google.gwt.user.client.ui.TreeImages
An image indicating an open branch.
Trial - Class in com.google.gwt.junit.client
The result of a single trial-run of a single benchmark method.
Trial(Map, double, ExceptionWrapper) - Constructor for class com.google.gwt.junit.client.Trial
Creates a new Trial.
Trial() - Constructor for class com.google.gwt.junit.client.Trial
 
tryCreate(TreeLogger, String, String) - Method in interface com.google.gwt.core.ext.GeneratorContext
Attempts to get a PrintWriter so that the caller can generate the source code for the named type.
tryCreateResource(TreeLogger, String) - Method in interface com.google.gwt.core.ext.GeneratorContext
Attempts to get an OutputStream so that the caller can write file contents into the named file underneath the compilation output directory.
TypeOracle - Class in com.google.gwt.core.ext.typeinfo
Provides type-related information about a set of source files, including doc comment metadata.
TypeOracle() - Constructor for class com.google.gwt.core.ext.typeinfo.TypeOracle
 
TypeOracleException - Exception in com.google.gwt.core.ext.typeinfo
The superclass of exceptions thrown by TypeOracle.
TypeOracleException() - Constructor for exception com.google.gwt.core.ext.typeinfo.TypeOracleException
 
TypeOracleException(String) - Constructor for exception com.google.gwt.core.ext.typeinfo.TypeOracleException
 
TypeOracleException(String, Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.TypeOracleException
 
TypeOracleException(Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.TypeOracleException
 

U

UIObject - Class in com.google.gwt.user.client.ui
The superclass for all user-interface objects.
UIObject() - Constructor for class com.google.gwt.user.client.ui.UIObject
 
UnableToCompleteException - Exception in com.google.gwt.core.ext
Used to indicate that some part of a multi-step process failed.
UnableToCompleteException() - Constructor for exception com.google.gwt.core.ext.UnableToCompleteException
 
UNDEFINED - Static variable in class com.google.gwt.user.client.Event
Error code returned by DOM.getEventXXX methods when the actual integer value is undefined.
UnexpectedException - Exception in com.google.gwt.user.server.rpc
The GWT RPC class throws UnexpectedException when a service method, being invoked by GWT RPC, throws a checked exception that is not in the service method's signature.
UnexpectedException(String, Throwable) - Constructor for exception com.google.gwt.user.server.rpc.UnexpectedException
Construct an UnexpectedException.
unsinkEvents(int) - Method in class com.google.gwt.user.client.ui.UIObject
Removes a set of events from this object's event list.
URL - Class in com.google.gwt.http.client
Utility class for the encoding and decoding URLs in their entirety or by their individual components.

V

validateDeserialize(Class) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Validates that the specified class should be deserialized from a stream.
validateSerialize(Class) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Validates that the specified class should be serialized into a stream.
valueOf(String) - Static method in class com.google.gwt.core.ext.TreeLogger.Type
Looks up a severity type by label.
valueOf(String) - Static method in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
values() - Method in class com.google.gwt.i18n.client.Dictionary
Collection of values associated with this dictionary.
VerticalPanel - Class in com.google.gwt.user.client.ui
A panel that lays all of its widgets out in a single vertical column.
VerticalPanel() - Constructor for class com.google.gwt.user.client.ui.VerticalPanel
Creates an empty vertical panel.
VerticalSplitPanel - Class in com.google.gwt.user.client.ui
A panel that arranges two widgets in a single vertical column and allows the user to interactively change the proportion of the height dedicated to each of the two widgets.
VerticalSplitPanel() - Constructor for class com.google.gwt.user.client.ui.VerticalSplitPanel
 
VerticalSplitPanel(VerticalSplitPanelImages) - Constructor for class com.google.gwt.user.client.ui.VerticalSplitPanel
Creates an empty vertical split panel.
VerticalSplitPanelImages - Interface in com.google.gwt.user.client.ui
An ImageBundle that provides images for HorizontalSplitPanel.
verticalSplitPanelThumb() - Method in interface com.google.gwt.user.client.ui.VerticalSplitPanelImages
An image representing the drag thumb.
VOID - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
vY - Variable in class com.google.gwt.user.client.ui.MouseWheelVelocity
Stores the Y-axis velocity.

W

WARN - Static variable in interface com.google.gwt.core.ext.TreeLogger
Logs a warning.
WEST - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the west edge of the dock.
Widget - Class in com.google.gwt.user.client.ui
The base class for the majority of user-interface objects.
Widget() - Constructor for class com.google.gwt.user.client.ui.Widget
 
WidgetCollection - Class in com.google.gwt.user.client.ui
A simple collection of widgets to be used by panels and composites.
WidgetCollection(HasWidgets) - Constructor for class com.google.gwt.user.client.ui.WidgetCollection
Constructs a new widget collection.
Window - Class in com.google.gwt.user.client
This class provides access to the browser window's methods, properties, and events.
WindowCloseListener - Interface in com.google.gwt.user.client
Implement this interface to receive closing events from the browser window.
windowGetClientHeight() - Static method in class com.google.gwt.user.client.DOM
Gets the height of the browser window's client area excluding the scroll bar.
windowGetClientWidth() - Static method in class com.google.gwt.user.client.DOM
Gets the width of the browser window's client area excluding the vertical scroll bar.
WindowResizeListener - Interface in com.google.gwt.user.client
Implement this interface to receive resize events from the browser window.
writeBoolean(boolean) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeByte(byte) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeChar(char) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeDouble(double) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeFloat(float) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeInt(int) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeLong(long) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeObject(Object) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeShort(short) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeString(String) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 

X

X_LARGE - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an X-Large font.
X_SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an X-Small font.
XMLParser - Class in com.google.gwt.xml.client
This class represents the client interface to XML parsing.
XX_LARGE - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an XX-Large font.
XX_SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an XX-Small font.

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