A B C D E F G H I J K L M N O P Q 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.
AbsolutePanel(Element) - Constructor for class com.google.gwt.user.client.ui.AbsolutePanel
Creates an AbsolutePanel with the given element.
AbstractImagePrototype - Class in com.google.gwt.user.client.ui
An opaque representation of a particular image such that the image can be accessed either as an HTML fragment or as an Image object.
AbstractImagePrototype() - Constructor for class com.google.gwt.user.client.ui.AbstractImagePrototype
 
AbstractImagePrototype.ImagePrototypeElement - Class in com.google.gwt.user.client.ui
This corresponds to the top Element of the DOM structure created by AbstractImagePrototype.createElement().
AbstractImagePrototype.ImagePrototypeElement() - Constructor for class com.google.gwt.user.client.ui.AbstractImagePrototype.ImagePrototypeElement
 
AbstractLinker - Class in com.google.gwt.core.ext.linker
Provides basic functions common to all Linker implementations.
AbstractLinker() - Constructor for class com.google.gwt.core.ext.linker.AbstractLinker
 
acceptsGzipEncoding(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the HttpServletRequest accepts Gzip encoding.
acceptSubtype(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
acceptSubtype(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
acceptSubtype(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
Accessibility - Class in com.google.gwt.user.client.ui
Allows ARIA attributes to be added to widgets so that they can be identified by assistive technologies.
ADD - Static variable in class com.google.gwt.benchmarks.client.Operator
The standard addition operator.
add(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
add(OptionElement, OptionElement) - Method in class com.google.gwt.dom.client.SelectElement
Add a new element to the collection of OPTION elements for this SELECT.
add(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Deprecated. As of release 1.4, replaced by DeferredCommand.addCommand(Command)
add(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Adds a child widget to this panel.
add(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Adds a widget to the panel at the specified position.
add(Widget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
 
add(Widget, Element) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Adds a new child widget to the panel, attaching its Element to the specified container Element.
add(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
Adds the specified widget to the deck.
add(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
add(Widget, DockPanel.DockLayoutConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
Adds a widget to the specified edge of the dock.
add(Widget) - Method in class com.google.gwt.user.client.ui.FlowPanel
Adds a new child widget to the panel.
add(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
Adds a child widget.
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Adds a child widget to the panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Adds a widget to a pane in the HorizontalSplitPanel.
add(Widget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, contained within the HTML element specified by a given id.
add(String) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Adds a suggestion to the oracle.
add(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Adds a child widget.
add(Widget) - Method in class com.google.gwt.user.client.ui.SimplePanel
Adds a widget to this panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget.
add(Widget, String) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget and header.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget and header, optionally interpreting the header as HTML.
add(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
 
add(Widget, String) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget, Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.Tree
Adds the widget as a root tree item.
add(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Adds a child widget to the panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Adds a widget to the end of this collection.
addAll(Collection<? extends Artifact<?>>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
addAll(Collection<String>) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Adds all suggestions specified.
addAndReplaceElement(Widget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, replacing the HTML element specified by a given id.
addAnnotations(Map<Class<? extends Annotation>, Annotation>) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
addAnnotations(Map<Class<? extends Annotation>, Annotation>) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addCell(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Appends a cell to the specified row.
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.ListBox
 
addChangeListener(ChangeListener) - Method in interface com.google.gwt.user.client.ui.SourcesChangeEvents
Adds a listener interface to receive change events.
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve change events on the SuggestBox's text box.
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
addCheckpoint(String) - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. This method will be removed when web mode supports stack traces. It can be useful for debugging web mode failures, but production code should not depend on it.
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Image
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
 
addClickListener(ClickListener) - Method in interface com.google.gwt.user.client.ui.SourcesClickEvents
Adds a listener interface to receive click events.
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve click events on the SuggestBox's text box.
addCommand(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues a Command to be fired after all current events have been handled.
addCommand(IncrementalCommand) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues an IncrementalCommand to be fired after all current events have been handled.
addConstructor(JConstructor) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addEventHandler(DisclosureHandler) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Attaches an event handler to the panel to receive DisclosureEvent notification.
addEventHandler(DisclosureHandler) - Method in interface com.google.gwt.user.client.ui.FiresDisclosureEvents
Adds a handler interface to receive open events.
addEventHandler(SuggestionHandler) - Method in interface com.google.gwt.user.client.ui.FiresSuggestionEvents
Adds a handler interface to receive suggestion events.
addEventHandler(SuggestionHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
Adds an event preview to the preview stack.
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.Event
Adds an event preview to the preview stack.
addField(JField) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addFocusListener(FocusListener) - Method in interface com.google.gwt.user.client.ui.SourcesFocusEvents
Adds a listener interface to receive mouse events.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve focus events on the SuggestBox's text box.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addFormHandler(FormHandler) - Method in interface com.google.gwt.user.client.ui.FiresFormEvents
Adds a handler interface to receive click events.
addFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
 
addHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
Adds a listener to be informed of changes to the browser's history stack.
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addItem(String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box.
addItem(String, String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box, specifying an initial value for the item.
addItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar.
addItem(String, boolean, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, boolean, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String) - Method in class com.google.gwt.user.client.ui.Tree
Adds a simple tree item containing the specified text.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Adds an item to the root level of this tree.
addItem(Widget) - Method in class com.google.gwt.user.client.ui.Tree
Adds a new tree item containing the specified widget.
addItem(String) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified text.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds another item as a child to this one.
addItem(Widget) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified widget.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
Adds a listener interface to receive keyboard events.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Adds a listener to recieve keyboard events on the SuggestBox's text box.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.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
Deprecated. Javadoc comment metadata has been deprecated in favor of proper Java annotations. The only way to add a Java annotation is via the source code.
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.JArrayType
 
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
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addMethod(JMethod) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
addMouseListener(MouseListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseEvents
Adds a listener interface to receive mouse events.
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Adds a listener interface to receive mouse events.
addNestedType(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addPause() - Static method in class com.google.gwt.user.client.DeferredCommand
Adds a "pause" to the queue of DeferredCommands.
addPopupListener(PopupListener) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
addPopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
Adds a listener interface to receive popup events.
addScrollListener(ScrollListener) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
addScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
Adds a listener interface to receive scroll events.
addSeparator() - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a thin line to the MenuBar to separate sections of MenuItems.
addSeparator(MenuItemSeparator) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a thin line to the MenuBar to separate sections of MenuItems.
addStyleDependentName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a dependent style name by specifying the style name's suffix.
addStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Adds a style to the specified cell.
addStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Adds a style to the specified column.
addStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Adds a style to the specified row.
addStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a secondary or dependent style name to this object.
addTab(String) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
addTab(String, boolean) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
addTab(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified widget.
addTableListener(TableListener) - Method in class com.google.gwt.user.client.ui.HTMLTable
Adds a listener to the current table.
addTableListener(TableListener) - Method in interface com.google.gwt.user.client.ui.SourcesTableEvents
Adds a listener interface to receive click events.
addTabListener(TabListener) - Method in interface com.google.gwt.user.client.ui.SourcesTabEvents
Adds a listener interface to receive click events.
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
 
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
 
addTest(Test) - Method in class com.google.gwt.junit.tools.GWTTestSuite
 
addThrows(JType) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
Adds a listener interface to receive tree events.
addTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
 
addWindowCloseListener(WindowCloseListener) - Static method in class com.google.gwt.user.client.Window
Adds a listener to receive window closing events.
addWindowResizeListener(WindowResizeListener) - Static method in class com.google.gwt.user.client.Window
Adds a listener to receive window resize events.
adjustIndex(Widget, int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Adjusts beforeIndex to account for the possibility that the given widget is already a child of this panel.
adopt(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Finalize the attachment of a Widget to this Panel.
adopt(Widget, Element) - Method in class com.google.gwt.user.client.ui.Panel
Deprecated. Use Panel.adopt(Widget).
alert(String) - Static method in class com.google.gwt.user.client.Window
Displays a message in a modal dialog box.
ALIGN_BOTTOM - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned to the bottom.
ALIGN_CENTER - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned in the center.
ALIGN_CENTER - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Center the text.
ALIGN_DEFAULT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
In a RTL layout, specifies that the widget's contents should be aligned to the right.
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 class com.google.gwt.core.ext.TreeLogger
Logs everything -- quite a bit of stuff.
Anchor - Class in com.google.gwt.user.client.ui
A widget that represents a simple <a> element.
Anchor() - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an empty anchor.
Anchor(String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String, boolean) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String, boolean, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its text and href (target URL) specified.
Anchor(String, boolean, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor (link to URI).
Anchor(String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its text and href (target URL) specified.
Anchor(String, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor with a frame target.
Anchor(Element) - Constructor for class com.google.gwt.user.client.ui.Anchor
This constructor may be used by subclasses to explicitly use an existing element.
AnchorElement - Class in com.google.gwt.dom.client
The anchor element.
AnchorElement() - Constructor for class com.google.gwt.dom.client.AnchorElement
 
Animation - Class in com.google.gwt.animation.client
An Animation is a continuous event that updates progressively over time at a non-fixed frame rate.
Animation() - Constructor for class com.google.gwt.animation.client.Animation
 
appendChild(T) - Method in class com.google.gwt.dom.client.Node
Adds the node newChild to the end of the list of children of this node.
appendChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Appends one element to another's list of children.
appendChild(Node) - Method in interface com.google.gwt.xml.client.Node
This method appends child newChild.
appendData(String) - Method in interface com.google.gwt.xml.client.CharacterData
This method appends data to the data in this CharacterData.
applyTo(Image) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Transforms an existing Image into the image represented by this prototype.
applyTo(AbstractImagePrototype.ImagePrototypeElement) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Transforms an existing AbstractImagePrototype.ImagePrototypeElement into the image represented by this prototype.
AreaElement - Class in com.google.gwt.dom.client
Client-side image map area definition.
AreaElement() - Constructor for class com.google.gwt.dom.client.AreaElement
 
Artifact<C extends Artifact<C>> - Class in com.google.gwt.core.ext.linker
A base type for all artifacts relating to the link process.
Artifact(Class<? extends Linker>) - Constructor for class com.google.gwt.core.ext.linker.Artifact
Constructor.
ArtifactSet - Class in com.google.gwt.core.ext.linker
Provides stable ordering and de-duplication of artifacts.
ArtifactSet() - Constructor for class com.google.gwt.core.ext.linker.ArtifactSet
 
ArtifactSet(Collection<? extends Artifact<?>>) - Constructor for class com.google.gwt.core.ext.linker.ArtifactSet
 
as(Element) - Static method in class com.google.gwt.dom.client.AnchorElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.AreaElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.BaseElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.BodyElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.BRElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ButtonElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.DivElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.DListElement
 
as(Node) - Static method in class com.google.gwt.dom.client.Element
Assert that the given Node is of type Node.ELEMENT_NODE and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FieldSetElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FormElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FrameElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FrameSetElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.HeadElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.HeadingElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.HRElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.IFrameElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ImageElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.InputElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LabelElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LegendElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LIElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LinkElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.MapElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.MetaElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ModElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ObjectElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.OListElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.OptGroupElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.OptionElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ParagraphElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ParamElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.PreElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.QuoteElement
TODO
as(Element) - Static method in class com.google.gwt.dom.client.ScriptElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.SelectElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.SpanElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.StyleElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableCaptionElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableCellElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableColElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableRowElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableSectionElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Node) - Static method in class com.google.gwt.dom.client.Text
Assert that the given Node is of type Node.TEXT_NODE and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TextAreaElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TitleElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.UListElement
Assert that the given Element is compatible with this class and automatically typecast it.
asParameterizationOf(JGenericType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
asParameterizedByWildcards() - Method in class com.google.gwt.core.ext.typeinfo.JGenericType
 
asParameterizedByWildcards() - Method in class com.google.gwt.core.ext.typeinfo.JRawType
 
assign(String) - Static method in class com.google.gwt.user.client.Window.Location
Assigns the window to a new URL.
AsyncCallback<T> - 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
Deprecated. Makes an asynchronous HTTP GET to a remote server.
asyncGet(String, String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Deprecated. Makes an asynchronous HTTP GET to a remote server.
asyncPost(String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Deprecated. 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
Deprecated. 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
 
BaseElement - Class in com.google.gwt.dom.client
Document base URI.
BaseElement() - Constructor for class com.google.gwt.dom.client.BaseElement
 
Benchmark - Class in com.google.gwt.benchmarks.client
A type of GWTTestCase which specifically records performance results.
Benchmark() - Constructor for class com.google.gwt.benchmarks.client.Benchmark
 
BidiUtils - Class in com.google.gwt.i18n.client
A set of bidi-related utility methods.
BidiUtils() - Constructor for class com.google.gwt.i18n.client.BidiUtils
 
blur() - Method in class com.google.gwt.dom.client.AnchorElement
Removes keyboard focus from this element.
blur() - Method in class com.google.gwt.dom.client.InputElement
Removes keyboard focus from this element.
blur() - Method in class com.google.gwt.dom.client.SelectElement
Removes keyboard focus from this element.
blur() - Method in class com.google.gwt.dom.client.TextAreaElement
Removes keyboard focus from this element.
BodyElement - Class in com.google.gwt.dom.client
The HTML document body.
BodyElement() - Constructor for class com.google.gwt.dom.client.BodyElement
 
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) - Method in class com.google.gwt.core.ext.TreeLogger
Calls TreeLogger.branch(com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo) with a null caught and helpInfo.
branch(TreeLogger.Type, String, Throwable) - Method in class com.google.gwt.core.ext.TreeLogger
Calls TreeLogger.branch(com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo) with a null helpInfo.
branch(TreeLogger.Type, String, Throwable, TreeLogger.HelpInfo) - Method in class 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.
BRElement - Class in com.google.gwt.dom.client
Force a line break.
BRElement() - Constructor for class com.google.gwt.dom.client.BRElement
 
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(Element) - Constructor for class com.google.gwt.user.client.ui.Button
This constructor may be used by subclasses to explicitly use an existing element.
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.
ButtonElement - Class in com.google.gwt.dom.client
Push button.
ButtonElement() - Constructor for class com.google.gwt.dom.client.ButtonElement
 
BYTE - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 

C

cancel() - Method in class com.google.gwt.animation.client.Animation
Immediately cancel this animation.
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.
cancelBubble(boolean) - Method in class com.google.gwt.user.client.Event
Cancels bubbling for the given event.
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.
CaptionPanel - Class in com.google.gwt.user.client.ui
A panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.
CaptionPanel() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel with an empty caption.
CaptionPanel(String) - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel with specified caption text.
CaptionPanel(String, boolean) - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel having the specified caption.
CaptionPanel.CaptionPanelImpl - Class in com.google.gwt.user.client.ui
Implementation class without browser-specific hacks.
CaptionPanel.CaptionPanelImpl() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
 
CaptionPanel.CaptionPanelImplMozilla - Class in com.google.gwt.user.client.ui
Implementation class that handles Mozilla rendering issues.
CaptionPanel.CaptionPanelImplMozilla() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla
 
CaptionPanel.CaptionPanelImplSafari - Class in com.google.gwt.user.client.ui
Implementation class that handles Safari rendering issues.
CaptionPanel.CaptionPanelImplSafari() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari
 
cast() - Method in class com.google.gwt.core.client.JavaScriptObject
A helper method to enable cross-casting from any JavaScriptObject type to any other JavaScriptObject type.
catchExceptions() - Method in class com.google.gwt.junit.client.GWTTestCase
Determines whether or not exceptions will be caught by the test fixture.
Category - Interface in com.google.gwt.benchmarks.client
Deprecated. 
CDATA_SECTION_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 4 denotes DOM nodes of type CdataSection.
CDATASection - Interface in com.google.gwt.xml.client
This node represents escaped character sequences.
CellPanel - Class in com.google.gwt.user.client.ui
A panel whose child widgets are contained within the cells of a table.
CellPanel() - Constructor for class com.google.gwt.user.client.ui.CellPanel
 
CENTER - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the center of the dock.
center() - Method in class com.google.gwt.user.client.ui.PopupPanel
Centers the popup in the browser window and shows it.
CENTER - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Center justification.
ChangeListener - Interface in com.google.gwt.user.client.ui
Event listener interface for 'change' events.
ChangeListenerCollection - Class in com.google.gwt.user.client.ui
A helper class for implementers of the SourcesChangeEvents interface.
ChangeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ChangeListenerCollection
 
CHAR - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
CharacterData - Interface in com.google.gwt.xml.client
This interface describes CharacterData XML nodes.
CheckBox - Class in com.google.gwt.user.client.ui
A standard check box widget.
CheckBox() - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with no label.
CheckBox(String) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(String, boolean) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(Element) - Constructor for class com.google.gwt.user.client.ui.CheckBox
 
checkCellBounds(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Bounds checks that the cell exists at the specified location.
checkIndexBoundsForAccess(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()), which is the valid range on accessible indexes.