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.
add(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues a Command to be fired after all current events have been handled.
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.
add(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
Adds the specified widget to the deck.
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(Widget) - Method in class com.google.gwt.user.client.ui.Panel
 
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) - 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.
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.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.TextBoxBase
 
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.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.
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.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 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
 
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.
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 style name to the widget.
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.
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.
adopt(Widget, Element) - Method in class com.google.gwt.user.client.ui.Panel
This method must be called as part of the add method of any panel.
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.
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
 
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.
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.
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.
checkRowBounds(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Checks that the row is within the correct bounds.
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.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.
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).
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.
createButton() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML BUTTON 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.
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.
createIFrame() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML IFRAME element.
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.
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 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 BODY 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.
createTH() - 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 id's for elements within dynamically- generated HTML.

D

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.
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.add(Command) method.
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.
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.
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.
disown(Widget) - Method in class com.google.gwt.user.client.ui.Panel
This method must be called whenever a Widget is removed.
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.
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
This is called internally.
DOUBLE - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 

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 - 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.
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
 
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.
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.
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.
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.

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.
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.
FiresFormEvents - Interface in com.google.gwt.user.client.ui
A widget that implements this interface fires the events defined by the FormHandler 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(Element) - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus component that wraps the specified browser element.
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.
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
Gets any named attribute from an element, as a string.
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.
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
Gets a boolean attribute on the given element.
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.
getClientWidth() - Static method in class com.google.gwt.user.client.Window
Gets the width of the browser window's client area.
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
 
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.SimplePanel
Override this method to specify that an element other than the root element be the container for the panel's child widget.
getCookie(String) - Static method in class com.google.gwt.user.client.Cookies
Gets the cookie associated with the given key.
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.
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
 
getDefaultValue() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the default value of the hidden field.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.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.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
Gets this tree's default image package.
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
Gets an integer attribute on a given element.
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.
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
 
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.
getLocation() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
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.
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.
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
 
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.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.
getOverloads(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
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.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
 
getParent() - Method in class com.google.gwt.core.ext.TreeLogger.Type
Gets the parent of this severity type.
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.
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
 
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
 
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
 
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.
getScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Gets the vertical scroll position.
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.Tree
Gets the currently selected item.
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.
getServiceEntryPoint() - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Gets the URL of a service implementation.
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
 
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.
getStyleName(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets a style from a specified row.
getStyleName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Gets a style from a specified column.
getStyleName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets a style from a specified row.
getStyleName() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the 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
 
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.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.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.
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.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.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.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.
getTree() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the tree that contains this item.
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.
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.
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.DeckPanel
 
getWidget(int) - Method in class com.google.gwt.user.client.ui.FlowPanel
 
getWidget(int) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
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.StackPanel
 
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.
getWidget(int) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
getWidgetCount() - Method in class com.google.gwt.user.client.ui.DeckPanel
 
getWidgetCount() - Method in class com.google.gwt.user.client.ui.FlowPanel
 
getWidgetCount() - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
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.StackPanel
 
getWidgetCount() - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidgetCount() - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
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.DeckPanel
 
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.FlowPanel
 
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
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.StackPanel
 
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
getWidgetLeft(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Gets the left position of the specified widget within the panel.
getWidgetTop(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Gets the top position of the specified widget within the panel.
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
 
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.
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.
importNode(Node, boolean) - Method in interface com.google.gwt.xml.client.Document
This method imports a node into the current Document.
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
Inserts a new child widget into the panel.
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.HorizontalPanel
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, 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(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.
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.
insertListItem(Element, String, String, int) - Static method in class com.google.gwt.user.client.DOM
 
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.
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.
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.
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.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).
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.
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
 
isItemSelected(int) - Method in class com.google.gwt.user.client.ui.ListBox
Determines whether an individual list item is selected.
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.
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
 
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.
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
 
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 used to indicate a family of classes is serializable.
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
 
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.
isTransient() - Method in interface com.google.gwt.core.ext.typeinfo.CompilationUnitProvider
 
isTransient() - Method in class com.google.gwt.core.ext.typeinfo.JField
 
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.user.client.ui.ComplexPanel
 
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
Returns all TreeItem.ContentPanel elements contained within this 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(int) - Constructor for class com.google.gwt.core.client.JavaScriptObject
Creates a new JavaScriptObject.
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.
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.
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

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_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 or dblclick.
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
 

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.
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.FormPanel
 
onAttach() - Method in class com.google.gwt.user.client.ui.Panel
 
onAttach() - Method in class com.google.gwt.user.client.ui.Tree
 
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.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.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.
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(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
 
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.CheckBox
This method is called when a widget is detached from the browser's document.
onDetach() - Method in class com.google.gwt.user.client.ui.Composite
 
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.Panel
 
onDetach() - Method in class com.google.gwt.user.client.ui.Tree
 
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 a scrollable element's scroll offset changes.
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.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 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 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 any other widget.
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 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 any other widget.
ONKEYUP - Static variable in class com.google.gwt.user.client.Event
Fired when the user releases a key.
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 any other widget.
ONLOAD - Static variable in class com.google.gwt.user.client.Event
Fired when an element (normally an IMG) finishes loading.
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.Tree
 
onLoad() - Method in class com.google.gwt.user.client.ui.Widget
This method is called when the 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 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
 
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.
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
 
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.
opaque - Variable in class com.google.gwt.core.client.JavaScriptObject
the underlying JavaScript object.
open(String, String, String) - Static method in class com.google.gwt.user.client.Window
Opens a new browser window.

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) - 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.
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 implemea whaccessed.
processCall(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
This is public so that it can be unit tested easily without HTTP.
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.
PropertyOracle - Interface in com.google.gwt.core.ext
Provides deferred binding property values.
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.
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.
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(Widget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
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.DockPanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.FlowPanel
 
remove(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
Removes a child widget.
remove(int) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
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.PopupPanel
 
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(int) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
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.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.TextBoxBase
 
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.Tree
 
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.TextBoxBase
 
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
 
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 interface com.google.gwt.user.client.ui.SourcesMouseEvents
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.
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 from the widget.
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.
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.
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.
RootPanel - Class in com.google.gwt.user.client.ui
The panel to which all other widgets must ultimately be added.
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 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.
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
 
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.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.Tree
 
setAction(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the 'action' associated with this form.
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
Sets an attribute on the given element.
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.
setBooleanAttribute(Element, String, boolean) - Static method in class com.google.gwt.user.client.DOM
Sets a boolean attribute on the given element.
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.
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(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(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.
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.
setElement(Element) - Method in class com.google.gwt.user.client.ui.UIObject
Sets this object's browser element.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
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.
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
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.Tree
 
setHeader(String, String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets a request header with the given name and value.
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.UIObject
Sets the object's height.
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.
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.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.TreeItem
 
setID(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the id of the hidden field.
setImageBase(String) - Method in class com.google.gwt.user.client.ui.Tree
Sets the base URL under which this tree will find its default images.
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
Sets an integer attribute on the given element.
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.
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
 
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.TextBoxBase
 
setNodeValue(String) - Method in interface com.google.gwt.xml.client.Node
This method sets the value to nodeValue.
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.
setReturnType(JType) - Method in class com.google.gwt.core.ext.typeinfo.JMethod
 
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.
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.
setSpacing(int) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the amount of spacing between this panel's cells.
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, boolean) - Static method in class com.google.gwt.user.client.ui.UIObject
This convenience method implements allows one to easily add or remove the style name for any element.
setStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's style name, removing all other styles.
setSubMenu(MenuBar) - Method in class com.google.gwt.user.client.ui.MenuItem
Sets the sub-menu associated with this item.
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.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.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.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.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.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.
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.
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(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.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.Composite
Deprecated. this method is deprecated, and will be removed when GWT leaves beta (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.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(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.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.
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.
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.
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.
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.
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
 
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(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.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.
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.
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.
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.
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 base class 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
 
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

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.
VOID - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 

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.
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

XMLParser - Class in com.google.gwt.xml.client
This class represents the client interface to XML parsing.

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