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

A

abort() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Aborts the current request.
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.
AbsolutePanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses AbsolutePanel widgets.
AbsolutePanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.AbsolutePanelParser
 
AbstractActivity - Class in com.google.gwt.activity.shared
Simple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.
AbstractActivity() - Constructor for class com.google.gwt.activity.shared.AbstractActivity
 
AbstractCell<C> - Class in com.google.gwt.cell.client
A default implementation of the Cell interface.
AbstractCell(String...) - Constructor for class com.google.gwt.cell.client.AbstractCell
Construct a new AbstractCell with the specified consumed events.
AbstractCell(Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractCell
Construct a new AbstractCell with the specified consumed events.
AbstractCellTree - Class in com.google.gwt.user.cellview.client
An abstract representation of a tree widget that renders items using Cells.
AbstractCellTree(TreeViewModel) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTree
Construct a new CellTree with the specified TreeViewModel and root value.
AbstractDataProvider<T> - Class in com.google.gwt.view.client
A base implementation of a data source for HasData implementations.
AbstractDataProvider() - Constructor for class com.google.gwt.view.client.AbstractDataProvider
Construct an AbstractDataProvider without a key provider.
AbstractDataProvider(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.AbstractDataProvider
Construct an AbstractDataProvider with a given key provider.
AbstractEditableCell<C,V> - Class in com.google.gwt.cell.client
A default implementation of the Cell interface used for editable cells that need to save view data state for specific values.
AbstractEditableCell(String...) - Constructor for class com.google.gwt.cell.client.AbstractEditableCell
Construct a new AbstractEditableCell with the specified consumed events.
AbstractEditableCell(Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractEditableCell
Construct a new AbstractEditableCell with the specified consumed events.
AbstractHasData<T> - Class in com.google.gwt.user.cellview.client
An abstract Widget that implements HasData.
AbstractHasData(Element, int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractHasData
Constructs an AbstractHasData with the given page size.
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
 
AbstractInputCell<C,V> - Class in com.google.gwt.cell.client
An AbstractCell used to render input elements that can receive focus.
AbstractInputCell(String...) - Constructor for class com.google.gwt.cell.client.AbstractInputCell
Construct a new AbstractInputCell with the specified consumed events.
AbstractInputCell(Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractInputCell
Construct a new AbstractInputCell with the specified consumed events.
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
 
AbstractPager - Class in com.google.gwt.user.cellview.client
An abstract pager that exposes many methods useful for paging.
AbstractPager() - Constructor for class com.google.gwt.user.cellview.client.AbstractPager
 
AbstractRemoteServiceServlet - Class in com.google.gwt.user.server.rpc
An abstract base class containing utility methods.
AbstractRemoteServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
 
AbstractRenderer<T> - Class in com.google.gwt.text.shared
Abstract implementation of a renderer to make implementation of rendering simpler.
AbstractRenderer() - Constructor for class com.google.gwt.text.shared.AbstractRenderer
 
AbstractResourceGenerator - Class in com.google.gwt.resources.ext
A base class providing common methods for ResourceGenerator implementations.
AbstractResourceGenerator() - Constructor for class com.google.gwt.resources.ext.AbstractResourceGenerator
 
AbstractSafeHtmlCell<C> - Class in com.google.gwt.cell.client
A superclass for Cells that render or escape a String argument as HTML.
AbstractSafeHtmlCell(SafeHtmlRenderer<C>, String...) - Constructor for class com.google.gwt.cell.client.AbstractSafeHtmlCell
Construct an AbstractSafeHtmlCell using a given SafeHtmlRenderer that will consume a given set of events.
AbstractSafeHtmlCell(SafeHtmlRenderer<C>, Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractSafeHtmlCell
Construct an AbstractSafeHtmlCell using a given SafeHtmlRenderer that will consume a given set of events.
AbstractSafeHtmlRenderer<T> - Class in com.google.gwt.text.shared
Abstract implementation of a safe HTML renderer to make implementation of rendering simpler.
AbstractSafeHtmlRenderer() - Constructor for class com.google.gwt.text.shared.AbstractSafeHtmlRenderer
 
AbstractXsrfProtectedServiceServlet - Class in com.google.gwt.user.server.rpc
An abstract class for XSRF protected RPC service implementations, which decides if XSRF protection should be enforced on a method invocation based on the following logic: RPC interface or method can be annotated with either XsrfProtect or NoXsrfProtect annotation to enable or disable XSRF protection on all methods of an RPC interface or a single method correspondingly.
AbstractXsrfProtectedServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.AbstractXsrfProtectedServiceServlet
The default constructor used by service implementations that extend this class.
AbstractXsrfProtectedServiceServlet(Object) - Constructor for class com.google.gwt.user.server.rpc.AbstractXsrfProtectedServiceServlet
The wrapping constructor used by service implementations that are separate from this class.
accept(AutoBeanVisitor) - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Accept an AutoBeanVisitor.
accept(AutoBeanVisitor.ParameterizationVisitor) - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext
Deprecated. Allows deeper inspection of the declared parameterization of the property.
accept(EditorVisitor) - Method in interface com.google.gwt.editor.client.EditorDriver
Visit the Editor hierarchy controlled by the EditorDriver.
accept(EditorVisitor) - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
A no-op method.
accept(EditorVisitor) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. A no-op method.
accept(RpcCommand) - Method in class com.google.gwt.rpc.server.WebModePayloadSink
 
accept(AutoBeanVisitor) - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Accept an AutoBeanVisitor.
accept(AutoBeanVisitor.ParameterizationVisitor) - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.PropertyContext
Allows deeper inspection of the declared parameterization of the property.
accept(EditorVisitor) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
A no-op method.
acceptByDefault() - Method in class com.google.gwt.util.regexfilter.RegexFilter
If no pattern matches, whether the query should be considered as an accept.
acceptsGzipEncoding(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the HttpServletRequest accepts Gzip encoding.
AcceptsOneWidget - Interface in com.google.gwt.user.client.ui
Implemented by displays that can be given accept an IsWidget to show.
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.
ActionCell<C> - Class in com.google.gwt.cell.client
A cell that renders a button and takes a delegate to perform actions on mouseUp.
ActionCell(SafeHtml, ActionCell.Delegate<C>) - Constructor for class com.google.gwt.cell.client.ActionCell
Construct a new ActionCell.
ActionCell(String, ActionCell.Delegate<C>) - Constructor for class com.google.gwt.cell.client.ActionCell
Construct a new ActionCell with a text String that does not contain HTML markup.
ActionCell.Delegate<T> - Interface in com.google.gwt.cell.client
The delegate that will handle events from the cell.
Activity - Interface in com.google.gwt.activity.shared
Implemented by objects that control a piece of user interface, with a life cycle managed by an ActivityManager, in response to PlaceChangeEvent events as the user navigates through the app.
ActivityManager - Class in com.google.gwt.activity.shared
Manages Activity objects that should be kicked off in response to PlaceChangeEvent events.
ActivityManager(ActivityMapper, EventBus) - Constructor for class com.google.gwt.activity.shared.ActivityManager
Create an ActivityManager.
ActivityMapper - Interface in com.google.gwt.activity.shared
Finds the activity to run for a given Place, used to configure an ActivityManager.
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(Widget) - Method in class com.google.gwt.logging.client.LoggingPopup
 
add(Widget) - Method in class com.google.gwt.logging.client.NullLoggingPopup
 
add(String, String, String, String, int, CastableTypeData) - Method in class com.google.gwt.rpc.server.WebModeClientOracle.Builder
 
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
 
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(IsWidget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Overloaded version for IsWidget.
add(Widget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
 
add(IsWidget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Overloaded version for IsWidget.
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.DeckLayoutPanel
 
add(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
add(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
add(IsWidget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Overloaded version for IsWidget.
add(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget at the center of the dock.
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(IsWidget, DockPanel.DockLayoutConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
Overloaded version for IsWidget.
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(IsWidget) - Method in interface com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
add(Widget) - Method in class com.google.gwt.user.client.ui.HeaderPanel
Adds a widget to this panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Adds a widget to a pane in the HorizontalSplitPanel.
add(Widget) - Method in class com.google.gwt.user.client.ui.HTMLPanel
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, Element) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, contained within an HTML element.
add(Widget) - Method in interface com.google.gwt.user.client.ui.InsertPanel
Adds a child widget to this panel.
add(IsWidget) - Method in interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
 
add(Widget) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Adds a widget to this panel.
add(HasChangeHandlers, ChangeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasClickHandlers, ClickListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasAllFocusHandlers, FocusListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasAllKeyHandlers, KeyboardListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(S, LoadListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasValueChangeHandlers<V>, ChangeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(E, MouseListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasMouseWheelHandlers, MouseWheelListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasScrollHandlers, ScrollListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
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(IsWidget) - 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.StackLayoutPanel
 
add(Widget, SafeHtml, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Adds a child widget to this stack, along with a widget representing the stack header.
add(Widget, String, boolean, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Adds a child widget to this stack, along with a widget representing the stack header.
add(IsWidget, String, boolean, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Overloaded version for IsWidget.
add(Widget, String, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Adds a child widget to this stack, along with a widget representing the stack header.
add(Widget, Widget, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Adds a child widget to this stack, along with a widget representing the stack header.
add(IsWidget, IsWidget, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Overloaded version for IsWidget.
add(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
 
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, SafeHtml) - 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, 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(IsWidget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
add(IsWidget, IsWidget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
add(IsWidget, String) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
add(IsWidget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
add(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
add(Widget, String) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Adds a widget to the panel.
add(Widget, SafeHtml) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Adds a widget to the panel.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Adds a widget to the panel.
add(Widget, Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Adds a widget to the panel.
add(IsWidget, IsWidget) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
add(IsWidget, String) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
add(IsWidget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
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(IsWidget) - Method in class com.google.gwt.user.client.ui.Tree
Overloaded version for IsWidget.
add(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
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, Element) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, replacing the HTML element.
addAndReplaceElement(Widget, Element) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Deprecated. use HTMLPanel.addAndReplaceElement(Widget, Element)
addAndReplaceElement(IsWidget, Element) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Overloaded version for IsWidget.
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.
addAndReplaceElement(IsWidget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Overloaded version for IsWidget.
addAttachHandler(AttachEvent.Handler) - Method in interface com.google.gwt.event.logical.shared.HasAttachHandlers
Adds an AttachEvent handler.
addAttachHandler(AttachEvent.Handler) - Method in class com.google.gwt.user.client.ui.Widget
 
addAutoHidePartner(Element) - Method in class com.google.gwt.user.client.ui.PopupPanel
Mouse events that occur within an autoHide partner will not hide a panel set to autoHide.
addBeforeSelectionHandler(BeforeSelectionHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasBeforeSelectionHandlers
Adds a BeforeSelectionEvent handler.
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabBar
 
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabPanel
 
addBenchmark(TreeLogger, JClassType) - Method in class com.google.gwt.benchmarks.BenchmarkReport
Adds the Benchmark to the report.
addBenchmarkResults(TestCase, BenchmarkResults) - Method in class com.google.gwt.benchmarks.BenchmarkReport
 
addBitlessDomHandler(H, DomEvent.Type<H>) - Method in class com.google.gwt.user.client.ui.Widget
For browsers which do not leak, adds a native event handler to the widget.
addBlurHandler(BlurHandler) - Method in interface com.google.gwt.event.dom.client.HasBlurHandlers
Adds a BlurEvent handler.
addBlurHandler(BlurHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addBlurHandler(BlurHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addBlurHandler(BlurHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addCanPlayThroughHandler(CanPlayThroughHandler) - Method in interface com.google.gwt.event.dom.client.HasCanPlayThroughHandlers
Adds a CanPlayThroughEvent handler.
addCanPlayThroughHandler(CanPlayThroughHandler) - Method in class com.google.gwt.media.client.MediaBase
 
addCell(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Appends a cell to the specified row.
addCellPreviewHandler(CellPreviewEvent.Handler<T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
addCellPreviewHandler(CellPreviewEvent.Handler<T>) - Method in interface com.google.gwt.view.client.HasCellPreviewHandlers
Adds a CellPreviewEvent handler.
addChangeHandler(ChangeHandler) - Method in interface com.google.gwt.event.dom.client.HasChangeHandlers
Adds a ChangeEvent handler.
addChangeHandler(ChangeHandler) - Method in class com.google.gwt.user.client.ui.FileUpload
 
addChangeHandler(ChangeHandler) - Method in class com.google.gwt.user.client.ui.ListBox
 
addChangeHandler(ChangeHandler) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.ListBox
Deprecated. Use ListBox.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead
addChangeListener(ChangeListener) - Method in interface com.google.gwt.user.client.ui.SourcesChangeEvents
Deprecated. use addChangeHandler or addValueChangeHandler instead
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.getTextBox()().addChangeHandler instead
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Deprecated. Use ValueBoxBase.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead
addCheckpoint(String) - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. implementation removed
addClassName(String) - Method in class com.google.gwt.dom.client.Element
Adds a name to this element's class property.
addClickHandler(ClickHandler) - Method in interface com.google.gwt.event.dom.client.HasClickHandlers
Adds a ClickEvent handler.
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.Hyperlink
Deprecated. Use FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead and call History.newItem from the handler if you need to process the click before the history token is set.
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Hyperlink
Deprecated. Use FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead and call History.newItem from the handler if you need to process the click before the history token is set.
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use Image.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in interface com.google.gwt.user.client.ui.SourcesClickEvents
Deprecated. use addClickHandler instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.getTextBox()().addClickHandler instead
addCloseHandler(CloseHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasCloseHandlers
Adds a CloseEvent handler.
addCloseHandler(CloseHandler<TreeNode>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
 
addCloseHandler(CloseHandler<DisclosurePanel>) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
addCloseHandler(CloseHandler<PopupPanel>) - Method in class com.google.gwt.user.client.ui.MenuBar
 
addCloseHandler(CloseHandler<PopupPanel>) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
addCloseHandler(CloseHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
 
addCloseHandler(CloseHandler<Window>) - Static method in class com.google.gwt.user.client.Window
Adds a CloseEvent handler.
addColorStop(double, String) - Method in class com.google.gwt.canvas.dom.client.CanvasGradient
Adds a new color stop to the gradient.
addColumn(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table.
addColumn(Column<T, ?>, Header<?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table with an associated header.
addColumn(Column<T, ?>, Header<?>, Header<?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table with an associated header and footer.
addColumn(Column<T, ?>, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table with an associated String header.
addColumn(Column<T, ?>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table with an associated SafeHtml header.
addColumn(Column<T, ?>, String, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table with an associated String header and footer.
addColumn(Column<T, ?>, SafeHtml, SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellTable
Adds a column to the end of the table with an associated SafeHtml header and footer.
addColumnSortHandler(ColumnSortEvent.Handler) - Method in class com.google.gwt.user.cellview.client.CellTable
Add a handler to handle ColumnSortEvents.
addColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Add a style name to the TableColElement at the specified index, creating it if necessary.
addCommand(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Deprecated. 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
Deprecated. Enqueues an IncrementalCommand to be fired after all current events have been handled.
addConfigurationProperty(String) - Method in interface com.google.gwt.resources.ext.ClientBundleRequirements
Indicates that the ResourcePrototype implementation generated by a ResourceGenerator is sensitive to the values of the specified configuration property.
addContextMenuHandler(ContextMenuHandler) - Method in interface com.google.gwt.event.dom.client.HasContextMenuHandlers
Adds a ContextMenuEvent handler.
addDataDisplay(HasData<T>) - Method in class com.google.gwt.view.client.AbstractDataProvider
Adds a data display to this adapter.
addDaysToDate(Date, int) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Adds the given number of days to a date.
addDomHandler(H, DomEvent.Type<H>) - Method in class com.google.gwt.user.client.ui.Widget
Adds a native event handler to the widget and sinks the corresponding native event.
addDoubleClickHandler(DoubleClickHandler) - Method in interface com.google.gwt.event.dom.client.HasDoubleClickHandlers
Adds a DoubleClickEvent handler.
addDoubleClickHandler(DoubleClickHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addEast(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the east edge of the dock.
addEast(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Overloaded version for IsWidget.
addEndedHandler(EndedHandler) - Method in interface com.google.gwt.event.dom.client.HasEndedHandlers
Adds a EndedEvent handler.
addEndedHandler(EndedHandler) - Method in class com.google.gwt.media.client.MediaBase
 
addErrorHandler(ErrorHandler) - Method in interface com.google.gwt.event.dom.client.HasErrorHandlers
Adds an ErrorEvent handler.
addErrorHandler(ErrorHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addEventHandler(DisclosureHandler) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. Use DisclosurePanel.addOpenHandler(OpenHandler) and DisclosurePanel.addCloseHandler(CloseHandler) instead
addEventHandler(DisclosureHandler) - Method in interface com.google.gwt.user.client.ui.FiresDisclosureEvents
Deprecated. Add an open or close handler to the event source instead
addEventHandler(SuggestionHandler) - Method in interface com.google.gwt.user.client.ui.FiresSuggestionEvents
Deprecated. Add a selection handler instead
addEventHandler(SuggestionHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead.
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
Deprecated. replaced by Event.addNativePreviewHandler(Event.NativePreviewHandler)
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.Event
Deprecated. replaced by Event.addNativePreviewHandler(NativePreviewHandler)
addExtraArg(String) - Method in class com.google.gwt.util.tools.ArgHandlerExtra
 
addFocusHandler(FocusHandler) - Method in interface com.google.gwt.event.dom.client.HasFocusHandlers
Adds a FocusEvent handler.
addFocusHandler(FocusHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addFocusHandler(FocusHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addFocusHandler(FocusHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
addFocusListener(FocusListener) - Method in interface com.google.gwt.user.client.ui.SourcesFocusEvents
Deprecated. use addFocusHandler and addBlurHandler instead.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.getTextBox()().addFocusHandler/addBlurHandler() instead
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
addFormHandler(FormHandler) - Method in interface com.google.gwt.user.client.ui.FiresFormEvents
Deprecated. Use FormPanel.addSubmitCompleteHandler(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) instead
addFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Deprecated. Use FormPanel.addSubmitCompleteHandler(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) instead
addGestureChangeHandler(GestureChangeHandler) - Method in interface com.google.gwt.event.dom.client.HasGestureChangeHandlers
Adds a GestureChangeEvent handler.
addGestureChangeHandler(GestureChangeHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addGestureChangeHandler(GestureChangeHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addGestureChangeHandler(GestureChangeHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addGestureChangeHandler(GestureChangeHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addGestureEndHandler(GestureEndHandler) - Method in interface com.google.gwt.event.dom.client.HasGestureEndHandlers
Adds a GestureEndEvent handler.
addGestureEndHandler(GestureEndHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addGestureEndHandler(GestureEndHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addGestureEndHandler(GestureEndHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addGestureEndHandler(GestureEndHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addGestureStartHandler(GestureStartHandler) - Method in interface com.google.gwt.event.dom.client.HasGestureStartHandlers
Adds a GestureStartEvent handler.
addGestureStartHandler(GestureStartHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addGestureStartHandler(GestureStartHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addGestureStartHandler(GestureStartHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addGestureStartHandler(GestureStartHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addHandler(Event.Type<H>, H) - Method in class com.google.gwt.event.shared.EventBus
 
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.EventBus
 
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.HandlerManager
Adds a handler.
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
addHandler(Event.Type<H>, H) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
addHandler(Event.Type<H>, H) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
addHandler(Event.Type<H>, H) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
addHandler(H, GwtEvent.Type<H>) - Method in class com.google.gwt.user.client.ui.Widget
Adds this handler to the widget.
addHandler(Event.Type<H>, H) - Method in class com.google.web.bindery.event.shared.EventBus
Adds an unfiltered handler to receive events of this type from all sources.
addHandler(Event.Type<H>, H) - Method in class com.google.web.bindery.event.shared.ResettableEventBus
 
addHandler(Event.Type<H>, H) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
 
addHandler(Event.Type<H>, H) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
 
addHandlers(HasAllKeyHandlers, H) - Static method in class com.google.gwt.event.dom.client.HandlesAllKeyEvents
Convenience method used to handle all key events from an event source.
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.EventBus
 
addHandlerToSource(GwtEvent.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.EventBus
 
addHandlerToSource(GwtEvent.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
addHandlerToSource(GwtEvent.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
addHandlerToSource(GwtEvent.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.web.bindery.event.shared.EventBus
Adds a handler to receive events of this type from the given source.
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.web.bindery.event.shared.ResettableEventBus
 
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
 
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
 
addHighlightHandler(HighlightHandler<V>) - Method in interface com.google.gwt.event.logical.shared.HasHighlightHandlers
Adds a HighlightEvent handler.
addHighlightHandler(HighlightHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
 
addHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
Deprecated. use History.addValueChangeHandler(ValueChangeHandler) instead
addInitializeHandler(InitializeHandler) - Method in interface com.google.gwt.event.logical.shared.HasInitializeHandlers
Adds an InitializeEvent handler.
addInitializeHandler(InitializeHandler) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
addItem(SafeHtml) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Adds a simple tree item containing the specified html.
addItem(TreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Adds an tree item.
addItem(IsTreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Adds an item wrapped by specified IsTreeItem.
addItem(Widget) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Adds a new tree item containing the specified widget.
addItem(IsWidget) - Method in interface com.google.gwt.user.client.ui.HasTreeItems.ForIsWidget
 
addItem(String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box.
addItem(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box, specifying its direction.
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(String, HasDirection.Direction, String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box, specifying its direction and 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(SafeHtml, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar containing SafeHtml, that will fire the given command when it is selected.
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(SafeHtml, 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, 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 html.
addItem(SafeHtml) - Method in class com.google.gwt.user.client.ui.Tree
Adds a simple tree item containing the specified html.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Adds an item to the root level of this tree.
addItem(IsTreeItem) - 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(IsWidget) - Method in class com.google.gwt.user.client.ui.Tree
Overloaded version for IsWidget.
addItem(String) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified html.
addItem(SafeHtml) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified html.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds another item as a child to this one.
addItem(IsTreeItem) - 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
Deprecated. Use FocusPanel.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), FocusPanel.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusPanel.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), FocusWidget.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusWidget.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
Deprecated. use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler instead
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use SuggestBox.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), SuggestBox.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and SuggestBox.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), Tree.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and Tree.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyDownHandler(KeyDownHandler) - Method in interface com.google.gwt.event.dom.client.HasKeyDownHandlers
Adds a KeyDownEvent handler.
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addKeyHandlersTo(HasAllKeyHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllKeyEvents
Convenience method to handle all key events from an event source.
addKeyPressHandler(KeyPressHandler) - Method in interface com.google.gwt.event.dom.client.HasKeyPressHandlers
Adds a KeyPressEvent handler.
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addKeyUpHandler(KeyUpHandler) - Method in interface com.google.gwt.event.dom.client.HasKeyUpHandlers
Adds a KeyUpEvent handler.
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addLineEnd(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the end of the line.
addLineStart(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the start of the line.
addLoadHandler(LoadHandler) - Method in interface com.google.gwt.event.dom.client.HasLoadHandlers
Adds a LoadEvent handler.
addLoadHandler(LoadHandler) - Method in class com.google.gwt.user.client.ui.Frame
Adds a LoadEvent load handler which will be called when the frame loads.
addLoadHandler(LoadHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Add a LoadingStateChangeEvent.Handler to be notified of changes in the loading state.
addLoadListener(LoadListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. use LoadHandler and ErrorHandler instead
addLoadListener(LoadListener) - Method in interface com.google.gwt.user.client.ui.SourcesLoadEvents
Deprecated. use HasLoadHandlers.addLoadHandler(com.google.gwt.event.dom.client.LoadHandler) instead
addLoseCaptureHandler(LoseCaptureHandler) - Method in interface com.google.gwt.event.dom.client.HasLoseCaptureHandlers
Adds a LoseCaptureEvent handler.
addMonthsToDate(Date, int) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Adds the given number of months to a date.
addMouseDownHandler(MouseDownHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseDownHandlers
Adds a MouseDownEvent handler.
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler), FocusPanel.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), FocusPanel.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), FocusPanel.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and FocusPanel.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) FocusWidget.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), FocusWidget.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), FocusWidget.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and FocusWidget.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use Image.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Image.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), Image.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), Image.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Image.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler), Label.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), Label.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), Label.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Label.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseEvents
Deprecated. use add* methods of HasAllMouseHandlers instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Tree.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), Tree.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), Tree.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Tree.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseMoveHandler(MouseMoveHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
Adds a MouseMoveEvent handler.
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseOutHandler(MouseOutHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseOutHandlers
Adds a MouseOutEvent handler.
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseOverHandler(MouseOverHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseOverHandlers
Adds a MouseOverEvent handler.
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseUpHandler(MouseUpHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseUpHandlers
Adds a MouseUpEvent handler.
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseWheelHandler(MouseWheelHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseWheelHandlers
Adds a MouseWheelEvent handler.
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use Image.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Deprecated. Use HasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addNamedFile(String, File) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Publish or override resources named by ClientBundle.Source annotations.
addNativePreviewHandler(Event.NativePreviewHandler) - Static method in class com.google.gwt.user.client.Event
Adds a Event.NativePreviewHandler that will receive all events before they are fired to their handlers.
addNorth(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the north edge of the dock.
addNorth(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Overloaded version for IsWidget.
addOpenHandler(OpenHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasOpenHandlers
Adds an OpenEvent handler.
addOpenHandler(OpenHandler<TreeNode>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
 
addOpenHandler(OpenHandler<DisclosurePanel>) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
addOpenHandler(OpenHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
 
addPause() - Static method in class com.google.gwt.user.client.DeferredCommand
Deprecated. with no replacement because the presence of this method causes arbitrary scheduling decisions
addPermutationAxis(String) - Method in interface com.google.gwt.resources.ext.ClientBundleRequirements
Indicates that the ResourcePrototype implementation generated by a ResourceGenerator is sensitive to the value of the specified deferred-binding property.
addPopupListener(PopupListener) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
addPopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
Deprecated. use HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
addProgressHandler(ProgressHandler) - Method in interface com.google.gwt.event.dom.client.HasProgressHandlers
Adds a ProgressEvent handler.
addProgressHandler(ProgressHandler) - Method in class com.google.gwt.media.client.MediaBase
 
addRangeChangeHandler(RangeChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
addRangeChangeHandler(RangeChangeEvent.Handler) - Method in interface com.google.gwt.view.client.HasRows
Add a RangeChangeEvent.Handler.
addResizeHandler(ResizeHandler) - Method in interface com.google.gwt.event.logical.shared.HasResizeHandlers
Adds a ResizeEvent handler.
addResizeHandler(ResizeHandler) - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel
 
addResizeHandler(ResizeHandler) - Static method in class com.google.gwt.user.client.Window
Adds a ResizeEvent handler.
addResolvedResource(String, URL) - Method in interface com.google.gwt.resources.ext.ClientBundleRequirements
Indicates that the ResourcePrototype implementation generated by a ResourceGenerator is sensitive to a dependent resource.
addRowCountChangeHandler(RowCountChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
addRowCountChangeHandler(RowCountChangeEvent.Handler) - Method in interface com.google.gwt.view.client.HasRows
Add a RowCountChangeEvent.Handler.
addScrollHandler(ScrollHandler) - Method in interface com.google.gwt.event.dom.client.HasScrollHandlers
Adds a ScrollEvent handler.
addScrollHandler(ScrollHandler) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
addScrollListener(ScrollListener) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Deprecated. Use ScrollPanel.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead
addScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
Deprecated. use HasScrollHandlers.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead
addSelectionChangeHandler(SelectionChangeEvent.Handler) - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
 
addSelectionChangeHandler(SelectionChangeEvent.Handler) - Method in interface com.google.gwt.view.client.SelectionModel
Adds a SelectionChangeEvent handler.
addSelectionHandler(SelectionHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasSelectionHandlers
Adds a SelectionEvent handler.
addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabBar
 
addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabPanel
 
addSelectionHandler(SelectionHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
 
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.
addShowRangeHandler(ShowRangeHandler<V>) - Method in interface com.google.gwt.event.logical.shared.HasShowRangeHandlers
Adds a ShowRangeEvent handler.
addShowRangeHandler(ShowRangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
 
addShowRangeHandlerAndFire(ShowRangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds a show range handler and immediately activate the handler on the current view.
addSouth(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the south edge of the dock.
addSouth(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Overloaded version for IsWidget.
addStorageEventHandler(StorageEvent.Handler) - Static method in class com.google.gwt.storage.client.Storage
Registers an event handler for StorageEvents.
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.
addStyleToDate(String, Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
Adds a style name to the cell of the supplied date.
addStyleToDate(String, Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
addStyleToDates(String, Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Add a style name to the given dates.
addStyleToDates(String, Date, Date...) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Add a style name to the given dates.
addStyleToDates(String, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Add a style name to the given dates.
addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Adds a FormPanel.SubmitCompleteEvent handler.
addSubmitHandler(FormPanel.SubmitHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Adds a FormPanel.SubmitEvent handler.
addTab(SafeHtml) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
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
Deprecated. add a click handler instead and use HTMLTable.getCellForEvent(ClickEvent) to get the cell information (remember to check for a null return value)
addTableListener(TableListener) - Method in interface com.google.gwt.user.client.ui.SourcesTableEvents
Deprecated. See the interface doc instead
addTabListener(TabListener) - Method in interface com.google.gwt.user.client.ui.SourcesTabEvents
Deprecated. use HasBeforeSelectionHandlers.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and HasSelectionHandlers.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. Use TabBar.addBeforeSelectionHandler(BeforeSelectionHandler) and TabBar.addSelectionHandler(SelectionHandler) instead
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
Deprecated. Use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
addTest(Test) - Method in class com.google.gwt.junit.tools.GWTTestSuite
 
addTextItem(String) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Adds a simple tree item containing the specified text.
addTextItem(String) - Method in class com.google.gwt.user.client.ui.Tree
Adds a simple tree item containing the specified text.
addTextItem(String) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified text.
addTo(AutoDirectionHandler.Target) - Static method in class com.google.gwt.i18n.client.AutoDirectionHandler
Operates like AutoDirectionHandler.addTo(Target, DirectionEstimator), but always uses a default DirectionEstimator, WordCountDirectionEstimator.
addTo(AutoDirectionHandler.Target, boolean) - Static method in class com.google.gwt.i18n.client.AutoDirectionHandler
Operates like AutoDirectionHandler.addTo(Target, DirectionEstimator), but uses a default DirectionEstimator, WordCountDirectionEstimator if enabled, or else a null DirectionEstimator, which means disabling direction estimation.
addTo(AutoDirectionHandler.Target, DirectionEstimator) - Static method in class com.google.gwt.i18n.client.AutoDirectionHandler
Adds auto-direction adjustment to a given object: - Creates an AutoDirectionHandler.
addTouchCancelHandler(TouchCancelHandler) - Method in interface com.google.gwt.event.dom.client.HasTouchCancelHandlers
Adds a TouchCancelEvent handler.
addTouchCancelHandler(TouchCancelHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addTouchCancelHandler(TouchCancelHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addTouchCancelHandler(TouchCancelHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addTouchCancelHandler(TouchCancelHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addTouchEndHandler(TouchEndHandler) - Method in interface com.google.gwt.event.dom.client.HasTouchEndHandlers
Adds a TouchEndEvent handler.
addTouchEndHandler(TouchEndHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addTouchEndHandler(TouchEndHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addTouchEndHandler(TouchEndHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addTouchEndHandler(TouchEndHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addTouchMoveHandler(TouchMoveHandler) - Method in interface com.google.gwt.event.dom.client.HasTouchMoveHandlers
Adds a TouchMoveEvent handler.
addTouchMoveHandler(TouchMoveHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addTouchMoveHandler(TouchMoveHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addTouchMoveHandler(TouchMoveHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addTouchMoveHandler(TouchMoveHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addTouchStartHandler(TouchStartHandler) - Method in interface com.google.gwt.event.dom.client.HasTouchStartHandlers
Adds a TouchStartEvent handler.
addTouchStartHandler(TouchStartHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addTouchStartHandler(TouchStartHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addTouchStartHandler(TouchStartHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addTouchStartHandler(TouchStartHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addTransientStyleToDates(String, Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds the given style name to the specified dates, which must be visible.
addTransientStyleToDates(String, Date, Date...) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds the given style name to the specified dates, which must be visible.
addTransientStyleToDates(String, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds the given style name to the specified dates, which must be visible.
addTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
Deprecated. use HasBeforeSelectionHandlers.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler), HasOpenHandlers.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler) and HasClickHandlers.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler), Tree.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler), and Tree.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
addTypeHierarchy(JClassType) - Method in interface com.google.gwt.resources.ext.ClientBundleRequirements
Indicates that the ResourcePrototype implementation generated by a ResourceGenerator is sensitive to structural changes to the given type, as well as any of it's super type hierarchy.
addValueChangeHandler(ValueChangeHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
Adds a ValueChangeEvent handler.
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in interface com.google.gwt.place.shared.PlaceHistoryHandler.Historian
Adds a ValueChangeEvent handler to be informed of changes to the browser's history stack.
addValueChangeHandler(ValueChangeHandler<C>) - Method in class com.google.gwt.user.cellview.client.CellWidget
 
addValueChangeHandler(ValueChangeHandler<String>) - Static method in class com.google.gwt.user.client.History
Adds a ValueChangeEvent handler to be informed of changes to the browser's history stack.
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.google.gwt.user.client.ui.CheckBox
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.google.gwt.user.client.ui.ToggleButton
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class com.google.gwt.user.client.ui.ValueListBox
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class com.google.gwt.user.client.ui.ValuePicker
 
addValueChangeHandler(ValueChangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DateBox
 
addValueChangeHandler(ValueChangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
 
addWest(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the west edge of the dock.
addWest(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Overloaded version for IsWidget.
addWindowCloseListener(WindowCloseListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. use Window.addWindowClosingHandler(ClosingHandler) and Window.addCloseHandler(CloseHandler) instead
addWindowClosingHandler(Window.ClosingHandler) - Method in class com.google.gwt.place.shared.PlaceController.DefaultDelegate
 
addWindowClosingHandler(Window.ClosingHandler) - Method in interface com.google.gwt.place.shared.PlaceController.Delegate
Adds a Window.ClosingHandler to the Delegate.
addWindowClosingHandler(Window.ClosingHandler) - Static method in class com.google.gwt.user.client.Window
Adds a Window.ClosingEvent handler.
addWindowResizeListener(WindowResizeListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. use Window.addResizeHandler(ResizeHandler) instead
addWindowScrollHandler(Window.ScrollHandler) - Static method in class com.google.gwt.user.client.Window
Adds a Window.ScrollEvent handler.
addWindowScrollListener(WindowScrollListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. use Window.addWindowScrollHandler(ScrollHandler) instead
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).
africaAbidjan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaAccra() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaAddisAbaba() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaAlgiers() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaAsmera() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBamako() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBangui() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBanjul() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBissau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBlantyre() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBrazzaville() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaBujumbura() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaCairo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaCasablanca() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaCeuta() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaConakry() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaDakar() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaDaresSalaam() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaDjibouti() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaDouala() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaElAaiun() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaFreetown() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaGaborone() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaHarare() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaJohannesburg() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaKampala() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaKhartoum() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaKigali() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaKinshasa() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaLagos() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaLibreville() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaLome() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaLuanda() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaLubumbashi() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaLusaka() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaMalabo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaMaputo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaMaseru() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaMbabane() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaMogadishu() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaMonrovia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaNairobi() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaNdjamena() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaNiamey() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaNouakchott() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaOuagadougou() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaPortoNovo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaSaoTome() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaTripoli() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaTunis() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
africaWindhoek() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
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_CONTENT_END - Static variable in interface com.google.gwt.user.client.ui.HasAutoHorizontalAlignment
Specifies that the widget's contents should be aligned right for LTR content, left for RTL content, and if the content's direction is DEFAULT, like HasHorizontalAlignment.ALIGN_LOCALE_END.
ALIGN_CONTENT_START - Static variable in interface com.google.gwt.user.client.ui.HasAutoHorizontalAlignment
Specifies that the widget's contents should be aligned left for LTR content, right for RTL content, and if the content's direction is DEFAULT, like HasHorizontalAlignment.ALIGN_LOCALE_START.
ALIGN_DEFAULT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Synonym of HasHorizontalAlignment.ALIGN_LOCALE_START.
ALIGN_JUSTIFY - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned as justify.
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_LOCALE_END - 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 left.
ALIGN_LOCALE_START - 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_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.
ALL_GWT_TESTS - Static variable in class com.google.gwt.junit.client.GWTTestCase
Records all live GWTTestCases by synthetic module name so we can optimize run they are compiled and run.
allowHostedModeConnections() - Method in class com.google.gwt.rpc.server.RpcServlet
Indicates whether or not an RPC request from a Development Mode client should be serviced.
AlternateMessageSelector - Interface in com.google.gwt.i18n.shared
Defines a way of choosing between alternate messages based on a parameter value.
AlternateMessageSelector.AlternateForm - Class in com.google.gwt.i18n.shared
Represents an alternate form of a message.
AlternateMessageSelector.AlternateForm(String, String) - Constructor for class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
Create the plural form.
AlternateMessageSelector.AlternateForm(String, String, boolean) - Constructor for class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
Create the plural form.
americaAdak() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaAnchorage() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaAnguilla() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaAntigua() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaAraguaina() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaArgentinaLaRioja() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaArgentinaRioGallegos() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaArgentinaSanJuan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaArgentinaTucuman() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaArgentinaUshuaia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaAruba() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaAsuncion() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBahia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBarbados() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBelem() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBelize() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBlancSablon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBoaVista() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBogota() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBoise() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaBuenosAires() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCambridgeBay() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCampoGrande() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCancun() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCaracas() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCatamarca() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCayenne() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCayman() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaChicago() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaChihuahua() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCoralHarbour() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCordoba() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCostaRica() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCuiaba() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaCuracao() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaDanmarkshavn() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaDawson() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaDawsonCreek() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaDenver() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaDetroit() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaDominica() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaEdmonton() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaEirunepe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaElSalvador() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaFortaleza() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGlaceBay() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGodthab() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGooseBay() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGrandTurk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGrenada() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGuadeloupe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGuatemala() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGuayaquil() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaGuyana() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaHalifax() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaHavana() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaHermosillo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIndianaKnox() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIndianaMarengo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIndianaPetersburg() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIndianapolis() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIndianaVevay() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIndianaVincennes() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaInuvik() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaIqaluit() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaJamaica() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaJujuy() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaJuneau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaKentuckyMonticello() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaLaPaz() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaLima() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaLosAngeles() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaLouisville() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMaceio() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaManagua() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaManaus() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMartinique() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMazatlan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMendoza() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMenominee() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMerida() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMexicoCity() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMiquelon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMoncton() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMonterrey() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMontevideo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMontreal() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaMontserrat() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNassau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNewYork() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNipigon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNome() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNoronha() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNorthDakotaCenter() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaNorthDakotaNewSalem() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPanama() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPangnirtung() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaParamaribo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPhoenix() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPortauPrince() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPortofSpain() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPortoVelho() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaPuertoRico() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaRainyRiver() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaRankinInlet() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaRecife() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaRegina() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaRioBranco() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaSantiago() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaSantoDomingo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaSaoPaulo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaScoresbysund() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaShiprock() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaStJohns() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaStKitts() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaStLucia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaStThomas() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaStVincent() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaSwiftCurrent() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaTegucigalpa() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaThule() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaThunderBay() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaTijuana() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaToronto() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaTortola() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaVancouver() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaWhitehorse() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaWinnipeg() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaYakutat() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
americaYellowknife() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
ampms() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
ampms() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
ampms() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.
ampms() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
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(boolean) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor.
Anchor(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(SafeHtml, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(SafeHtml, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String, DirectionEstimator) - 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(SafeHtml, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its html and href (target URL) specified.
Anchor(SafeHtml, HasDirection.Direction, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its html and href (target URL) specified.
Anchor(SafeHtml, DirectionEstimator, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its html and href (target URL) specified.
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, HasDirection.Direction, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its text and href (target URL) specified.
Anchor(String, DirectionEstimator, 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) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its text and href (target URL) specified.
Anchor(SafeHtml, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor (link to URI).
Anchor(String, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor with a frame target.
Anchor(String, boolean, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor (link to URI).
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
 
animate(int) - Method in interface com.google.gwt.user.client.ui.AnimatedLayout
Layout children, animating over the specified period of time.
animate(int, Layout.AnimationCallback) - Method in interface com.google.gwt.user.client.ui.AnimatedLayout
Layout children, animating over the specified period of time.
animate(int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
animate(int) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
animate(int) - Method in class com.google.gwt.user.client.ui.LayoutPanel
 
animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.LayoutPanel
 
animate(int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
animate(int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
AnimatedLayout - Interface in com.google.gwt.user.client.ui
Specifies that a panel can animate between layouts.
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
 
antarcticaCasey() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaDavis() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaDumontDUrville() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaMawson() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaMcMurdo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaPalmer() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaRothera() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaSyowa() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antarcticaVostok() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
antidote() - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. Reset the poisoned status of the validator so that it may be reused without destroying cached state.
antidote() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
Reset the poisoned status of the validator so that it may be reused without destroying cached state.
AnyRtlDirectionEstimator - Class in com.google.gwt.i18n.shared
Direction estimator that uses the "any RTL" heuristic.
AnyRtlDirectionEstimator() - Constructor for class com.google.gwt.i18n.shared.AnyRtlDirectionEstimator
 
append(SafeStyles) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
Appends the contents of another SafeStyles object, without applying any escaping or sanitization to it.
append(boolean) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a boolean.
append(byte) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a number.
append(char) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a char.
append(double) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a number.
append(float) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a number.
append(int) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a number.
append(long) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the string representation of a number.
append(SafeHtml) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends the contents of another SafeHtml object, without applying HTML-escaping to it.
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.
appendContents(StyleElement, String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE
 
appendData(String) - Method in interface com.google.gwt.xml.client.CharacterData
This method appends data to the data in this CharacterData.
appendEscaped(String) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends a string after HTML-escaping it.
appendEscapedLines(String) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends a string consisting of several newline-separated lines after HTML-escaping it.
appendHtmlConstant(String) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Appends a compile-time-constant string, which will not be escaped.
appendPaths(String, List<String>) - Static method in class com.google.gwt.user.tools.util.CreatorUtilities
Create a PATH style string separated by the specified delimiter (';' for windows, ':' for UNIX) Note that this method prepends the delimiter to the front of the string.
appendTrustedString(String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
Appends SafeStyles constructed from a trusted string, i.e., without escaping the string.
ApplicationCreator - Class in com.google.gwt.user.tools
Legacy ApplicationCreator that will let users know that they should run WebAppCreator instead.
ApplicationCreator() - Constructor for class com.google.gwt.user.tools.ApplicationCreator
 
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.
arc(double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws an arc.
arc(double, double, double, double, double, boolean) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws an arc.
arcTo(double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Adds an arc to the current subpath, connecting it to the current point with a line segment.
AreaElement - Class in com.google.gwt.dom.client
Client-side image map area definition.
AreaElement() - Constructor for class com.google.gwt.dom.client.AreaElement
 
ArgHandler - Class in com.google.gwt.util.tools
Base class for command line argument handlers.
ArgHandler() - Constructor for class com.google.gwt.util.tools.ArgHandler
 
ArgHandlerAddToClassPath - Class in com.google.gwt.user.tools.util
Parse the -addToClassPath argument.
ArgHandlerAddToClassPath() - Constructor for class com.google.gwt.user.tools.util.ArgHandlerAddToClassPath
 
ArgHandlerDir - Class in com.google.gwt.util.tools
Argument handler for arguments that are directories.
ArgHandlerDir() - Constructor for class com.google.gwt.util.tools.ArgHandlerDir
 
ArgHandlerEclipse - Class in com.google.gwt.user.tools.util
Creates an arg handler for eclipse launch config options.
ArgHandlerEclipse() - Constructor for class com.google.gwt.user.tools.util.ArgHandlerEclipse
 
ArgHandlerExtra - Class in com.google.gwt.util.tools
Argument handler that handles arguments that do not have preceeding flags.
ArgHandlerExtra() - Constructor for class com.google.gwt.util.tools.ArgHandlerExtra
 
ArgHandlerFile - Class in com.google.gwt.util.tools
Argument handler for arguments that are directories.
ArgHandlerFile() - Constructor for class com.google.gwt.util.tools.ArgHandlerFile
 
ArgHandlerFlag - Class in com.google.gwt.util.tools
Argument handler for flags that have no parameters.
ArgHandlerFlag() - Constructor for class com.google.gwt.util.tools.ArgHandlerFlag
 
ArgHandlerIgnore - Class in com.google.gwt.user.tools.util
Arg handler for "ignore" option.
ArgHandlerIgnore() - Constructor for class com.google.gwt.user.tools.util.ArgHandlerIgnore
 
ArgHandlerInt - Class in com.google.gwt.util.tools
Argument handler for flags that take an integer as their parameter.
ArgHandlerInt() - Constructor for class com.google.gwt.util.tools.ArgHandlerInt
 
ArgHandlerOutDir - Class in com.google.gwt.util.tools
Arugment handler for processing the output directory flag.
ArgHandlerOutDir() - Constructor for class com.google.gwt.util.tools.ArgHandlerOutDir
 
ArgHandlerOverwrite - Class in com.google.gwt.user.tools.util
Arg handler for "overwrite" option.
ArgHandlerOverwrite() - Constructor for class com.google.gwt.user.tools.util.ArgHandlerOverwrite
 
ArgHandlerString - Class in com.google.gwt.util.tools
Argument handler for processing flags that take a string as their parameter.
ArgHandlerString() - Constructor for class com.google.gwt.util.tools.ArgHandlerString
 
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() - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Returns a proxy implementation of the T interface which will delegate to the underlying wrapped object, if any.
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(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Element
Assert that the given Node is an Element and automatically typecast it.
as(Node) - Static method in class com.google.gwt.dom.client.Element
Assert that the given Node is an Element 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(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Node
Assert that the given JavaScriptObject is a DOM node 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
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.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.
as(NativeEvent) - Static method in class com.google.gwt.user.client.Event
Converts the NativeEvent to Event.
as() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Returns a proxy implementation of the T interface which will delegate to the underlying wrapped object, if any.
asBoolean() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns a boolean representation of the data;
asCompositeEditor() - Method in interface com.google.gwt.editor.client.EditorContext
Returns a non-null value if the editor returned by EditorContext.getEditor() implements CompositeEditor.
asCompositeEditor() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
asEditor() - Method in interface com.google.gwt.editor.client.IsEditor
Returns the Editor encapsulated by the view object.
asEditor() - Method in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
Returns the associated ValueBoxEditor.
asEditor() - Method in class com.google.gwt.user.cellview.client.CellWidget
 
asEditor() - Method in class com.google.gwt.user.client.ui.CheckBox
 
asEditor() - Method in class com.google.gwt.user.client.ui.Hidden
 
asEditor() - Method in class com.google.gwt.user.client.ui.Label
 
asEditor() - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
 
asEditor() - Method in class com.google.gwt.user.client.ui.SuggestBox
Returns a TakesValueEditor backed by the DateBox.
asEditor() - Method in class com.google.gwt.user.client.ui.ToggleButton
 
asEditor() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Returns an Editor that is backed by the ValueBoxBase.
asEditor() - Method in class com.google.gwt.user.client.ui.ValueLabel
 
asEditor() - Method in class com.google.gwt.user.client.ui.ValueListBox
Returns a TakesValueEditor backed by the ValueListBox.
asEditor() - Method in class com.google.gwt.user.client.ui.ValuePicker
Returns a TakesValueEditor backed by the ValuePicker.
asEditor() - Method in class com.google.gwt.user.datepicker.client.DateBox
Returns a TakesValueEditor backed by the DateBox.
asEditor() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Returns a TakesValueEditor backed by the DatePicker.
asHasEditorDelegate() - Method in interface com.google.gwt.editor.client.EditorContext
Returns a non-null value if the editor returned by EditorContext.getEditor() implements HasEditorDelegate.
asHasEditorDelegate() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
asHasEditorErrors() - Method in interface com.google.gwt.editor.client.EditorContext
Returns a non-null value if the editor returned by EditorContext.getEditor() implements HasEditorErrors.
asHasEditorErrors() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
asiaAden() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaAlmaty() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaAmman() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaAnadyr() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaAqtau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaAqtobe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaAshgabat() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBaghdad() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBahrain() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBaku() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBangkok() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBeirut() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBishkek() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaBrunei() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaCalcutta() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaChoibalsan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaChongqing() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaColombo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaDamascus() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaDhaka() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaDili() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaDubai() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaDushanbe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaGaza() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaHarbin() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaHongKong() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaHovd() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaIrkutsk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaJakarta() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaJayapura() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaJerusalem() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKabul() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKamchatka() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKarachi() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKashgar() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKatmandu() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKrasnoyarsk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKualaLumpur() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKuching() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaKuwait() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaMacau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaMagadan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaMakassar() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaManila() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaMuscat() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaNicosia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaNovosibirsk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaOmsk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaOral() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaPhnomPenh() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaPontianak() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaPyongyang() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaQatar() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaQyzylorda() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaRangoon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaRiyadh() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaSaigon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaSakhalin() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaSamarkand() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaSeoul() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaShanghai() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaSingapore() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaTaipei() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaTashkent() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaTbilisi() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaTehran() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaThimphu() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaTokyo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaUlaanbaatar() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaUrumqi() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaVientiane() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaVladivostok() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaYakutsk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaYekaterinburg() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asiaYerevan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
asLeafValueEditor() - Method in interface com.google.gwt.editor.client.EditorContext
Returns a non-null value if the editor returned by EditorContext.getEditor() implements LeafValueEditor.
asLeafValueEditor() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
asNumber() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns a numeric representation of the data.
asParameterizationOf(JGenericType) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
asParameterizedByWildcards() - Method in interface com.google.gwt.core.ext.typeinfo.JGenericType
 
asParameterizedByWildcards() - Method in interface com.google.gwt.core.ext.typeinfo.JRawType
 
assertIsChild(Element) - Method in class com.google.gwt.layout.client.Layout
Asserts that the given child element is managed by this layout.
assertLive() - Method in class com.google.gwt.event.shared.GwtEvent
Asserts that the event still should be accessed.
assign(String) - Static method in class com.google.gwt.user.client.Window.Location
Assigns the window to a new URL.
assign(Splittable, int) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Assign the splittable to the specified index of the parent object.
assign(Splittable, String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Assign the splittable to the named property of the parent object.
asString() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns a string representation of the data.
asString() - Method in interface com.google.gwt.safecss.shared.SafeStyles
Returns this object's contained CSS as a string.
asString() - Method in class com.google.gwt.safehtml.shared.OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml
Returns this object's contained HTML as a string.
asString() - Method in interface com.google.gwt.safehtml.shared.SafeHtml
Returns this object's contained HTML as a string.
asString() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns a string representation of the data.
asTreeItem() - Method in interface com.google.gwt.user.client.ui.IsTreeItem
Returns the TreeItem aspect of the receiver.
asTreeItem() - Method in class com.google.gwt.user.client.ui.TreeItem
 
asValueAwareEditor() - Method in interface com.google.gwt.editor.client.EditorContext
Returns a non-null value if the editor returned by EditorContext.getEditor() implements ValueAwareEditor.
asValueAwareEditor() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
asWidget() - Method in interface com.google.gwt.user.client.ui.IsWidget
Returns the Widget aspect of the receiver.
asWidget() - Method in class com.google.gwt.user.client.ui.ValuePicker
Returns this view.
asWidget() - Method in class com.google.gwt.user.client.ui.Widget
 
asWidgetOrNull(IsWidget) - Static method in class com.google.gwt.user.client.ui.Widget
This convenience method makes a null-safe call to IsWidget.asWidget().
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.
AsyncDataProvider<T> - Class in com.google.gwt.view.client
An implementation of AbstractDataProvider that allows the data to be modified.
AsyncDataProvider() - Constructor for class com.google.gwt.view.client.AsyncDataProvider
Constructs an AsyncDataProvider without a key provider.
AsyncDataProvider(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.AsyncDataProvider
Constructs an AsyncDataProvider with the given key provider.
AsyncProxy<T> - Interface in com.google.gwt.user.client
The AsyncProxy type is used to provide a reachability barrier between classes intended to be used with runAsync while maintaining a simple, deferred-synchronous API.
AsyncProxy.AllowNonVoid - Annotation Type in com.google.gwt.user.client
If this annotation is applied to an AsyncProxy type, it will be legal for the parameterized type T to declare non-void methods.
AsyncProxy.ConcreteType - Annotation Type in com.google.gwt.user.client
This interface should be applied to the AsyncProxy subtype in order to specify the Class literal that will be passed to GWT.create(Class).
AsyncProxy.DefaultValue - Annotation Type in com.google.gwt.user.client
This annotation specifies the return value for primitive methods when the AsyncProxy.AllowNonVoid annotation has been applied to an AsyncProxy.
AsyncProxy.ProxyCallback<T> - Class in com.google.gwt.user.client
The callback used by AsyncProxy.setProxyCallback(ProxyCallback).
AsyncProxy.ProxyCallback() - Constructor for class com.google.gwt.user.client.AsyncProxy.ProxyCallback
 
atlanticAzores() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticBermuda() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticCanary() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticCapeVerde() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticFaeroe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticMadeira() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticReykjavik() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticSouthGeorgia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticStanley() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
atlanticStHelena() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
attach(C, E) - Method in interface com.google.gwt.editor.client.CompositeEditor.EditorChain
Editors attached to the chain will be automatically flushed as if they were a statically-defined sub-Editor.
attach(C, FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
 
attachChild(Element) - Method in class com.google.gwt.layout.client.Layout
Attaches a child element to this layout.
attachChild(Element, Element) - Method in class com.google.gwt.layout.client.Layout
Attaches a child element to this layout.
attachChild(Element, Object) - Method in class com.google.gwt.layout.client.Layout
Attaches a child element to this layout.
attachChild(Element, Element, Object) - Method in class com.google.gwt.layout.client.Layout
Attaches a child element to this layout.
AttachDetachException - Exception in com.google.gwt.user.client.ui
An exception that is thrown when the panel fails to attach or detach its children.
AttachDetachException(Set<Throwable>) - Constructor for exception com.google.gwt.user.client.ui.AttachDetachException
Construct a new AttachDetachException.
AttachDetachException.Command - Interface in com.google.gwt.user.client.ui
The command to execute when iterating through child widgets.
AttachEvent - Class in com.google.gwt.event.logical.shared
Fired when the event source is attached to the browser's document or detached from it.
AttachEvent(boolean) - Constructor for class com.google.gwt.event.logical.shared.AttachEvent
Construct a new AttachEvent.
AttachEvent.Handler - Interface in com.google.gwt.event.logical.shared
Implemented by objects that handle AttachEvent.
attachToDom(Element) - Static method in class com.google.gwt.uibinder.client.UiBinderUtil
Attaches the element to the dom temporarily.
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.
AttributeMessageParser - Class in com.google.gwt.uibinder.elementparsers
This parser is not tied to a particular class of element, but rather is run as the first parser in any parser stack.
AttributeMessageParser() - Constructor for class com.google.gwt.uibinder.elementparsers.AttributeMessageParser
 
AttributeParser - Interface in com.google.gwt.uibinder.attributeparsers
Attribute parsers are classes that parse xml attribute values, turning them into valid Java expressions.
AttributeParsers - Class in com.google.gwt.uibinder.attributeparsers
Managers access to all implementations of AttributeParser.
AttributeParsers(TypeOracle, FieldManager, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.AttributeParsers
 
Audio - Class in com.google.gwt.media.client
A widget representing an <audio> element.
Audio(AudioElement) - Constructor for class com.google.gwt.media.client.Audio
Protected constructor.
AudioElement - Class in com.google.gwt.dom.client
Audio element.
AudioElement() - Constructor for class com.google.gwt.dom.client.AudioElement
 
australiaAdelaide() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaBrisbane() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaBrokenHill() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaCurrie() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaDarwin() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaEucla() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaHobart() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaLindeman() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaLordHowe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaMelbourne() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaPerth() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
australiaSydney() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
AutoBean<T> - Interface in com.google.gwt.autobean.shared
Deprecated. 
AutoBean<T> - Interface in com.google.web.bindery.autobean.shared
A controller for an implementation of a bean interface.
AutoBean.PropertyName - Annotation Type in com.google.gwt.autobean.shared
Deprecated. 
AutoBean.PropertyName - Annotation Type in com.google.web.bindery.autobean.shared
An annotation that allows inferred property names to be overridden.
AutoBeanCodex - Class in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanCodex - Class in com.google.web.bindery.autobean.shared
Utility methods for encoding an AutoBean graph into a JSON-compatible string.
AutoBeanCodex() - Constructor for class com.google.web.bindery.autobean.shared.AutoBeanCodex
 
AutoBeanFactory - Interface in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanFactory - Interface in com.google.web.bindery.autobean.shared
A tag interface for the AutoBean generator.
AutoBeanFactory.Category - Annotation Type in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanFactory.Category - Annotation Type in com.google.web.bindery.autobean.shared
Allows non-property methods on simple bean implementations when applied.
AutoBeanFactory.NoWrap - Annotation Type in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanFactory.NoWrap - Annotation Type in com.google.web.bindery.autobean.shared
The types specified by this annotation will not be wrapped by an AutoBean when returned from an AutoBean-controlled method.
AutoBeanFactoryMagic - Class in com.google.gwt.autobean.server
Deprecated. Replaced by AutoBeanFactorySource
AutoBeanFactoryMagic() - Constructor for class com.google.gwt.autobean.server.AutoBeanFactoryMagic
Deprecated.  
AutoBeanFactorySource - Class in com.google.web.bindery.autobean.vm
Generates JVM-compatible implementations of AutoBeanFactory and AutoBean types.
AutoBeanFactorySource() - Constructor for class com.google.web.bindery.autobean.vm.AutoBeanFactorySource
 
AutoBeanUtils - Class in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanUtils - Class in com.google.web.bindery.autobean.shared
Utility methods for working with AutoBeans.
AutoBeanVisitor - Class in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanVisitor() - Constructor for class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated.  
AutoBeanVisitor - Class in com.google.web.bindery.autobean.shared
Allows traversal of an AutoBean object graph.
AutoBeanVisitor() - Constructor for class com.google.web.bindery.autobean.shared.AutoBeanVisitor
 
AutoBeanVisitor.CollectionPropertyContext - Interface in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanVisitor.CollectionPropertyContext - Interface in com.google.web.bindery.autobean.shared
A PropertyContext that describes the parameterization of the Collection being visited.
AutoBeanVisitor.Context - Interface in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanVisitor.Context - Interface in com.google.web.bindery.autobean.shared
Reserved for future expansion to avoid API breaks.
AutoBeanVisitor.MapPropertyContext - Interface in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanVisitor.MapPropertyContext - Interface in com.google.web.bindery.autobean.shared
A PropertyContext that describes the parameterization of the Map being visited.
AutoBeanVisitor.ParameterizationVisitor - Class in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanVisitor.ParameterizationVisitor() - Constructor for class com.google.gwt.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Deprecated.  
AutoBeanVisitor.ParameterizationVisitor - Class in com.google.web.bindery.autobean.shared
The ParameterizationVisitor provides access to more complete type information than a simple class literal can provide.
AutoBeanVisitor.ParameterizationVisitor() - Constructor for class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
 
AutoBeanVisitor.PropertyContext - Interface in com.google.gwt.autobean.shared
Deprecated. 
AutoBeanVisitor.PropertyContext - Interface in com.google.web.bindery.autobean.shared
Allows properties to be reset.
AutoDirectionHandler - Class in com.google.gwt.i18n.client
Utility class for handling auto-direction adjustment.
AutoDirectionHandler.Target - Interface in com.google.gwt.i18n.client
The interface an object must implement in order to add an AutoDirectionHandler to it.

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
 
Base64Utils - Class in com.google.gwt.user.server
A utility to decode and encode byte arrays as Strings, using only "safe" characters.
Base64Utils() - Constructor for class com.google.gwt.user.server.Base64Utils
 
BaseElement - Class in com.google.gwt.dom.client
Document base URI.
BaseElement() - Constructor for class com.google.gwt.dom.client.BaseElement
 
BaseListenerWrapper<T> - Class in com.google.gwt.user.client
Deprecated. will be removed in GWT 2.0 with the handler listeners themselves
BaseListenerWrapper(T) - Constructor for class com.google.gwt.user.client.BaseListenerWrapper
Deprecated. Creates a new listener wrapper.
baseName(URL) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Returns the base filename of a resource.
BaseProxy - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
BaseProxy - Interface in com.google.web.bindery.requestfactory.shared
The root type from which all client-side proxy objects are derived.
baseRemove(HandlerManager, Object, GwtEvent.Type...) - Static method in class com.google.gwt.user.client.BaseListenerWrapper
Deprecated. Helper method to remove all wrapped listeners from the given event types.
baseRemove(Widget, EventListener, GwtEvent.Type...) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper
Deprecated. Convenience method to remove wrapped handlers from a widget.
BeanParser - Class in com.google.gwt.uibinder.elementparsers
Utility methods for discovering bean-like properties and generating code to initialize them.
BeanParser(UiBinderContext) - Constructor for class com.google.gwt.uibinder.elementparsers.BeanParser
 
BeforeSelectionEvent<T> - Class in com.google.gwt.event.logical.shared
Represents a before selection event.
BeforeSelectionEvent() - Constructor for class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Creates a new before selection event.
BeforeSelectionHandler<T> - Interface in com.google.gwt.event.logical.shared
Handler interface for BeforeSelectionEvent events.
beginDragging(MouseDownEvent) - Method in class com.google.gwt.user.client.ui.DialogBox
Called on mouse down in the caption area, begins the dragging loop by turning on event capture.
beginPath() - Method in class com.google.gwt.canvas.dom.client.Context2d
Begins a new path.
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
 
Benchmark.BenchmarkStrategy - Class in com.google.gwt.benchmarks.client
The JUnitShell.Strategy used for benchmarking.
Benchmark.BenchmarkStrategy(TestCase) - Constructor for class com.google.gwt.benchmarks.client.Benchmark.BenchmarkStrategy
 
BenchmarkReport - Class in com.google.gwt.benchmarks
Generates a detailed report that contains the results of all of the benchmark-related unit tests executed during a unit test session.
BenchmarkReport() - Constructor for class com.google.gwt.benchmarks.BenchmarkReport
 
BenchmarkShell - Class in com.google.gwt.benchmarks
This class is responsible for hosting BenchMarks test case execution.
bezierCurveTo(double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws a cubic Bézier curve from the current point to the point (x, y), with control points (cp1x, cp1y) and (cp2x, cp2y).
BidiFormatter - Class in com.google.gwt.i18n.shared
Utility class for formatting text for display in a potentially opposite-direction context without garbling.
BidiFormatterBase - Class in com.google.gwt.i18n.shared
Base class for BidiFormatter and SafeHtmlBidiFormatter that contains their common implementation.
BidiFormatterBase(HasDirection.Direction, boolean) - Constructor for class com.google.gwt.i18n.shared.BidiFormatterBase
 
BidiFormatterBase.Factory<T extends BidiFormatterBase> - Class in com.google.gwt.i18n.shared
Abstract factory class for BidiFormatterBase.
BidiFormatterBase.Factory() - Constructor for class com.google.gwt.i18n.shared.BidiFormatterBase.Factory
 
BidiPolicy - Class in com.google.gwt.i18n.client
Provides low-level functionality to determine whether to support bidi.
BidiPolicy() - Constructor for class com.google.gwt.i18n.client.BidiPolicy
 
BidiPolicy.BidiPolicyImpl - Class in com.google.gwt.i18n.client
Implementation class for BidiPolicy.
BidiPolicy.BidiPolicyImpl() - Constructor for class com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl
 
BidiPolicy.BidiPolicyImplOn - Class in com.google.gwt.i18n.client
Implementation class for BidiPolicy used when bidi is always on.
BidiPolicy.BidiPolicyImplOn() - Constructor for class com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn
 
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
 
BidiUtils - Class in com.google.gwt.i18n.shared
Utility functions for performing common Bidi tests on strings.
BinaryEmittedArtifact - Class in com.google.gwt.core.ext.linker
A thinned down version of some EmittedArtifact.
BinaryEmittedArtifact(String) - Constructor for class com.google.gwt.core.ext.linker.BinaryEmittedArtifact
 
blur() - Method in class com.google.gwt.dom.client.Element
Removes keyboard focus from this element.
BlurEvent - Class in com.google.gwt.event.dom.client
Represents a native blur event.
BlurEvent() - Constructor for class com.google.gwt.event.dom.client.BlurEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire blur events.
BlurHandler - Interface in com.google.gwt.event.dom.client
Handler interface for BlurEvent events.
BodyElement - Class in com.google.gwt.dom.client
The HTML document body.
BodyElement() - Constructor for class com.google.gwt.dom.client.BodyElement
 
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
 
build() - Method in class com.google.gwt.autobean.server.Configuration.Builder
Deprecated.  
build() - Method in class com.google.web.bindery.autobean.vm.Configuration.Builder
 
buildString() - Method in class com.google.gwt.http.client.UrlBuilder
Build the URL and return it as an encoded string.
buildTimeZoneData(String) - Static method in class com.google.gwt.i18n.client.TimeZoneInfo
Construct a TimeZoneData javascript overlay object given some json text.
BundleAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
Deprecated. soon to die, replaced by brace expressions
BundleAttributeParser(JClassType, String, boolean) - Constructor for class com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
Deprecated.  
BundleAttributeParsers - Class in com.google.gwt.uibinder.attributeparsers
Deprecated. 
BundleAttributeParsers(TypeOracle, MortalLogger, OwnerClass, String, JClassType) - Constructor for class com.google.gwt.uibinder.attributeparsers.BundleAttributeParsers
Deprecated.  
bundleClass() - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
Deprecated.  
bundleInstance() - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
Deprecated.  
button() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Style
Applied to buttons.
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(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with the given HTML 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
Deprecated. Use Button.Button(String, ClickHandler) instead
Button(SafeHtml, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with the given HTML caption and click listener.
Button(String, ClickHandler) - 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.dom.client.NativeEvent
The left mouse button.
BUTTON_MIDDLE - Static variable in class com.google.gwt.dom.client.NativeEvent
The middle mouse button.
BUTTON_RIGHT - Static variable in class com.google.gwt.dom.client.NativeEvent
The right mouse button.
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.
ButtonCell - Class in com.google.gwt.cell.client
A Cell used to render a button.
ButtonCell() - Constructor for class com.google.gwt.cell.client.ButtonCell
Construct a new ButtonCell that will use a SimpleSafeHtmlRenderer.
ButtonCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.ButtonCell
Construct a new ButtonCell that will use a given SafeHtmlRenderer.
ButtonElement - Class in com.google.gwt.dom.client
Push button.
ButtonElement() - Constructor for class com.google.gwt.dom.client.ButtonElement
 

C

CachingActivityMapper - Class in com.google.gwt.activity.shared
Wraps another ActivityMapper and caches the last activity it returned, to be re-used if we see the same place twice.
CachingActivityMapper(ActivityMapper) - Constructor for class com.google.gwt.activity.shared.CachingActivityMapper
Constructs a CachingActivityMapper object.
CalendarModel - Class in com.google.gwt.user.datepicker.client
Model used to get calendar information for DatePicker and its subclasses.
CalendarModel() - Constructor for class com.google.gwt.user.datepicker.client.CalendarModel
Constructor.
CalendarUtil - Class in com.google.gwt.user.datepicker.client
Useful utilities for creating views of a calendar.
CalendarUtil() - Constructor for class com.google.gwt.user.datepicker.client.CalendarUtil
 
CalendarView - Class in com.google.gwt.user.datepicker.client
The CalendarView is a calendar grid that represents the current view of a DatePicker.
CalendarView() - Constructor for class com.google.gwt.user.datepicker.client.CalendarView
Constructor.
CAN_PLAY_MAYBE - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.canPlayType(String).
CAN_PLAY_PROBABLY - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.canPlayType(String).
cancel() - Method in class com.google.gwt.animation.client.Animation
Immediately cancel this animation.
cancel() - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Cancel the before selection event.
cancel() - Method in class com.google.gwt.http.client.Request
Cancels a pending request.
cancel() - Method in class com.google.gwt.jsonp.client.JsonpRequest
Cancels a pending request.
cancel() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
Cancel the native event and prevent it from firing.
cancel() - Method in class com.google.gwt.user.client.Timer
Cancels this timer.
cancel() - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
Cancel the form submit.
cancel() - Method in class com.google.gwt.user.client.ui.LayoutCommand
Cancels this command.
cancelBubble(boolean) - Method in class com.google.gwt.user.client.Event
Deprecated. use NativeEvent.stopPropagation() instead
cancelKey() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
If a keyboard event is currently being handled on this text box, calling this method will suppress it.
canDecode(Class<?>) - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated. Returns true if ValueCodex can operate on values of the given type.
canDecode(Class<?>) - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
Returns true if ValueCodex can operate on values of the given type.
canMakeValueCommand() - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
CANNOT_PLAY - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.canPlayType(String).
CanPlayThroughEvent - Class in com.google.gwt.event.dom.client
Represents a native media can play through event.
CanPlayThroughEvent() - Constructor for class com.google.gwt.event.dom.client.CanPlayThroughEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire media can play through events.
CanPlayThroughHandler - Interface in com.google.gwt.event.dom.client
Handler interface for CanPlayThroughEvent events.
canPlayType(String) - Method in class com.google.gwt.dom.client.MediaElement
Returns true if the native player is capable of playing content of the given MIME type.
canPlayType(String) - Method in class com.google.gwt.media.client.MediaBase
Returns true if the native player is capable of playing content of the given MIME type.
canSet() - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext
Deprecated. Indicates if the AutoBeanVisitor.PropertyContext.set(java.lang.Object) method will succeed.
canSet(Class<?>) - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
Indicates if set can be called with a value of the given type.
canSet() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.PropertyContext
Indicates if the AutoBeanVisitor.PropertyContext.set(java.lang.Object) method will succeed.
canSetInModel() - Method in interface com.google.gwt.editor.client.EditorContext
Returns true if EditorContext.setInModel(Object) can be called successfully.
canSetInModel() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns false.
Canvas - Class in com.google.gwt.canvas.client
A widget representing a <canvas> element.
CanvasElement - Class in com.google.gwt.dom.client
Canvas element.
CanvasElement() - Constructor for class com.google.gwt.dom.client.CanvasElement
 
CanvasGradient - Class in com.google.gwt.canvas.dom.client
Gradient object used with Context2d.
CanvasGradient() - Constructor for class com.google.gwt.canvas.dom.client.CanvasGradient
 
CanvasPattern - Class in com.google.gwt.canvas.dom.client
Pattern object used with Context2d.
CanvasPattern() - Constructor for class com.google.gwt.canvas.dom.client.CanvasPattern
 
CanvasPixelArray - Class in com.google.gwt.canvas.dom.client
Array-like object holding the actual image data for an ImageData object.
CanvasPixelArray() - Constructor for class com.google.gwt.canvas.dom.client.CanvasPixelArray
 
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(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel with specified caption text.
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.
CastableTypeData - Interface in com.google.gwt.rpc.server
An encapsulation of a JSON object containing castable type information.
CastableTypeDataImpl - Class in com.google.gwt.rpc.linker
Implementation of a wrapped castableTypeMap.
CastableTypeDataImpl(String) - Constructor for class com.google.gwt.rpc.linker.CastableTypeDataImpl
 
CastableTypeMap - Interface in com.google.gwt.core.ext.linker
An encapsulation of a JSON map containing a set of castable type ids.
castFireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.EventBus
 
castFireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.EventBus
 
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.
Cell<C> - Interface in com.google.gwt.cell.client
A light weight representation of a renderable object.
Cell.Context - Class in com.google.gwt.cell.client
Contains information about the context of the Cell.
Cell.Context(int, int, Object) - Constructor for class com.google.gwt.cell.client.Cell.Context
Create a new Cell.Context.
CellBasedWidgetImplStandardBase - Class in com.google.gwt.user.cellview.client
StandardBase implementation of CellBasedWidgetImpl.
CellBasedWidgetImplStandardBase() - Constructor for class com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase
 
CellBrowser - Class in com.google.gwt.user.cellview.client
A "browsable" view of a tree in which only a single node per level may be open at one time.
CellBrowser(TreeViewModel, T) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser
Construct a new CellBrowser.
CellBrowser(TreeViewModel, T, CellBrowser.Resources) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser
Construct a new CellBrowser with the specified CellBrowser.Resources.
CellBrowser.Resources - Interface in com.google.gwt.user.cellview.client
A ClientBundle that provides images for this widget.
CellBrowser.Style - Interface in com.google.gwt.user.cellview.client
Styles used by this widget.
cellBrowserClosed() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Resources
An image indicating a closed branch.
cellBrowserColumn() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to all columns.
cellBrowserEvenItem() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to even list items.
cellBrowserFirstColumn() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to the first column.
cellBrowserKeyboardSelectedItem() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to keyboard selected items.
cellBrowserOddItem() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to odd list items.
cellBrowserOpen() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Resources
An image indicating an open branch.
cellBrowserOpenBackground() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Resources
The background used for open items.
cellBrowserOpenItem() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to open items.
cellBrowserSelectedBackground() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Resources
The background used for selected items.
cellBrowserSelectedItem() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to selected items.
cellBrowserStyle() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Resources
The styles used in this widget.
cellBrowserWidget() - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Style
Applied to the widget.
cellConsumesEventType(Cell<?>, String) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Check if a cell consumes the specified event type.
CellList<T> - Class in com.google.gwt.user.cellview.client
A single column list of cells.
CellList(Cell<T>) - Constructor for class com.google.gwt.user.cellview.client.CellList
Construct a new CellList.
CellList(Cell<T>, CellList.Resources) - Constructor for class com.google.gwt.user.cellview.client.CellList
Construct a new CellList with the specified CellList.Resources.
CellList(Cell<T>, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellList
Construct a new CellList with the specified key provider.
CellList(Cell<T>, CellList.Resources, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellList
Construct a new CellList with the specified CellList.Resources and key provider.
CellList.Resources - Interface in com.google.gwt.user.cellview.client
A ClientBundle that provides images for this widget.
CellList.Style - Interface in com.google.gwt.user.cellview.client
Styles used by this widget.
cellListEvenItem() - Method in interface com.google.gwt.user.cellview.client.CellList.Style
Applied to even items.
cellListKeyboardSelectedItem() - Method in interface com.google.gwt.user.cellview.client.CellList.Style
Applied to the keyboard selected item.
cellListOddItem() - Method in interface com.google.gwt.user.cellview.client.CellList.Style
Applied to odd items.
cellListSelectedBackground() - Method in interface com.google.gwt.user.cellview.client.CellList.Resources
The background used for selected items.
cellListSelectedItem() - Method in interface com.google.gwt.user.cellview.client.CellList.Style
Applied to selected items.
cellListStyle() - Method in interface com.google.gwt.user.cellview.client.CellList.Resources
The styles used in this widget.
cellListWidget() - Method in interface com.google.gwt.user.cellview.client.CellList.Style
Applied to the widget.
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
 
CellPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses CellPanel widgets.
CellPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.CellPanelParser
 
CellPreviewEvent<T> - Class in com.google.gwt.view.client
Allows the previewing of events before they are fired to Cells.
CellPreviewEvent(NativeEvent, HasData<T>, Cell.Context, T, boolean, boolean) - Constructor for class com.google.gwt.view.client.CellPreviewEvent
Construct a new CellPreviewEvent.
CellPreviewEvent.Handler<T> - Interface in com.google.gwt.view.client
Handler for CellPreviewEvent.
CellTable<T> - Class in com.google.gwt.user.cellview.client
A tabular view that supports paging and columns.
CellTable() - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with a default page size of 15.
CellTable(int) - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with the given page size.
CellTable(ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with a default page size of 15, and the given key provider.
CellTable(int, CellTable.Resources) - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with the given page size with the specified CellTable.BasicResources.
CellTable(int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with the given page size and the given key provider.
CellTable(int, CellTable.Resources, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with the given page size, the specified CellTable.BasicResources, and the given key provider.
CellTable(int, CellTable.Resources, ProvidesKey<T>, Widget) - Constructor for class com.google.gwt.user.cellview.client.CellTable
Constructs a table with the specified page size, CellTable.BasicResources, key provider, and loading indicator.
CellTable.BasicResources - Interface in com.google.gwt.user.cellview.client
Resources that match the GWT standard style theme.
CellTable.Resources - Interface in com.google.gwt.user.cellview.client
A ClientBundle that provides images for this widget.
CellTable.Style - Interface in com.google.gwt.user.cellview.client
Styles used by this widget.
cellTableCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to every cell.
cellTableEvenRow() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to even rows.
cellTableEvenRowCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to cells in even rows.
cellTableFirstColumn() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the first column.
cellTableFirstColumnFooter() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the first column footers.
cellTableFirstColumnHeader() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the first column headers.
cellTableFooter() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to footers cells.
cellTableFooterBackground() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
The background used for footer cells.
cellTableHeader() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to headers cells.
cellTableHeaderBackground() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
The background used for header cells.
cellTableHoveredRow() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the hovered row.
cellTableHoveredRowCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the cells in the hovered row.
cellTableKeyboardSelectedCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the keyboard selected cell.
cellTableKeyboardSelectedRow() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the keyboard selected row.
cellTableKeyboardSelectedRowCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the cells in the keyboard selected row.
cellTableLastColumn() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the last column.
cellTableLastColumnFooter() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the last column footers.
cellTableLastColumnHeader() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the last column headers.
cellTableLoading() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
The loading indicator used while the table is waiting for data.
cellTableLoading() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the loading indicator.
cellTableOddRow() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to odd rows.
cellTableOddRowCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to cells in odd rows.
cellTableSelectedBackground() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
The background used for selected cells.
cellTableSelectedRow() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to selected rows.
cellTableSelectedRowCell() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to cells in selected rows.
cellTableSortableHeader() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to header cells that are sortable.
cellTableSortAscending() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
Icon used when a column is sorted in ascending order.
cellTableSortDescending() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
Icon used when a column is sorted in descending order.
cellTableSortedHeaderAscending() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to header cells that are sorted in ascending order.
cellTableSortedHeaderDescending() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to header cells that are sorted in descending order.
cellTableStyle() - Method in interface com.google.gwt.user.cellview.client.CellTable.BasicResources
The styles used in this widget.
cellTableStyle() - Method in interface com.google.gwt.user.cellview.client.CellTable.Resources
The styles used in this widget.
cellTableWidget() - Method in interface com.google.gwt.user.cellview.client.CellTable.Style
Applied to the table.
CellTree - Class in com.google.gwt.user.cellview.client
A view of a tree.
CellTree(TreeViewModel, T) - Constructor for class com.google.gwt.user.cellview.client.CellTree
Construct a new CellTree.
CellTree(TreeViewModel, T, CellTree.Resources) - Constructor for class com.google.gwt.user.cellview.client.CellTree
Construct a new CellTree.
CellTree.BasicResources - Interface in com.google.gwt.user.cellview.client
Resources that match the GWT standard style theme.
CellTree.NodeAnimation - Class in com.google.gwt.user.cellview.client
A node animation.
CellTree.Resources - Interface in com.google.gwt.user.cellview.client
A ClientBundle that provides images for this widget.
CellTree.RevealAnimation - Class in com.google.gwt.user.cellview.client
A CellTree.NodeAnimation that reveals the contents of child nodes.
CellTree.SlideAnimation - Class in com.google.gwt.user.cellview.client
A CellTree.NodeAnimation that slides children into view.
CellTree.Style - Interface in com.google.gwt.user.cellview.client
Styles used by this widget.
cellTreeClosedItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.BasicResources
 
cellTreeClosedItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Resources
An image indicating a closed branch.
cellTreeEmptyMessage() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the empty message.
cellTreeItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to tree items.
cellTreeItemImage() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to open/close icon.
cellTreeItemImageValue() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the wrapper around the image and value.
cellTreeItemValue() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the value in an item.
cellTreeKeyboardSelectedItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the keyboard selected item.
cellTreeLoading() - Method in interface com.google.gwt.user.cellview.client.CellTree.BasicResources
 
cellTreeLoading() - Method in interface com.google.gwt.user.cellview.client.CellTree.Resources
An image indicating that a node is loading.
cellTreeOpenItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.BasicResources
 
cellTreeOpenItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Resources
An image indicating an open branch.
cellTreeOpenItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to open tree items.
cellTreeSelectedBackground() - Method in interface com.google.gwt.user.cellview.client.CellTree.Resources
The background used for selected items.
cellTreeSelectedItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to selected tree items.
cellTreeShowMoreButton() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the show more button.
cellTreeStyle() - Method in interface com.google.gwt.user.cellview.client.CellTree.BasicResources
The styles used in this widget.
cellTreeStyle() - Method in interface com.google.gwt.user.cellview.client.CellTree.Resources
The styles used in this widget.
cellTreeTopItem() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to top level items.
cellTreeTopItemImage() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to open/close icon at the top level.
cellTreeTopItemImageValue() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the wrapper around the image and value of top level items.
cellTreeWidget() - Method in interface com.google.gwt.user.cellview.client.CellTree.Style
Applied to the widget.
CellWidget<C> - Class in com.google.gwt.user.cellview.client
A Widget that wraps a Cell.
CellWidget(Cell<C>) - Constructor for class com.google.gwt.user.cellview.client.CellWidget
Construct a new CellWidget with the specified cell and an initial value of null.
CellWidget(Cell<C>, ProvidesKey<C>) - Constructor for class com.google.gwt.user.cellview.client.CellWidget
Construct a new CellWidget with the specified cell and key provider, and an initial value of null.
CellWidget(Cell<C>, C) - Constructor for class com.google.gwt.user.cellview.client.CellWidget
Construct a new CellWidget with the specified cell and initial value.
CellWidget(Cell<C>, C, ProvidesKey<C>) - Constructor for class com.google.gwt.user.cellview.client.CellWidget
Construct a new CellWidget with the specified cell, initial value, and key provider.
CellWidget(Cell<C>, C, ProvidesKey<C>, Element) - Constructor for class com.google.gwt.user.cellview.client.CellWidget
Creates a CellWidget with the specified cell, initial value, key provider, using the specified element as the wrapper around the cell.
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.
ChangeEvent - Class in com.google.gwt.event.dom.client
Represents a native change event.
ChangeEvent() - Constructor for class com.google.gwt.event.dom.client.ChangeEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire change events.
ChangeHandler - Interface in com.google.gwt.event.dom.client
Handler for ChangeEvent events.
ChangeListener - Interface in com.google.gwt.user.client.ui
Deprecated. As of GWT 1.6, DOM and logical change events are separate. Use ChangeHandler for changes triggered by a DOM-based change event and ValueChangeHandler for changes resulting from a logical event such as a method call that changes state
ChangeListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
ChangeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ChangeListenerCollection
Deprecated.  
CharacterData - Interface in com.google.gwt.xml.client
This interface describes CharacterData XML nodes.
checkAssignment(Object) - Method in interface com.google.gwt.editor.client.EditorContext
Returns value cast to the type accepted by the Editor or throws a ClassCastException.
checkAssignment(Object) - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns value via an unchecked generic cast.
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(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(SafeHtml, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(SafeHtml, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(String) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(String, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(String, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a label with the specified text and a default direction estimator.
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
 
CheckboxCell - Class in com.google.gwt.cell.client
A Cell used to render a checkbox.
CheckboxCell() - Constructor for class com.google.gwt.cell.client.CheckboxCell
Construct a new CheckboxCell.
CheckboxCell(boolean) - Constructor for class com.google.gwt.cell.client.CheckboxCell
Deprecated. use CheckboxCell.CheckboxCell(boolean, boolean) instead
CheckboxCell(boolean, boolean) - Constructor for class com.google.gwt.cell.client.CheckboxCell
Construct a new CheckboxCell that optionally controls selection.
checkCellBounds(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Bounds checks that the cell exists at the specified location.
checkIndexBoundsForAccess(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()), which is the valid range on accessible indexes.
checkIndexBoundsForInsertion(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()], which is the valid range for indexes on an insertion.
checkJdkVersion() - Method in class com.google.gwt.util.tools.ToolBase
Log deprecation warning on old JREs.
checkPermutationStrongName() - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
This method is called by RemoteServiceServlet.processCall(String) and will throw a SecurityException if AbstractRemoteServiceServlet.getPermutationStrongName() returns null.
checkRowBounds(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Check that the row is within the correct bounds.
checkRowBounds(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Checks that the row is within the correct bounds.
ClassMember - Interface in com.google.gwt.core.ext.soyc
Represents a reference type, such as a class or interface, in the compiled output.
clear() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
clear() - Method in class com.google.gwt.dom.client.SelectElement
Removes all OPTION elements from this SELECT.
clear() - Method in class com.google.gwt.i18n.server.GwtLocaleFactoryImpl
Clear an embedded cache of instances when they are no longer needed.
clear() - Method in class com.google.gwt.logging.client.HasWidgetsLogHandler
 
clear() - Method in class com.google.gwt.logging.client.NullLoggingPopup
 
clear() - Method in class com.google.gwt.storage.client.Storage
Removes all items in the Storage.
clear() - Method in class com.google.gwt.storage.client.StorageMap
Removes all items from the Storage.
clear() - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Removes all of the elements from this list.
clear() - Method in class com.google.gwt.user.client.ui.CaptionPanel
Removes the content widget.
clear() - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
clear() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
clear() - Method in class com.google.gwt.user.client.ui.FlowPanel
 
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(boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable
Removes all widgets from this table, optionally clearing the inner HTML of each cell.
clear() - Method in class com.google.gwt.user.client.ui.ListBox
Removes all items from the list box.
clear() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Removes all of the suggestions from the oracle.
clear() - Method in class com.google.gwt.user.client.ui.Panel
 
clear() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
clear() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
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.
clear() - Method in class com.google.gwt.view.client.MultiSelectionModel
Deselect all selected values.
clearBackgroundColor() - Method in class com.google.gwt.dom.client.Style
Clear the background-color css property.
clearBackgroundImage() - Method in class com.google.gwt.dom.client.Style
Clear the background-image css property.
clearBlacklist() - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
Clear all columns from the blacklist.
clearBorderColor() - Method in class com.google.gwt.dom.client.Style
Clear the border-color css property.
clearBorderStyle() - Method in class com.google.gwt.dom.client.Style
Clears the border-style CSS property.
clearBorderWidth() - Method in class com.google.gwt.dom.client.Style
Clear the border-width css property.
clearBottom() - Method in class com.google.gwt.dom.client.Style
Clear the bottom css property.
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 cell at the given row and column.
clearCheckpoints() - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. implementation removed
clearColor() - Method in class com.google.gwt.dom.client.Style
Clear the color css property.
clearColumnWidth(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Clear the width of the specified Column.
clearCurrentSelection(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
 
clearCurrentSelection(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.CheckboxEventTranslator
 
clearCurrentSelection(CellPreviewEvent<T>) - Method in interface com.google.gwt.view.client.DefaultSelectionEventManager.EventTranslator
Check whether a user selection event should clear all currently selected values.
clearCurrentSelection(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
 
clearCursor() - Method in class com.google.gwt.dom.client.Style
Clears the cursor CSS property.
clearDisplay() - Method in class com.google.gwt.dom.client.Style
Clears the display CSS property.
clearExceptions() - Method in class com.google.gwt.view.client.DefaultSelectionModel
Removes all exceptions.
clearFloat() - Method in class com.google.gwt.dom.client.Style
Clear the font-size css property.
clearFontSize() - Method in class com.google.gwt.dom.client.Style
Clear the font-size css property.
clearFontStyle() - Method in class com.google.gwt.dom.client.Style
Clears the font-style CSS property.
clearFontWeight() - Method in class com.google.gwt.dom.client.Style
Clears the font-weight CSS property.
clearHeight() - Method in class com.google.gwt.dom.client.Style
Clear the height css property.
clearItems() - Method in class com.google.gwt.user.client.ui.MenuBar
Removes all menu items from this menu bar.
clearLeft() - Method in class com.google.gwt.dom.client.Style
Clear the left css property.
clearListStyleType() - Method in class com.google.gwt.dom.client.Style
Clears the list-style-type CSS property.
clearMargin() - Method in class com.google.gwt.dom.client.Style
Clear the margin css property.
clearMarginBottom() - Method in class com.google.gwt.dom.client.Style
Clear the margin-bottom css property.
clearMarginLeft() - Method in class com.google.gwt.dom.client.Style
Clear the margin-left css property.
clearMarginRight() - Method in class com.google.gwt.dom.client.Style
Clear the margin-right css property.
clearMarginTop() - Method in class com.google.gwt.dom.client.Style
Clear the margin-top css property.
clearOnReadyStateChange() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Clears the ReadyStateChangeHandler.
clearOpacity() - Method in class com.google.gwt.dom.client.Style
Clear the opacity css property.
clearOverflow() - Method in class com.google.gwt.dom.client.Style
Clears the overflow CSS property.
clearOverflowX() - Method in class com.google.gwt.dom.client.Style
Clears the overflow-x CSS property.
clearOverflowY() - Method in class com.google.gwt.dom.client.Style
Clears the overflow-y CSS property.
clearPadding() - Method in class com.google.gwt.dom.client.Style
Clear the padding css property.
clearPaddingBottom() - Method in class com.google.gwt.dom.client.Style
Clear the padding-bottom css property.
clearPaddingLeft() - Method in class com.google.gwt.dom.client.Style
Clear the padding-left css property.
clearPaddingRight() - Method in class com.google.gwt.dom.client.Style
Clear the padding-right css property.
clearPaddingTop() - Method in class com.google.gwt.dom.client.Style
Clear the padding-top css property.
clearPosition() - Method in class com.google.gwt.dom.client.Style
Clears the position CSS property.
clearProperty(String) - Method in class com.google.gwt.dom.client.Style
Clears the value of a named property, causing it to revert to its default.
clearRect(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Clears a rectangle.
clearRight() - Method in class com.google.gwt.dom.client.Style
Clear the right css property.
clearSelection(MultiSelectionModel<? super T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
Removes all items from the selection.
clearTableLayout() - Method in class com.google.gwt.dom.client.Style
Clear the table-layout css property.
clearTextDecoration() - Method in class com.google.gwt.dom.client.Style
Clears the text-decoration CSS property.
clearTop() - Method in class com.google.gwt.dom.client.Style
Clear the top css property.
clearViewData(Object) - Method in class com.google.gwt.cell.client.AbstractEditableCell
Clear the view data associated with the specified key.
clearVisibility() - Method in class com.google.gwt.dom.client.Style
Clears the visibility CSS property.
clearWhitelist() - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
Clear all columns from the whitelist.
clearWidth() - Method in class com.google.gwt.dom.client.Style
Clear the width css property.
clearZIndex() - Method in class com.google.gwt.dom.client.Style
Clear the z-index css property.
click() - Method in class com.google.gwt.dom.client.ButtonElement
Simulate a mouse-click.
click() - Method in class com.google.gwt.dom.client.InputElement
Simulate a mouse-click.
click() - Method in class com.google.gwt.user.client.ui.Button
Programmatic equivalent of the user clicking the button.
ClickableTextCell - Class in com.google.gwt.cell.client
A Cell used to render text.
ClickableTextCell() - Constructor for class com.google.gwt.cell.client.ClickableTextCell
Construct a new ClickableTextCell that will use a SimpleSafeHtmlRenderer.
ClickableTextCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.ClickableTextCell
Construct a new ClickableTextCell that will use a given SafeHtmlRenderer.
ClickEvent - Class in com.google.gwt.event.dom.client
Represents a native click event.
ClickEvent() - Constructor for class com.google.gwt.event.dom.client.ClickEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire click events.
ClickHandler - Interface in com.google.gwt.event.dom.client
Handler for ClickEvent events.
ClickListener - Interface in com.google.gwt.user.client.ui
Deprecated. Use ClickHandler instead
ClickListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. As of GWT 1.6, call addDomHandler(myHandler, ClickEvent.getType()) to manage handlers for your widget instead
ClickListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ClickListenerCollection
Deprecated.  
CLIENT_FIELDS_KEYWORD - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Keyword for listing the serializable fields of an enchanced class that are visible to client code.
CLIENT_ID - Static variable in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
CLIENT_ID - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
CLIENT_ORACLE_EXTENSION - Static variable in class com.google.gwt.rpc.server.RpcServlet
 
ClientBundle - Interface in com.google.gwt.resources.client
The use of this interface is similar to that of ImageBundle.
ClientBundle.Source - Annotation Type in com.google.gwt.resources.client
Specifies the classpath location of the resource or resources associated with the ResourcePrototype.
ClientBundleFields - Interface in com.google.gwt.resources.ext
Allows ResourceGenerators to define fields within the implementation class for a bundle type.
ClientBundleRequirements - Interface in com.google.gwt.resources.ext
Allows ResourceGenerators to indicate how their generated resources may be affected by their execution environment.
ClientBundleWithLookup - Interface in com.google.gwt.resources.client
This is an extension of ClientBundle that allows for name-based lookup of resources.
ClientOracle - Class in com.google.gwt.rpc.server
Encapsulates information about a remote client.
ClientOracleLinker - Class in com.google.gwt.rpc.linker
Exports data required by server components for directly-evalable RPC.
ClientOracleLinker() - Constructor for class com.google.gwt.rpc.linker.ClientOracleLinker
 
clip() - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a new clipping region from the current path.
clone(boolean) - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Creates a copy of the AutoBean.
clone(Element, boolean) - Static method in class com.google.gwt.user.client.DOM
Clones an element.
clone(boolean) - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Deprecated. with no replacement
cloneNode(boolean) - Method in class com.google.gwt.dom.client.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in interface com.google.gwt.xml.client.Node
This method copies this Node.
close() - Method in class com.google.gwt.logging.client.ConsoleLogHandler
 
close() - Method in class com.google.gwt.logging.client.DevelopmentModeLogHandler
 
close() - Method in class com.google.gwt.logging.client.FirebugLogHandler
 
close() - Method in class com.google.gwt.logging.client.HasWidgetsLogHandler
 
close() - Method in class com.google.gwt.logging.client.NullLogHandler
 
close() - Method in class com.google.gwt.logging.client.RemoteLogHandlerBase
 
close() - Method in class com.google.gwt.logging.client.SystemLogHandler
 
close(InputStream) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to do?
close(OutputStream) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to do?
close(RandomAccessFile) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to do?
close(Reader) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to do?
close(Socket) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to do?
close(Writer) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to do?
close() - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Emitter
 
close() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.JarEmitter
 
closeAllChildren(boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
Closes this menu and all child menu popups.
CloseEvent<T> - Class in com.google.gwt.event.logical.shared
Represents a close event.
CloseEvent(T, boolean) - Constructor for class com.google.gwt.event.logical.shared.CloseEvent
Creates a new close event.
CloseHandler<T> - Interface in com.google.gwt.event.logical.shared
Handler interface for CloseEvent events.
closePath() - Method in class com.google.gwt.canvas.dom.client.Context2d
Closes the current path.
code - Variable in exception com.google.gwt.xml.client.DOMException
 
CodeDownloadException - Exception in com.google.gwt.core.client
Exception indicating an interruption while downloading resources.
CodeDownloadException(String, CodeDownloadException.Reason) - Constructor for exception com.google.gwt.core.client.CodeDownloadException
 
CodeDownloadException.Reason - Enum in com.google.gwt.core.client
Reason codes for the interruption of code down load.
Column<T,C> - Class in com.google.gwt.user.cellview.client
A representation of a column in a table.
Column(Cell<C>) - Constructor for class com.google.gwt.user.cellview.client.Column
Construct a new Column with a given Cell.
columnGroup - Variable in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
 
ColumnSortEvent - Class in com.google.gwt.user.cellview.client
Represents a column sort event.
ColumnSortEvent(ColumnSortList) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortEvent
Construct a new ColumnSortEvent.
ColumnSortEvent.AsyncHandler - Class in com.google.gwt.user.cellview.client
A default handler used with views attached to asynchronous data providers such as AsyncDataProvider.
ColumnSortEvent.AsyncHandler(HasData<?>) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortEvent.AsyncHandler
 
ColumnSortEvent.Handler - Interface in com.google.gwt.user.cellview.client
Handler for ColumnSortEvent.
ColumnSortEvent.ListHandler<T> - Class in com.google.gwt.user.cellview.client
A default handler used to sort a List backing a table.
ColumnSortEvent.ListHandler(List<T>) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler
 
ColumnSortList - Class in com.google.gwt.user.cellview.client
An ordered list containing the sort history of Columns in a table.
ColumnSortList() - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList
Construct a new ColumnSortList without a ColumnSortList.Delegate.
ColumnSortList(ColumnSortList.Delegate) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList
Construct a new ColumnSortList with the specified ColumnSortList.Delegate.
ColumnSortList.ColumnSortInfo - Class in com.google.gwt.user.cellview.client
Information about the sort order of a specific column in a table.
ColumnSortList.ColumnSortInfo(Column<?, ?>, boolean) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
Construct a new ColumnSortList.ColumnSortInfo.
ColumnSortList.Delegate - Interface in com.google.gwt.user.cellview.client
The delegate that handles modifications to the list.
com.google.gwt.activity.shared - package com.google.gwt.activity.shared
Classes used to implement app navigation.
com.google.gwt.animation.client - package com.google.gwt.animation.client
Classes for Animation support.
com.google.gwt.autobean.server - package com.google.gwt.autobean.server
Contains JVM-compatible implementations of the AutoBean framework.
com.google.gwt.autobean.shared - package com.google.gwt.autobean.shared
The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces.
com.google.gwt.benchmarks - package com.google.gwt.benchmarks
Classes for benchmarking support.
com.google.gwt.benchmarks.client - package com.google.gwt.benchmarks.client
Classes and modules used in building benchmarks.
com.google.gwt.canvas.client - package com.google.gwt.canvas.client
Classes for HTML Canvas 2D support.
com.google.gwt.canvas.dom.client - package com.google.gwt.canvas.dom.client
Classes for HTML Canvas 2D support.
com.google.gwt.cell.client - package com.google.gwt.cell.client
Standard Cell subclasses used by the cellview widgets.
com.google.gwt.core.client - package com.google.gwt.core.client
Fundamental classes used in client-side GWT code.
com.google.gwt.core.client.prefetch - package com.google.gwt.core.client.prefetch
Classes allowing prefetching of resources.
com.google.gwt.core.client.testing - package com.google.gwt.core.client.testing
Classes used for testing core GWT functionality.
com.google.gwt.core.ext - package com.google.gwt.core.ext
Classes used to extend the GWT compiler.
com.google.gwt.core.ext.linker - package com.google.gwt.core.ext.linker
Classes for writing Linkers.
com.google.gwt.core.ext.soyc - package com.google.gwt.core.ext.soyc
This package contains interfaces that provide access to "Story of Your Compile" information.
com.google.gwt.core.ext.typeinfo - package com.google.gwt.core.ext.typeinfo
Type-introspection support classes used by generators.
com.google.gwt.core.linker - package com.google.gwt.core.linker
A package containing implementations of the GWT bootstrap linkers.
com.google.gwt.debug.client - package com.google.gwt.debug.client
Provides low-level functionality to support the creation of testing and diagnostic frameworks.
com.google.gwt.dom.client - package com.google.gwt.dom.client
Classes for low-level DOM programming.
com.google.gwt.editor.client - package com.google.gwt.editor.client
A framework for editing bean-like objects.
com.google.gwt.editor.client.adapters - package com.google.gwt.editor.client.adapters
Adapters for the bean editor framework.
com.google.gwt.editor.client.testing - package com.google.gwt.editor.client.testing
Classes used for testing the bean editor support.
com.google.gwt.editor.ui.client - package com.google.gwt.editor.ui.client
User interface components for the bean editor framework.
com.google.gwt.editor.ui.client.adapters - package com.google.gwt.editor.ui.client.adapters
User interface adapters for the bean editor framework.
com.google.gwt.event.dom.client - package com.google.gwt.event.dom.client
Types related to DOM events.
com.google.gwt.event.logical.shared - package com.google.gwt.event.logical.shared
Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers.
com.google.gwt.event.shared - package com.google.gwt.event.shared
Shared infrastructure underlying both browser and non-browser events.
com.google.gwt.event.shared.testing - package com.google.gwt.event.shared.testing
Classes used for testing the GWT event bus.
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.i18n.client.constants - package com.google.gwt.i18n.client.constants
Predefined internationalized constants for currency, date, time, and numbers.
com.google.gwt.i18n.linker - package com.google.gwt.i18n.linker
 
com.google.gwt.i18n.rebind.format - package com.google.gwt.i18n.rebind.format
Implementations for various MessageCatalogFormat implementations, which are used to generate files for translation or to read translated messages.
com.google.gwt.i18n.rebind.keygen - package com.google.gwt.i18n.rebind.keygen
Generators which compute the value of a key to use for looking up translated resources.
com.google.gwt.i18n.shared - package com.google.gwt.i18n.shared
This package contains i18n classes and interfaces shared between client and server.
com.google.gwt.json.client - package com.google.gwt.json.client
Classes for parsing and creating JSON encoded values.
com.google.gwt.jsonp.client - package com.google.gwt.jsonp.client
Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP.
com.google.gwt.junit.client - package com.google.gwt.junit.client
Classes and modules used in building JUnit tests.
com.google.gwt.layout.client - package com.google.gwt.layout.client
Classes for laying out container elements.
com.google.gwt.logging.client - package com.google.gwt.logging.client
Log handlers and related classes for java.util.logging support in GWT.
com.google.gwt.logging.server - package com.google.gwt.logging.server
Server classes for java.util.logging support in GWT.
com.google.gwt.logging.shared - package com.google.gwt.logging.shared
Shared classes for java.util.logging support in GWT.
com.google.gwt.media.client - package com.google.gwt.media.client
Widgets for HTML Audio and Video support.
com.google.gwt.media.dom.client - package com.google.gwt.media.dom.client
DOM classes for HTML Audio and Video support.
com.google.gwt.place.shared - package com.google.gwt.place.shared
A package for managing bookmarkable locations in an application.
com.google.gwt.precompress.linker - package com.google.gwt.precompress.linker
A linker that precompresses the public artifacts that it sees.
com.google.gwt.regexp.shared - package com.google.gwt.regexp.shared
A regular expression package based on the capabilities of Javascript's RegExp.
com.google.gwt.requestfactory.client - package com.google.gwt.requestfactory.client
A package for managing client-server requests.
com.google.gwt.requestfactory.client.testing - package com.google.gwt.requestfactory.client.testing
Classes used for testing the request factory service.
com.google.gwt.requestfactory.server - package com.google.gwt.requestfactory.server
Server side classes for mediating between the client side and the persistent datastore.
com.google.gwt.requestfactory.server.testing - package com.google.gwt.requestfactory.server.testing
Classes used for testing the request factory service.
com.google.gwt.requestfactory.shared - package com.google.gwt.requestfactory.shared
Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format.
com.google.gwt.requestfactory.shared.messages - package com.google.gwt.requestfactory.shared.messages
Contains classes that define the RequestFactory wire format.
com.google.gwt.requestfactory.ui.client - package com.google.gwt.requestfactory.ui.client
Classes used by the request factory to manage proxies, user logins, and authentication.
com.google.gwt.resources.client - package com.google.gwt.resources.client
Classes for aggregating static resources into bundles.
com.google.gwt.resources.ext - package com.google.gwt.resources.ext
This package contains extension hooks for adding new resource types to ClientBundle.
com.google.gwt.rpc.client - package com.google.gwt.rpc.client
Contains the client-side APIs for deRPC.
com.google.gwt.rpc.linker - package com.google.gwt.rpc.linker
Classes used to implement RPC.
com.google.gwt.rpc.server - package com.google.gwt.rpc.server
Contains the server-side APIs for deRPC.
com.google.gwt.safecss.shared - package com.google.gwt.safecss.shared
Shared classes for creating safe CSS style content.
com.google.gwt.safehtml.client - package com.google.gwt.safehtml.client
Interfaces for creating safe HTML content using templates.
com.google.gwt.safehtml.shared - package com.google.gwt.safehtml.shared
Shared classes for creating safe HTML content.
com.google.gwt.storage.client - package com.google.gwt.storage.client
Provides for key-value Storage services.
com.google.gwt.text.client - package com.google.gwt.text.client
Classes for parsing and rendering numbers, dates, and times.
com.google.gwt.text.shared - package com.google.gwt.text.shared
Classes for parsing and rendering text and safe HTML.
com.google.gwt.text.shared.testing - package com.google.gwt.text.shared.testing
Classes used for testing text parsing and rendering.
com.google.gwt.touch.client - package com.google.gwt.touch.client
 
com.google.gwt.uibinder.attributeparsers - package com.google.gwt.uibinder.attributeparsers
Classes that parse XML attribute values, turning them into valid Java expressions.
com.google.gwt.uibinder.client - package com.google.gwt.uibinder.client
Classes used to generate user interfaces using declarative ui.xml files.
com.google.gwt.uibinder.elementparsers - package com.google.gwt.uibinder.elementparsers
Classes that parse XML elements, using the context to generate widget initialization code.
com.google.gwt.user.cellview.client - package com.google.gwt.user.cellview.client
The "cellview" widget set.
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.datepicker.client - package com.google.gwt.user.datepicker.client
The date picker widget and associated types.
com.google.gwt.user.linker.rpc - package com.google.gwt.user.linker.rpc
Classes used to provide information about RPC for a GWT application.
com.google.gwt.user.server - package com.google.gwt.user.server
Utility classes for server-side code.
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.user.tools - package com.google.gwt.user.tools
Classes used to create a GWT application skeleton.
com.google.gwt.user.tools.util - package com.google.gwt.user.tools.util
Classes to process command-line arguments for GWT command-line tools.
com.google.gwt.util - package com.google.gwt.util
A package containing an annotation used to mark package-info.java classes.
com.google.gwt.util.regexfilter - package com.google.gwt.util.regexfilter
Classes used to implement filtering by a sequence of regular expressions preceded by + or - signs.
com.google.gwt.util.tools - package com.google.gwt.util.tools
Utility classes for building GWT command-line applications.
com.google.gwt.view.client - package com.google.gwt.view.client
Classes and interfaces used by the cellview widget set.
com.google.gwt.xhr.client - package com.google.gwt.xhr.client
Classes to support Javascript's XMLHttpRequest.
com.google.gwt.xml.client - package com.google.gwt.xml.client
Basic classes used in XML DOM parsing and XML document generation.
com.google.web.bindery.autobean.shared - package com.google.web.bindery.autobean.shared
The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces.
com.google.web.bindery.autobean.vm - package com.google.web.bindery.autobean.vm
Contains JVM-compatible implementations of the AutoBean framework.
com.google.web.bindery.event.shared - package com.google.web.bindery.event.shared
 
com.google.web.bindery.event.shared.testing - package com.google.web.bindery.event.shared.testing
 
com.google.web.bindery.requestfactory.gwt.client - package com.google.web.bindery.requestfactory.gwt.client
A package for managing client-server requests.
com.google.web.bindery.requestfactory.gwt.client.testing - package com.google.web.bindery.requestfactory.gwt.client.testing
Classes used for testing the request factory service.
com.google.web.bindery.requestfactory.gwt.ui.client - package com.google.web.bindery.requestfactory.gwt.ui.client
Classes used by the request factory to manage proxies, user logins, and authentication.
com.google.web.bindery.requestfactory.server - package com.google.web.bindery.requestfactory.server
Server side classes for mediating between the client side and the persistent datastore.
com.google.web.bindery.requestfactory.server.testing - package com.google.web.bindery.requestfactory.server.testing
 
com.google.web.bindery.requestfactory.shared - package com.google.web.bindery.requestfactory.shared
Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format.
com.google.web.bindery.requestfactory.shared.messages - package com.google.web.bindery.requestfactory.shared.messages
Contains classes that define the RequestFactory wire format.
com.google.web.bindery.requestfactory.vm - package com.google.web.bindery.requestfactory.vm
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE environment.
Command - Interface in com.google.gwt.user.client
Encapsulates an action for later execution, often from a different context.
CommandCanceledException - Exception in com.google.gwt.user.client
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred Command is canceled as a result of a slow script warning.
CommandCanceledException(Command) - Constructor for exception com.google.gwt.user.client.CommandCanceledException
 
CommandSerializationUtil - Class in com.google.gwt.rpc.server
Contains common utility code.
CommandSerializationUtil.Accessor - Interface in com.google.gwt.rpc.server
Defines methods for getting and setting fields.
CommandServerSerializationStreamReader - Class in com.google.gwt.rpc.server
This class will use ValueCommands to reconstitute objects.
CommandServerSerializationStreamReader() - Constructor for class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
CommandServerSerializationStreamWriter - Class in com.google.gwt.rpc.server
A server-side implementation of SerializationStreamWriter that creates a command stream.
CommandServerSerializationStreamWriter(CommandSink) - Constructor for class com.google.gwt.rpc.server.CommandServerSerializationStreamWriter
 
CommandServerSerializationStreamWriter(ClientOracle, CommandSink) - Constructor for class com.google.gwt.rpc.server.CommandServerSerializationStreamWriter
 
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).
commit(TreeLogger, PrintWriter) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
commitArtifact(TreeLogger, Artifact<?>) - Method in interface com.google.gwt.core.ext.GeneratorContext
Add an Artifact to the ArtifactSet that will be presented to the Linker chain at the end of the compilation cycle.
commitArtifact(TreeLogger, Artifact<?>) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
commitResource(TreeLogger, OutputStream) - Method in interface com.google.gwt.core.ext.GeneratorContext
Commits resource generation begun with GeneratorContext.tryCreateResource(TreeLogger, String).
commitResource(TreeLogger, OutputStream) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
CommonResources - Class in com.google.gwt.resources.client
Generally useful styles and resources used throughout GWT widgets and cells.
CommonResources() - Constructor for class com.google.gwt.resources.client.CommonResources
 
comparator() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
compare(SymbolData, SymbolData) - Method in class com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator
 
compare(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use identity comparison.
compareTo(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.Artifact
 
compareTo(GwtLocale) - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
compareTo(AlternateMessageSelector.AlternateForm) - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
 
compareTo(GwtLocale) - Method in interface com.google.gwt.i18n.shared.GwtLocale
The default comparison is a lexical ordering.
compareToComparableArtifact(C) - Method in class com.google.gwt.core.ext.linker.Artifact
Performs comparison with an artifact of a compatible base type.
compareToComparableArtifact(CompilationMetricsArtifact) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
compareToComparableArtifact(CompilationResult) - Method in class com.google.gwt.core.ext.linker.CompilationResult
 
compareToComparableArtifact(EmittedArtifact) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
 
compareToComparableArtifact(ModuleMetricsArtifact) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
compareToComparableArtifact(PrecompilationMetricsArtifact) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
compareToComparableArtifact(ScriptReference) - Method in class com.google.gwt.core.ext.linker.ScriptReference
 
compareToComparableArtifact(StylesheetReference) - Method in class com.google.gwt.core.ext.linker.StylesheetReference
 
compareToComparableArtifact(RpcDataArtifact) - Method in class com.google.gwt.rpc.linker.RpcDataArtifact
 
compareToComparableArtifact(RpcLogArtifact) - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
compareToComparableArtifact(RpcPolicyFileArtifact) - Method in class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
 
CompilationMetricsArtifact - Class in com.google.gwt.core.ext.linker
Captures some metrics from the compile permutations step of the build.
CompilationMetricsArtifact(int) - Constructor for class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
CompilationMetricsArtifact(Class<? extends Linker>, int) - Constructor for class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
CompilationResult - Class in com.google.gwt.core.ext.linker
Represents a unique compilation of the module.
CompilationResult(Class<? extends Linker>) - Constructor for class com.google.gwt.core.ext.linker.CompilationResult
 
compile(String) - Static method in class com.google.gwt.regexp.shared.RegExp
Creates a regular expression object from a pattern with no flags.
compile(String, String) - Static method in class com.google.gwt.regexp.shared.RegExp
Creates a regular expression object from a pattern using the given flags.
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
 
CompositeCell<C> - Class in com.google.gwt.cell.client
A Cell that is composed of other Cells.
CompositeCell(List<HasCell<C, ?>>) - Constructor for class com.google.gwt.cell.client.CompositeCell
Construct a new CompositeCell.
CompositeEditor<T,C,E extends Editor<C>> - Interface in com.google.gwt.editor.client
An interface that indicates that a given Editor is composed of an unknown number of sub-Editors all of the same type.
CompositeEditor.EditorChain<C,E extends Editor<C>> - Interface in com.google.gwt.editor.client
Allows instances of the component type to be attached to the Editor framework.
Configuration - Class in com.google.gwt.autobean.server
Deprecated. 
Configuration - Class in com.google.web.bindery.autobean.vm
Used by AutoBeanFactorySource.createBean(Class, Configuration).
Configuration.Builder - Class in com.google.gwt.autobean.server
Deprecated. 
Configuration.Builder() - Constructor for class com.google.gwt.autobean.server.Configuration.Builder
Deprecated.  
Configuration.Builder - Class in com.google.web.bindery.autobean.vm
Builds Configuration objects.
Configuration.Builder() - Constructor for class com.google.web.bindery.autobean.vm.Configuration.Builder
 
ConfigurationProperty - Interface in com.google.gwt.core.ext
A named configuration (property, values) pair.
ConfigurationProperty - Interface in com.google.gwt.core.ext.linker
Represents a configuration property.
configureRequestBuilder(RequestBuilder) - Method in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated. Override to change the headers sent in the HTTP request.
configureRequestBuilder(RequestBuilder) - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
Override to change the headers sent in the HTTP request.
confirm(String) - Method in class com.google.gwt.place.shared.PlaceController.DefaultDelegate
 
confirm(String) - Method in interface com.google.gwt.place.shared.PlaceController.Delegate
Called to confirm a window closing event.
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.
ConsoleLogHandler - Class in com.google.gwt.logging.client
A Handler that prints logs to the window.console - this is used by things like FirebugLite in IE, and Safari debug mode.
ConsoleLogHandler() - Constructor for class com.google.gwt.logging.client.ConsoleLogHandler
 
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.
Constants.DefaultBooleanValue - Annotation Type in com.google.gwt.i18n.client
Default boolean value to be used if no translation is found (and also used as the source for translation).
Constants.DefaultDoubleValue - Annotation Type in com.google.gwt.i18n.client
Default double value to be used if no translation is found (and also used as the source for translation).
Constants.DefaultFloatValue - Annotation Type in com.google.gwt.i18n.client
Default float value to be used if no translation is found (and also used as the source for translation).
Constants.DefaultIntValue - Annotation Type in com.google.gwt.i18n.client
Default integer value to be used if no translation is found (and also used as the source for translation).
Constants.DefaultStringArrayValue - Annotation Type in com.google.gwt.i18n.client
Default string array value to be used if no translation is found (and also used as the source for translation).
Constants.DefaultStringMapValue - Annotation Type in com.google.gwt.i18n.client
Default string map value to be used if no translation is found (and also used as the source for translation).
Constants.DefaultStringValue - Annotation Type in com.google.gwt.i18n.client
Default string value to be used if no translation is found (and also used as the source for translation).
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.
consume() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
Consume the native event and prevent it from being canceled, even if it has already been canceled by another handler.
consumePlaceholderInnards(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.TextPlaceholderInterpreter
 
container() - Method in interface com.google.gwt.user.client.ui.NotificationMole.Style
 
contains(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
contains(Range) - Method in class com.google.gwt.core.ext.soyc.Range
Return true if the given Range lies wholly within the Range.
contains(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Determines whether a given widget is contained in this collection.
containsAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
containsKey(String) - Method in class com.google.gwt.json.client.JSONObject
Tests whether or not this JSONObject contains the specified property.
containsKey(Object) - Method in class com.google.gwt.storage.client.StorageMap
Returns true if the Storage contains the specified key, false otherwise.
containsValue(Object) - Method in class com.google.gwt.storage.client.StorageMap
Returns true if the Storage contains the specified value, false otherwise (or if the specified key is null ).
CONTENT_TYPE_HEADER - Static variable in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Used by RpcRequestBuilder.doSetContentType(com.google.gwt.http.client.RequestBuilder, java.lang.String).
Context - Interface in com.google.gwt.canvas.dom.client
Rendering Context interface used to draw on a CanvasElement.
Context2d - Class in com.google.gwt.canvas.dom.client
Rendering interface used to draw on a CanvasElement.
Context2d() - Constructor for class com.google.gwt.canvas.dom.client.Context2d
 
Context2d.Composite - Enum in com.google.gwt.canvas.dom.client
Enum for composite style.
Context2d.LineCap - Enum in com.google.gwt.canvas.dom.client
Enum for line-cap style.
Context2d.LineJoin - Enum in com.google.gwt.canvas.dom.client
Enum for line-join style.
Context2d.Repetition - Enum in com.google.gwt.canvas.dom.client
Enum for the repetition values.
Context2d.TextAlign - Enum in com.google.gwt.canvas.dom.client
Enum for text align style.
Context2d.TextBaseline - Enum in com.google.gwt.canvas.dom.client
Enum for text baseline style.
CONTEXT_ID - Static variable in class com.google.gwt.canvas.dom.client.Context2d
Specifies the context id property used in creating a Context.
ContextMenuEvent - Class in com.google.gwt.event.dom.client
Represents a native context menu event.
ContextMenuEvent() - Constructor for class com.google.gwt.event.dom.client.ContextMenuEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire context menu events.
ContextMenuHandler - Interface in com.google.gwt.event.dom.client
Handler for ContextMenuEvent events.
continueDragging(MouseMoveEvent) - Method in class com.google.gwt.user.client.ui.DialogBox
Called on mouse move in the caption area, continues dragging if it was started by DialogBox.beginDragging(com.google.gwt.event.dom.client.MouseDownEvent).
convert(String, FieldReferenceConverter.Delegate) - Method in class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter
 
convertName(String) - Method in class com.google.gwt.uibinder.attributeparsers.CssNameConverter
 
convertSet(Set<String>) - Method in class com.google.gwt.uibinder.attributeparsers.CssNameConverter
 
convertToElements(SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Convert the specified HTML into DOM elements and return the parent of the DOM elements.
convertToElements(SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellTable
 
COOKIE_NAME_PARAM - Static variable in class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
Session cookie name initialization parameter.
COOKIE_PATTERN - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
Cookies - Class in com.google.gwt.user.client
Provides access to browser cookies stored on the client.
copyDate(Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Copies a date.
CountingEventBus - Class in com.google.gwt.event.shared.testing
Legacy compatibility wrapper for CountingEventBus.
CountingEventBus() - Constructor for class com.google.gwt.event.shared.testing.CountingEventBus
 
CountingEventBus(EventBus) - Constructor for class com.google.gwt.event.shared.testing.CountingEventBus
 
CountingEventBus - Class in com.google.web.bindery.event.shared.testing
Wraps an EventBus to keep a count of registered handlers.
CountingEventBus() - Constructor for class com.google.web.bindery.event.shared.testing.CountingEventBus
 
CountingEventBus(EventBus) - Constructor for class com.google.web.bindery.event.shared.testing.CountingEventBus
 
create(Class<F>) - Static method in class com.google.gwt.autobean.server.AutoBeanFactoryMagic
Deprecated. Create an instance of an AutoBeanFactory.
create(Class<T>) - Method in interface com.google.gwt.autobean.shared.AutoBeanFactory
Deprecated. Allows dynamic creation of AutoBean instances based on declared parameterizations.
create(Class<T>, U) - Method in interface com.google.gwt.autobean.shared.AutoBeanFactory
Deprecated. Allows dynamic creation of wrapped AutoBean instances based on declared parameterizations.
create(Class<?>) - Static method in class com.google.gwt.core.client.GWT
Instantiates a class via deferred binding.
create(Class<?>) - Method in class com.google.gwt.core.client.GWTBridge
 
create() - Static method in class com.google.gwt.core.client.JsDate
Creates a new date with the current time.
create(double) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date with the specified internal representation, which is the number of milliseconds since midnight on January 1st, 1970.
create(int, int) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date using the specified values.
create(int, int, int) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date using the specified values.
create(int, int, int, int) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date using the specified values.
create(int, int, int, int, int) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date using the specified values.
create(int, int, int, int, int, int) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date using the specified values.
create(int, int, int, int, int, int, int) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date using the specified values.
create(String) - Static method in class com.google.gwt.core.client.JsDate
Creates a new date from a string to be parsed.
create(int) - Method in class com.google.gwt.editor.client.adapters.EditorSource
Create a new Editor.
create(int, int) - Method in class com.google.gwt.editor.client.adapters.EditorSource
Create multiple Editors.
create(int) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
 
create(ServiceLayerDecorator...) - Static method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.
create(Class<T>) - Static method in class com.google.gwt.requestfactory.server.testing.RequestFactoryMagic
Deprecated. Create an instance of a RequestFactory.
create(Class<? extends T>) - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Create a new instance of the requested type.
create(Class<T>) - Method in interface com.google.gwt.requestfactory.shared.RequestContext
Deprecated. Returns a new mutable proxy that this request can carry to the server, perhaps to be persisted.
create() - Method in interface com.google.gwt.resources.client.GwtCreateResource
Invokes GWT.create().
create() - Static method in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
Create a new CellTree.RevealAnimation.
create() - Static method in class com.google.gwt.user.cellview.client.CellTree.SlideAnimation
Create a new CellTree.RevealAnimation.
create(String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Initialize the RpcRequestBuilder.
create(ImageResource) - Static method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Create an AbstractImagePrototype backed by a ClientBundle ImageResource.
create() - Static method in class com.google.gwt.xhr.client.XMLHttpRequest
Creates an XMLHttpRequest object.
create(Class<T>) - Method in interface com.google.web.bindery.autobean.shared.AutoBeanFactory
Allows dynamic creation of AutoBean instances based on declared parameterizations.
create(Class<T>, U) - Method in interface com.google.web.bindery.autobean.shared.AutoBeanFactory
Allows dynamic creation of wrapped AutoBean instances based on declared parameterizations.
create(Class<F>) - Static method in class com.google.web.bindery.autobean.vm.AutoBeanFactorySource
Create an instance of an AutoBeanFactory.
create(ServiceLayerDecorator...) - Static method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.
create(Class<? extends T>) - Method in class com.google.web.bindery.requestfactory.shared.Locator
Create a new instance of the requested type.
create(Class<T>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
Returns a new mutable proxy that this request can carry to the server, perhaps to be persisted.
create(Class<T>) - Static method in class com.google.web.bindery.requestfactory.vm.RequestFactorySource
Create an instance of a RequestFactory.
createAnchor() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML A element.
createAnchorElement() - Method in class com.google.gwt.dom.client.Document
Creates an <a> element.
createAndBindUi(O) - Method in interface com.google.gwt.uibinder.client.UiBinder
Creates and returns the root object of the UI, and fills any fields of owner tagged with UiField.
createAreaElement() - Method in class com.google.gwt.dom.client.Document
Creates an <area> element.
createArray() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns a new array.
createAssignment(TreeLogger, ResourceContext, JMethod) - Method in class com.google.gwt.resources.ext.AbstractResourceGenerator
 
createAssignment(TreeLogger, ResourceContext, JMethod) - Method in interface com.google.gwt.resources.ext.ResourceGenerator
Produce the right-hand-side of a Java assignment expression to provide the singleton instance object for a particular resource.
createAudioElement() - Method in class com.google.gwt.dom.client.Document
Creates an <audio> element.
createBaseElement() - Method in class com.google.gwt.dom.client.Document
Creates a <base> element.
createBean(Class<T>, Configuration) - Static method in class com.google.gwt.autobean.server.AutoBeanFactoryMagic
Deprecated. Create an instance of an AutoBean directly.
createBean(Class<T>, Configuration) - Static method in class com.google.web.bindery.autobean.vm.AutoBeanFactorySource
Create an instance of an AutoBean directly.
createBlacklistManager(int...) - Static method in class com.google.gwt.view.client.DefaultSelectionEventManager
Construct a new DefaultSelectionEventManager that ignores selection for the columns in the specified blacklist.
createBlockQuoteElement() - Method in class com.google.gwt.dom.client.Document
Creates a <blockquote> element.
createBlurEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'blur' event.
createBRElement() - Method in class com.google.gwt.dom.client.Document
Creates a <br> element.
createButton() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML BUTTON element.
createButtonElement() - Method in class com.google.gwt.dom.client.Document
Deprecated. use Document.createPushButtonElement(), Document.createResetButtonElement() or Document.createSubmitButtonElement() instead.
createButtonInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='button'> element.
createCanvasElement() - Method in class com.google.gwt.dom.client.Document
Creates a <canvas> element.
createCaption() - Method in class com.google.gwt.dom.client.TableElement
Create a new table caption object or return an existing one.
createCaption() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML CAPTION element.
createCaptionElement() - Method in class com.google.gwt.dom.client.Document
Creates a <caption> element.
createCDATASection(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new CDATASection.
createCell() - Method in class com.google.gwt.user.client.ui.Grid
Creates a new, empty cell.
createCell() - Method in class com.google.gwt.user.client.ui.HTMLTable
Creates a new cell.
createChangeEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'change' event.
createCheckboxManager() - Static method in class com.google.gwt.view.client.DefaultSelectionEventManager
Construct a new DefaultSelectionEventManager that triggers selection when any checkbox in any column is clicked.
createCheckboxManager(int) - Static method in class com.google.gwt.view.client.DefaultSelectionEventManager
Construct a new DefaultSelectionEventManager that triggers selection when a checkbox in the specified column is clicked.
createCheckInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='checkbox'> element.
createClickEvent(int, int, int, int, int, boolean, boolean, boolean, boolean) - Method in class com.google.gwt.dom.client.Document
Creates a 'click' event.
createCol() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML COL element.
createColElement() - Method in class com.google.gwt.dom.client.Document
Creates a <col> element.
createColGroup() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML COLGROUP element.
createColGroupElement() - Method in class com.google.gwt.dom.client.Document
Creates a <colgroup> element.
createCommandSink(OutputStream) - Method in class com.google.gwt.rpc.server.ClientOracle
Create a CommandSink that can encode a payload for the client.
createCommandSink(OutputStream) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
createCommandSink(OutputStream) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
 
createCommandSink(OutputStream) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
createComment(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Comment.
createContextMenuEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'contextmenu' event.
createCustomManager(DefaultSelectionEventManager.EventTranslator<T>) - Static method in class com.google.gwt.view.client.DefaultSelectionEventManager
Create a new DefaultSelectionEventManager using the specified DefaultSelectionEventManager.BlacklistEventTranslator to control which DefaultSelectionEventManager.SelectAction to take for each event.
createDblClickEvent(int, int, int, int, int, boolean, boolean, boolean, boolean) - Method in class com.google.gwt.dom.client.Document
Creates a 'dblclick' event.
createDefaultManager() - Static method in class com.google.gwt.view.client.DefaultSelectionEventManager
Create a new DefaultSelectionEventManager that handles selection via user interactions.
createDelElement() - Method in class com.google.gwt.dom.client.Document
Creates a <del> element.
createDiv() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML DIV element.
createDivElement() - Method in class com.google.gwt.dom.client.Document
Creates a <div> element.
createDLElement() - Method in class com.google.gwt.dom.client.Document
Creates a <dl> 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.
createDomainObject(Class<T>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Create an instance of the requested domain type.
createDomainObject(Class<T>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
createDomainObject(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Create an instance of the requested domain type.
createDomainObject(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
createEclipseExtraLaunchPaths(List<String>) - Static method in class com.google.gwt.user.tools.util.CreatorUtilities
Create the extra path entries for an Eclipse '.launch' file in XML format.
createEditorForTraversal() - Method in class com.google.gwt.editor.client.adapters.ListEditor
Creates a temporary sub-Editor to use for traversal.
createEditorForTraversal() - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
Returns the sub-Editor that the OptionalFieldEditor was constructed with.
createEditorForTraversal() - Method in interface com.google.gwt.editor.client.CompositeEditor
Returns an canonical sub-editor instance that will be used by the driver for computing all edited paths.
createElement(String) - Method in class com.google.gwt.dom.client.Document
Creates a new element.
createElement(String) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML element.
createElement() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Creates a new AbstractImagePrototype.ImagePrototypeElement based on the image represented by this prototype.
createElement(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Element.
createErrorEvent() - Method in class com.google.gwt.dom.client.Document
Creates an 'error' event.
createFields(TreeLogger, ResourceContext, ClientBundleFields) - Method in class com.google.gwt.resources.ext.AbstractResourceGenerator
A no-op implementation.
createFields(TreeLogger, ResourceContext, ClientBundleFields) - Method in interface com.google.gwt.resources.ext.ResourceGenerator
The ResourceGenerator can create fields within the implementation of the bundle type.
createFieldSet() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML FIELDSET element.
createFieldSetElement() - Method in class com.google.gwt.dom.client.Document
Creates a <fieldset> element.
createFileInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='file'> element.
createFocusEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'focus' event.
createForm() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML FORM element.
createFormElement() - Method in class com.google.gwt.dom.client.Document
Creates a <form> element.
createFrameElement() - Method in class com.google.gwt.dom.client.Document
Creates a <frame> element.
createFrameSetElement() - Method in class com.google.gwt.dom.client.Document
Creates a <frameset> element.
createFunction() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns an empty function.
createHandlerManager() - Method in class com.google.gwt.user.client.ui.Widget
Creates the HandlerManager used by this Widget.
createHeadElement() - Method in class com.google.gwt.dom.client.Document
Creates a <head> element.
createHElement(int) - Method in class com.google.gwt.dom.client.Document
Creates an <h(n)> element.
createHiddenInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='hidden'> element.
createHRElement() - Method in class com.google.gwt.dom.client.Document
Creates an <hr> element.
createHtmlEvent(String, boolean, boolean) - Method in class com.google.gwt.dom.client.Document
Creates an event.
createIFrame() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML IFRAME element.
createIFrameElement() - Method in class com.google.gwt.dom.client.Document
Creates an <iframe> element.
createIfSupported() - Static method in class com.google.gwt.canvas.client.Canvas
Return a new Canvas if supported, and null otherwise.
createIfSupported() - Static method in class com.google.gwt.media.client.Audio
Return a new Audio if supported, and null otherwise.
createIfSupported() - Static method in class com.google.gwt.media.client.Video
Return a new Video if supported, and null otherwise.
createIfSupported() - Static method in class com.google.gwt.touch.client.TouchScroller
Return a new TouchScroller.
createIfSupported(HasScrolling) - Static method in class com.google.gwt.touch.client.TouchScroller
Return a new TouchScroller that augments the specified scrollable widget if supported, and null otherwise.
createImage() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Creates a new Image instance based on the image represented by this prototype.
createImageData(ImageData) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates an image data object of the same size as the given object.
createImageData(int, int) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates an image data object of the given size.
createImageElement() - Method in class com.google.gwt.dom.client.Document
Creates an <img> element.
createImageInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='image'> 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.
createInsElement() - Method in class com.google.gwt.dom.client.Document
Creates an <ins> element.
createInstance(HasDirection.Direction, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase.Factory
 
createKeyCodeEvent(String, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a key-code event ('keydown' or 'keyup').
createKeyDownEvent(boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'keydown' event.
createKeyDownEvent(boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Deprecated. as of GWT2.1 (keydown events don't have a charCode), use Document.createKeyDownEvent(boolean, boolean, boolean, boolean, int)
createKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Deprecated. use Document.createKeyCodeEvent(String, boolean, boolean, boolean, boolean, int) or Document.createKeyPressEvent(boolean, boolean, boolean, boolean, int)
createKeyPressEvent(boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'keypress' event.
createKeyPressEvent(boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Deprecated. as of GWT 2.1 (keypress events don't have a keyCode), use Document.createKeyPressEvent(boolean, boolean, boolean, boolean, int)
createKeyUpEvent(boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'keyup' event.
createKeyUpEvent(boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Deprecated. as of GWT 2.1 (keyup events don't have a charCode), use Document.createKeyUpEvent(boolean, boolean, boolean, boolean, int)
createLabel() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML LABEL element.
createLabelElement() - Method in class com.google.gwt.dom.client.Document
Creates a <label> element.
createLatinNumberConstants(NumberConstants) - Static method in class com.google.gwt.i18n.client.NumberFormat
Create a delocalized NumberConstants instance from a localized one.
createLegend() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML LEGEND element.
createLegendElement() - Method in class com.google.gwt.dom.client.Document
Creates a <legend> element.
createLIElement() - Method in class com.google.gwt.dom.client.Document
Creates a <li> element.
createLinearGradient(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a linear gradient.
createLink(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Creates a link to the supplied URL.
createLink(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Creates a link to the supplied URL.
createLinkElement() - Method in class com.google.gwt.dom.client.Document
Creates a <link> element.
createLoadEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'load' event.
createLocator(Class<T>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Create an instance of the requested Locator type.
createLocator(Class<T>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
createLocator(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Create an instance of the requested Locator type.
createLocator(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
createMapElement() - Method in class com.google.gwt.dom.client.Document
Creates a <map> element.
createMetaElement() - Method in class com.google.gwt.dom.client.Document
Creates a <meta> element.
createMouseDownEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'mousedown' event.
createMouseEvent(String, boolean, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.Document
Creates an mouse event.
createMouseMoveEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'mousemove' event.
createMouseOutEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.Document
Creates a 'mouseout' event.
createMouseOverEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.Document
Creates a 'mouseover' event.
createMouseUpEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'mouseup' event.
createNormalFile(File, String, boolean, boolean) - Static method in class com.google.gwt.util.tools.Utility
 
createObject() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns a new object.
createObjectElement() - Method in class com.google.gwt.dom.client.Document
Creates a <object> element.
createOLElement() - Method in class com.google.gwt.dom.client.Document
Creates an <ol> element.
createOptGroupElement() - Method in class com.google.gwt.dom.client.Document
Creates an <optgroup> element.
createOption() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML OPTION element.
createOptionElement() - Method in class com.google.gwt.dom.client.Document
Creates an <option> element.
createOptions() - Static method in class com.google.gwt.user.client.DOM
Deprecated. there is no "options" element; use DOM.createOption() instead
createPager(HasData<C>) - Method in class com.google.gwt.user.cellview.client.CellBrowser
Create a pager to control the list view.
createParamElement() - Method in class com.google.gwt.dom.client.Document
Creates a <param> element.
createPasswordInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='password'> element.
createPattern(CanvasElement, Context2d.Repetition) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a pattern from another canvas.
createPattern(CanvasElement, String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a pattern from another canvas.
createPattern(ImageElement, Context2d.Repetition) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a pattern from an image.
createPattern(ImageElement, String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a pattern from an image.
createPElement() - Method in class com.google.gwt.dom.client.Document
Creates a <p> element.
createPopup() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Create the PopupPanel that will hold the list of suggestions.
createPreElement() - Method in class com.google.gwt.dom.client.Document
Creates a <pre> element.
createProcessingInstruction(String, String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new ProcessingInstruction.
createPushButtonElement() - Method in class com.google.gwt.dom.client.Document
Creates a <button type='button'> element.
createQElement() - Method in class com.google.gwt.dom.client.Document
Creates a <q> element.
createRadialGradient(double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a radial gradient.
createRadioInputElement(String) - Method in class com.google.gwt.dom.client.Document
Creates an <input type='radio'> element.
createRequestBuilder() - Method in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated. Constructs a RequestBuilder using the RequestBuilder.POST method sent to the URL returned from DefaultRequestTransport.getRequestUrl().
createRequestBuilder() - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
Constructs a RequestBuilder using the RequestBuilder.POST method sent to the URL returned from DefaultRequestTransport.getRequestUrl().
createRequestCallback(RequestTransport.TransportReceiver) - Method in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated. Creates a RequestCallback that maps the HTTP response onto the TransportReceiver interface.
createRequestCallback(RequestTransport.TransportReceiver) - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
Creates a RequestCallback that maps the HTTP response onto the TransportReceiver interface.
createResetButtonElement() - Method in class com.google.gwt.dom.client.Document
Creates a <button type='reset'> element.
createResetInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='reset'> element.
createScriptElement() - Method in class com.google.gwt.dom.client.Document
Creates a <script> element.
createScriptElement(String) - Method in class com.google.gwt.dom.client.Document
Creates a <script> element.
createScrollEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'scroll' event.
createSelect() - Static method in class com.google.gwt.user.client.DOM
Creates a single-selection HTML SELECT element.
createSelect(boolean) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML SELECT element.
createSelectElement() - Method in class com.google.gwt.dom.client.Document
Creates a <select> element.
createSelectElement(boolean) - Method in class com.google.gwt.dom.client.Document
Creates a <select> element.
createServerFailure(Throwable) - Method in class com.google.gwt.requestfactory.server.DefaultExceptionHandler
Deprecated.  
createServerFailure(Throwable) - Method in interface com.google.gwt.requestfactory.server.ExceptionHandler
Deprecated. Generates a ServerFailure based on the information contained in the received exception.
createServerFailure(Throwable) - Method in class com.google.web.bindery.requestfactory.server.DefaultExceptionHandler
 
createServerFailure(Throwable) - Method in interface com.google.web.bindery.requestfactory.server.ExceptionHandler
Generates a ServerFailure based on the information contained in the received exception.
createServiceInstance(Method, Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Create an instance of a service object that can be used as the target for the given method invocation.
createServiceInstance(Method, Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
createServiceInstance(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Create an instance of a service object that can be used as the target for the given method invocation.
createServiceInstance(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
createServiceLocator(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Create an instance of the requested ServiceLocator type.
createServiceLocator(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
createSpan() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML SPAN element.
createSpanElement() - Method in class com.google.gwt.dom.client.Document
Creates a <span> element.
createState(Point, Point) - Method in class com.google.gwt.touch.client.DefaultMomentum
 
createState(Point, Point) - Method in interface com.google.gwt.touch.client.Momentum
Create a Momentum.State instance.
createStrategy() - Method in class com.google.gwt.benchmarks.client.Benchmark
 
createStrategy() - Method in class com.google.gwt.junit.client.GWTTestCase
Creates the test strategy to use (see GWTTestCase.getStrategy()).
createStreamReader(String) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamFactory
Creates a SerializationStreamReader for the encoded string.
createStreamWriter() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamFactory
Creates a SerializationStreamWriter.
createStyleElement() - Method in class com.google.gwt.dom.client.Document
Creates a <style> element.
createSubmitButtonElement() - Method in class com.google.gwt.dom.client.Document
Creates a <button type='submit'> element.
createSubmitInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='submit'> element.
createSuggestion(String, String) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Creates the suggestion based on the given replacement and display strings.
createTable() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TABLE element.
createTableElement() - Method in class com.google.gwt.dom.client.Document
Creates a <table> element.
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.DecoratedTabBar
 
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.DecoratedTabPanel
 
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.TabBar
Create a SimplePanel that will wrap the contents in a tab.
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.TabPanel
Create a SimplePanel that will wrap the contents in a tab.
createTBody() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TBODY element.
createTBodyElement() - Method in class com.google.gwt.dom.client.Document
Creates a <tbody> element.
createTD() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TD element.
createTDElement() - Method in class com.google.gwt.dom.client.Document
Creates a <td> element.
createText() - Method in class com.google.gwt.user.cellview.client.SimplePager
Get the text to display in the pager that reflects the state of the pager.
createTextArea() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TEXTAREA element.
createTextAreaElement() - Method in class com.google.gwt.dom.client.Document
Creates a <textarea> element.
createTextInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='text'> element.
createTextNode(String) - Method in class com.google.gwt.dom.client.Document
Creates a text node.
createTextNode(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Text.
createTFoot() - Method in class com.google.gwt.dom.client.TableElement
Create a table footer row or return an existing one.
createTFoot() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TFOOT element.
createTFootElement() - Method in class com.google.gwt.dom.client.Document
Creates a <tfoot> element.
createTH() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TH element.
createTHead() - Method in class com.google.gwt.dom.client.TableElement
Create a table header row or return an existing one.
createTHead() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML THEAD element.
createTHeadElement() - Method in class com.google.gwt.dom.client.Document
Creates a <thead> element.
createTHElement() - Method in class com.google.gwt.dom.client.Document
Creates a <th> element.
createTimeZone(int) - Static method in class com.google.gwt.i18n.client.TimeZone
This factory method provides a decent fallback to create a time zone object just based on a given time zone offset.
createTimeZone(String) - Static method in class com.google.gwt.i18n.client.TimeZone
This factory method creates a time zone instance from a JSON string that contains the time zone information for desired time zone.
createTimeZone(TimeZoneInfo) - Static method in class com.google.gwt.i18n.client.TimeZone
 
createTitleElement() - Method in class com.google.gwt.dom.client.Document
Creates a <title> element.
createTR() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TR element.
createTRElement() - Method in class com.google.gwt.dom.client.Document
Creates a <tr> element.
createULElement() - Method in class com.google.gwt.dom.client.Document
Creates a <ul> element.
createUniqueId() - Method in class com.google.gwt.dom.client.Document
Creates an identifier guaranteed to be unique within this document.
createUniqueId() - Static method in class com.google.gwt.user.client.DOM
Generates a unique DOM id.
createUniqueId() - Static method in class com.google.gwt.user.client.ui.HTMLPanel
A helper method for creating unique IDs for elements within dynamically- generated HTML.
createUnusedIdent(String) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns an identifier that does not conflict with any symbols defined in the client.
createUnusedIdent(String) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
createUnusedIdent(String) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
createUnusedIdent(String) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
createUrlBuilder() - Static method in class com.google.gwt.user.client.Window.Location
Create a UrlBuilder based on this Window.Location.
createVideoElement() - Method in class com.google.gwt.dom.client.Document
Creates a <video> element.
createWhitelistManager(int...) - Static method in class com.google.gwt.view.client.DefaultSelectionEventManager
Construct a new DefaultSelectionEventManager that allows selection only for the columns in the specified whitelist.
createWidget() - Method in class com.google.gwt.user.client.ui.LazyPanel
Create the widget contained within the LazyPanel.
CreatorUtilities - Class in com.google.gwt.user.tools.util
Utility methods used by ApplicationCreator.
CreatorUtilities() - Constructor for class com.google.gwt.user.tools.util.CreatorUtilities
 
CrossSiteIframeLinker - Class in com.google.gwt.core.linker
This linker uses an iframe to hold the code and a script tag to download the code.
CrossSiteIframeLinker() - Constructor for class com.google.gwt.core.linker.CrossSiteIframeLinker
 
CssColor - Class in com.google.gwt.canvas.dom.client
CSS Color object.
CssColor() - Constructor for class com.google.gwt.canvas.dom.client.CssColor
 
CssNameConverter - Class in com.google.gwt.uibinder.attributeparsers
Converts css class names to a form safe to use as a Java identifier.
CssNameConverter() - Constructor for class com.google.gwt.uibinder.attributeparsers.CssNameConverter
 
CssNameConverter.Failure - Exception in com.google.gwt.uibinder.attributeparsers
Thrown by CssNameConverter.convertSet(Set) on name collision.
CssResource - Interface in com.google.gwt.resources.client
Aggregates and minifies CSS stylesheets.
CssResource.ClassName - Annotation Type in com.google.gwt.resources.client
The original CSS class name specified in the resource.
CssResource.Import - Annotation Type in com.google.gwt.resources.client
Makes class selectors from other CssResource types available in the raw source of a CssResource.
CssResource.ImportedWithPrefix - Annotation Type in com.google.gwt.resources.client
Specifies the string prefix to use when one CssResource is imported into the scope of another CssResource.
CssResource.NotStrict - Annotation Type in com.google.gwt.resources.client
The presence of this annotation on a CssResource accessor method indicates that any class selectors that do not correspond with a String accessor method in the return type or an @external declaration should not trigger a compilation error.
CssResource.Shared - Annotation Type in com.google.gwt.resources.client
Indicates that the String accessor methods defined in a CssResource will return the same values across all implementations of that type.
CssResource.Strict - Annotation Type in com.google.gwt.resources.client
Deprecated. Strict mode is now the default behavior for CssResource
CurrencyCodeMapConstants - Interface in com.google.gwt.i18n.client.constants
CurrencyCodeMapConstants provide a interface to access data constrained in CurrencyCodeMapConstants.properties file.
CurrencyData - Interface in com.google.gwt.i18n.client
Information about a currency.
CurrencyList - Class in com.google.gwt.i18n.client
Generated class containing all the CurrencyImpl instances.
CurrencyList() - Constructor for class com.google.gwt.i18n.client.CurrencyList
 
currencyMap() - Method in interface com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants
 
currencyPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
currencyPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
currentTimeMillis() - Static method in class com.google.gwt.core.client.Duration
Returns the same result as System.currentTimeMillis(), but as a double.
CustomButton - Class in com.google.gwt.user.client.ui
CustomButton is a base button class with built in support for a set number of button faces.
CustomButton(Image) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(Image, ClickHandler) instead
CustomButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(Image, Image, ClickHandler) instead
CustomButton(String) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(String, ClickListener) instead
CustomButton(String, String) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(String, String, ClickHandler) instead
CustomButton() - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton.Face - Class in com.google.gwt.user.client.ui
Represents a button's face.
CustomButtonParser - Class in com.google.gwt.uibinder.elementparsers
Parses CustomButton widgets.
CustomButtonParser() - Constructor for class com.google.gwt.uibinder.elementparsers.CustomButtonParser
 
CustomDateTimeFormat - Interface in com.google.gwt.i18n.client
Create a custom localized date/time format at compile time.
CustomDateTimeFormat.Pattern - Annotation Type in com.google.gwt.i18n.client
Annotation containing the pattern skeleton.
CustomFieldSerializer<T> - Class in com.google.gwt.user.client.rpc
An interface that may be implemented by class-based custom field serializers which will reduce the amount of server-side reflection during serialization, hence improving their serialization performance.
CustomFieldSerializer() - Constructor for class com.google.gwt.user.client.rpc.CustomFieldSerializer
 

D

dataMapJava - Variable in class com.google.gwt.i18n.client.CurrencyList
Map of currency codes to CurrencyData.
dataMapNative - Variable in class com.google.gwt.i18n.client.CurrencyList
JS map of currency codes to CurrencyData objects.
DataResource - Interface in com.google.gwt.resources.client
A non-text resource.
DataResource.DoNotEmbed - Annotation Type in com.google.gwt.resources.client
Specifies that the resource or resources associated with the ResourcePrototype should not be embedded into the compiled output.
DataResource.MimeType - Annotation Type in com.google.gwt.resources.client
Specifies the MIME Type of the resource or resources associated with the ResourcePrototype.
DateBox - Class in com.google.gwt.user.datepicker.client
A text box that shows a DatePicker when the user focuses on it.
DateBox() - Constructor for class com.google.gwt.user.datepicker.client.DateBox
Create a date box with a new DatePicker.
DateBox(DatePicker, Date, DateBox.Format) - Constructor for class com.google.gwt.user.datepicker.client.DateBox
Create a new date box.
DateBox.DefaultFormat - Class in com.google.gwt.user.datepicker.client
Default DateBox.Format class.
DateBox.DefaultFormat() - Constructor for class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
Creates a new default format instance.
DateBox.DefaultFormat(DateTimeFormat) - Constructor for class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
Creates a new default format instance.
DateBox.Format - Interface in com.google.gwt.user.datepicker.client
Implemented by a delegate to handle the parsing and formating of date values.
DateCell - Class in com.google.gwt.cell.client
A Cell used to render Dates.
DateCell() - Constructor for class com.google.gwt.cell.client.DateCell
Construct a new DateCell using the format DateTimeFormat.PredefinedFormat.DATE_FULL and a SimpleSafeHtmlRenderer.
DateCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DateCell
Construct a new DateCell using the format DateTimeFormat.PredefinedFormat.DATE_FULL and a SimpleSafeHtmlRenderer.
DateCell(DateTimeFormat) - Constructor for class com.google.gwt.cell.client.DateCell
Construct a new DateCell using the specified format and a SimpleSafeHtmlRenderer.
DateCell(DateTimeFormat, SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DateCell
Construct a new DateCell using the specified format and the given SafeHtmlRenderer.
dateFormat() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a safe default date format.
dateFormat() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateFormatFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "full" date format.
dateFormatFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateFormatLong() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "long" date format.
dateFormatLong() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateFormatMedium() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "medium" date format.
dateFormatMedium() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
dateFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
dateFormatShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "short" date format.
dateFormatShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
DateLabel - Class in com.google.gwt.user.client.ui
Extends ValueLabel for convenience when dealing with dates and DateTimeFormat, especially in UiBinder templates.
DateLabel() - Constructor for class com.google.gwt.user.client.ui.DateLabel
 
DateLabel(DateTimeFormat) - Constructor for class com.google.gwt.user.client.ui.DateLabel
 
DateLabel(DateTimeFormat, TimeZone) - Constructor for class com.google.gwt.user.client.ui.DateLabel
 
DateLabelParser - Class in com.google.gwt.uibinder.elementparsers
Parses DateLabel widgets.
DateLabelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DateLabelParser
 
DatePicker - Class in com.google.gwt.user.datepicker.client
Standard GWT date picker.
DatePicker() - Constructor for class com.google.gwt.user.datepicker.client.DatePicker
Create a new date picker.
DatePicker(MonthSelector, CalendarView, CalendarModel) - Constructor for class com.google.gwt.user.datepicker.client.DatePicker
Creates a new date picker.
DatePickerCell - Class in com.google.gwt.cell.client
A Cell used to render and edit Dates.
DatePickerCell() - Constructor for class com.google.gwt.cell.client.DatePickerCell
Constructs a new DatePickerCell that uses the date/time format given by DateTimeFormat.getFullDateFormat().
DatePickerCell(DateTimeFormat) - Constructor for class com.google.gwt.cell.client.DatePickerCell
Constructs a new DatePickerCell that uses the given date/time format and a SimpleSafeHtmlRenderer.
DatePickerCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DatePickerCell
Constructs a new DatePickerCell that uses the date/time format given by DateTimeFormat.getFullDateFormat() and the given SafeHtmlRenderer.
DatePickerCell(DateTimeFormat, SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DatePickerCell
Constructs a new DatePickerCell that uses the given date/time format and SafeHtmlRenderer.
dateTime(String, String) - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a date/time format from a date format pattern and a time format pattern, using the locale default joining.
dateTime(String, String) - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
DateTimeConstants - Interface in com.google.gwt.i18n.client.constants
Deprecated. use DateTimeFormatInfo instead
DateTimeConstantsImpl - Interface in com.google.gwt.i18n.client.constants
DateTimeConstantsImpl class encapsulate a collection of DateTime formatting symbols for use with DateTime format and parse services.
DateTimeFormat - Class in com.google.gwt.i18n.client
Formats and parses dates and times using locale-sensitive patterns.
DateTimeFormat(String) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and the date time constants for the default locale.
DateTimeFormat(String, DateTimeConstants) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.DateTimeFormat(String, DateTimeFormatInfo)
DateTimeFormat(String, DateTimeFormatInfo) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and user-supplied date time constants.
DateTimeFormat.PredefinedFormat - Enum in com.google.gwt.i18n.client
Predefined date/time formats -- see CustomDateTimeFormat if you need some format that isn't supplied here.
DateTimeFormatInfo - Interface in com.google.gwt.i18n.client
Information required for formatting and parsing localized date/time values.
DateTimeFormatRenderer - Class in com.google.gwt.text.client
Renders Date objects with a DateTimeFormat.
DateTimeFormatRenderer() - Constructor for class com.google.gwt.text.client.DateTimeFormatRenderer
Create an instance using DateTimeFormat.PredefinedFormat.DATE_SHORT.
DateTimeFormatRenderer(DateTimeFormat) - Constructor for class com.google.gwt.text.client.DateTimeFormatRenderer
Create an instance with the given format and the default time zone.
DateTimeFormatRenderer(DateTimeFormat, TimeZone) - Constructor for class com.google.gwt.text.client.DateTimeFormatRenderer
Create an instance with the given format and time zone.
dateTimeFull(String, String) - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
dateTimeFull(String, String) - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateTimeLong(String, String) - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
dateTimeLong(String, String) - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateTimeMedium(String, String) - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
dateTimeMedium(String, String) - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
dateTimeShort(String, String) - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a date/time format from a date format pattern and a time format pattern, using "full" joining.
dateTimeShort(String, String) - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
DAYS_IN_WEEK - Static variable in class com.google.gwt.user.datepicker.client.CalendarModel
Number of days normally displayed in a week.
DEBUG - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs detailed information that could be useful during debugging.
DEBUG_ID_PREFIX - Static variable in class com.google.gwt.user.client.ui.UIObject
 
DebugInfo - Class in com.google.gwt.debug.client
Provides low-level functionality to support the creation of testing and diagnostic frameworks.
DebugInfo() - Constructor for class com.google.gwt.debug.client.DebugInfo
 
decimalPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
decimalPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
decimalSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
decimalSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
DeckLayoutPanel - 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.
DeckLayoutPanel() - Constructor for class com.google.gwt.user.client.ui.DeckLayoutPanel
Creates an empty deck panel.
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(AutoBeanFactory, Class<T>, Splittable) - Static method in class com.google.gwt.autobean.shared.AutoBeanCodex
Deprecated.  
decode(AutoBeanFactory, Class<T>, String) - Static method in class com.google.gwt.autobean.shared.AutoBeanCodex
Deprecated. Decode an AutoBeanCodex payload.
decode(Class<T>, Splittable) - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated.  
decode(Class<T>, String) - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated.  
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.
decode(AutoBeanFactory, Class<T>, Splittable) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanCodex
Decode an AutoBeanCodex payload.
decode(AutoBeanFactory, Class<T>, String) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanCodex
Decode an AutoBeanCodex payload.
decode(Class<T>, Splittable) - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
 
decode(Class<T>, String) - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
Deprecated. use ValueCodex.decode(Class, Splittable) instead.
decodeComponent(String) - Static method in class com.google.gwt.http.client.URL
Deprecated. Use URL.decodeQueryString(String)
decodeComponent(String, boolean) - Static method in class com.google.gwt.http.client.URL
Deprecated. Use URL.decodeQueryString(String), URL.decodePathSegment(String)
decodeInto(Splittable, AutoBean<?>) - Static method in class com.google.gwt.autobean.shared.AutoBeanCodex
Deprecated. Copy data from a Splittable into an AutoBean.
decodeInto(Splittable, AutoBean<?>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanCodex
Copy data from a Splittable into an AutoBean.
decodePathSegment(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.
decodeQueryString(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all URL component escape sequences have been converted back to their original character representations.
decodeRequest(String, Class<?>, ClientOracle) - Static method in class com.google.gwt.rpc.server.RPC
 
decodeRequest(String) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request.
decodeRequest(String, Class<?>) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
decodeRequest(String, Class<?>, SerializationPolicyProvider) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
DecoratedPopupPanel - Class in com.google.gwt.user.client.ui
A PopupPanel that wraps its content in a 3x3 grid, which allows users to add rounded corners.
DecoratedPopupPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
Creates an empty decorated popup panel.
DecoratedPopupPanel(boolean) - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
Creates an empty decorated popup panel, specifying its "auto-hide" property.
DecoratedPopupPanel(boolean, boolean) - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
Creates an empty decorated popup panel, specifying its "auto-hide" and "modal" properties.
DecoratedStackPanel - Class in com.google.gwt.user.client.ui
A StackPanel that wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.
DecoratedStackPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratedStackPanel
Creates an empty decorated stack panel.
DecoratedTabBar - Class in com.google.gwt.user.client.ui
A TabBar that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.
DecoratedTabBar() - Constructor for class com.google.gwt.user.client.ui.DecoratedTabBar
Creates an empty DecoratedTabBar.
DecoratedTabPanel - Class in com.google.gwt.user.client.ui
A TabPanel that uses a DecoratedTabBar with rounded corners.
DecoratedTabPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratedTabPanel
 
decorateSuggestionList(Widget) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Wrap the list of suggestions before adding it to the popup.
DecoratorPanel - Class in com.google.gwt.user.client.ui
A SimplePanel that wraps its contents in stylized boxes, which can be used to add rounded corners to a Widget.
DecoratorPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratorPanel
Create a new DecoratorPanel.
deepCopy() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Clones the Splittable, ignoring cycles and tags.
deepEquals(AutoBean<?>, AutoBean<?>) - Static method in class com.google.gwt.autobean.shared.AutoBeanUtils
Deprecated. Compare two graphs of AutoBeans based on values.
deepEquals(AutoBean<?>, AutoBean<?>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanUtils
Compare two graphs of AutoBeans based on values.
DEFAULT - Static variable in annotation type com.google.gwt.i18n.client.LocalizableResource.Generate
Constant "magic" default value used to detect that no value was supplied for the fileName parameter.
DEFAULT_CSS - Static variable in interface com.google.gwt.user.cellview.client.CellBrowser.Style
The path to the default CSS styles used by this resource.
DEFAULT_CSS - Static variable in interface com.google.gwt.user.cellview.client.CellList.Style
The path to the default CSS styles used by this resource.
DEFAULT_CSS - Static variable in interface com.google.gwt.user.cellview.client.CellTable.Style
The path to the default CSS styles used by this resource.
DEFAULT_CSS - Static variable in interface com.google.gwt.user.cellview.client.CellTree.Style
The path to the default CSS styles used by this resource.
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.Anchor
 
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.CheckBox
 
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.DirectionalTextHelper
A default direction estimator instance.
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.Hyperlink
 
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.Label
 
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.ListBox
 
DEFAULT_DIRECTION_ESTIMATOR - Static variable in class com.google.gwt.user.client.ui.RadioButton
 
DEFAULT_LOCALE - Static variable in annotation type com.google.gwt.i18n.client.LocalizableResource.DefaultLocale
 
DEFAULT_LOCALE - Static variable in interface com.google.gwt.i18n.shared.GwtLocale
 
DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.client.ui.DecoratedStackPanel
 
DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.datepicker.client.DateBox
Default style name.
DefaultCalendarView - Class in com.google.gwt.user.datepicker.client
Simple calendar view.
DefaultCalendarView() - Constructor for class com.google.gwt.user.datepicker.client.DefaultCalendarView
Constructor.
DefaultConfigurationProperty - Class in com.google.gwt.core.ext
Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
DefaultConfigurationProperty(String, List<String>) - Constructor for class com.google.gwt.core.ext.DefaultConfigurationProperty
Construct a configuration property.
DefaultCurrencyData - Class in com.google.gwt.i18n.client
A default CurrencyData implementation, so new methods can be added to the interface without breaking implementors if a reasonable default is available.
DefaultCurrencyData(String, String) - Constructor for class com.google.gwt.i18n.client.DefaultCurrencyData
Create a default default CurrencyData instance, returning false for all isFoo methods, having 2 fractional digits by default, and using the standard symbol for the portable symbol.
DefaultCurrencyData(String, String, int) - Constructor for class com.google.gwt.i18n.client.DefaultCurrencyData
Create a default default CurrencyData instance, returning false for all isFoo methods and using the standard symbol for the portable symbol.
DefaultDateTimeFormatInfo - Class in com.google.gwt.i18n.client
Default implementation of DateTimeFormatInfo interface, using values from the CLDR root locale.
DefaultDateTimeFormatInfo() - Constructor for class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
DefaultExceptionHandler - Class in com.google.gwt.requestfactory.server
Deprecated. 
DefaultExceptionHandler() - Constructor for class com.google.gwt.requestfactory.server.DefaultExceptionHandler
Deprecated.  
DefaultExceptionHandler - Class in com.google.web.bindery.requestfactory.server
Default implementation for handling exceptions thrown while processing a request.
DefaultExceptionHandler() - Constructor for class com.google.web.bindery.requestfactory.server.DefaultExceptionHandler
 
DefaultExtensions - Annotation Type in com.google.gwt.resources.ext
Specifies the default extensions for a resource type.
DefaultHandlerRegistration - Class in com.google.gwt.event.shared
Deprecated. with no replacement; this class is no longer used by any GWT code
DefaultHandlerRegistration(HandlerManager, GwtEvent.Type<H>, H) - Constructor for class com.google.gwt.event.shared.DefaultHandlerRegistration
Deprecated. Creates a new handler registration.
DefaultLevel - Interface in com.google.gwt.logging.client
An interface for a set of classes which are used to choose the default logging level.
DefaultLevel.All - Class in com.google.gwt.logging.client
Returns Level.ALL as the default level.
DefaultLevel.All() - Constructor for class com.google.gwt.logging.client.DefaultLevel.All
 
DefaultLevel.Config - Class in com.google.gwt.logging.client
Returns Level.CONFIG as the default level.
DefaultLevel.Config() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Config
 
DefaultLevel.Fine - Class in com.google.gwt.logging.client
Returns Level.FINE as the default level.
DefaultLevel.Fine() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Fine
 
DefaultLevel.Finer - Class in com.google.gwt.logging.client
Returns Level.FINER as the default level.
DefaultLevel.Finer() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Finer
 
DefaultLevel.Finest - Class in com.google.gwt.logging.client
Returns Level.FINEST as the default level.
DefaultLevel.Finest() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Finest
 
DefaultLevel.Info - Class in com.google.gwt.logging.client
Returns Level.INFO as the default level.
DefaultLevel.Info() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Info
 
DefaultLevel.Severe - Class in com.google.gwt.logging.client
Returns Level.SEVERE as the default level.
DefaultLevel.Severe() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Severe
 
DefaultLevel.Warning - Class in com.google.gwt.logging.client
Returns Level.WARNING as the default level.
DefaultLevel.Warning() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Warning
 
DefaultLocalizedNames - Class in com.google.gwt.i18n.client
Default LocalizedNames implementation.
DefaultLocalizedNames() - Constructor for class com.google.gwt.i18n.client.DefaultLocalizedNames
 
DefaultLocalizedNamesBase - Class in com.google.gwt.i18n.client
Base class of DefaultLocalizedNames, used just to isolate all hand-written code here from all generated code.
DefaultLocalizedNamesBase() - Constructor for class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
DefaultMomentum - Class in com.google.gwt.touch.client
Default implementation of momentum.
DefaultMomentum() - Constructor for class com.google.gwt.touch.client.DefaultMomentum
 
DefaultMonthSelector - Class in com.google.gwt.user.datepicker.client
A simple MonthSelector used for the default date picker.
DefaultMonthSelector() - Constructor for class com.google.gwt.user.datepicker.client.DefaultMonthSelector
Constructor.
defaultNumberConstants - Static variable in class com.google.gwt.i18n.client.NumberFormat
Current NumberConstants interface to use, see NumberFormat.setForcedLatinDigits(boolean) for changing it.
DefaultProxyStore - Class in com.google.gwt.requestfactory.shared
Deprecated. 
DefaultProxyStore() - Constructor for class com.google.gwt.requestfactory.shared.DefaultProxyStore
Deprecated. Construct an empty DefaultProxyStore.
DefaultProxyStore(String) - Constructor for class com.google.gwt.requestfactory.shared.DefaultProxyStore
Deprecated. Construct a DefaultProxyStore using the a value returned from DefaultProxyStore.encode().
DefaultProxyStore - Class in com.google.web.bindery.requestfactory.shared
An in-memory ProxyStore store that can encode its state as a JSON object literal.
DefaultProxyStore() - Constructor for class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
Construct an empty DefaultProxyStore.
DefaultProxyStore(String) - Constructor for class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
Construct a DefaultProxyStore using the a value returned from DefaultProxyStore.encode().
DefaultRequestTransport - Class in com.google.gwt.requestfactory.client
Deprecated. 
DefaultRequestTransport() - Constructor for class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated.  
DefaultRequestTransport - Class in com.google.web.bindery.requestfactory.gwt.client
An implementation of RequestTransport that uses a RequestBuilder.
DefaultRequestTransport() - Constructor for class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
 
DefaultSelectionEventManager<T> - Class in com.google.gwt.view.client
An implementation of CellPreviewEvent.Handler that adds selection support via the spacebar and mouse clicks and handles the control key.
DefaultSelectionEventManager(DefaultSelectionEventManager.EventTranslator<T>) - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager
Construct a new DefaultSelectionEventManager using the specified DefaultSelectionEventManager.BlacklistEventTranslator to control which DefaultSelectionEventManager.SelectAction to take for each event.
DefaultSelectionEventManager.BlacklistEventTranslator<T> - Class in com.google.gwt.view.client
An event translator that disables selection for the specified blacklisted columns.
DefaultSelectionEventManager.BlacklistEventTranslator(int...) - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
Construct a new DefaultSelectionEventManager.BlacklistEventTranslator.
DefaultSelectionEventManager.CheckboxEventTranslator<T> - Class in com.google.gwt.view.client
Implementation of DefaultSelectionEventManager.BlacklistEventTranslator that only triggers selection when any checkbox is selected.
DefaultSelectionEventManager.CheckboxEventTranslator() - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.CheckboxEventTranslator
Construct a new DefaultSelectionEventManager.CheckboxEventTranslator that will trigger selection when any checkbox in any column is selected.
DefaultSelectionEventManager.CheckboxEventTranslator(int) - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.CheckboxEventTranslator
Construct a new DefaultSelectionEventManager.CheckboxEventTranslator that will trigger selection when a checkbox in the specified column is selected.
DefaultSelectionEventManager.EventTranslator<T> - Interface in com.google.gwt.view.client
Translates CellPreviewEvents into DefaultSelectionEventManager.SelectActions.
DefaultSelectionEventManager.SelectAction - Enum in com.google.gwt.view.client
The action that controls how selection is handled.
DefaultSelectionEventManager.WhitelistEventTranslator<T> - Class in com.google.gwt.view.client
An event translator that allows selection only for the specified whitelisted columns.
DefaultSelectionEventManager.WhitelistEventTranslator(int...) - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
Construct a new DefaultSelectionEventManager.WhitelistEventTranslator.
DefaultSelectionModel<T> - Class in com.google.gwt.view.client
A convenience SelectionModel that allows records to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.
DefaultSelectionModel() - Constructor for class com.google.gwt.view.client.DefaultSelectionModel
Constructs a DefaultSelectionModel without a key provider.
DefaultSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.DefaultSelectionModel
Constructs a DefaultSelectionModel with the given key provider.
DefaultSelectionProperty - Class in com.google.gwt.core.ext
Default immutable implementation of SelectionProperty that receives its values in its constructor.
DefaultSelectionProperty(String, String, String, SortedSet<String>) - Constructor for class com.google.gwt.core.ext.DefaultSelectionProperty
Construct a selection property.
DefaultSelectionProperty(String, String, String, SortedSet<String>, Map<String, ? extends List<? extends Set<String>>>) - Constructor for class com.google.gwt.core.ext.DefaultSelectionProperty
Construct a selection property.
defCurrencyCode() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
defCurrencyCode() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
DeferredCommand - Class in com.google.gwt.user.client
Deprecated. Replaced by Scheduler.scheduleDeferred() because the static nature of this API prevents effective mocking for JRE-only tests.
DeferredCommand() - Constructor for class com.google.gwt.user.client.DeferredCommand
Deprecated.  
define(JType, String) - Method in interface com.google.gwt.resources.ext.ClientBundleFields
Adds a field to the bundle.
define(JType, String, String, boolean, boolean) - Method in interface com.google.gwt.resources.ext.ClientBundleFields
Adds a field to the bundle.
delayTestFinish(int) - Method in class com.google.gwt.junit.client.GWTTestCase
Put the current test in asynchronous mode.
delegateEvent(Widget, GwtEvent<?>) - Method in class com.google.gwt.user.client.ui.Widget
Fires an event on a child widget.
DelegatingChangeListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent instead
DelegatingChangeListenerCollection(Widget, SourcesChangeEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Deprecated. Constructor for DelegatingChangeListenerCollection.
DelegatingClickListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
DelegatingClickListenerCollection(Widget, SourcesClickEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Deprecated. Constructor for DelegatingClickListenerCollection.
DelegatingClientOracle - Class in com.google.gwt.rpc.server
A delegate-pattern ClientOracle that can be used to introduce custom behavior.
DelegatingClientOracle(ClientOracle) - Constructor for class com.google.gwt.rpc.server.DelegatingClientOracle
 
DelegatingFocusListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
DelegatingFocusListenerCollection(Widget, SourcesFocusEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Deprecated. Constructor for DelegatingFocusListenerCollection.
DelegatingKeyboardListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
DelegatingKeyboardListenerCollection(Widget, SourcesKeyboardEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Deprecated. Constructor for DelegatingKeyboardListenerCollection.
DELETE - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP DELETE method should be used.
deleteCaption() - Method in class com.google.gwt.dom.client.TableElement
Delete the table caption, if one exists.
deleteCell(int) - Method in class com.google.gwt.dom.client.TableRowElement
Delete a cell from the current row.
deleteData(int, int) - Method in class com.google.gwt.dom.client.Text
Deletes data at the given [offset, length] range.
deleteData(int, int) - Method in interface com.google.gwt.xml.client.CharacterData
This method deletes data, starting at offset, and deleting count characters.
deleteRow(int) - Method in class com.google.gwt.dom.client.TableElement
Delete a table row.
deleteRow(int) - Method in class com.google.gwt.dom.client.TableSectionElement
Delete a row from this section.
deleteTFoot() - Method in class com.google.gwt.dom.client.TableElement
Delete the header from the table, if one exists.
deleteTHead() - Method in class com.google.gwt.dom.client.TableElement
Delete the header from the table, if one exists.
deobfuscateLogRecord(LogRecord, String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
Best effort resymbolization of a log record's stack trace.
deobfuscateStackTrace(StackTraceElement[], String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
Convenience method which resymbolizes an entire stack trace to extent possible.
DEPENDENCY_ORDER_COMPARATOR - Static variable in class com.google.gwt.core.ext.soyc.Range
Sorts Ranges so that a Range will be preceeded by any Ranges that enclose it.
dependsOnSelection() - Method in class com.google.gwt.cell.client.AbstractCell
 
dependsOnSelection() - Method in interface com.google.gwt.cell.client.Cell
Check if this cell depends on the selection state.
dependsOnSelection() - Method in class com.google.gwt.cell.client.CheckboxCell
 
dependsOnSelection() - Method in class com.google.gwt.cell.client.CompositeCell
 
dependsOnSelection() - Method in class com.google.gwt.cell.client.IconCellDecorator
 
dependsOnSelection() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Check whether or not the cells in the view depend on the selection state.
dependsOnSelection() - Method in class com.google.gwt.user.cellview.client.CellList
 
dependsOnSelection() - Method in class com.google.gwt.user.cellview.client.CellTable
 
deploy(String, String, byte[], boolean) - Method in interface com.google.gwt.resources.ext.ResourceContext
Cause a specific collection of bytes to be available in the program's compiled output.
deploy(URL, boolean) - Method in interface com.google.gwt.resources.ext.ResourceContext
Deprecated. use ResourceContext.deploy(URL, String, boolean) instead
deploy(URL, String, boolean) - Method in interface com.google.gwt.resources.ext.ResourceContext
Cause a specific collection of bytes to be available in the program's compiled output.
DESC_ARRAY - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_BOOLEAN - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_BYTE - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_CHAR - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_DOUBLE - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_FLOAT - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_INT - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_LONG - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_REF - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_REF_END - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_SHORT - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
DESC_VOID - Static variable in class com.google.gwt.core.ext.typeinfo.JniConstants
 
deserialize(Class<T>, String) - Method in interface com.google.gwt.requestfactory.shared.ProxySerializer
Deprecated. Recreate a proxy instance that was previously passed to ProxySerializer.serialize(BaseProxy).
deserialize(EntityProxyId<T>) - Method in interface com.google.gwt.requestfactory.shared.ProxySerializer
Deprecated. Recreate a EntityProxy instance that was previously passed to ProxySerializer.serialize(BaseProxy).
deserialize(Class<T>, String) - Method in interface com.google.web.bindery.requestfactory.shared.ProxySerializer
Recreate a proxy instance that was previously passed to ProxySerializer.serialize(BaseProxy).
deserialize(EntityProxyId<T>) - Method in interface com.google.web.bindery.requestfactory.shared.ProxySerializer
Recreate a EntityProxy instance that was previously passed to ProxySerializer.serialize(BaseProxy).
deserializeInstance(SerializationStreamReader, T) - Method in class com.google.gwt.user.client.rpc.CustomFieldSerializer
Deserializes the content of the object from the SerializationStreamReader.
detach(E) - Method in interface com.google.gwt.editor.client.CompositeEditor.EditorChain
Detach a sub-Editor from the editor chain.
detach(FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
 
detach() - Method in class com.google.gwt.uibinder.client.UiBinderUtil.TempAttachment
Restore to previous DOM state before attachment.
detachNow(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
Marks a widget as detached and removes it from the detach list.
detachOnWindowClose(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
Adds a widget to the detach list.
DevelopmentModeLogHandler - Class in com.google.gwt.logging.client
A Handler that prints logs to GWT.log, causing the messages to show up in the Development Mode tab in Eclipse when running in Development mode.
DevelopmentModeLogHandler() - Constructor for class com.google.gwt.logging.client.DevelopmentModeLogHandler
 
DialogBox - Class in com.google.gwt.user.client.ui
A form of popup that has a caption area at the top and can be dragged by the user.
DialogBox() - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box.
DialogBox(boolean) - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box specifying its "auto-hide" property.
DialogBox(DialogBox.Caption) - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box specifying its DialogBox.Caption.
DialogBox(boolean, boolean) - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box specifying its "auto-hide" and "modal" properties.
DialogBox(boolean, boolean, DialogBox.Caption) - Constructor for class com.google.gwt.user.client.ui.DialogBox
Creates an empty dialog box specifying its "auto-hide", "modal" properties and an implementation a custom DialogBox.Caption.
DialogBox.Caption - Interface in com.google.gwt.user.client.ui
Set of characteristic interfaces supported by the DialogBox caption.
DialogBox.CaptionImpl - Class in com.google.gwt.user.client.ui
Default implementation of Caption.
DialogBox.CaptionImpl() - Constructor for class com.google.gwt.user.client.ui.DialogBox.CaptionImpl
 
DialogBoxParser - Class in com.google.gwt.uibinder.elementparsers
Parses DialogBox widgets.
DialogBoxParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DialogBoxParser
 
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.
die(Throwable, String, Object...) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated. Throw a fatal error up into the top-level processing code.
die(Throwable, String, Object...) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Throw a fatal error up into the top-level processing code.
diff(AutoBean<?>, AutoBean<?>) - Static method in class com.google.gwt.autobean.shared.AutoBeanUtils
Deprecated. Returns a map of properties that differ (via Object.equals(Object)) between two AutoBeans.
diff(AutoBean<?>, AutoBean<?>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanUtils
Returns a map of properties that differ (via Object.equals(Object)) between two AutoBeans.
DIR_PROPERTY_NAME - Static variable in class com.google.gwt.i18n.client.BidiUtils
The name of the element property which controls element directionality.
dirAttr(String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.dirAttr(String, boolean), but assumes isHtml is false.
dirAttr(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Returns "dir=ltr" or "dir=rtl", depending on str's estimated direction, if it is not the same as the context direction.
dirAttr(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
dirAttr(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
dirAttrBase(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
direction - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
DirectionalTextHelper - Class in com.google.gwt.user.client.ui
A helper class for displaying bidi (i.e.
DirectionalTextHelper(Element, boolean) - Constructor for class com.google.gwt.user.client.ui.DirectionalTextHelper
 
directionalTextHelper - Variable in class com.google.gwt.user.client.ui.Hyperlink
 
DirectionEstimator - Class in com.google.gwt.i18n.shared
Interface for direction estimators.
DirectionEstimator() - Constructor for class com.google.gwt.i18n.shared.DirectionEstimator
 
disabledButton() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Style
Applied to disabled buttons.
DisclosureEvent - Class in com.google.gwt.user.client.ui
Deprecated. Use CloseEvent and OpenEvent instead
DisclosureEvent(DisclosurePanel) - Constructor for class com.google.gwt.user.client.ui.DisclosureEvent
Deprecated. Use CloseEvent and OpenEvent instead
DisclosureHandler - Interface in com.google.gwt.user.client.ui
Deprecated. Use CloseHandler and/or OpenHandler instead
DisclosurePanel - Class in com.google.gwt.user.client.ui
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.
DisclosurePanel() - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates an empty DisclosurePanel that is initially closed.
DisclosurePanel(DisclosurePanelImages, String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. use DisclosurePanel.DisclosurePanel(ImageResource, ImageResource, String) and DisclosurePanel.setOpen(boolean)
DisclosurePanel(ImageResource, ImageResource, String) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel with the specified header text, an initial open/close state and a bundle of images to be used in the default header widget.
DisclosurePanel(String) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel that will be initially closed using the specified text in the header.
DisclosurePanel(String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. use DisclosurePanel.DisclosurePanel(String) and DisclosurePanel.setOpen(boolean)
DisclosurePanel(Widget) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. use DisclosurePanel.DisclosurePanel() and DisclosurePanel.setHeader(Widget)
DisclosurePanel(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. use DisclosurePanel.DisclosurePanel(), DisclosurePanel.setOpen(boolean) and DisclosurePanel.setHeader(Widget) instead
disclosurePanelClosed() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImages
Deprecated. An image indicating a closed disclosure panel.
disclosurePanelClosed() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImagesRTL
Deprecated. An image indicating a closed disclosure panel for a RTL context.
DisclosurePanelImages - Interface in com.google.gwt.user.client.ui
Deprecated. 
DisclosurePanelImagesRTL - Interface in com.google.gwt.user.client.ui
Deprecated. 
disclosurePanelOpen() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImages
Deprecated. An image indicating an open disclosure panel.
DisclosurePanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses DisclosurePanel widgets.
DisclosurePanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DisclosurePanelParser
 
disown(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Deprecated. Use Panel.orphan(Widget).
dispatch(BlurHandler) - Method in class com.google.gwt.event.dom.client.BlurEvent
 
dispatch(CanPlayThroughHandler) - Method in class com.google.gwt.event.dom.client.CanPlayThroughEvent
 
dispatch(ChangeHandler) - Method in class com.google.gwt.event.dom.client.ChangeEvent
 
dispatch(ClickHandler) - Method in class com.google.gwt.event.dom.client.ClickEvent
 
dispatch(ContextMenuHandler) - Method in class com.google.gwt.event.dom.client.ContextMenuEvent
 
dispatch(DoubleClickHandler) - Method in class com.google.gwt.event.dom.client.DoubleClickEvent
 
dispatch(EndedHandler) - Method in class com.google.gwt.event.dom.client.EndedEvent
 
dispatch(ErrorHandler) - Method in class com.google.gwt.event.dom.client.ErrorEvent
 
dispatch(FocusHandler) - Method in class com.google.gwt.event.dom.client.FocusEvent
 
dispatch(GestureChangeHandler) - Method in class com.google.gwt.event.dom.client.GestureChangeEvent
 
dispatch(GestureEndHandler) - Method in class com.google.gwt.event.dom.client.GestureEndEvent
 
dispatch(GestureStartHandler) - Method in class com.google.gwt.event.dom.client.GestureStartEvent
 
dispatch(KeyDownHandler) - Method in class com.google.gwt.event.dom.client.KeyDownEvent
 
dispatch(KeyPressHandler) - Method in class com.google.gwt.event.dom.client.KeyPressEvent
 
dispatch(KeyUpHandler) - Method in class com.google.gwt.event.dom.client.KeyUpEvent
 
dispatch(LoadHandler) - Method in class com.google.gwt.event.dom.client.LoadEvent
 
dispatch(LoseCaptureHandler) - Method in class com.google.gwt.event.dom.client.LoseCaptureEvent
 
dispatch(MouseDownHandler) - Method in class com.google.gwt.event.dom.client.MouseDownEvent
 
dispatch(MouseMoveHandler) - Method in class com.google.gwt.event.dom.client.MouseMoveEvent
 
dispatch(MouseOutHandler) - Method in class com.google.gwt.event.dom.client.MouseOutEvent
 
dispatch(MouseOverHandler) - Method in class com.google.gwt.event.dom.client.MouseOverEvent
 
dispatch(MouseUpHandler) - Method in class com.google.gwt.event.dom.client.MouseUpEvent
 
dispatch(MouseWheelHandler) - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
 
dispatch(ProgressHandler) - Method in class com.google.gwt.event.dom.client.ProgressEvent
 
dispatch(ScrollHandler) - Method in class com.google.gwt.event.dom.client.ScrollEvent
 
dispatch(TouchCancelHandler) - Method in class com.google.gwt.event.dom.client.TouchCancelEvent
 
dispatch(TouchEndHandler) - Method in class com.google.gwt.event.dom.client.TouchEndEvent
 
dispatch(TouchMoveHandler) - Method in class com.google.gwt.event.dom.client.TouchMoveEvent
 
dispatch(TouchStartHandler) - Method in class com.google.gwt.event.dom.client.TouchStartEvent
 
dispatch(AttachEvent.Handler) - Method in class com.google.gwt.event.logical.shared.AttachEvent
 
dispatch(BeforeSelectionHandler<T>) - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
 
dispatch(CloseHandler<T>) - Method in class com.google.gwt.event.logical.shared.CloseEvent
 
dispatch(HighlightHandler<V>) - Method in class com.google.gwt.event.logical.shared.HighlightEvent
 
dispatch(InitializeHandler) - Method in class com.google.gwt.event.logical.shared.InitializeEvent
 
dispatch(OpenHandler<T>) - Method in class com.google.gwt.event.logical.shared.OpenEvent
 
dispatch(ResizeHandler) - Method in class com.google.gwt.event.logical.shared.ResizeEvent
 
dispatch(SelectionHandler<T>) - Method in class com.google.gwt.event.logical.shared.SelectionEvent
 
dispatch(ShowRangeHandler<V>) - Method in class com.google.gwt.event.logical.shared.ShowRangeEvent
 
dispatch(ValueChangeHandler<T>) - Method in class com.google.gwt.event.logical.shared.ValueChangeEvent
 
dispatch(H) - Method in class com.google.gwt.event.shared.GwtEvent
Should only be called by HandlerManager.
dispatch(PlaceChangeEvent.Handler) - Method in class com.google.gwt.place.shared.PlaceChangeEvent
 
dispatch(PlaceChangeRequestEvent.Handler) - Method in class com.google.gwt.place.shared.PlaceChangeRequestEvent
 
dispatch(EntityProxyChange.Handler<P>) - Method in class com.google.gwt.requestfactory.shared.EntityProxyChange
Deprecated.  
dispatch(ColumnSortEvent.Handler) - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent
 
dispatch(LoadingStateChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.LoadingStateChangeEvent
 
dispatch(Event.NativePreviewHandler) - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
 
dispatch(FormPanel.SubmitCompleteHandler) - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
 
dispatch(FormPanel.SubmitHandler) - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
 
dispatch(Window.ClosingHandler) - Method in class com.google.gwt.user.client.Window.ClosingEvent
 
dispatch(Window.ScrollHandler) - Method in class com.google.gwt.user.client.Window.ScrollEvent
 
dispatch(CellPreviewEvent.Handler<T>) - Method in class com.google.gwt.view.client.CellPreviewEvent
 
dispatch(RangeChangeEvent.Handler) - Method in class com.google.gwt.view.client.RangeChangeEvent
 
dispatch(RowCountChangeEvent.Handler) - Method in class com.google.gwt.view.client.RowCountChangeEvent
 
dispatch(SelectionChangeEvent.Handler) - Method in class com.google.gwt.view.client.SelectionChangeEvent
 
dispatch(H) - Method in class com.google.web.bindery.event.shared.Event
Implemented by subclasses to to invoke their handlers in a type safe manner.
dispatch(EntityProxyChange.Handler<P>) - Method in class com.google.web.bindery.requestfactory.shared.EntityProxyChange
 
dispatchEvent(NativeEvent) - Method in class com.google.gwt.dom.client.Element
Dispatched the given event with this element as its target.
display(P) - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Start driving the Editor and its sub-editors with data for display-only mode.
display(P) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Records its arguments.
display(P) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Start driving the Editor and its sub-editors with data for display-only mode.
display(P) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Records its arguments.
dispose(E) - Method in class com.google.gwt.editor.client.adapters.EditorSource
Called when an Editor no longer requires a sub-Editor.
dispose(FakeLeafValueEditor<T>) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
 
DISPOSED - Static variable in class com.google.gwt.editor.client.testing.FakeEditorSource
Return value for FakeEditorSource.getLastKnownPosition(com.google.gwt.editor.client.testing.FakeLeafValueEditor) if the editor has been passed into FakeEditorSource.dispose(com.google.gwt.editor.client.testing.FakeLeafValueEditor).
div(Point) - Method in class com.google.gwt.touch.client.Point
Divide this point Point by specified point and return the result.
DivElement - Class in com.google.gwt.dom.client
Generic block container.
DivElement() - Constructor for class com.google.gwt.dom.client.DivElement
 
DListElement - Class in com.google.gwt.dom.client
Definition list.
DListElement() - Constructor for class com.google.gwt.dom.client.DListElement
 
doAttachChildren() - Method in class com.google.gwt.user.cellview.client.CellList
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.DialogBox
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.Panel
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.Tree
 
doAttachChildren() - Method in class com.google.gwt.user.client.ui.Widget
If a widget contains one or more child widgets that are not in the logical widget hierarchy (the child is physically connected only on the DOM level), it must override this method and call Widget.onAttach() for each of its child widgets.
doBeforeLayout() - Method in class com.google.gwt.user.client.ui.LayoutCommand
Called before the layout is executed.
DockLayoutPanel - 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.
DockLayoutPanel(Style.Unit) - Constructor for class com.google.gwt.user.client.ui.DockLayoutPanel
Creates an empty dock panel.
DockLayoutPanel.Direction - Enum in com.google.gwt.user.client.ui
Used in DockLayoutPanel.addEast(Widget, double) et al to specify the direction in which a child widget will be added.
DockLayoutPanel.LayoutData - Class in com.google.gwt.user.client.ui
Layout data associated with each widget.
DockLayoutPanel.LayoutData(DockLayoutPanel.Direction, double, Layout.Layer) - Constructor for class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
DockLayoutPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses DockLayoutPanel widgets.
DockLayoutPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DockLayoutPanelParser
 
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).
DockPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses DockPanel widgets.
DockPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DockPanelParser
 
doCreate(String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Called by RpcRequestBuilder.create(java.lang.String) to instantiate the RequestBuilder object.
Document - Class in com.google.gwt.dom.client
A Document is the root of the HTML hierarchy and holds the entire content.
Document() - Constructor for class com.google.gwt.dom.client.Document
 
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 class com.google.gwt.dom.client.Node
The node is a Document.
DOCUMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 9 denotes DOM nodes of type Document.
DOCUMENT_TYPE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 10 denotes DOM nodes of type DocumentType.
DocumentFragment - Interface in com.google.gwt.xml.client
A DocumentFragment is a basket into which one may place other Node objects for future processing.
doDetachChildren() - Method in class com.google.gwt.user.cellview.client.CellList
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.DialogBox
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.Panel
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.Tree
 
doDetachChildren() - Method in class com.google.gwt.user.client.ui.Widget
If a widget contains one or more child widgets that are not in the logical widget hierarchy (the child is physically connected only on the DOM level), it must override this method and call Widget.onDetach() for each of its child widgets.
doEmitCompilation(TreeLogger, LinkerContext, CompilationResult, ArtifactSet) - Method in class com.google.gwt.core.linker.SingleScriptLinker
 
doEmitSymbolMap(TreeLogger, ArtifactSet, CompilationResult, ByteArrayOutputStream) - Method in class com.google.gwt.core.linker.SymbolMapsLinker
Override to change the manner in which the symbol map is emitted.
doFinish(RequestBuilder) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Called by RpcRequestBuilder.finish() prior to returning the RequestBuilder to the caller.
doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.HybridServiceServlet
Gets the SerializationPolicy for given module base URL and strong name if there is one.
doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Gets the SerializationPolicy for given module base URL and strong name if there is one.
DOM - Class in com.google.gwt.user.client
This class provides a set of static methods that allow you to manipulate the browser's Document Object Model (DOM).
DOM() - Constructor for class com.google.gwt.user.client.DOM
 
doMain(String...) - Static method in class com.google.gwt.user.tools.WebAppCreator
 
DomElementParser - Class in com.google.gwt.uibinder.elementparsers
Parses a dom element and all of its children.
DomElementParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DomElementParser
 
DomEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
DomEvent is a subclass of GwtEvent that provides events that underlying native browser event object as well as a subclass of DomEvent.Type that understands GWT event bits used by sinkEvents().
DomEvent() - Constructor for class com.google.gwt.event.dom.client.DomEvent
 
DomEvent.Type<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Type class used by dom event subclasses.
DomEvent.Type(String, DomEvent<H>) - Constructor for class com.google.gwt.event.dom.client.DomEvent.Type
This constructor allows dom event types to be triggered by the DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, HasHandlers) method.
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
 
doMultiSelection(MultiSelectionModel<? super T>, HasData<T>, int, T, DefaultSelectionEventManager.SelectAction, boolean, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
Update the selection model based on a user selection event.
DONE - Static variable in class com.google.gwt.xhr.client.XMLHttpRequest
The DONE state is the state of the object when either the data transfer has been completed or something went wrong during the transfer (infinite redirects for instance).
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.requestfactory.server.RequestFactoryServlet
Deprecated. Processes a POST to the server.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Standard HttpServlet method: handle the POST.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
Processes a POST to the server.
doRemove(Event.Type<H>, Object, H) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
Deprecated. required by legacy features in GWT's old HandlerManager
doRun() - Method in class com.google.gwt.user.tools.WebAppCreator
Deprecated. as of GWT 2.1, replaced by WebAppCreator.doRun(String)
doRun(String) - Method in class com.google.gwt.user.tools.WebAppCreator
Create the sample app.
doSelection(Event, T, int) - Method in class com.google.gwt.user.cellview.client.CellList
Deprecated. use AbstractHasData.addCellPreviewHandler(com.google.gwt.view.client.CellPreviewEvent.Handler) instead
doSelection(Event, T, int, int) - Method in class com.google.gwt.user.cellview.client.CellTable
Deprecated. use AbstractHasData.addCellPreviewHandler(com.google.gwt.view.client.CellPreviewEvent.Handler) instead
doSetCallback(RequestBuilder, RequestCallback) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Called by RpcRequestBuilder.setCallback(com.google.gwt.http.client.RequestCallback).
doSetContentType(RequestBuilder, String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Called by RpcRequestBuilder.setContentType(java.lang.String).
doSetRequestData(RequestBuilder, String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Called by RpcRequestBuilder.setRequestData(java.lang.String).
doSetRequestId(RequestBuilder, int) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Called by RpcRequestBuilder.setRequestId(int).
DoubleBox - Class in com.google.gwt.user.client.ui
A ValueBox that uses DoubleParser and DoubleRenderer.
DoubleBox() - Constructor for class com.google.gwt.user.client.ui.DoubleBox
 
DoubleClickEvent - Class in com.google.gwt.event.dom.client
Represents a native double click event.
DoubleClickEvent() - Constructor for class com.google.gwt.event.dom.client.DoubleClickEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire double click events.
DoubleClickHandler - Interface in com.google.gwt.event.dom.client
Handler interface for DoubleClickEvent events.
DoubleParser - Class in com.google.gwt.text.client
A localized parser based on NumberFormat.getDecimalFormat().
DoubleParser() - Constructor for class com.google.gwt.text.client.DoubleParser
 
DoubleRenderer - Class in com.google.gwt.text.client
A localized renderer based on NumberFormat.getDecimalFormat().
DoubleRenderer() - Constructor for class com.google.gwt.text.client.DoubleRenderer
 
doubleValue() - Method in class com.google.gwt.json.client.JSONNumber
Gets the double value this JSONNumber represents.
doUnexpectedFailure(Throwable) - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Override this method to control what should happen when an exception escapes the AbstractRemoteServiceServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
doWriteSymbolMap(TreeLogger, CompilationResult, PrintWriter) - Method in class com.google.gwt.core.linker.SymbolMapsLinker
Override to change the format of the symbol map.
drawImage(CanvasElement, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws an image.
drawImage(CanvasElement, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws a scaled image.
drawImage(CanvasElement, double, double, double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws a scaled subset of an image.
drawImage(ImageElement, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws an image.
drawImage(ImageElement, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws a scaled image.
drawImage(ImageElement, double, double, double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws a scaled subset of an image.
Duration - Class in com.google.gwt.core.client
A utility class for measuring elapsed time.
Duration() - Constructor for class com.google.gwt.core.client.Duration
Creates a new Duration whose start time is now.

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.
edit(Cell.Context, Element, String) - Method in class com.google.gwt.cell.client.EditTextCell
Convert the cell to edit mode.
edit(T) - Method in interface com.google.gwt.editor.client.SimpleBeanEditorDriver
Push the data in an object graph into the Editor given to SimpleBeanEditorDriver.initialize(E).
edit(T) - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Records object.
edit(P, RequestContext) - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Start driving the Editor and its sub-editors with data.
edit(P, RequestContext) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Records its arguments.
edit(T) - Method in interface com.google.gwt.requestfactory.shared.RequestContext
Deprecated. Returns a mutable version of the proxy, whose mutations will accumulate in this context.
edit(P, RequestContext) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Start driving the Editor and its sub-editors with data.
edit(P, RequestContext) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Records its arguments.
edit(T) - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
Returns a mutable version of the proxy, whose mutations will accumulate in this context.
Editor<T> - Interface in com.google.gwt.editor.client
Describes an editor whose behavior is not altered by the value being displayed.
Editor.Ignore - Annotation Type in com.google.gwt.editor.client
Tells the Editor framework to ignore an Editor accessor.
Editor.Path - Annotation Type in com.google.gwt.editor.client
Maps a composite Editor's component Editors into the data-model.
EditorContext<T> - Interface in com.google.gwt.editor.client
Describes an Editor within an Editor hierarchy.
EditorDelegate<T> - Interface in com.google.gwt.editor.client
Binds an individual Editor to the backing service.
EditorDriver<T> - Interface in com.google.gwt.editor.client
Defines common capabilities of editor drivers.
EditorError - Interface in com.google.gwt.editor.client
Allows invalid Editor state to be propagated through an Editor hierarchy.
EditorHierarchyPrinter - Class in com.google.gwt.editor.client.testing
A utility class that creates a string representation of an Editor hierarchy for testing purposes.
EditorSource<E extends Editor<?>> - Class in com.google.gwt.editor.client.adapters
An entity capable of creating and destroying instances of Editors.
EditorSource() - Constructor for class com.google.gwt.editor.client.adapters.EditorSource
 
EditorVisitor - Class in com.google.gwt.editor.client
A visitor for examining an Editor hierarchy.
EditorVisitor() - Constructor for class com.google.gwt.editor.client.EditorVisitor
 
EditTextCell - Class in com.google.gwt.cell.client
An editable text cell.
EditTextCell() - Constructor for class com.google.gwt.cell.client.EditTextCell
Construct a new EditTextCell that will use a SimpleSafeHtmlRenderer.
EditTextCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.EditTextCell
Construct a new EditTextCell that will use a given SafeHtmlRenderer to render the value when not in edit mode.
elapsedMillis() - Method in class com.google.gwt.core.client.Duration
Returns the number of milliseconds that have elapsed since this object was created.
Element - Class in com.google.gwt.dom.client
All HTML element interfaces derive from this class.
Element() - Constructor for class com.google.gwt.dom.client.Element
 
Element - Class in com.google.gwt.user.client
An opaque handle to a native DOM Element.
Element() - Constructor for class com.google.gwt.user.client.Element
Not directly instantiable.
Element - Interface in com.google.gwt.xml.client
This interface represents XML DOM elements, which are the basic building block of XML.
ELEMENT_NODE - Static variable in class com.google.gwt.dom.client.Node
The node is an Element.
ELEMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 1 denotes DOM nodes of type Element.
ElementParser - Interface in com.google.gwt.uibinder.elementparsers
Element parsers are classes that parse xml elements, using the context to generate widget initialization code.
emit(String, InputStream) - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Emitter
 
emit(String, InputStream) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.JarEmitter
 
emitBytes(TreeLogger, byte[], String) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact from an array of bytes.
emitBytes(TreeLogger, byte[], String, long) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact from an array of bytes.
emitInputStream(TreeLogger, InputStream, String) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact to emit the contents of an InputStream.
emitInputStream(TreeLogger, InputStream, String, long) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact to emit the contents of an InputStream.
emitSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.linker.SingleScriptLinker
 
emitString(TreeLogger, String, String) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact to emit a String.
emitString(TreeLogger, String, String, long) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact to emit a String.
EmittedArtifact - Class in com.google.gwt.core.ext.linker
An artifact that will be emitted into the output.
EmittedArtifact(Class<? extends Linker>, String) - Constructor for class com.google.gwt.core.ext.linker.EmittedArtifact
 
EmittedArtifact.Visibility - Enum in com.google.gwt.core.ext.linker
Describes the visibility of an artifact.
emitWithStrongName(TreeLogger, byte[], String, String) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact from an array of bytes with a strong name.
emitWithStrongName(TreeLogger, byte[], String, String, long) - Method in class com.google.gwt.core.ext.linker.AbstractLinker
A helper method to create an artifact from an array of bytes with a strong name.
EMPTY_SAFE_HTML - Static variable in class com.google.gwt.safehtml.shared.SafeHtmlUtils
An empty String.
enableScrolling(boolean) - Method in class com.google.gwt.dom.client.Document
Enables or disables scrolling of the document.
enableScrolling(boolean) - Static method in class com.google.gwt.user.client.Window
Use this method to explicitly disable the window's scrollbars.
encode(AutoBean<?>) - Static method in class com.google.gwt.autobean.shared.AutoBeanCodex
Deprecated. Encodes an AutoBean.
encode(Class<?>, Object) - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated. Encode a value object when the wire format type is known.
encode(Object) - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated.  
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.
encode() - Method in class com.google.gwt.requestfactory.shared.DefaultProxyStore
Deprecated. Return a JSON object literal with the contents of the store.
encode(AutoBean<?>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanCodex
Encodes an AutoBean.
encode(Class<?>, Object) - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
Encode a value object when the wire format type is known.
encode(Object) - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
 
encode() - Method in class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
Return a JSON object literal with the contents of the store.
encodeComponent(String) - Static method in class com.google.gwt.http.client.URL
Deprecated. Use URL.encodeQueryString(String)
encodeComponent(String, boolean) - Static method in class com.google.gwt.http.client.URL
Deprecated. Use URL.encodeQueryString(String), URL.encodePathSegment(String)
encodePathSegment(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.
encodeQueryString(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all characters that are not valid for a URL component have been escaped.
encodeResponseForFailure(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable, SerializationPolicy, int) - Static method in class com.google.gwt.user.server.rpc.RPC
 
encodeResponseForSuccess(Method, Object) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object, SerializationPolicy, int) - Static method in class com.google.gwt.user.server.rpc.RPC
 
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.
end(int) - Method in interface com.google.gwt.core.ext.linker.StatementRanges
The end of the ith statement.
end(int) - Method in class com.google.gwt.media.dom.client.TimeRanges
Returns the end time of the range indexed by index.
endDragging(MouseUpEvent) - Method in class com.google.gwt.user.client.ui.DialogBox
Called on mouse up in the caption area, ends dragging by ending event capture.
EndedEvent - Class in com.google.gwt.event.dom.client
Represents a native media ended event.
EndedEvent() - Constructor for class com.google.gwt.event.dom.client.EndedEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire media ended events.
endEdge() - Method in class com.google.gwt.i18n.shared.BidiFormatter
Returns "left" for RTL context direction.
endEdge() - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Returns "left" for RTL context direction.
endEdgeBase() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
EndedHandler - Interface in com.google.gwt.event.dom.client
Handler interface for EndedEvent events.
endOf(HasDirection.Direction) - Static method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
 
endsWithLtr(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.endsWithLtr(String, boolean), but assumes str is not HTML / HTML-escaped.
endsWithLtr(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Check whether the last strongly-directional character in the string is LTR.
endsWithRtl(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.endsWithRtl(String, boolean), but assumes str is not HTML / HTML-escaped.
endsWithRtl(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Check whether the last strongly-directional character in the string is RTL.
endVisit(AutoBean<?>, AutoBeanVisitor.Context) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called after visiting an AutoBean.
endVisit(EditorContext<T>) - Method in class com.google.gwt.editor.client.EditorVisitor
Exit an Editor.
endVisit(EditorContext<T>) - Method in class com.google.gwt.editor.client.testing.EditorHierarchyPrinter
 
endVisit(AutoBean<?>, AutoBeanVisitor.Context) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called after visiting an AutoBean.
endVisitCollectionProperty(String, AutoBean<Collection<?>>, AutoBeanVisitor.CollectionPropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called after visiting a reference property.
endVisitCollectionProperty(String, AutoBean<Collection<?>>, AutoBeanVisitor.CollectionPropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called after visiting a reference property.
endVisitMapProperty(String, AutoBean<Map<?, ?>>, AutoBeanVisitor.MapPropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called after visiting a reference property.
endVisitMapProperty(String, AutoBean<Map<?, ?>>, AutoBeanVisitor.MapPropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called after visiting a reference property.
endVisitParameter() - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Deprecated. Called when finished with a type parameter.
endVisitParameter() - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Called when finished with a type parameter.
endVisitReferenceProperty(String, AutoBean<?>, AutoBeanVisitor.PropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called after visiting a reference property.
endVisitReferenceProperty(String, AutoBean<?>, AutoBeanVisitor.PropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called after visiting a reference property.
endVisitType(Class<?>) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Deprecated. Called when finished with a type.
endVisitType(Class<?>) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Called when finished with a type.
endVisitValueProperty(String, Object, AutoBeanVisitor.PropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called after visiting a value property.
endVisitValueProperty(String, Object, AutoBeanVisitor.PropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called after visiting a value property.
ensureDebugId(UIObject, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
 
ensureDebugId(Element, String, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
 
ensureDebugId(UIObject, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
ensureDebugId(Element, String, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
ensureDebugId(Element, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Ensure that elem has an ID property set, which allows it to integrate with third-party libraries and test tools.
ensureDebugId(Element, String, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Set the debug id of a specific element.
ensureDebugId(String) - Method in class com.google.gwt.user.client.ui.UIObject
Ensure that the main Element for this UIObject has an ID property set, which allows it to integrate with third-party libraries and test tools.
ensureDomEventHandlers() - Method in class com.google.gwt.user.client.ui.CheckBox
 
ensureDomEventHandlers() - Method in class com.google.gwt.user.client.ui.RadioButton
No-op.
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.
ensureInjected() - Method in interface com.google.gwt.resources.client.CssResource
Calls StyleInjector.injectStylesheet(String) to inject the contents of the CssResource into the DOM.
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.
ensureWidget() - Method in class com.google.gwt.user.client.ui.LazyPanel
Ensures that the widget has been created by calling LazyPanel.createWidget() if SimplePanel.getWidget() returns null.
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.
EntityProxy - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
EntityProxy - Interface in com.google.web.bindery.requestfactory.shared
A proxy for a server-side domain object.
EntityProxyChange<P extends EntityProxy> - Class in com.google.gwt.requestfactory.shared
Deprecated. 
EntityProxyChange(P, WriteOperation) - Constructor for class com.google.gwt.requestfactory.shared.EntityProxyChange
Deprecated. Constructs an EntityProxyChange object.
EntityProxyChange<P extends EntityProxy> - Class in com.google.web.bindery.requestfactory.shared
Event posted by a RequestFactory when changes to an entity are detected.
EntityProxyChange(P, WriteOperation) - Constructor for class com.google.web.bindery.requestfactory.shared.EntityProxyChange
Constructs an EntityProxyChange object.
EntityProxyChange.Handler<P extends EntityProxy> - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
EntityProxyChange.Handler<P extends EntityProxy> - Interface in com.google.web.bindery.requestfactory.shared
Implemented by methods that handle EntityProxyChange events.
EntityProxyId<P extends EntityProxy> - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
EntityProxyId<P extends EntityProxy> - Interface in com.google.web.bindery.requestfactory.shared
A stable, opaque id of an EntityProxy that remains stable across updates, creates, deletes on the client.
EntityProxyKeyProvider<P extends EntityProxy> - Class in com.google.gwt.requestfactory.ui.client
Deprecated. 
EntityProxyKeyProvider() - Constructor for class com.google.gwt.requestfactory.ui.client.EntityProxyKeyProvider
Deprecated.  
EntityProxyKeyProvider<P extends EntityProxy> - Class in com.google.web.bindery.requestfactory.gwt.ui.client
An EntityProxy-aware key provider, handy for use with SelectionModel and various cell widgets.
EntityProxyKeyProvider() - Constructor for class com.google.web.bindery.requestfactory.gwt.ui.client.EntityProxyKeyProvider
 
EntityReference - Interface in com.google.gwt.xml.client
This interface represents entity references, such as &foo;.
entriesArePositiveByDefault() - Method in class com.google.gwt.util.regexfilter.RegexFilter
If a pattern is not preceded by + or -, whether the query should be considered positive.
EntryPoint - Interface in com.google.gwt.core.client
Implement this interface to allow a class to act as a module entry point.
entrySet() - Method in class com.google.gwt.storage.client.StorageMap
Returns a Set containing all entries of the Storage.
equals(Object) - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
Return true if the last and current values of this ViewData object are equal to those of the other object.
equals(Object) - Method in class com.google.gwt.core.client.JavaScriptObject
Returns true if the objects are JavaScript identical (triple-equals).
equals(Object) - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
 
equals(Object) - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
equals(Object) - Method in class com.google.gwt.core.ext.linker.Artifact
Delegates to Artifact.compareTo(Artifact).
equals(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
equals(Object) - Method in class com.google.gwt.core.ext.soyc.Range
 
equals(Object) - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
equals(Object) - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
 
equals(Object) - Method in class com.google.gwt.json.client.JSONArray
Returns true if other is a JSONArray wrapping the same underlying object.
equals(Object) - Method in class com.google.gwt.json.client.JSONNumber
 
equals(Object) - Method in class com.google.gwt.json.client.JSONObject
Returns true if other is a JSONObject wrapping the same underlying object.
equals(Object) - Method in class com.google.gwt.json.client.JSONString
 
equals(Object) - Method in class com.google.gwt.rpc.server.Pair
 
equals(Object) - Method in interface com.google.gwt.safecss.shared.SafeStyles
Compares this string to the specified object.
equals(Object) - Method in class com.google.gwt.safehtml.shared.OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml
Compares this string to the specified object.
equals(Object) - Method in interface com.google.gwt.safehtml.shared.SafeHtml
Compares this string to the specified object.
equals(Object) - Method in class com.google.gwt.touch.client.Point
 
equals(Object) - Method in class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
Check if this object is equal to another.
equals(Object) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Check if the specified object equals this list.
equals(Object) - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated.  
equals(Object) - Method in class com.google.gwt.view.client.Range
Return true if this ranges's start end length are equal to those of the given object.
eraNames() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
eraNames() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
eras() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
eras() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
erasFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the full era names.
erasFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
erasShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns abbreviations of the era names.
erasShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
ERROR - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs an error.
ErrorEvent - Class in com.google.gwt.event.dom.client
Represents a native error event.
ErrorEvent() - Constructor for class com.google.gwt.event.dom.client.ErrorEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire error events.
ErrorHandler - Interface in com.google.gwt.event.dom.client
Handler interface for ErrorEvent events.
escape(String) - Static method in class com.google.gwt.core.ext.Generator
Escapes string content to be a valid string literal.
escapeJsonForEval(String) - Static method in class com.google.gwt.core.client.JsonUtils
Escapes characters within a JSON string than cannot be passed directly to eval().
escapeValue(String) - Static method in class com.google.gwt.core.client.JsonUtils
Returns a quoted, escaped JSON String.
estimateDirection(String) - Method in class com.google.gwt.i18n.shared.AnyRtlDirectionEstimator
Estimates the direction of a given string using the "any RTL" heuristic: the return value is RTL if the string contains at least one RTL character.
estimateDirection(String) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
Like BidiFormatterBase.estimateDirection(String, boolean), but assumes isHtml is false.
estimateDirection(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
Estimates the direction of a string using the best known general-purpose method, i.e.
estimateDirection(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.estimateDirection(String, boolean), but assumes str is not HTML / HTML-escaped.
estimateDirection(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Estimates the directionality of a string based on relative word counts.
estimateDirection(String) - Method in class com.google.gwt.i18n.shared.DirectionEstimator
Estimates the direction of a plain-text string.
estimateDirection(String, boolean) - Method in class com.google.gwt.i18n.shared.DirectionEstimator
Estimates the direction of a string.
estimateDirection(SafeHtml) - Method in class com.google.gwt.i18n.shared.DirectionEstimator
Estimates the direction of a SafeHtml.
estimateDirection(String) - Method in class com.google.gwt.i18n.shared.FirstStrongDirectionEstimator
Estimates the direction of a given string using the "first strong" heuristic: The return value is determined by the first character in the string with strong directionality.
estimateDirection(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
estimateDirection(String) - Method in class com.google.gwt.i18n.shared.WordCountDirectionEstimator
Estimates the direction of a given string using the "word count" heuristic, as defined at BidiUtils.estimateDirection(java.lang.String).
europeAmsterdam() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeAndorra() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeAthens() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeBelgrade() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeBerlin() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeBratislava() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeBrussels() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeBucharest() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeBudapest() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeChisinau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeCopenhagen() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeDublin() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeGibraltar() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeHelsinki() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeIstanbul() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeKaliningrad() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeKiev() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeLisbon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeLjubljana() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeLondon() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeLuxembourg() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeMadrid() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeMalta() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeMinsk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeMonaco() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeMoscow() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeOslo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeParis() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europePodgorica() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europePrague() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeRiga() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeRome() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeSamara() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeSarajevo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeSimferopol() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeSkopje() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeSofia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeStockholm() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeTallinn() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeTirane() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeUzhgorod() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeVaduz() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeVienna() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeVilnius() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeVolgograd() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeWarsaw() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeZagreb() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeZaporozhye() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
europeZurich() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
Event - Class in com.google.gwt.user.client
An opaque handle to a native DOM Event.
Event() - Constructor for class com.google.gwt.user.client.Event
Not directly instantiable.
Event<H> - Class in com.google.web.bindery.event.shared
Base Event object.
Event() - Constructor for class com.google.web.bindery.event.shared.Event
Constructor.
Event.NativePreviewEvent - Class in com.google.gwt.user.client
Represents a preview of a native Event.
Event.NativePreviewEvent() - Constructor for class com.google.gwt.user.client.Event.NativePreviewEvent
 
Event.NativePreviewHandler - Interface in com.google.gwt.user.client
Handler interface for Event.NativePreviewEvent events.
Event.Type<H> - Class in com.google.web.bindery.event.shared
Type class used to register events with an EventBus.
Event.Type() - Constructor for class com.google.web.bindery.event.shared.Event.Type
Constructor.
EventBus - Class in com.google.gwt.event.shared
Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
EventBus() - Constructor for class com.google.gwt.event.shared.EventBus
 
EventBus - Class in com.google.web.bindery.event.shared
Dispatches Events to interested parties.
EventBus() - Constructor for class com.google.web.bindery.event.shared.EventBus
 
eventCancelBubble(Event, boolean) - Static method in class com.google.gwt.user.client.DOM
Cancels bubbling for the given event.
eventGetAltKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the ALT key was depressed when the given event occurred.
eventGetButton(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse buttons that were depressed when the given event occurred.
eventGetClientX(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse x-position within the browser window's client area.
eventGetClientY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse y-position within the browser window's client area.
eventGetCtrlKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the CTRL key was depressed when the given event occurred.
eventGetCurrentEvent() - Static method in class com.google.gwt.user.client.DOM
Gets the current event that is being fired.
eventGetCurrentTarget(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the current target element of the given event.
eventGetFromElement(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the element from which the mouse pointer was moved (valid for Event.ONMOUSEOVER and Event.ONMOUSEOUT).
eventGetKeyCode(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the key code associated with this event.
eventGetMetaKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the META key was depressed when the given event occurred.
eventGetMouseWheelVelocityY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the velocity of the mouse wheel associated with the event along the Y axis.
eventGetRepeat(Event) - Static method in class com.google.gwt.user.client.DOM
Deprecated. not supported in any browser but IE
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 and Event.ONMOUSEOVER).
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.
EventHandler - Interface in com.google.gwt.event.shared
Marker interface for event handlers.
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
Deprecated. replaced by Event.NativePreviewHandler
eventSetKeyCode(Event, char) - Static method in class com.google.gwt.user.client.DOM
Deprecated. this method only works in IE and should not have been added to the API
EventTarget - Class in com.google.gwt.dom.client
Represents the target of a JavaScript event.
EventTarget() - Constructor for class com.google.gwt.dom.client.EventTarget
 
eventToString(Event) - Static method in class com.google.gwt.user.client.DOM
Returns a stringized version of the event.
exceedsUncompressedContentLengthLimit(String) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the response content's estimated UTF-8 byte length exceeds 256 bytes.
EXCEPTION_TYPE - Static variable in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
EXCEPTION_TYPE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
ExceptionHandler - Interface in com.google.gwt.requestfactory.server
Deprecated. 
ExceptionHandler - Interface in com.google.web.bindery.requestfactory.server
Handles an exception produced while processing a request.
exec(String) - Method in class com.google.gwt.regexp.shared.RegExp
Applies the regular expression to the given string.
execute(T) - Method in interface com.google.gwt.cell.client.ActionCell.Delegate
Perform the desired action on the given object.
execute() - Method in interface com.google.gwt.core.client.Scheduler.RepeatingCommand
Returns true if the RepeatingCommand should be invoked again.
execute() - Method in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
Invokes the command.
execute() - Method in interface com.google.gwt.user.client.Command
Causes the Command to perform its encapsulated behavior.
execute() - Method in interface com.google.gwt.user.client.IncrementalCommand
Deprecated. Causes the IncrementalCommand to execute its encapsulated behavior.
execute(Widget) - Method in interface com.google.gwt.user.client.ui.AttachDetachException.Command
 
execute() - Method in class com.google.gwt.user.client.ui.LayoutCommand
 
exists(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
Deprecated.  
exists(String) - Method in interface com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.Loader
Deprecated. Returns true if the specified resource can be loaded.
exists(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
 
exists(String) - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator.Loader
Returns true if the specified resource can be loaded.
exponentialSymbol() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
exponentialSymbol() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
ExternalTextResource - Interface in com.google.gwt.resources.client
Identical to TextResource, except the contents of the resource are not inlined into the compiled output.
extractScheme(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
Extracts the scheme of a URI.

F

failure() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
failure() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
FakeEditorContext<T> - Class in com.google.gwt.editor.client.testing
A no-op implementation of EditorContext for testing.
FakeEditorContext() - Constructor for class com.google.gwt.editor.client.testing.FakeEditorContext
 
FakeEditorSource<T> - Class in com.google.gwt.editor.client.testing
A trivial implementation of EditorSource that creates FakeLeafValueEditor instances.
FakeEditorSource() - Constructor for class com.google.gwt.editor.client.testing.FakeEditorSource
 
FakeLeafValueEditor<T> - Class in com.google.gwt.editor.client.testing
A no-op Editor.
FakeLeafValueEditor() - Constructor for class com.google.gwt.editor.client.testing.FakeLeafValueEditor
 
FATAL - Static variable in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
FATAL - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
FieldMember - Interface in com.google.gwt.core.ext.soyc
Represents a field in a Java type.
FieldReferenceConverter - Class in com.google.gwt.uibinder.attributeparsers
Deals with field references, e.g.
FieldReferenceConverter.IllegalFieldReferenceException - Exception in com.google.gwt.uibinder.attributeparsers
May be thrown by the FieldReferenceConverter.Delegate for badly formatted input.
FieldReferenceConverter.IllegalFieldReferenceException() - Constructor for exception com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.IllegalFieldReferenceException
 
FieldSetElement - Class in com.google.gwt.dom.client
Organizes form controls into logical groups.
FieldSetElement() - Constructor for class com.google.gwt.dom.client.FieldSetElement
 
FieldUpdater<T,C> - Interface in com.google.gwt.cell.client
A FieldUpdater may be added to a Column to update a particular field of a data item.
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.
FileUpload(Element) - Constructor for class com.google.gwt.user.client.ui.FileUpload
This constructor may be used by subclasses to explicitly use an existing element.
fill() - Method in class com.google.gwt.canvas.dom.client.Context2d
Fills the current path.
fillParent() - Method in class com.google.gwt.layout.client.Layout
Causes the parent element to fill its own parent.
fillRect(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Fills a rectangle.
fillSelectionScriptTemplate(StringBuffer, TreeLogger, LinkerContext, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
FillStrokeStyle - Class in com.google.gwt.canvas.dom.client
Represents a CssColor, CanvasGradient, or CanvasPattern that is used for stroke and fill.
FillStrokeStyle() - Constructor for class com.google.gwt.canvas.dom.client.FillStrokeStyle
 
fillText(String, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws filled text.
fillText(String, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws filled text squeezed into the given max width.
filter(Place) - Method in interface com.google.gwt.activity.shared.FilteredActivityMapper.Filter
Returns the filtered interpretation of the given Place.
FilteredActivityMapper - Class in com.google.gwt.activity.shared
Wraps an activity mapper and applies a filter to the place objects that it sees.
FilteredActivityMapper(FilteredActivityMapper.Filter, ActivityMapper) - Constructor for class com.google.gwt.activity.shared.FilteredActivityMapper
Constructs a FilteredActivityMapper object.
FilteredActivityMapper.Filter - Interface in com.google.gwt.activity.shared
Implemented by objects that want to interpret one place as another.
find(Class<T>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
Find all Artifacts assignable to some base type.
find(Class<? extends T>, I) - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Retrieve an object.
find(EntityProxyId<P>) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Return a request to find a fresh instance of the referenced proxy.
find(Class<? extends T>, I) - Method in class com.google.web.bindery.requestfactory.shared.Locator
Retrieve an object.
find(EntityProxyId<P>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Return a request to find a fresh instance of the referenced proxy.
findAnnotationInTypeHierarchy(Class<T>) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Find an annotation on a type or on one of its superclasses or superinterfaces.
findClientOracleData(String, String) - Method in class com.google.gwt.rpc.server.RpcServlet
Override this method to control access to permutation-specific data.
findConstructor(JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
findField(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
findMethod(String, JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
findNestedType(String) - Method in interface 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 interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
findResources(TreeLogger, ClassLoader, ResourceContext, JMethod, String[]) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Find all resources referenced by a method in a bundle.
findResources(TreeLogger, ResourceContext, JMethod) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Find all resources referenced by a method in a bundle.
findResources(TreeLogger, ResourceContext, JMethod, String[]) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Find all resources referenced by a method in a bundle.
findType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Finds a type in this package.
findType(String[]) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Deprecated. use JPackage.findType(String)
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.
finish(TreeLogger, ResourceContext) - Method in class com.google.gwt.resources.ext.AbstractResourceGenerator
A no-op implementation.
finish(TreeLogger, ResourceContext) - Method in interface com.google.gwt.resources.ext.ResourceGenerator
Called at the end of the resource generation phase and can be used to perform cleanup.
finish() - Method in class com.google.gwt.rpc.server.WebModePayloadSink
The caller must close the stream.
finish() - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
This method must be called to return the RequestBuilder that the RPC request will be made with.
finishEditing(Element, C, Object, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.AbstractInputCell
Call this method when editing is complete.
finishEditing(Element, String, Object, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.TextInputCell
 
finishTest() - Method in class com.google.gwt.junit.client.GWTTestCase
Cause this test to succeed during asynchronous mode.
fire(S, boolean) - Static method in class com.google.gwt.event.logical.shared.AttachEvent
Fires an AttachEvent on all registered handlers in the handler source.
fire(HasBeforeSelectionHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Fires a before selection event on all registered handlers in the handler manager.
fire(HasCloseHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.CloseEvent
Fires a close event on all registered handlers in the handler manager.
fire(HasCloseHandlers<T>, T, boolean) - Static method in class com.google.gwt.event.logical.shared.CloseEvent
Fires a close event on all registered handlers in the handler manager.
fire(S, V) - Static method in class com.google.gwt.event.logical.shared.HighlightEvent
Fires a highlight event on all registered handlers in the handler manager.
fire(S) - Static method in class com.google.gwt.event.logical.shared.InitializeEvent
Fires a initialize event on all registered handlers in the handler source.
fire(HasOpenHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.OpenEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, int, int) - Static method in class com.google.gwt.event.logical.shared.ResizeEvent
Fires a resize event on all registered handlers in the handler source.
fire(HasSelectionHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.SelectionEvent
Fires a selection event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, V, V) - Static method in class com.google.gwt.event.logical.shared.ShowRangeEvent
Fires a show range event on all registered handlers in the handler manager.
fire(HasValueChangeHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Fires a value change event on all registered handlers in the handler manager.
fire() - Method in interface com.google.gwt.requestfactory.shared.Request
Deprecated. Submit this request.
fire(Receiver<? super T>) - Method in interface com.google.gwt.requestfactory.shared.Request
Deprecated. Convenience method equivalent to calling to(...).fire().
fire() - Method in interface com.google.gwt.requestfactory.shared.RequestContext
Deprecated. Send the accumulated changes and method invocations associated with the RequestContext.
fire(Receiver<Void>) - Method in interface com.google.gwt.requestfactory.shared.RequestContext
Deprecated. For receiving errors or validation failures only.
fire(HasHandlers, ColumnSortList) - Static method in class com.google.gwt.user.cellview.client.ColumnSortEvent
Fires a cell preview event on all registered handlers in the handler manager.
fire(HasCellPreviewHandlers<T>, NativeEvent, HasData<T>, Cell.Context, T, boolean, boolean) - Static method in class com.google.gwt.view.client.CellPreviewEvent
Fires a cell preview event on all registered handlers in the handler manager.
fire(HasRows, Range) - Static method in class com.google.gwt.view.client.RangeChangeEvent
Fires a RangeChangeEvent on all registered handlers in the handler manager.
fire(HasRows, int, boolean) - Static method in class com.google.gwt.view.client.RowCountChangeEvent
Fires a RowCountChangeEvent on all registered handlers in the handler manager.
fire(SelectionModel<?>) - Static method in class com.google.gwt.view.client.SelectionChangeEvent
Fires a selection change event on all registered handlers in the handler manager.
fire() - Method in interface com.google.web.bindery.requestfactory.shared.Request
Submit this request.
fire(Receiver<? super T>) - Method in interface com.google.web.bindery.requestfactory.shared.Request
Convenience method equivalent to calling to(...).fire().
fire() - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
Send the accumulated changes and method invocations associated with the RequestContext.
fire(Receiver<Void>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
For receiving errors or validation failures only.
fireBeforeTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabListenerCollection
Deprecated. Fires a beforeTabSelected event to all listeners.
FirebugLogHandler - Class in com.google.gwt.logging.client
A Handler that prints logs to window.console which is used by Firebug.
FirebugLogHandler() - Constructor for class com.google.gwt.logging.client.FirebugLogHandler
 
fireCellClicked(SourcesTableEvents, int, int) - Method in class com.google.gwt.user.client.ui.TableListenerCollection
Deprecated. 
fireChange(Widget) - Method in class com.google.gwt.user.client.ui.ChangeListenerCollection
Deprecated. Fires a change event to all listeners.
fireClick(Widget) - Method in class com.google.gwt.user.client.ui.ClickListenerCollection
Deprecated. Fires a click event to all listeners.
fireCurrentHistoryState() - Static method in class com.google.gwt.user.client.History
Fire ValueChangeHandler.onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent) events with the current history state.
fireError(Widget) - Method in class com.google.gwt.user.client.ui.LoadListenerCollection
Deprecated. Fires an error event to all listeners.
fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.EventBus
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.EventBus
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.HandlerManager
Fires the given event to the handlers listening to the event's type.
fireEvent(GwtEvent<?>) - Method in interface com.google.gwt.event.shared.HasHandlers
Fires the given event to the handlers listening to the event's type.
fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.user.client.ui.Widget
 
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
 
fireEvent(Event<?>) - Method in class com.google.web.bindery.event.shared.EventBus
Fires the event from no source.
fireEvent(Event<?>) - Method in class com.google.web.bindery.event.shared.ResettableEventBus
 
fireEvent(Event<?>) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
 
fireEvent(Event<?>) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.EventBus
 
fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.EventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.ResettableEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.SimpleEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.web.bindery.event.shared.EventBus
Fires the given event to the handlers listening to the event's type.
fireEventFromSource(Event<?>, Object) - Method in class com.google.web.bindery.event.shared.ResettableEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
 
fireEventToCell(Cell.Context, Event, Element, T) - Method in class com.google.gwt.user.cellview.client.CellList
Fire an event to the cell.
fireFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
Deprecated. Fires a focus event to all listeners.
fireFocusEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
Deprecated. A helper for widgets that source focus events.
fireIfNotEqual(HasValueChangeHandlers<T>, T, T) - Static method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Fires value change event if the old value is not equal to the new value.
fireItemSelected(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeListenerCollection
Deprecated. Fires a "tree item selected" event to all listeners.
fireItemStateChanged(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeListenerCollection
Deprecated. Fires a "tree item state changed" event to all listeners.
fireKeyboardEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Automatically fires the appropriate keyboard event to all listeners.
fireKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Fires a keyDown event to all listeners.
fireKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Fires a keyDown event to all listeners.
fireKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Fires a keyDown event to all listeners.
fireLoad(Widget) - Method in class com.google.gwt.user.client.ui.LoadListenerCollection
Deprecated. Fires a load event to all listeners.
fireLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
Deprecated. Fires a lost-focus event to all listeners.
fireMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse down event to all listeners.
fireMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse enter event to all listeners.
fireMouseEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. A helper for widgets that source mouse events.
fireMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse leave event to all listeners.
fireMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse move event to all listeners.
fireMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse up event to all listeners.
fireMouseWheel(Widget, MouseWheelVelocity) - Method in class com.google.gwt.user.client.ui.MouseWheelListenerCollection
Deprecated. Fires a mouse wheel event to all listeners.
fireMouseWheelEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.MouseWheelListenerCollection
Deprecated. A helper for widgets that source mouse events.
fireNativeEvent(NativeEvent, HasHandlers) - Static method in class com.google.gwt.event.dom.client.DomEvent
Fires the given native event on the specified handlers.
fireNativeEvent(NativeEvent, HasHandlers, Element) - Static method in class com.google.gwt.event.dom.client.DomEvent
Fires the given native event on the specified handlers.
fireNativePreviewEvent(NativeEvent) - Static method in class com.google.gwt.user.client.Event
Fire a Event.NativePreviewEvent for the native event.
fireOnComplete(FormPanel, String) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
Deprecated. FormPanel now implements all handler management internally
fireOnSubmit(FormPanel) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
Deprecated. FormPanel now implements all handler management internally
firePopupClosed(PopupPanel, boolean) - Method in class com.google.gwt.user.client.ui.PopupListenerCollection
Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent) instead
fireScroll(Widget, int, int) - Method in class com.google.gwt.user.client.ui.ScrollListenerCollection
Deprecated. Fires a scroll event to all listeners.
FiresDisclosureEvents - Interface in com.google.gwt.user.client.ui
Deprecated. Use HasOpenHandlers and HasCloseHandlers instead
fireSelectionChangeEvent() - Method in class com.google.gwt.view.client.DefaultSelectionModel
 
fireSelectionChangeEvent() - Method in class com.google.gwt.view.client.MultiSelectionModel
 
fireSelectionChangeEvent() - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Fire a SelectionChangeEvent.
fireSelectionChangeEvent() - Method in class com.google.gwt.view.client.SingleSelectionModel
 
FiresFormEvents - Interface in com.google.gwt.user.client.ui
Deprecated. This interface was specific to FormPanel; it is not generally useful and will be removed in a future version. Use FormPanel.addSubmitHandler(FormPanel.SubmitHandler) and FormPanel.addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler) instead
FiresSuggestionEvents - Interface in com.google.gwt.user.client.ui
Deprecated. Use HasSelectionHandlers instead.
fireTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabListenerCollection
Deprecated. Fires a tabSelected event to all listeners.
first() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
firstDayOfTheWeek() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
firstDayOfTheWeek() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
firstDayOfTheWeek() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns the day which generally comes first in a weekly calendar view, as an index into the return value of DateTimeFormatInfo.weekdaysFull().
firstDayOfTheWeek() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
firstPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Go to the first page.
firstPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
FirstStrongDirectionEstimator - Class in com.google.gwt.i18n.shared
Direction estimator that uses the "first strong" heuristic.
FirstStrongDirectionEstimator() - Constructor for class com.google.gwt.i18n.shared.FirstStrongDirectionEstimator
 
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
 
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.
flush() - Method in class com.google.gwt.editor.client.adapters.ListEditor
 
flush() - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
 
flush() - Method in interface com.google.gwt.editor.client.EditorDriver
Update the object being edited with the current state of the Editor.
flush() - Method in interface com.google.gwt.editor.client.SimpleBeanEditorDriver
Update the object being edited with the current state of the Editor.
flush() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Returns null or the last value provided to MockSimpleBeanEditorDriver.edit(T).
flush() - Method in interface com.google.gwt.editor.client.ValueAwareEditor
Indicates that the Editor cycle is finished.
flush() - Method in class com.google.gwt.logging.client.ConsoleLogHandler
 
flush() - Method in class com.google.gwt.logging.client.DevelopmentModeLogHandler
 
flush() - Method in class com.google.gwt.logging.client.FirebugLogHandler
 
flush() - Method in class com.google.gwt.logging.client.HasWidgetsLogHandler
 
flush() - Method in class com.google.gwt.logging.client.NullLogHandler
 
flush() - Method in class com.google.gwt.logging.client.RemoteLogHandlerBase
 
flush() - Method in class com.google.gwt.logging.client.SystemLogHandler
 
flush() - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Update the object being edited with the current state of the Editor.
flush() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns null or the last value recorded.
flush() - Method in class com.google.gwt.view.client.ListDataProvider
Flush pending list changes to the displays.
flush() - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Update the object being edited with the current state of the Editor.
flush() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns null or the last value recorded.
focus() - Method in class com.google.gwt.dom.client.Element
Gives keyboard focus to this element.
focus() - Method in class com.google.gwt.user.client.ui.MenuBar
Give this MenuBar focus.
Focusable - Interface in com.google.gwt.user.client.ui
A widget that implements this interface can receive keyboard focus.
FocusEvent - Class in com.google.gwt.event.dom.client
Represents a native focus event.
FocusEvent() - Constructor for class com.google.gwt.event.dom.client.FocusEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire focus events.
FOCUSEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering both focus events (focus and blur).
FocusHandler - Interface in com.google.gwt.event.dom.client
Handler interface for FocusEvent events.
FocusListener - Interface in com.google.gwt.user.client.ui
Deprecated. Use FocusHandler and/or BlurHandler instead
FocusListenerAdapter - Class in com.google.gwt.user.client.ui
Deprecated. Use FocusHandler and BlurHandler instead
FocusListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.FocusListenerAdapter
Deprecated.  
FocusListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
FocusListenerCollection() - Constructor for class com.google.gwt.user.client.ui.FocusListenerCollection
Deprecated.  
FocusPanel - Class in com.google.gwt.user.client.ui
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.
FocusPanel() - Constructor for class com.google.gwt.user.client.ui.FocusPanel
 
FocusPanel(Widget) - Constructor for class com.google.gwt.user.client.ui.FocusPanel
 
FocusWidget - Class in com.google.gwt.user.client.ui
Abstract base class for most widgets that can receive keyboard focus.
FocusWidget() - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus widget with no element.
FocusWidget(Element) - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus widget that wraps the specified browser element.
FORCE_CHECK_COMPLETE_HTML - Static variable in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
If true, perform checks in server-side code.
forcedLatinDigits() - Static method in class com.google.gwt.i18n.client.NumberFormat
Returns true if all new NumberFormat instances will use latin digits and related characters rather than the localized ones.
forceLayout() - Method in interface com.google.gwt.user.client.ui.AnimatedLayout
Layout children immediately.
forceLayout() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
forceLayout() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
forceLayout() - Method in class com.google.gwt.user.client.ui.LayoutPanel
 
forceLayout() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
forceLayout() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
format(Date) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Format a date object.
format(Date, TimeZone) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Format a date object using specified time zone.
format(double) - Method in class com.google.gwt.i18n.client.NumberFormat
This method formats a double to produce a string.
format(Number) - Method in class com.google.gwt.i18n.client.NumberFormat
This method formats a Number to produce a string.
format(boolean, StringBuilder, int) - Method in class com.google.gwt.i18n.client.NumberFormat
Format a number with its significant digits already represented in string form.
format(long, int) - Method in class com.google.gwt.i18n.client.NumberFormat
Format a possibly scaled long value.
format(LogRecord) - Method in class com.google.gwt.logging.client.HtmlLogFormatter
 
format(LogRecord) - Method in class com.google.gwt.logging.client.TextLogFormatter
 
format(DateBox, Date) - Method in class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
 
format(DateBox, Date) - Method in interface com.google.gwt.user.datepicker.client.DateBox.Format
Formats the provided date.
formatCurrentMonth() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Formats the current specified month.
formatDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "d" skeleton pattern.
formatDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatDayOfMonth(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Formats a date's day of month.
formatDayOfWeek(int) - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Format a day in the week.
formatHour12Minute() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "hm" skeleton pattern.
formatHour12Minute() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatHour12MinuteSecond() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "hms" skeleton pattern.
formatHour12MinuteSecond() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatHour24Minute() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "Hm" skeleton pattern.
formatHour24Minute() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatHour24MinuteSecond() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "Hms" skeleton pattern.
formatHour24MinuteSecond() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMinuteSecond() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "ms" skeleton pattern.
formatMinuteSecond() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMonthAbbrev() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "MMM" skeleton pattern.
formatMonthAbbrev() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMonthAbbrevDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "MMMd" skeleton pattern.
formatMonthAbbrevDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMonthFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "MMMM" skeleton pattern.
formatMonthFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMonthFullDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "MMMMd" skeleton pattern.
formatMonthFullDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMonthFullWeekdayDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "MMMMEEEEd" skeleton pattern.
formatMonthFullWeekdayDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatMonthNumDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "Md" skeleton pattern.
formatMonthNumDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYear() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "y" skeleton pattern.
formatYear() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthAbbrev() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yMMM" skeleton pattern.
formatYearMonthAbbrev() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthAbbrevDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yMMMd" skeleton pattern.
formatYearMonthAbbrevDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yMMMM" skeleton pattern.
formatYearMonthFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthFullDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yMMMMd" skeleton pattern.
formatYearMonthFullDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthNum() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yM" skeleton pattern.
formatYearMonthNum() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthNumDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yMd" skeleton pattern.
formatYearMonthNumDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearMonthWeekdayDay() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.
formatYearMonthWeekdayDay() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearQuarterFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yQQQQ" skeleton pattern.
formatYearQuarterFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
formatYearQuarterShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns localized format equivalent to the "yQ" skeleton pattern.
formatYearQuarterShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
FormElement - Class in com.google.gwt.dom.client
The FORM element encompasses behavior similar to a collection and an element.
FormElement() - Constructor for class com.google.gwt.dom.client.FormElement
 
FormHandler - Interface in com.google.gwt.user.client.ui
Deprecated. Use FormPanel.SubmitCompleteHandler and/or FormPanel.SubmitHandler instead
FormHandlerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
FormHandlerCollection() - Constructor for class com.google.gwt.user.client.ui.FormHandlerCollection
Deprecated.  
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.
FormPanel(Element) - Constructor for class com.google.gwt.user.client.ui.FormPanel
This constructor may be used by subclasses to explicitly use an existing element.
FormPanel(Element, boolean) - Constructor for class com.google.gwt.user.client.ui.FormPanel
This constructor may be used by subclasses to explicitly use an existing element.
FormPanel.SubmitCompleteEvent - Class in com.google.gwt.user.client.ui
Fired when a form has been submitted successfully.
FormPanel.SubmitCompleteEvent(String) - Constructor for class com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
Create a submit complete event.
FormPanel.SubmitCompleteHandler - Interface in com.google.gwt.user.client.ui
Handler for FormPanel.SubmitCompleteEvent events.
FormPanel.SubmitEvent - Class in com.google.gwt.user.client.ui
Fired when the form is submitted.
FormPanel.SubmitEvent() - Constructor for class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
 
FormPanel.SubmitHandler - Interface in com.google.gwt.user.client.ui
Handler for FormPanel.SubmitEvent events.
FormSubmitCompleteEvent - Class in com.google.gwt.user.client.ui
Event object containing information about form submission events.
FormSubmitCompleteEvent(FormPanel, 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(FormPanel) - 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.
Frame(Element) - Constructor for class com.google.gwt.user.client.ui.Frame
This constructor may be used by subclasses to explicitly use an existing element.
FrameElement - Class in com.google.gwt.dom.client
Create a frame.
FrameElement() - Constructor for class com.google.gwt.dom.client.FrameElement
 
FrameSetElement - Class in com.google.gwt.dom.client
Create a grid of frames.
FrameSetElement() - Constructor for class com.google.gwt.dom.client.FrameSetElement
 
freeze() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
Prevent further modification of the the ArtifactSet.
fromBase64(String) - Static method in class com.google.gwt.user.server.Base64Utils
Decode a base64 string into a byte array.
fromComponents(String, String, String, String) - Method in class com.google.gwt.i18n.server.GwtLocaleFactoryImpl
 
fromComponents(String, String, String, String) - Method in interface com.google.gwt.i18n.shared.GwtLocaleFactory
Construct a GWT locale from its component parts.
fromHtml(String) - Static method in class com.google.gwt.uibinder.client.UiBinderUtil
 
fromSafeConstant(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
Returns a SafeHtml constructed from a safe string, i.e., without escaping the string.
fromString(String) - Method in class com.google.gwt.i18n.server.GwtLocaleFactoryImpl
 
fromString(String) - Method in interface com.google.gwt.i18n.shared.GwtLocaleFactory
Get a GWT locale from a string conforming to a subset of BCP47 (specifically assuming extension tags are not present, at most one variant is present, and grandfathered tags are not supported; also private-use tags are only supported for the entire tag).
fromString(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
Returns a SafeHtml containing the escaped string.
fromTrustedString(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
Returns a SafeStyles constructed from a trusted string, i.e., without escaping the string.
fromTrustedString(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
Returns a SafeHtml constructed from a trusted string, i.e., without escaping the string.
FULL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Full justification.
fullBundleClassName() - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
Deprecated.  
FullyQualifiedMethodNameKeyGenerator - Class in com.google.gwt.i18n.rebind.keygen
Deprecated. Use com.google.gwt.i18n.server.keygen.FullyQualifiedMethodNameKeyGenerator instead.
FullyQualifiedMethodNameKeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
Deprecated.  

G

GENERAL_FAILURE - Static variable in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
GENERAL_FAILURE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
generate(String) - Method in class com.google.gwt.benchmarks.BenchmarkReport
Generates reports for all of the benchmarks which were added to the generator.
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.Generator
Generate a default constructible subclass of the requested type.
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.GeneratorExt
A default implementation of the abstract method defined in the base Generator class.
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.GeneratorExtWrapper
Pass through to the base generator's generate method.
generate(TreeLogger, SortedSet<String>, String, SortedSet<ConfigurationProperty>) - Method in interface com.google.gwt.core.ext.linker.PropertyProviderGenerator
Generate a property provider.
generate(TreeLogger, SortedSet<String>, String, SortedSet<ConfigurationProperty>) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
generateCookieLookup(TreeLogger, SourceWriter, String) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Generate JS code that looks up the locale value from a cookie.
generateDeferredFragment(TreeLogger, LinkerContext, int, String) - Method in class com.google.gwt.core.linker.XSLinker
 
GeneratedResource - Class in com.google.gwt.core.ext.linker
A resource created by a Generator invoking GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String) during the compilation process.
GeneratedResource(Class<? extends Linker>, Class<? extends Generator>, String) - Constructor for class com.google.gwt.core.ext.linker.GeneratedResource
 
generateIncrementally(TreeLogger, GeneratorContextExt, String) - Method in class com.google.gwt.core.ext.GeneratorExt
Incrementally generate a default constructible subclass of the requested type.
generateIncrementally(TreeLogger, GeneratorContextExt, String) - Method in class com.google.gwt.core.ext.GeneratorExtWrapper
Call base generator's generate method, and don't attempt any caching.
generateInheritanceLookup(TreeLogger, SourceWriter) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Generate JS code that takes the value of the "locale" variable and finds parent locales until the value is a supported locale or the default locale.
generateKey(String, String, String, String) - Method in class com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
Deprecated.  
generateKey(String, String, String, String) - Method in interface com.google.gwt.i18n.rebind.keygen.KeyGenerator
Deprecated. Generates a key for a given method with its default text and meaning.
generateKey(String, String, String, String) - Method in class com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator
Deprecated.  
generateKey(String, String, String, String) - Method in class com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator
Deprecated.  
generateMetaLookup(TreeLogger, SourceWriter) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Generate JS code to fetch the locale from a meta property.
generatePrimaryFragment(TreeLogger, LinkerContext, CompilationResult, String[], ArtifactSet) - Method in class com.google.gwt.core.linker.IFrameLinker
 
generateQueryParamLookup(TreeLogger, SourceWriter, String) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Generate JS code to get the locale from a query parameter.
generateUserAgentLookup(TreeLogger, SourceWriter) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Generate JS code to fetch the locale from the user agent's compile-time locale.
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.
GeneratorContextExt - Interface in com.google.gwt.core.ext
EXPERIMENTAL and subject to change.
GeneratorContextExtWrapper - Class in com.google.gwt.core.ext
EXPERIMENTAL and subject to change.
GeneratorExt - Class in com.google.gwt.core.ext
EXPERIMENTAL and subject to change.
GeneratorExt() - Constructor for class com.google.gwt.core.ext.GeneratorExt
 
GeneratorExtWrapper - Class in com.google.gwt.core.ext
EXPERIMENTAL and subject to change.
GeneratorExtWrapper(Generator) - Constructor for class com.google.gwt.core.ext.GeneratorExtWrapper
 
GestureChangeEvent - Class in com.google.gwt.event.dom.client
Represents a native gesture change event.
GestureChangeEvent() - Constructor for class com.google.gwt.event.dom.client.GestureChangeEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire gesture change events.
GestureChangeHandler - Interface in com.google.gwt.event.dom.client
Handler interface for GestureChangeEvent events.
GestureEndEvent - Class in com.google.gwt.event.dom.client
Represents a native gesture end event.
GestureEndEvent() - Constructor for class com.google.gwt.event.dom.client.GestureEndEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire gesture end events.
GestureEndHandler - Interface in com.google.gwt.event.dom.client
Handler interface for GestureEndEvent events.
GESTUREEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all gesture events (start, change, end).
GestureStartEvent - Class in com.google.gwt.event.dom.client
Represents a native gesture start event.
GestureStartEvent() - Constructor for class com.google.gwt.event.dom.client.GestureStartEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire gesture start events.
GestureStartHandler - Interface in com.google.gwt.event.dom.client
Handler interface for GestureStartEvent events.
get(int) - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns the nth element of a list.
get(String) - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns the named property.
get(int) - Method in class com.google.gwt.canvas.dom.client.CanvasPixelArray
Returns the data value at index i.
get(int) - Method in class com.google.gwt.core.client.JsArray
Gets the object at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayBoolean
Gets the value at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayInteger
Gets the value at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayNumber
Gets the value at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayString
Gets the value at a given index.
get() - Static method in class com.google.gwt.core.client.Scheduler
Returns the default implementation of the Scheduler API.
get() - Static method in class com.google.gwt.dom.client.Document
Gets the default document.
GET - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP GET method should be used.
get() - Static method in class com.google.gwt.i18n.client.CurrencyList
Return the singleton instance of CurrencyList.
get(String) - Method in class com.google.gwt.i18n.client.Dictionary
Get the value associated with the given Dictionary key.
get() - Static method in class com.google.gwt.i18n.shared.AnyRtlDirectionEstimator
Get an instance of AnyRtlDirectionEstimator.
get() - Static method in class com.google.gwt.i18n.shared.BidiUtils
Get an instance of BidiUtils.
get() - Static method in class com.google.gwt.i18n.shared.FirstStrongDirectionEstimator
Get an instance of FirstStrongDirectionEstimator.
get() - Static method in class com.google.gwt.i18n.shared.WordCountDirectionEstimator
Get an instance of WordCountDirectionEstimator.
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 property.
get(int) - Method in class com.google.gwt.regexp.shared.SplitResult
Returns one the strings split off.
get(String) - Method in class com.google.gwt.requestfactory.shared.DefaultProxyStore
Deprecated.  
get(String) - Method in interface com.google.gwt.requestfactory.shared.ProxyStore
Deprecated. Called by ProxySerializer to retrieve a value previously provided to ProxyStore.put(String, Splittable).
get(Object, Field) - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
get(Object) - Method in class com.google.gwt.storage.client.StorageMap
Returns the value associated with the specified key in the Storage.
get(JType...) - Method in class com.google.gwt.uibinder.attributeparsers.AttributeParsers
 
get(OwnerFieldClass) - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParsers
Deprecated.  
get(XMLAttribute) - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParsers
Deprecated.  
get(MessageWriter) - Method in interface com.google.gwt.uibinder.elementparsers.HtmlMessageInterpreter.PlaceholderInterpreterProvider
 
get(int) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Get the ColumnSortList.ColumnSortInfo at the specified index.
get() - Static method in class com.google.gwt.user.client.ui.RootLayoutPanel
Gets the singleton instance of RootLayoutPanel.
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.
get(int) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns the nth element of a list.
get(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns the named property.
get(String) - Method in class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
 
get(String) - Method in interface com.google.web.bindery.requestfactory.shared.ProxyStore
Called by ProxySerializer to retrieve a value previously provided to ProxyStore.put(String, Splittable).
getA() - Method in class com.google.gwt.rpc.server.Pair
 
getAbsoluteBottom() - Method in class com.google.gwt.dom.client.Element
Gets an element's absolute bottom coordinate in the document's coordinate system.
getAbsoluteLeft() - Method in class com.google.gwt.dom.client.Element
Gets an element's absolute left coordinate in the document's coordinate system.
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.
getAbsolutePath() - Method in interface com.google.gwt.editor.client.EditorContext
Returns the absolute path of the Editor within the hierarchy.
getAbsolutePath() - Method in interface com.google.gwt.editor.client.EditorError
Returns the absolute path location of the error, relative to the object that was passed into the EditorDriver.
getAbsolutePath() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns EditorContext.ROOT_PATH.
getAbsolutePath() - Method in class com.google.gwt.editor.client.testing.MockEditorError
 
getAbsoluteRight() - Method in class com.google.gwt.dom.client.Element
Gets an element's absolute right coordinate in the document's coordinate system.
getAbsoluteTop() - Method in class com.google.gwt.dom.client.Element
Gets an element's absolute top coordinate in the document's coordinate system.
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.
getAccept() - Method in class com.google.gwt.dom.client.InputElement
A comma-separated list of content types that a server processing this form will handle correctly.
getAcceptCharset() - Method in class com.google.gwt.dom.client.FormElement
List of character sets supported by the server.
getAccessKey() - Method in class com.google.gwt.dom.client.AnchorElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.AreaElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.ButtonElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.InputElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.LabelElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.LegendElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.TextAreaElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Get the access key.
getAccessKey() - Method in class com.google.gwt.user.cellview.client.CellTree
Get the access key.
getAccessor(Class<?>) - Static method in class com.google.gwt.rpc.server.CommandSerializationUtil
 
getAction() - Method in class com.google.gwt.dom.client.FormElement
Server-side form handler.
getAction() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the 'action' associated with this form.
getActivity(Place) - Method in interface com.google.gwt.activity.shared.ActivityMapper
Returns the activity to run for the given Place, or null.
getActivity(Place) - Method in class com.google.gwt.activity.shared.CachingActivityMapper
 
getActivity(Place) - Method in class com.google.gwt.activity.shared.FilteredActivityMapper
 
getAliases() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getAliases() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the list of aliases for this locale.
getAlign() - Method in class com.google.gwt.dom.client.TableCellElement
Horizontal alignment of data in cell.
getAlign() - Method in class com.google.gwt.dom.client.TableColElement
Horizontal alignment of cell data in column.
getAlign() - Method in class com.google.gwt.dom.client.TableRowElement
Horizontal alignment of data within cells of this row.
getAlign() - Method in class com.google.gwt.dom.client.TableSectionElement
Horizontal alignment of data in cells.
getAllCompileLocales() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
Returns the set of all compile-time locales.
getAllLocales() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
Returns the set of all available locales, whether compile-time locales or runtime locales.
getAllProperties(AutoBean<?>) - Static method in class com.google.gwt.autobean.shared.AutoBeanUtils
Deprecated. Returns a map that is a copy of the properties contained in an AutoBean.
getAllProperties(AutoBean<?>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanUtils
Returns a map that is a copy of the properties contained in an AutoBean.
getAllResponseHeaders() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Gets all the HTTP response headers, as a single string.
getAllTestModuleNames() - Static method in class com.google.gwt.junit.client.GWTTestCase
Get the names of all test modules.
getAllValueTypes() - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated. Return all Value types that can be processed by the ValueCodex.
getAllValueTypes() - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
Return all Value types that can be processed by the ValueCodex.
getAlphaAt(int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns the alpha value at position (x,y).
getAlt() - Method in class com.google.gwt.dom.client.AreaElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in class com.google.gwt.dom.client.ImageElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in class com.google.gwt.dom.client.InputElement
Alternate text for user agents not rendering the normal content of this element.
getAltKey() - Method in class com.google.gwt.dom.client.NativeEvent
Gets whether the ALT key was depressed when the given event occurred.
getAltText() - Method in class com.google.gwt.user.client.ui.Image
Gets the alternate text for the image.
getAlwaysSpan() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
Returns whether the span structure added by the formatter should be stable, i.e., spans added even when the direction does not need to be declared.
getAnchorText() - Method in class com.google.gwt.core.ext.TreeLogger.HelpInfo
 
getAnimation() - Method in class com.google.gwt.user.cellview.client.CellTree
Get the animation used to open and close nodes in this tree if animations are enabled.
getAnimationDuration() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Get the duration of the animated transition between tabs.
getAnimationDuration() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Get the duration of the animated transition between children.
getAnimationDuration() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Get the duration of the animated transition between tabs.
getAnnotation(Class<T>) - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns an instance of the specified annotation type if it is present on this element or null if it is not.
getAnnotations() - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns all the annotations present on this element.
getApiVersion() - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
getApiVersion() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
getAppCodeName() - Static method in class com.google.gwt.user.client.Window.Navigator
Gets the navigator.appCodeName.
getAppName() - Static method in class com.google.gwt.user.client.Window.Navigator
Gets the navigator.appName.
getAppVersion() - Static method in class com.google.gwt.user.client.Window.Navigator
Gets the navigator.appVersion.
getAreas() - Method in class com.google.gwt.dom.client.MapElement
The list of areas defined for the image map.
getArrayType(JType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the type object that represents an array of the specified type.
getAssociatedType() - Method in class com.google.gwt.event.dom.client.BlurEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.CanPlayThroughEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ClickEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ContextMenuEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.DomEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.DoubleClickEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.EndedEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ErrorEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.FocusEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.GestureChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.GestureEndEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.GestureStartEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.KeyDownEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.KeyPressEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.KeyUpEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.LoadEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.LoseCaptureEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseDownEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseMoveEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseOutEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseOverEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseUpEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ProgressEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ScrollEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.TouchCancelEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.TouchEndEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.TouchMoveEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.TouchStartEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.AttachEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.CloseEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.HighlightEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.InitializeEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.OpenEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.ResizeEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.SelectionEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.ShowRangeEvent
 
getAssociatedType() - Method in class com.google.gwt.event.logical.shared.ValueChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.event.shared.GwtEvent
 
getAssociatedType() - Method in class com.google.gwt.place.shared.PlaceChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.place.shared.PlaceChangeRequestEvent
 
getAssociatedType() - Method in class com.google.gwt.requestfactory.shared.EntityProxyChange
Deprecated. Returns the type associated with this instance.
getAssociatedType() - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent
 
getAssociatedType() - Method in class com.google.gwt.user.cellview.client.LoadingStateChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
 
getAssociatedType() - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
 
getAssociatedType() - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
 
getAssociatedType() - Method in class com.google.gwt.user.client.Window.ClosingEvent
 
getAssociatedType() - Method in class com.google.gwt.user.client.Window.ScrollEvent
 
getAssociatedType() - Method in class com.google.gwt.view.client.CellPreviewEvent
 
getAssociatedType() - Method in class com.google.gwt.view.client.RangeChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.view.client.RowCountChangeEvent
 
getAssociatedType() - Method in class com.google.gwt.view.client.SelectionChangeEvent
 
getAssociatedType() - Method in class com.google.web.bindery.event.shared.Event
Returns the Event.Type used to register this event, allowing an EventBus to find handlers of the appropriate class.
getAssociatedType() - Method in class com.google.web.bindery.requestfactory.shared.EntityProxyChange
Returns the type associated with this instance.
getAsString() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getAsString() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the locale as a fixed-format string suitable for use in searching for localized resources.
getAstTypes() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
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(String) - Method in class com.google.gwt.dom.client.Element
Retrieves an attribute value by name.
getAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementProperty(Element, String) instead.
getAttribute(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the attribute which has a name of name.
getAttributeNode(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the attribute node which has a name of name.
getAttributes() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the attributes.
getAudioElement() - Method in class com.google.gwt.media.client.Audio
Returns the attached AudioElement.
getAutoBean(U) - Static method in class com.google.gwt.autobean.shared.AutoBeanUtils
Deprecated. Return the single AutoBean wrapper that is observing the delegate object or null if the parameter is nullor not wrapped by an AutoBean.
getAutoBean(U) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanUtils
Return the single AutoBean wrapper that is observing the delegate object or null if the parameter is nullor not wrapped by an AutoBean.
getAutoHorizontalAlignment() - Method in interface com.google.gwt.user.client.ui.HasAutoHorizontalAlignment
Gets the horizontal auto-alignment setting.
getAutoHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.LabelBase
 
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.
getAvailableLocaleNames() - Static method in class com.google.gwt.i18n.client.LocaleInfo
Returns an array of available locale names.
getB() - Method in class com.google.gwt.rpc.server.Pair
 
getBackColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Gets the background color.
getBackColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Gets the background color.
getBackgroundColor() - Method in class com.google.gwt.dom.client.Style
Get the background-color css property.
getBackgroundImage() - Method in class com.google.gwt.dom.client.Style
Get the background-image css property.
getBaseModuleExtension() - Method in class com.google.gwt.benchmarks.client.Benchmark.BenchmarkStrategy
 
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JRawType
 
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
 
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
 
getBasicFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
Deprecated. use RichTextArea.getFormatter() instead
getBlueAt(int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns the blue value at position (x,y).
getBody() - Method in class com.google.gwt.dom.client.Document
The element that contains the content for the document.
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.
getBodyHeight() - Method in class com.google.gwt.user.cellview.client.CellTable
Return the height of the table body.
getBodyOffsetLeft() - Method in class com.google.gwt.dom.client.Document
Returns the left offset between the absolute coordinate system and the body's positioning context.
getBodyOffsetTop() - Method in class com.google.gwt.dom.client.Document
Returns the top offset between the absolute coordinate system and the body's positioning context.
getBoolean(int) - Method in class com.google.gwt.core.client.JsArrayMixed
Gets the boolean at a given index.
getBoolean(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up boolean by method name.
getBooleanAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementPropertyBoolean(Element, String) instead.
getBorder() - Method in class com.google.gwt.dom.client.TableElement
The width of the border around the table.
getBorderColor() - Method in class com.google.gwt.dom.client.Style
Get the border-color css property.
getBorderStyle() - Method in class com.google.gwt.dom.client.Style
Gets the border-style CSS property.
getBorderWidth() - Method in class com.google.gwt.dom.client.Style
Get the border-width css property.
getBottom() - Method in class com.google.gwt.dom.client.Style
Get the bottom css property.
getBottomWidget() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated. Gets the widget in the bottom of the panel.
getBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
 
getBoundType() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
 
getBuffered() - Method in class com.google.gwt.dom.client.MediaElement
Returns a TimeRanges object indicating which portions of the source have been buffered locally.
getBuffered() - Method in class com.google.gwt.media.client.MediaBase
Returns a TimeRanges object indicating which portions of the source have been buffered locally.
getButton() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the mouse buttons that were depressed when the given event occurred.
getButtonElement() - Method in class com.google.gwt.user.client.ui.Button
Get the underlying button element.
getC() - Method in class com.google.gwt.rpc.server.WebModeClientOracle.Triple
 
getCachedData(String, Class<T>) - Method in interface com.google.gwt.resources.ext.ResourceContext
Retrieve data from the ResourceContext.
getCachedGeneratorResult() - Method in interface com.google.gwt.core.ext.GeneratorContextExt
Get cached result from a previous run of the current generator, if available.
getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
getCallback() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the callback previously set by RequestBuilder.setCallback(RequestCallback), or null if no callback was set.
getCallback() - Method in class com.google.gwt.jsonp.client.JsonpRequest
 
getCallbackParam() - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
Returns the name of the callback url parameter to send to the server.
getCanonicalForm() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
Returns this locale in canonical form.
getCanonicalForm() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns this locale in canonical form.
getCanvas() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets this context's canvas.
getCanvasElement() - Method in class com.google.gwt.canvas.client.Canvas
Returns the attached Canvas Element.
getCaption() - Method in class com.google.gwt.dom.client.TableElement
The table's CAPTION, or null if none exists.
getCaption() - Method in class com.google.gwt.user.client.ui.DialogBox
Provides access to the dialog's caption.
getCaption() - Method in interface com.google.gwt.user.client.ui.HasCaption
Gets this widget's caption.
getCaptionHTML() - Method in class com.google.gwt.user.client.ui.CaptionPanel
Returns the caption as HTML; note that if the caption was previously set using CaptionPanel.setCaptionText(String), the return value is undefined.
getCaptionText() - Method in class com.google.gwt.user.client.ui.CaptionPanel
Returns the caption as text; note that if the caption was previously set using CaptionPanel.setCaptionHTML(String), the return value is undefined.
getCaptureElement() - Static method in class com.google.gwt.user.client.DOM
Gets the element that currently has mouse capture.
getCastableTypeData(Class<?>) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns the Json castableType data for a given type.
getCastableTypeData(Class<?>) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getCastableTypeData(Class<?>) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
 
getCastableTypeData(Class<?>) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getCastableTypeMap() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns a JSON map of castableTypes.
getCategories() - Method in class com.google.gwt.autobean.server.Configuration
Deprecated.  
getCategories() - Method in class com.google.web.bindery.autobean.vm.Configuration
 
getCause() - Method in exception com.google.gwt.user.client.rpc.SerializableException
Deprecated. Exception chaining is not currently supported for serialized exceptions.
getCauses() - Method in exception com.google.web.bindery.event.shared.UmbrellaException
Get the set of exceptions that caused the failure.
getCell() - Method in interface com.google.gwt.cell.client.HasCell
Returns the Cell of type C.
getCell() - Method in class com.google.gwt.user.cellview.client.CellList
Return the cell used to render each item.
getCell() - Method in class com.google.gwt.user.cellview.client.CellWidget
Get the Cell wrapped by this widget.
getCell() - Method in class com.google.gwt.user.cellview.client.Column
Returns the Cell responsible for rendering items in the column.
getCell() - Method in class com.google.gwt.user.cellview.client.Header
Return the Cell responsible for rendering items in the header.
getCell() - Method in class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
 
getCell() - Method in interface com.google.gwt.view.client.TreeViewModel.NodeInfo
Get the Cell used to render the children of this node.
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.
getCellElement(int, int) - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
Get a specific Element from the panel.
getCellElement(int, int) - Method in class com.google.gwt.user.client.ui.DecoratorPanel
Get a specific Element from the panel.
getCellForEvent(ClickEvent) - Method in class com.google.gwt.user.client.ui.HTMLTable
Given a click event, return the Cell that was clicked, or null if the event did not hit this table.
getCellFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the HTMLTable.CellFormatter associated with this table.
getCellIndex() - Method in class com.google.gwt.dom.client.TableCellElement
The index of this cell in the row, starting from 0.
getCellIndex() - Method in class com.google.gwt.user.client.ui.HTMLTable.Cell
Gets the cell index.
getCellPadding() - Method in class com.google.gwt.dom.client.TableElement
Specifies the horizontal and vertical space between cell content and cell borders.
getCellPadding() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the amount of padding that is added around all cells.
getCellParent(Element) - Method in class com.google.gwt.user.cellview.client.CellList
Get the parent element that wraps the cell from the list item.
getCells() - Method in class com.google.gwt.dom.client.TableRowElement
The collection of cells in this row.
getCellSpacing() - Method in class com.google.gwt.dom.client.TableElement
Specifies the horizontal and vertical separation between cells.
getCellSpacing() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the amount of spacing that is added around all cells.
getCenter() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
getCenterHeight() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
getCenterWidth() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
getCh() - Method in class com.google.gwt.dom.client.TableCellElement
Alignment character for cells in a column.
getCh() - Method in class com.google.gwt.dom.client.TableColElement
Alignment character for cells in a column.
getCh() - Method in class com.google.gwt.dom.client.TableRowElement
Alignment character for cells in a column.
getCh() - Method in class com.google.gwt.dom.client.TableSectionElement
Alignment character for cells in a column.
getChangedTouches() - Method in class com.google.gwt.dom.client.NativeEvent
Get an array of touches which have changed since the last touch event.
getChangedTouches() - Method in class com.google.gwt.event.dom.client.TouchEvent
Get an array of touches which have changed since the last touch event fired.
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).
getCharCode() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the Unicode codepoint of the character generated by this key event.
getCharCode() - Method in class com.google.gwt.event.dom.client.KeyPressEvent
Gets the char code for this event.
getCheckpoints() - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. implementation removed
getChild(int) - Method in class com.google.gwt.dom.client.Node
Gets the child node at the given index.
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.
getChildContainer() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Return the element that holds the rendered cells.
getChildContainer() - Method in class com.google.gwt.user.cellview.client.CellList
 
getChildContainer() - Method in class com.google.gwt.user.cellview.client.CellTable
 
getChildCount() - Method in class com.google.gwt.dom.client.Node
Gets the number of child nodes contained within this node.
getChildCount() - Method in interface com.google.gwt.user.cellview.client.TreeNode
Get the number of children of the node.
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 class com.google.gwt.dom.client.Node
A NodeList that contains all children of this node.
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.
getChildValue(int) - Method in interface com.google.gwt.user.cellview.client.TreeNode
Get the value associated with a child node.
getChOff() - Method in class com.google.gwt.dom.client.TableCellElement
Offset of alignment character.
getChOff() - Method in class com.google.gwt.dom.client.TableColElement
Offset of alignment character.
getChOff() - Method in class com.google.gwt.dom.client.TableRowElement
Offset of alignment character.
getChOff() - Method in class com.google.gwt.dom.client.TableSectionElement
Offset of alignment character.
getCite() - Method in class com.google.gwt.dom.client.ModElement
A URI designating a document that describes the reason for the change.
getCite() - Method in class com.google.gwt.dom.client.QuoteElement
A URI designating a source document or message.
getClassAnnotation(Class<?>, Class<T>) - Static method in class com.google.gwt.user.server.Util
Find an instance of the specified annotation, walking up the inheritance tree if necessary.
getClassName() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the name of the type or enclosing type if the symbol is a method or field.
getClassName() - Method in class com.google.gwt.dom.client.Element
The class attribute of the element.
getClientBundleType() - Method in interface com.google.gwt.resources.ext.ResourceContext
Return the interface type of the resource bundle being generated.
getClientFieldNamesForEnhancedClass(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Returns the field names of the given class known to the client for classes that are expected to be enhanced on the server to have additional fields, or null for classes that are not expected to be enhanced.
getClientHeight() - Method in class com.google.gwt.dom.client.Document
The height of the document's client area.
getClientHeight() - Method in class com.google.gwt.dom.client.Element
Returns the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin.
getClientHeight() - Static method in class com.google.gwt.user.client.Window
Gets the height of the browser window's client area excluding the scroll bar.
getClientId() - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
getClientId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
getClientOracle() - Method in class com.google.gwt.rpc.server.RpcServlet
This method creates the ClientOracle that will provide data about the remote client.
getClientOracle() - Method in class com.google.gwt.user.server.rpc.HybridServiceServlet
This method will return null instead of throwing an exception.
getClientWidth() - Method in class com.google.gwt.dom.client.Document
The width of the document's client area.
getClientWidth() - Method in class com.google.gwt.dom.client.Element
Returns the inner width of an element in pixels, including padding but not the vertical scrollbar width, border, or margin.
getClientWidth() - Static method in class com.google.gwt.user.client.Window
Gets the width of the browser window's client area excluding the vertical scroll bar.
getClientX() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the mouse x-position within the browser window's client area.
getClientX() - Method in class com.google.gwt.dom.client.Touch
Gets the touch x-position within the browser window's client area.
getClientX() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse x-position within the browser window's client area.
getClientY() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the mouse y-position within the browser window's client area.
getClientY() - Method in class com.google.gwt.dom.client.Touch
Gets the touch y-position within the browser window's client area.
getClientY() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse y-position within the browser window's client area.
getCode() - Method in class com.google.gwt.dom.client.ObjectElement
Applet class file.
getCode() - Method in class com.google.gwt.media.dom.client.MediaError
Returns an error code indicating the reason for the error.
getCode() - Method in exception com.google.gwt.xml.client.DOMException
This method gets the code of this DOMException.
getColor() - Method in class com.google.gwt.dom.client.Style
Get the color css property.
getCols() - Method in class com.google.gwt.dom.client.FrameSetElement
The number of columns of frames in the frameset.
getCols() - Method in class com.google.gwt.dom.client.TextAreaElement
Width of control (in characters).
getColSpan() - Method in class com.google.gwt.dom.client.TableCellElement
Number of columns spanned by cell.
getColSpan(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Gets the column span for the given cell.
getColumn() - Method in class com.google.gwt.cell.client.Cell.Context
Get the column index of the cell.
getColumn(int) - Method in class com.google.gwt.user.cellview.client.CellTable
Get the column at the specified index.
getColumn() - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent
Get the Column that was sorted.
getColumn() - Method in class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
Get the Column that was sorted.
getColumn() - Method in class com.google.gwt.view.client.CellPreviewEvent
Get the column index of the Cell where the event occurred if the source is a table.
getColumnCount() - Method in class com.google.gwt.user.cellview.client.CellTable
Get the number of columns in the table.
getColumnCount() - Method in class com.google.gwt.user.client.ui.Grid
Gets the number of columns in this grid.
getColumnFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the column formatter.
getColumnIndex(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Get the index of the specified column.
getColumnSortList() - Method in class com.google.gwt.user.cellview.client.CellTable
Get the ColumnSortList that specifies which columns are sorted.
getColumnSortList() - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent
Get the ColumnSortList that contains the ordered list of sorted columns.
getCommand() - Method in exception com.google.gwt.user.client.CommandCanceledException
Returns the Command which was canceled by the user as a result of a slow script warning.
getCommand() - Method in exception com.google.gwt.user.client.IncrementalCommandCanceledException
Returns the IncrementalCommand which was canceled by the user as a result of a slow script warning.
getCommand() - Method in class com.google.gwt.user.client.ui.MenuItem
Gets the command associated with this item.
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.Artifact
Returns the base type to use for comparisons between Artifacts.
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.CompilationResult
 
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
 
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.ScriptReference
 
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
 
getComparableArtifactType() - Method in class com.google.gwt.rpc.linker.RpcDataArtifact
 
getComparableArtifactType() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
getComparableArtifactType() - Method in class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
 
getCompatMode() - Method in class com.google.gwt.dom.client.Document
Gets the document's "compatibility mode", typically used for determining whether the document is in "quirks" or "strict" mode.
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
 
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.SingleScriptLinker
Unimplemented.
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.XSLinker
 
getCompileElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
getCompileLocale() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
Returns the static compile-time locale for this permutation.
getCompleteSearchList() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getCompleteSearchList() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the complete list of locales to search for the current locale.
getComponentType() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
 
getConfigurationProperties() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns all configuration properties defined in the module.
getConfigurationProperty(String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Attempts to get a named configuration property.
getConstructor(JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getConstructors() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getConsumedEvents() - Method in class com.google.gwt.cell.client.AbstractCell
 
getConsumedEvents() - Method in interface com.google.gwt.cell.client.Cell
Get the set of events that this cell consumes.
getConsumedEvents() - Method in class com.google.gwt.cell.client.CompositeCell
 
getConsumedEvents() - Method in class com.google.gwt.cell.client.IconCellDecorator
 
getContainerElement(Element) - Method in class com.google.gwt.cell.client.CompositeCell
Get the element that acts as the container for all children.
getContainerElement() - Method in class com.google.gwt.layout.client.Layout.Layer
Gets the container element associated with this layer.
getContainerElement() - Method in class com.google.gwt.user.client.ui.DecoratorPanel
 
getContainerElement() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
getContainerElement() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
getContainerElement() - Method in class com.google.gwt.user.client.ui.SimplePanel
Override this method to specify that an element other than the root element be the container for the panel's child widget.
getContent() - Method in class com.google.gwt.dom.client.MetaElement
Associated information.
getContent() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Gets the widget that was previously set in DisclosurePanel.setContent(Widget).
getContentDocument() - Method in class com.google.gwt.dom.client.FrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - Method in class com.google.gwt.dom.client.IFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - Method in class com.google.gwt.dom.client.ObjectElement
The document this object contains, if there is any and it is available, or null otherwise.
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Provides access to the contents of the EmittedResource.
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.SyntheticArtifact
 
getContents() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
getContentWidget() - Method in class com.google.gwt.user.client.ui.CaptionPanel
Accesses the content widget, if present.
getContentWidget() - Method in class com.google.gwt.user.client.ui.HeaderPanel
Get the content widget that appears between the header and footer.
getContext(String) - Method in class com.google.gwt.canvas.client.Canvas
Gets the rendering context that may be used to draw on this canvas.
getContext(String) - Method in class com.google.gwt.dom.client.CanvasElement
Gets the rendering context that may be used to draw on this canvas.
getContext() - Method in class com.google.gwt.view.client.CellPreviewEvent
Get the cell Cell.Context.
getContext2d() - Method in class com.google.gwt.canvas.client.Canvas
Returns a 2D rendering context.
getContext2d() - Method in class com.google.gwt.dom.client.CanvasElement
Returns a 2D rendering context.
getContextDir() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
Returns the context direction.
getCookie() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
Return the name of the cookie to potentially get the locale value from.
getCookie(String) - Static method in class com.google.gwt.user.client.Cookies
Gets the cookie associated with the given name.
getCookie(HttpServletRequest, String, boolean) - Static method in class com.google.gwt.user.server.Util
Retrieves named cookie from supplied request.
getCookieNames() - Static method in class com.google.gwt.user.client.Cookies
Gets the names of all cookies in this page's domain.
getCoordinateSpaceHeight() - Method in class com.google.gwt.canvas.client.Canvas
Gets the height of the internal canvas coordinate space.
getCoordinateSpaceWidth() - Method in class com.google.gwt.canvas.client.Canvas
Gets the width of the internal canvas coordinate space.
getCoords() - Method in class com.google.gwt.dom.client.AreaElement
Comma-separated list of lengths, defining an active region geometry.
getCount(GwtEvent.Type<?>) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
 
getCount(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.BorderStyle
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.Cursor
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.Display
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.Float
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.FontStyle
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.FontWeight
 
getCssName() - Method in interface com.google.gwt.dom.client.Style.HasCssName
Gets the CSS name associated with this value.
getCssName() - Method in enum com.google.gwt.dom.client.Style.ListStyleType
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.Overflow
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.Position
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.TableLayout
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.TextDecoration
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.VerticalAlign
 
getCssName() - Method in enum com.google.gwt.dom.client.Style.Visibility
 
getCssText() - Method in class com.google.gwt.dom.client.StyleElement
The CSS text.
getCtrlKey() - Method in class com.google.gwt.dom.client.NativeEvent
Gets whether the CTRL key was depressed when the given event occurred.
getCumulativeElapsedMillis() - Method in class com.google.gwt.touch.client.Momentum.State
Get the cumulative elapsed time in milliseconds since momentum took over.
getCurrencyCode() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns the ISO4217 code for this currency.
getCurrencyCode() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
getCurrencyFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard currency format for the default locale.
getCurrencyFormat(CurrencyData) - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard currency format for the default locale using a specified currency.
getCurrencyFormat(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard currency format for the default locale using a specified currency.
getCurrencySymbol() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns the default symbol to use for this currency.
getCurrencySymbol() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
getCurrentEvent() - Static method in class com.google.gwt.user.client.Event
Gets the current event that is being fired.
getCurrentEventTarget() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the current target element of this event.
getCurrentFirstDayOfFirstWeek() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Gets the first day of the first week in the currently specified month.
getCurrentLocale() - Static method in class com.google.gwt.i18n.client.LocaleInfo
Returns a LocaleInfo instance for the current locale.
getCurrentMonth() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Gets the date representation of the currently specified month.
getCurrentMonth() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Gets the current month the date picker is showing.
getCurrentSelection() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
getCurrentSelection() - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Get the currently selected SuggestOracle.Suggestion in the display.
getCurrentSrc() - Method in class com.google.gwt.dom.client.MediaElement
Returns the URL of the current media source, or the empty String if no source is set.
getCurrentSrc() - Method in class com.google.gwt.media.client.MediaBase
Returns the URL of the current media source, or the empty String if no source is set.
getCurrentTarget() - Method in class com.google.gwt.user.client.Event
Deprecated. use NativeEvent.getCurrentEventTarget() instead
getCurrentTime() - Method in class com.google.gwt.dom.client.MediaElement
Returns the current time within the source media stream.
getCurrentTime() - Method in class com.google.gwt.media.client.MediaBase
Returns the current time within the source media stream.
getCurrentValue() - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
Return the current value of the input element.
getCurrentValue() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
getCurrentValue() - Method in interface com.google.gwt.core.ext.SelectionProperty
The value for the permutation currently being considered.
getCursor() - Method in class com.google.gwt.dom.client.Style
Gets the cursor CSS property.
getCursorPos() - Method in class com.google.gwt.user.client.ui.TextArea
 
getCursorPos() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Gets the current position of the cursor (this also serves as the beginning of the text selection).
getCursorPos() - Method in class com.google.gwt.user.datepicker.client.DateBox
Gets the current cursor position in the date box.
getData() - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns a canvas pixel array of size width * height * 4.
getData() - Method in class com.google.gwt.dom.client.ObjectElement
A URI specifying the location of the object's data.
getData() - Method in class com.google.gwt.dom.client.Text
The character data of this text node.
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.
getDataDisplays() - Method in class com.google.gwt.view.client.AbstractDataProvider
Get the set of displays currently assigned to this adapter.
getDate() - Method in class com.google.gwt.core.client.JsDate
Returns the day of the month.
getDatePicker() - Method in class com.google.gwt.user.datepicker.client.DateBox
Gets the date picker.
getDateTime() - Method in class com.google.gwt.dom.client.ModElement
The date and time of the change.
getDateTimeConstants() - Method in interface com.google.gwt.i18n.client.constants.LocaleConstants
 
getDateTimeConstants() - Method in class com.google.gwt.i18n.client.LocaleInfo
Returns a DateTimeConstants instance for this locale.
getDateTimeFormat() - Method in class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
Gets the date time format.
getDateTimeFormatInfo() - Method in class com.google.gwt.i18n.client.LocaleInfo
Returns a DateTimeConstants instance for this locale.
getDay() - Method in class com.google.gwt.core.client.JsDate
Returns the day of the week, from 0 (Sunday) to 6 Saturday.
getDaylightAdjustment(Date) - Method in class com.google.gwt.i18n.client.TimeZone
Returns the daylight savings time adjustment, in minutes, for the given date.
getDayOfMonthFormatter() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Gets the date of month formatter.
getDayOfWeekFormatter() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Gets the day of week formatter.
getDaysBetween(Date, Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Returns the number of days between the two dates.
getDecimalFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard decimal format for the default locale.
getDeckPanel() - Method in class com.google.gwt.user.client.ui.TabPanel
Gets the deck panel within this tab panel.
getDeclaredAnnotations() - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns the annotations declared directly on this element; does not include any inherited annotations.
getDeclaringClass() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
 
getDefault() - Method in class com.google.gwt.i18n.client.CurrencyList
Return the default currency data for this locale.
getDefault() - Method in class com.google.gwt.i18n.server.GwtLocaleFactoryImpl
 
getDefault() - Method in interface com.google.gwt.i18n.shared.GwtLocaleFactory
Returns an instance of the default locale.
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandler
 
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFile
 
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
 
getDefaultColumnWidth() - Method in class com.google.gwt.user.cellview.client.CellBrowser
Get the default width of new columns.
getDefaultFractionDigits() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns the default number of decimal positions for this currency.
getDefaultFractionDigits() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
getDefaultJava() - Method in class com.google.gwt.i18n.client.CurrencyList
Return the default currency data for this locale.
getDefaultNative() - Method in class com.google.gwt.i18n.client.CurrencyList
Return the default currency data for this locale.
getDefaultNodeSize() - Method in class com.google.gwt.user.cellview.client.CellTree
Get the default maximum number of children to display under each tree node.
getDefaultPlaybackRate() - Method in class com.google.gwt.dom.client.MediaElement
Returns the default playback rate, where 1.0 corresponds to normal playback.
getDefaultPlaybackRate() - Method in class com.google.gwt.media.client.MediaBase
Returns the default playback rate, where 1.0 corresponds to normal playback.
getDefaultSerializationPolicy() - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a default serialization policy.
getDefaultValue() - Method in interface com.google.gwt.core.ext.typeinfo.JAnnotationMethod
Returns the default value for this annotation method or null if there is not one.
getDefaultValue() - Method in class com.google.gwt.dom.client.InputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
getDefaultValue() - Method in class com.google.gwt.dom.client.TextAreaElement
Represents the contents of the element.
getDefaultValue() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the default value of the hidden field.
getDefer() - Method in class com.google.gwt.dom.client.ScriptElement
Indicates that the user agent can defer processing of the script.
getDelegate() - Method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Returns the EditorDelegate for this instance.
getDeltaY() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
Get the change in the mouse wheel position along the Y-axis; positive if the mouse wheel is moving north (toward the top of the screen) or negative if the mouse wheel is moving south (toward the bottom of the screen).
getDeltaY() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated. use MouseWheelEvent.getDeltaY() instead
getDependencies() - Method in interface com.google.gwt.core.ext.soyc.HasDependencies
 
getDescription() - Method in exception com.google.gwt.core.client.JavaScriptException
Returns the original JavaScript message of the exception; may be null.
getDescription() - Method in class com.google.gwt.core.ext.Linker
Returns a human-readable String describing the Linker.
getDescription() - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getDescription() - Method in class com.google.gwt.core.linker.IFrameLinker
 
getDescription() - Method in class com.google.gwt.core.linker.SingleScriptLinker
 
getDescription() - Method in class com.google.gwt.core.linker.SoycReportLinker
 
getDescription() - Method in class com.google.gwt.core.linker.SymbolMapsLinker
 
getDescription() - Method in class com.google.gwt.core.linker.XSLinker
 
getDescription() - Method in class com.google.gwt.i18n.client.PluralRule.PluralForm
Returns the description.
getDescription() - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
Returns the description, suitable for describing this form to translators.
getDescription() - Method in class com.google.gwt.precompress.linker.PrecompressLinker
 
getDescription() - Method in class com.google.gwt.rpc.linker.ClientOracleLinker
 
getDescription() - Method in class com.google.gwt.user.linker.rpc.RpcLogLinker
 
getDescription() - Method in class com.google.gwt.user.linker.rpc.RpcPolicyManifestLinker
 
getDescription() - Method in class com.google.gwt.util.tools.ToolBase
 
getDictionary(String) - Static method in class com.google.gwt.i18n.client.Dictionary
Returns the Dictionary object associated with the given name.
getDir() - Method in class com.google.gwt.dom.client.Element
Specifies the base direction of directionally neutral text and the directionality of tables.
getDirection() - Method in interface com.google.gwt.i18n.client.HasDirection
Gets the directionality of the widget.
getDirection() - Method in class com.google.gwt.user.client.ui.Anchor
 
getDirection() - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.getTextDirection() instead
getDirection() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
getDirectionEstimator() - Method in class com.google.gwt.i18n.client.AutoDirectionHandler
Returns the DirectionEstimator object.
getDirectionEstimator() - Method in interface com.google.gwt.i18n.shared.HasDirectionEstimator
Returns the DirectionEstimator object.
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.Anchor
 
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
 
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.Hyperlink
 
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.LabelBase
 
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.ListBox
 
getDirectionEstimator() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Gets the direction estimation model of the auto-dir handler.
getDirectionOnElement(Element) - Static method in class com.google.gwt.i18n.client.BidiUtils
Gets the directionality of an element.
getDirectory(File, String, boolean) - Static method in class com.google.gwt.util.tools.Utility
 
getDirectory(String, boolean) - Static method in class com.google.gwt.util.tools.Utility
 
getDisabled() - Method in class com.google.gwt.dom.client.ButtonElement
Deprecated. use ButtonElement.isDisabled() instead.
getDisabled() - Method in class com.google.gwt.dom.client.LinkElement
Deprecated. use LinkElement.isDisabled() instead.
getDisabled() - Method in class com.google.gwt.dom.client.OptGroupElement
Deprecated. use OptGroupElement.isDisabled() instead.
getDisabled() - Method in class com.google.gwt.dom.client.SelectElement
Deprecated. use SelectElement.isDisabled() instead.
getDisabled() - Method in class com.google.gwt.dom.client.StyleElement
Deprecated. use StyleElement.isDisabled() instead
getDisabled() - Method in class com.google.gwt.dom.client.TextAreaElement
Deprecated. use TextAreaElement.isDisabled() instead
getDisplay() - Method in class com.google.gwt.dom.client.Style
Gets the display CSS property.
getDisplay() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Get the HasRows being paged.
getDisplay() - Method in class com.google.gwt.view.client.CellPreviewEvent
Get the HasData source of the event.
getDisplayedItem(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Deprecated. use AbstractHasData.getVisibleItem(int) instead
getDisplayedItems() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Deprecated. use AbstractHasData.getVisibleItems() instead
getDisplayString() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
 
getDisplayString() - Method in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Gets the display string associated with this suggestion.
getDocumentElement() - Method in class com.google.gwt.dom.client.Document
Gets the document's element.
getDocumentElement() - Method in interface com.google.gwt.xml.client.Document
This method retrieves the document element.
getDomain() - Method in class com.google.gwt.dom.client.Document
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
getDomainClassLoader() - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Returns the ClassLoader that should be used when attempting to access domain classes or resources.
getDomainClassLoader() - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getDomainClassLoader() - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Returns the ClassLoader that should be used when attempting to access domain classes or resources.
getDomainClassLoader() - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getDomainType() - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Returns the T type.
getDomainType() - Method in class com.google.web.bindery.requestfactory.shared.Locator
Returns the T type.
getDOMCellCount(Element, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Directly ask the underlying DOM what the cell count on the given row is.
getDOMCellCount(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Directly ask the underlying DOM what the cell count on the given row is.
getDOMRowCount() - Method in class com.google.gwt.user.client.ui.HTMLTable
Directly ask the underlying DOM what the row count is.
getDOMRowCount(Element) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
getDouble(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up double by method name.
getDownDisabledFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the downDisabled face of the button.
getDownFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the down face of the button.
getDownHoveringFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the downHovering face of the button.
getDuration() - Method in class com.google.gwt.dom.client.MediaElement
Returns the duration of the source media stream, in seconds.
getDuration() - Method in class com.google.gwt.media.client.MediaBase
Returns the duration of the source media stream, in seconds.
getDuration() - Method in class com.google.gwt.user.cellview.client.CellTree.NodeAnimation
Return the duration of the animation in milliseconds.
getEditedType() - Method in interface com.google.gwt.editor.client.EditorContext
Returns the T type.
getEditedType() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
getEditor() - Method in interface com.google.gwt.editor.client.EditorContext
Returns the associated Editor.
getEditor() - Method in interface com.google.gwt.editor.client.EditorError
Returns the Editor that holds the invalid value.
getEditor() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
getEditor() - Method in class com.google.gwt.editor.client.testing.MockEditorError
 
getEditor() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Returns null or the last value provided to MockSimpleBeanEditorDriver.initialize(E) .
getEditor() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns null or the last value recorded.
getEditor() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns null or the last value recorded.
getEditorDelegate() - Method in interface com.google.gwt.editor.client.EditorContext
Returns the EditorDelegate associated with the current Editor, which may be null for LeafValueEditors.
getEditorDelegate() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
getEditors() - Method in class com.google.gwt.editor.client.adapters.ListEditor
Returns an unmodifiable, live view of the Editors managed by the ListEditor.
getElapsedMillis() - Method in class com.google.gwt.touch.client.Momentum.State
Get the elapsed time in milliseconds since the last time the state was updated.
getElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
getElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
getElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
getElement() - Method in class com.google.gwt.user.client.ui.HTMLTable.Cell
Gets the cell's element.
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.ColumnFormatter
Get the col element for the column.
getElement(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets the TR element representing the specified row.
getElement() - Method in class com.google.gwt.user.client.ui.UIObject
Gets a handle to the object's underlying DOM element.
getElementAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets the named attribute from the element.
getElementById(String) - Method in class com.google.gwt.dom.client.Document
Returns the Element whose id is given by elementId.
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 class com.google.gwt.user.client.ui.HTMLPanel
Finds an element within this panel by its id.
getElementById(String) - Method in interface com.google.gwt.xml.client.Document
This method retrieves the unique descendent elements which has an id of elementId.
getElementProperty(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets any named property from an element, as a string.
getElementPropertyBoolean(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets any named property from an element, as a boolean.
getElementPropertyInt(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets any named property from an element, as an int.
getElements() - Method in class com.google.gwt.dom.client.FormElement
Returns a collection of all form control elements in the form.
getElementsByTagName(String) - Method in class com.google.gwt.dom.client.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the document tree.
getElementsByTagName(String) - Method in class com.google.gwt.dom.client.Element
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
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.
getElementType() - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.CollectionPropertyContext
Deprecated. Returns the collection's element type.
getElementType() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.CollectionPropertyContext
Returns the collection's element type.
getEmittedArtifact() - Method in class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
 
getEmptyListMessage() - Method in class com.google.gwt.user.cellview.client.CellList
Deprecated. as of GWT 2.3, use CellList.getEmptyListWidget() instead
getEmptyListWidget() - Method in class com.google.gwt.user.cellview.client.CellList
Get the widget displayed when the list has no rows.
getEmptyTableWidget() - Method in class com.google.gwt.user.cellview.client.CellTable
Get the widget displayed when the table has no rows.
getEnclosing() - Method in interface com.google.gwt.core.ext.soyc.HasEnclosing
 
getEnclosingMethod() - Method in interface com.google.gwt.core.ext.typeinfo.JParameter
 
getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
Gets the type in which this method or constructor was declared.
getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
getEncodedResponse() - Method in exception com.google.gwt.user.client.rpc.StatusCodeException
Returns the response message associated with the failed request.
getEncoding() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the encoding used for submitting this form.
getEnctype() - Method in class com.google.gwt.dom.client.FormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
getEnd() - Method in class com.google.gwt.core.ext.soyc.Range
 
getEnd() - Method in class com.google.gwt.event.logical.shared.ShowRangeEvent
Gets the end of the range.
getEndOfLineWidget() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Gets the widget in the pane that is at the end of the line direction for the layout.
getEnumConstants() - Method in interface com.google.gwt.core.ext.typeinfo.JEnumType
Returns the enumeration constants declared by this enumeration.
getErasedParameterTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getErasedType() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getErasedType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getErasedType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns this type with no type parameters or type variables.
getError() - Method in class com.google.gwt.dom.client.MediaElement
Returns the type of error that has occurred while attempting to load and play the media.
getError() - Method in class com.google.gwt.media.client.MediaBase
Returns the type of error that has occurred while attempting to load and play the media.
getErrorRenderer() - Method in class com.google.gwt.cell.client.ImageLoadingCell.DefaultRenderers
Returns the renderer for a broken image.
getErrorRenderer() - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Renderers
Get the renderer used to render an error message when the image does not load.
getErrors() - Method in interface com.google.gwt.editor.client.EditorDriver
Returns any unconsumed EditorErrors from the last call to EditorDriver.flush().
getErrors() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Returns an empty list.
getErrors() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns an empty list.
getErrors() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns an empty list.
getEventBus() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns null or the last value recorded.
getEventBus() - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Returns the event bus this factory's events are posted on, which was set via RequestFactory.initialize(com.google.gwt.event.shared.EventBus).
getEventBus() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns null or the last value recorded.
getEventBus() - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Returns the event bus this factory's events are posted on, which was set via RequestFactory.initialize(com.google.web.bindery.event.shared.EventBus).
getEventListener(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the EventListener that will receive events for the given element.
getEventListener(Element) - Static method in class com.google.gwt.user.client.Event
Gets the EventListener that will receive events for the given element.
getEventsSunk(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the current set of events sunk by a given element.
getEventsSunk(Element) - Static method in class com.google.gwt.user.client.Event
Gets the current set of events sunk by a given element.
getEventTarget() - Method in class com.google.gwt.dom.client.NativeEvent
Returns the element that was the actual target of the given event.
getEventTargetCell(Event) - Method in class com.google.gwt.user.client.ui.HTMLTable
Determines the TD associated with the specified event.
getException() - Method in exception com.google.gwt.core.client.JavaScriptException
Returns the original JavaScript the exception; may be null.
getExceptions(Map<Object, Boolean>) - Method in class com.google.gwt.view.client.DefaultSelectionModel
Copies the exceptions map into a user-supplied map.
getExceptionType() - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
getExceptionType() - Method in class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Return the exception type.
getExceptionType() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
getExceptionType() - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
Return the exception type.
getExtendedFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
Deprecated. use RichTextArea.getFormatter() instead
getExtension() - Method in interface com.google.gwt.i18n.rebind.format.MessageCatalogFormat
Returns the extension to use for this file type, including the dot.
getExtension() - Method in class com.google.gwt.i18n.rebind.format.PropertiesFormat
 
getExtraClassPathList() - Method in class com.google.gwt.user.tools.util.ArgHandlerAddToClassPath
 
getFactory() - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Returns the AutoBeanFactory that created the AutoBean.
getFactory() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Returns the AutoBeanFactory that created the AutoBean.
getFailureCallbackParam() - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
Returns the name of the failure callback url parameter to send to the server.
getFallbackValue() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
getFallbackValue() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns the fallback value or an empty string if not defined.
getFallbackValue() - Method in interface com.google.gwt.core.ext.SelectionProperty
Gets the fallback value for the property.
getFallbackValues(String) - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
getFallbackValues(String) - Method in interface com.google.gwt.core.ext.SelectionProperty
Returns the list of fall back values for a given value.
getField(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getFieldId(Class<?>, String) - Method in class com.google.gwt.rpc.server.ClientOracle
Given a base type and the unobfuscated field name, find the obfuscated name for the field in the client.
getFieldId(Enum<?>) - Method in class com.google.gwt.rpc.server.ClientOracle
Return the field name for a given enum value.
getFieldId(String, String) - Method in class com.google.gwt.rpc.server.ClientOracle
This is similar to ClientOracle.getFieldId(Class, String) but does not search supertypes.
getFieldId(Class<?>, String) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getFieldId(Enum<?>) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getFieldId(String, String) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getFieldId(Class<?>, String) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getFieldId(Enum<?>) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getFieldId(String, String) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getFieldId(Class<?>, String) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getFieldId(Enum<?>) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getFieldId(String, String) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getFieldName(Class<?>, String) - Method in class com.google.gwt.rpc.server.ClientOracle
Return the name of a field from a client-side id.
getFieldName(Class<?>, String) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getFieldName(Class<?>, String) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
 
getFieldName(Class<?>, String) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getFields() - Method in interface com.google.gwt.core.ext.soyc.ClassMember
Returns the fields of the ClassMember that have been retained in the compiled output.
getFields() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getFieldUpdater() - Method in interface com.google.gwt.cell.client.HasCell
Returns the FieldUpdater instance.
getFieldUpdater() - Method in class com.google.gwt.user.cellview.client.Column
Returns the FieldUpdater used for updating values in the column.
getFileFromClassPath(String) - Static method in class com.google.gwt.util.tools.Utility
Gets the contents of a file from the class path as a String.
getFilename() - Method in class com.google.gwt.user.client.ui.FileUpload
Gets the filename selected by the user.
getFiles(Map<String, String>) - Method in class com.google.gwt.user.tools.WebAppCreator
 
getFillStyle() - Method in class com.google.gwt.canvas.dom.client.Context2d
Returns the context's fillStyle.
getFinalTypeOracleTypes() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
getFirstBound() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
 
getFirstBound() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
 
getFirstChild() - Method in class com.google.gwt.dom.client.Node
The first child of this node.
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.
getFirstChildElement() - Method in class com.google.gwt.dom.client.Element
The first child of element this element.
getFirstDate() - Method in class com.google.gwt.user.datepicker.client.CalendarView
Returns the first date that is currently shown by the calendar.
getFirstDate() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Returns the first shown date.
getFirstDate() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
getFlags() - Method in class com.google.gwt.user.server.rpc.RPCRequest
 
getFlattenedSupertypeHierarchy() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns all of the superclasses and superinterfaces for a given type including the type itself.
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.
getFocusable() - Method in class com.google.gwt.user.client.ui.TreeItem
Returns a suggested Focusable instance to use when this tree item is selected.
getFocusableWidget() - Method in class com.google.gwt.user.client.ui.TreeItem
Deprecated. use TreeItem.getFocusable() instead
getFocusImpl() - Static method in class com.google.gwt.user.client.ui.FocusWidget
Gets the FocusImpl instance.
getFont() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets this context's font.
getFontSize() - Method in class com.google.gwt.dom.client.Style
Get the font-size css property.
getFontStyle() - Method in class com.google.gwt.dom.client.Style
Gets the font-style CSS property.
getFontWeight() - Method in class com.google.gwt.dom.client.Style
Gets the font-weight CSS property.
getFooterWidget() - Method in class com.google.gwt.user.client.ui.HeaderPanel
Get the footer widget at the bottom of the panel.
getForeColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Gets the foreground color.
getForeColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Gets the foreground color.
getForm() - Method in class com.google.gwt.dom.client.ButtonElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.FieldSetElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.InputElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.LabelElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.LegendElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.ObjectElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.OptionElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.SelectElement
Returns the FORM element containing this control.
getForm() - Method in class com.google.gwt.dom.client.TextAreaElement
Returns the FORM element containing this control.
getFormat(DateTimeFormat.PredefinedFormat) - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Get a DateTimeFormat instance for a predefined format.
getFormat(String) - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Returns a DateTimeFormat object using the specified pattern.
getFormat(String, DateTimeFormatInfo) - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Internal factory method that provides caching.
getFormat(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
Gets a NumberFormat instance for the default locale using the specified pattern and the default currencyCode.
getFormat(String, CurrencyData) - Static method in class com.google.gwt.i18n.client.NumberFormat
Gets a custom NumberFormat instance for the default locale using the specified pattern and currency code.
getFormat(String, String) - Static method in class com.google.gwt.i18n.client.NumberFormat
Gets a custom NumberFormat instance for the default locale using the specified pattern and currency code.
getFormat() - Method in class com.google.gwt.user.datepicker.client.DateBox
Gets the format instance used to control formatting and parsing of this DateBox.
getFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
Gets the rich text formatting interface.
getFormValue() - Method in class com.google.gwt.user.client.ui.CheckBox
Returns the value property of the input element that backs this widget.
getFormValue() - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
Returns the value property of the input element that backs this widget.
getFragmentSubdir(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
Returns the subdirectory name to be used by getModulPrefix when requesting a runAsync module.
getFrame() - Method in class com.google.gwt.dom.client.TableElement
Specifies which external table borders to render.
getFrameBorder() - Method in class com.google.gwt.dom.client.FrameElement
Request frame borders.
getFrameBorder() - Method in class com.google.gwt.dom.client.IFrameElement
Request frame borders.
getFromElement() - Method in class com.google.gwt.user.client.Event
Deprecated. use NativeEvent.getRelatedEventTarget() instead
getFromModel() - Method in interface com.google.gwt.editor.client.EditorContext
Returns the value to be edited by the current editor.
getFromModel() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
Returns null.
getFullDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_FULL instead
getFullDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_TIME_FULL instead
getFullTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.TIME_FULL instead
getFullYear() - Method in class com.google.gwt.core.client.JsDate
Returns the four-digit year.
getGeneralFailure() - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
getGeneralFailure() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
getGenerator() - Method in class com.google.gwt.core.ext.linker.GeneratedResource
The type of Generator that created the resource.
getGeneratorContext() - Method in interface com.google.gwt.resources.ext.ResourceContext
Return the GeneratorContext in which the overall resource generation framework is being run.
getGenericType() - Method in interface com.google.gwt.core.ext.typeinfo.JRawType
 
getGetter(Class<?>, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Determine the method to invoke when retrieving the given property.
getGetter(Class<?>, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getGetter(Class<?>, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Determine the method to invoke when retrieving the given property.
getGetter(Class<?>, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getGlassElement() - Method in class com.google.gwt.user.client.ui.PopupPanel
Get the glass element used by this PopupPanel.
getGlassStyleName() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the style name to be used on the glass element.
getGlobal() - Method in class com.google.gwt.regexp.shared.RegExp
Returns whether the regular expression captures all occurrences of the pattern.
getGlobalAlpha() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the global alpha value.
getGlobalCompositeOperation() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the global composite operation.
getGMTString(Date) - Method in class com.google.gwt.i18n.client.TimeZone
Returns the GMT representation of this time zone object.
getGreenAt(int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns the green value at position (x,y).
getGroup(int) - Method in class com.google.gwt.regexp.shared.MatchResult
Retrieves the matched string or the given matched group.
getGroupCount() - Method in class com.google.gwt.regexp.shared.MatchResult
Returns the number of groups, including the matched string hence greater or equal than 1.
getGroupingSize() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the number of digits between grouping separators in the integer portion of a number.
getHandler(GwtEvent.Type<H>, int) - Method in class com.google.gwt.event.shared.HandlerManager
Gets the handler at the given index.
getHandler(Event.Type<H>, int) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
Deprecated. required by legacy features in GWT's old HandlerManager
getHandlerCount(GwtEvent.Type<?>) - Method in class com.google.gwt.event.shared.HandlerManager
Gets the number of handlers listening to the event type.
getHandlerCount(GwtEvent.Type<?>) - Method in class com.google.gwt.user.client.ui.Widget
Gets the number of handlers listening to the event type.
getHandlerCount(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
Deprecated. required by legacy features in GWT's old HandlerManager
getHash() - Static method in class com.google.gwt.user.client.Window.Location
Gets the string to the right of the URL's hash.
getHeader(String) - Method in class com.google.gwt.http.client.RequestBuilder
Returns the value of a header previous set by RequestBuilder.setHeader(String, String), or null if no such header was set.
getHeader(String) - Method in class com.google.gwt.http.client.Response
Returns the value of the requested header or null if the header was not specified.
getHeader() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Gets the widget that is currently being used as a header.
getHeaderHeight() - Method in class com.google.gwt.user.cellview.client.CellTable
Return the height of the table header.
getHeaders() - Method in class com.google.gwt.dom.client.TableCellElement
List of id attribute values for header cells.
getHeaders() - Method in class com.google.gwt.http.client.Response
Returns an array of HTTP headers associated with this response.
getHeadersAsString() - Method in class com.google.gwt.http.client.Response
Returns all headers as a single string.
getHeaderTextAccessor() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Gets a HasText instance to provide access to the headers's text, if the header widget does provide such access.
getHeaderWidget() - Method in class com.google.gwt.user.client.ui.HeaderPanel
Get the header widget at the top of the panel.
getHeaderWidget(int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Gets the widget in the stack header at the given index.
getHeaderWidget(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Gets the widget in the stack header associated with the given child widget.
getHeight() - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns the height of this image data object.
getHeight() - Method in class com.google.gwt.dom.client.CanvasElement
Gets the height of the canvas.
getHeight() - Method in class com.google.gwt.dom.client.ImageElement
Height of the image in pixels.
getHeight() - Method in class com.google.gwt.dom.client.ObjectElement
Override height.
getHeight() - Method in class com.google.gwt.dom.client.Style
Get the height css property.
getHeight() - Method in class com.google.gwt.dom.client.VideoElement
Gets the height of the element.
getHeight() - Method in class com.google.gwt.event.logical.shared.ResizeEvent
Returns the new height.
getHeight() - Method in interface com.google.gwt.resources.client.ImageResource
Returns the height of the image.
getHeight() - Method in class com.google.gwt.user.client.ui.Image
Gets the height of the image.
getHighlighted() - Method in class com.google.gwt.event.logical.shared.HighlightEvent
Gets the value highlighted.
getHighlightedDate() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Gets the highlighted date (the one the mouse is hovering over), if any.
getHistoryToken(Class<? extends EntityProxy>) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Get a History compatible token that represents the given class.
getHistoryToken(EntityProxyId<?>) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Get a History compatible token that represents the given proxy class.
getHistoryToken(Class<? extends EntityProxy>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Get a History compatible token that represents the given class.
getHistoryToken(EntityProxyId<?>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Get a History compatible token that represents the given proxy class.
getHorizontalAlignment() - Method in class com.google.gwt.user.cellview.client.Column
 
getHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.Anchor
 
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.LabelBase
 
getHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
getHorizontalScrollPosition() - Method in interface com.google.gwt.user.client.ui.HasHorizontalScrolling
Gets the horizontal scroll position.
getHorizontalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Gets the horizontal scroll position.
getHost() - Method in class com.google.gwt.core.ext.ServletContainer
Returns the host on which the servlet container is running.
getHost() - Static method in class com.google.gwt.user.client.Window.Location
Gets the URL's host and port name.
getHostedFilename() - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getHostedFilename() - Method in class com.google.gwt.core.linker.IFrameLinker
 
getHostName() - Static method in class com.google.gwt.user.client.Window.Location
Gets the URL's host name.
getHostPageBaseURL() - Static method in class com.google.gwt.core.client.GWT
Gets the URL prefix of the hosting page, useful for prepending to relative paths of resources which may be relative to the host page.
getHours() - Method in class com.google.gwt.core.client.JsDate
Returns the hour, between 0 (midnight) and 23.
getHref() - Method in class com.google.gwt.dom.client.AnchorElement
The absolute URI of the linked resource.
getHref() - Method in class com.google.gwt.dom.client.AreaElement
The URI of the linked resource.
getHref() - Method in class com.google.gwt.dom.client.BaseElement
The base URI See the href attribute definition in HTML 4.01.
getHref() - Method in class com.google.gwt.dom.client.LinkElement
The URI of the linked resource.
getHref() - Method in class com.google.gwt.user.client.ui.Anchor
Gets the anchor's href (the url to which it links).
getHref() - Static method in class com.google.gwt.user.client.Window.Location
Gets the entire URL.
getHreflang() - Method in class com.google.gwt.dom.client.AnchorElement
Language code of the linked resource.
getHreflang() - Method in class com.google.gwt.dom.client.LinkElement
Language code of the linked resource.
getHTML() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Gets an HTML fragment that displays the image represented by this prototype.
getHTML() - Method in class com.google.gwt.user.client.ui.Anchor
 
getHTML() - Method in class com.google.gwt.user.client.ui.ButtonBase
 
getHTML() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getHTML() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Gets the face's contents as html.
getHTML() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the current face's html.
getHTML() - Method in class com.google.gwt.user.client.ui.DialogBox
 
getHTML() - Method in interface com.google.gwt.user.client.ui.HasHTML
Gets this object's contents as HTML.
getHTML() - Method in class com.google.gwt.user.client.ui.HTML
 
getHTML(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the HTML contents of the specified cell.
getHTML() - Method in class com.google.gwt.user.client.ui.Hyperlink
 
getHTML() - Method in class com.google.gwt.user.client.ui.MenuItem
 
getHTML() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
getHTML() - Method in class com.google.gwt.user.client.ui.TreeItem
 
getHtmlFor() - Method in class com.google.gwt.dom.client.LabelElement
This attribute links this label with another form control by id attribute.
getHtmlPrefix(LogRecord) - Method in class com.google.gwt.logging.client.HtmlLogFormatter
 
getHtmlSuffix(LogRecord) - Method in class com.google.gwt.logging.client.HtmlLogFormatter
 
getHttpEquiv() - Method in class com.google.gwt.dom.client.MetaElement
HTTP response header name [IETF RFC 2616].
getHTTPMethod() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the HTTP method specified in the constructor.
getIconBytes() - Method in class com.google.gwt.core.ext.ServletContainerLauncher
 
getIconHtml(C) - Method in class com.google.gwt.cell.client.IconCellDecorator
Get the safe HTML string that represents the icon.
getIconPath() - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Deprecated. see ServletContainerLauncher.getIconBytes() instead.
getId() - Method in class com.google.gwt.core.ext.linker.SoftPermutation
Returns the soft permutation id that should be passed into gwtOnLoad.
getId() - Method in class com.google.gwt.dom.client.Element
The element's identifier.
getID() - Method in class com.google.gwt.i18n.client.TimeZone
Returns time zone id for this time zone.
getID() - Method in class com.google.gwt.i18n.client.TimeZoneInfo
 
getId() - Method in class com.google.gwt.requestfactory.server.Logging
Deprecated. Returns the id of this instance.
getId(Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Return the persistent id for a domain object.
getId(Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getId(T) - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Returns a domain object to be used as the id for the given object.
getId() - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
getID() - Method in class com.google.gwt.user.client.ui.Hidden
Gets the id of the hidden field.
getId() - Method in class com.google.web.bindery.requestfactory.server.Logging
Returns the id of this instance.
getId(Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Return the persistent id for a domain object.
getId(Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getId(T) - Method in class com.google.web.bindery.requestfactory.shared.Locator
Returns a domain object to be used as the id for the given object.
getId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
getIdentifier() - Method in class com.google.gwt.dom.client.Touch
Gets a unique identifier for this touch.
getIdType(Class<?>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Returns the type of object the domain type's findFoo() or Locator.getId() expects to receive.
getIdType(Class<?>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getIdType() - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Returns the I type.
getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Returns the type of object the domain type's findFoo() or Locator.getId() expects to receive.
getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getIdType() - Method in class com.google.web.bindery.requestfactory.shared.Locator
Returns the I type.
getIgnoreCase() - Method in class com.google.gwt.regexp.shared.RegExp
Returns whether the regular expression ignores case.
getImageData(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Returns an image data object for the screen area denoted by sx, sy, sw and sh.
getImageRenderer() - Method in class com.google.gwt.cell.client.ImageLoadingCell.DefaultRenderers
Returns the renderer for an image.
getImageRenderer() - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Renderers
Get the renderer used to render the image.
getImgSrc(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the src attribute of an img element.
getImpl() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
getImplementationSimpleSourceName() - Method in interface com.google.gwt.resources.ext.ResourceContext
Returns the simple source name of the implementation of the bundle being generated.
getImplementedInterfaces() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getIndex() - Method in class com.google.gwt.cell.client.Cell.Context
Get the absolute index of the value.
getIndex() - Method in class com.google.gwt.dom.client.OptionElement
The index of this OPTION in its parent SELECT, starting from 0.
getIndex() - Method in class com.google.gwt.regexp.shared.MatchResult
Returns the zero-based index of the match in the input string.
getIndex() - Method in interface com.google.gwt.user.cellview.client.TreeNode
Get the index of the current node relative to its parent.
getIndex() - Method in class com.google.gwt.view.client.CellPreviewEvent
Get the index of the value where the event occurred.
getInheritableMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Iterates over the most-derived declaration of each unique inheritable method available in the type hierarchy of the specified type, including those found in superclasses and superinterfaces.
getInheritanceChain() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
Return a list of locales to search for, in order of preference.
getInheritanceChain() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns a list of locales to search for, in order of preference.
getInitialPosition() - Method in class com.google.gwt.touch.client.Momentum.State
Get the initial position when the momentum took over.
getInitialTime() - Method in class com.google.gwt.dom.client.MediaElement
Returns the time to which the media stream was seeked at the time it was loaded, in seconds, or 0.0 if the position is unknown.
getInitialTime() - Method in class com.google.gwt.media.client.MediaBase
Returns the time to which the media stream was seeked at the time it was loaded, in seconds, or 0.0 if the position is unknown.
getInitialTypes() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
getInitialVelocity() - Method in class com.google.gwt.touch.client.Momentum.State
Get the initial velocity in pixels per millisecond when the momentum took over.
getInlineBlockStyle() - Static method in class com.google.gwt.resources.client.CommonResources
Get the style class name that simulates a "display: inline-block" effect across browsers.
getInnerHTML() - Method in class com.google.gwt.dom.client.Element
All of the markup and content within a given element.
getInnerHTML(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an HTML representation of an element's children.
getInnerText() - Method in class com.google.gwt.dom.client.Element
The text between the start and end tags of the object.
getInnerText(Element) - Static method in class com.google.gwt.user.client.DOM
Gets the text contained within an element.
getInput() - Method in class com.google.gwt.regexp.shared.MatchResult
Returns the original input string.
getInputElement(Element) - Method in class com.google.gwt.cell.client.AbstractInputCell
Get the input element.
getInputElement(Element) - Method in class com.google.gwt.cell.client.TextInputCell
 
getInstallPath() - Static method in class com.google.gwt.util.tools.Utility
 
getInstance(TreeLogger, PropertyOracle, GeneratorContext) - Static method in class com.google.gwt.i18n.rebind.LocaleUtils
Create a new LocaleUtils instance for the given PropertyOracle.
getInstance(boolean) - Static method in class com.google.gwt.i18n.shared.BidiFormatter
Factory for creating an instance of BidiFormatter given the context direction.
getInstance(boolean, boolean) - Static method in class com.google.gwt.i18n.shared.BidiFormatter
Factory for creating an instance of BidiFormatter given the context direction and the desired span wrapping behavior (see below).
getInstance(HasDirection.Direction) - Static method in class com.google.gwt.i18n.shared.BidiFormatter
Factory for creating an instance of BidiFormatter given the context direction.
getInstance(HasDirection.Direction, boolean) - Static method in class com.google.gwt.i18n.shared.BidiFormatter
Factory for creating an instance of BidiFormatter given the context direction and the desired span wrapping behavior (see below).
getInstance(HasDirection.Direction, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase.Factory
 
getInstance(boolean) - Static method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Factory for creating an instance of SafeHtmlBidiFormatter given the context direction.
getInstance(boolean, boolean) - Static method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Factory for creating an instance of SafeHtmlBidiFormatter given the context direction and the desired span wrapping behavior (see below).
getInstance(HasDirection.Direction) - Static method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Factory for creating an instance of SafeHtmlBidiFormatter given the context direction.
getInstance(HasDirection.Direction, boolean) - Static method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Factory for creating an instance of SafeHtmlBidiFormatter given the context direction and the desired span wrapping behavior (see below).
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.
getInstance(Class<?>) - Method in interface com.google.gwt.requestfactory.shared.ServiceLocator
Deprecated. Returns an instance of the service object.
getInstance() - Static method in class com.google.gwt.safehtml.shared.SimpleHtmlSanitizer
Return a singleton SimpleHtmlSanitizer instance.
getInstance() - Static method in class com.google.gwt.text.shared.SimpleSafeHtmlRenderer
 
getInstance(Class<?>) - Method in interface com.google.web.bindery.requestfactory.shared.ServiceLocator
Returns an instance of the service object.
getInstanceForCurrentLocale() - Static method in class com.google.gwt.i18n.shared.BidiFormatter
Factory for creating an instance of BidiFormatter whose context direction matches the current locale's direction.
getInstanceForCurrentLocale(boolean) - Static method in class com.google.gwt.i18n.shared.BidiFormatter
Factory for creating an instance of BidiFormatter whose context direction matches the current locale's direction, and given the desired span wrapping behavior (see below).
getInstanceForCurrentLocale() - Static method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Factory for creating an instance of SafeHtmlBidiFormatter whose context direction matches the current locale's direction.
getInstanceForCurrentLocale(boolean) - Static method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Factory for creating an instance of SafeHtmlBidiFormatter whose context direction matches the current locale's direction, and given the desired span wrapping behavior (see below).
getInt(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up int by method name.
getIntAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementPropertyInt(Element, String) instead.
getIntStyleAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets an integer attribute on a given element's style.
getInvalidProxy() - Method in interface com.google.gwt.requestfactory.shared.Violation
Deprecated. If the ConstraintViolation occurred while validating a object, this method will return a BaseProxy that contains the invalid values.
getInvalidProxy() - Method in interface com.google.web.bindery.requestfactory.shared.Violation
If the ConstraintViolation occurred while validating a object, this method will return a BaseProxy that contains the invalid values.
getInvocationResults() - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
getInvocationResults() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
getInvocations() - Method in interface com.google.gwt.requestfactory.shared.messages.RequestMessage
Deprecated.  
getInvocations() - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
 
getISOTimeZoneString(Date) - Method in class com.google.gwt.i18n.client.TimeZone
To get ISO-style (+00:00) representation of the time zone for given date.
getItem(int) - Method in class com.google.gwt.dom.client.NodeCollection
This method retrieves a node specified by ordinal index.
getItem(int) - Method in class com.google.gwt.dom.client.NodeList
Returns the indexth item in the collection.
getItem() - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Gets the item.
getItem(String) - Method in class com.google.gwt.storage.client.Storage
Returns the item in the Storage associated with the specified key.
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.
getItemIndex(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
Get the index of a MenuItem.
getItems() - Method in class com.google.gwt.user.client.ui.MenuBar
Returns a list containing the MenuItem objects in the menu bar.
getItemText(int) - Method in class com.google.gwt.user.client.ui.ListBox
Gets the text associated with the item at the specified index.
getJavaLangObject() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets a reference to the type object representing java.lang.Object.
getJavaScript() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the JavaScript compilation.
getJavaScriptObject() - Method in class com.google.gwt.json.client.JSONArray
Returns the underlying JavaScript array that this object wraps.
getJavaScriptObject() - Method in class com.google.gwt.json.client.JSONObject
Returns the underlying JavaScript object that this object wraps.
getJNISignature() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getJNISignature() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns the turns the field descriptor" for a type as specified by the Java Virtual Machine Specification.
getJsComputeScriptBase(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsComputeUrlForResource(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsInstallLocation(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsInstallScript(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsLoadExternalStylesheets(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsniIdent() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns a JSNI-like identifier for the symbol if it a method or field, otherwise null.
getJsniSignature() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
Returns a string contating a JSNI reference to the method.
getJsPermutations(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsProcessMetas(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsProperties(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getJsSize() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
getJsWaitForBodyLoaded(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getKey() - Method in class com.google.gwt.cell.client.Cell.Context
Get the key that uniquely identifies the row object.
getKey(P) - Method in class com.google.gwt.requestfactory.ui.client.EntityProxyKeyProvider
Deprecated. Returns the key Object for the given item.
getKey() - Method in class com.google.gwt.storage.client.StorageEvent
Returns the key being changed.
getKey() - Method in class com.google.gwt.user.cellview.client.Header
Get the key for the header value.
getKey(T) - Method in class com.google.gwt.view.client.AbstractDataProvider
Get the key for a list item.
getKey(T) - Method in interface com.google.gwt.view.client.ProvidesKey
Get the key for a list item.
getKey(T) - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
 
getKey(T) - Method in class com.google.gwt.view.client.SimpleKeyProvider
Return the passed-in item.
getKey(P) - Method in class com.google.web.bindery.requestfactory.gwt.ui.client.EntityProxyKeyProvider
Returns the key Object for the given item.
getKeyboardModifiers(Event) - Static method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Gets the keyboard modifiers associated with a DOMEvent.
getKeyboardPagingPolicy() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getKeyboardPagingPolicy() - Method in interface com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy
Get the HasKeyboardPagingPolicy.KeyboardPagingPolicy.
getKeyboardSelectedElement() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Get the element that has keyboard selection.
getKeyboardSelectedElement() - Method in class com.google.gwt.user.cellview.client.CellList
 
getKeyboardSelectedElement() - Method in class com.google.gwt.user.cellview.client.CellTable
 
getKeyboardSelectedRow() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Get the row index of the keyboard selected row.
getKeyboardSelectionPolicy() - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
 
getKeyboardSelectionPolicy() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getKeyboardSelectionPolicy() - Method in interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
Get the HasKeyboardSelectionPolicy.KeyboardSelectionPolicy.
getKeyCode() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the key code (code associated with the physical key) associated with this event.
getKeyProvider() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getKeyProvider() - Method in class com.google.gwt.user.cellview.client.CellWidget
 
getKeyProvider() - Method in class com.google.gwt.view.client.AbstractDataProvider
Get the ProvidesKey that provides keys for list items.
getKeyProvider() - Method in interface com.google.gwt.view.client.HasKeyProvider
Return the key provider.
getKeyProvider() - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Returns a ProvidesKey instance that simply returns the input data item.
getKeyType() - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.MapPropertyContext
Deprecated. Returns the map's key type.
getKeyType() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.MapPropertyContext
Returns the map's key type.
getLabel() - Method in enum com.google.gwt.core.ext.TreeLogger.Type
Gets the label for this severity type.
getLabel() - Method in class com.google.gwt.dom.client.OptGroupElement
Assigns a label to this option group.
getLabel() - Method in class com.google.gwt.dom.client.OptionElement
Option label for use in hierarchical menus.
getLang() - Method in class com.google.gwt.dom.client.Element
Language code defined in RFC 1766.
getLanguage() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getLanguage() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the language portion of the locale, or null if none.
getLanguageNotNull() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getLanguageNotNull() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the language portion of the locale, or the empty string if none.
getLastChild() - Method in class com.google.gwt.dom.client.Node
The last child of this node.
getLastChild() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the last child.
getLastDate() - Method in class com.google.gwt.user.datepicker.client.CalendarView
Returns the last date that is currently shown by the calendar.
getLastDate() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Returns the last shown date.
getLastDate() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
getLastIndex() - Method in class com.google.gwt.regexp.shared.RegExp
Returns the zero-based position at which to start the next match.
getLastKnownPosition(FakeLeafValueEditor<T>) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
 
getLastModified() - Method in class com.google.gwt.core.ext.linker.BinaryEmittedArtifact
Force subclasses to define.
getLastModified() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Returns the time, measured in milliseconds from the epoch, at which the Artifact was last modified.
getLastModified() - Method in class com.google.gwt.core.ext.linker.SyntheticArtifact
 
getLastSelectedObject() - Method in class com.google.gwt.view.client.NoSelectionModel
Gets the object that was last selected.
getLastValue() - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
Return the last value sent to the ValueUpdater.
getLayoutData() - Method in class com.google.gwt.user.client.ui.Widget
Gets the panel-defined layout data associated with this widget.
getLeafType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getLeafType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
For array types, recursively looks for the element type that is not an array.
getLeft() - Method in class com.google.gwt.dom.client.Style
Get the left css property.
getLeft() - Method in interface com.google.gwt.resources.client.ImageResource
Returns the horizontal position of the image within the composite image.
getLeftWidget() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Gets the widget in the left side of the panel.
getLength() - Method in class com.google.gwt.canvas.dom.client.CanvasPixelArray
Returns the length of the array.
getLength() - Method in class com.google.gwt.dom.client.NodeCollection
This attribute specifies the length or size of the list.
getLength() - Method in class com.google.gwt.dom.client.NodeList
The number of nodes in the list.
getLength() - Method in class com.google.gwt.dom.client.SelectElement
The number of options in this SELECT.
getLength() - Method in class com.google.gwt.dom.client.Text
The number of characters available through the data property.
getLength() - Method in class com.google.gwt.storage.client.Storage
Returns the number of items in this Storage.
getLength() - Method in class com.google.gwt.view.client.Range
Get the length of the range.
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.
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.All
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Config
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Fine
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Finer
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Finest
 
getLevel() - Method in interface com.google.gwt.logging.client.DefaultLevel
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Info
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Severe
 
getLevel() - Method in class com.google.gwt.logging.client.DefaultLevel.Warning
 
getLikelyRegionCodes() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
getLikelyRegionCodes() - Method in interface com.google.gwt.i18n.client.LocalizedNames
 
getLimit() - Method in class com.google.gwt.user.client.ui.SuggestBox
Gets the limit for the number of suggestions that should be displayed for this box.
getLimit() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Gets the limit on the number of suggestions that should be created.
getLineCap() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current line-cap style.
getLineJoin() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current line-join style.
getLineWidth() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current line-width.
getLinker() - Method in class com.google.gwt.core.ext.linker.Artifact
Returns the Linker that created the Artifact.
getList() - Method in class com.google.gwt.editor.client.adapters.ListEditor
Returns a live view of the ListEditor's backing data.
getList() - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler
 
getList() - Method in class com.google.gwt.view.client.ListDataProvider
Get the list that backs this model.
getListener() - Method in class com.google.gwt.user.client.BaseListenerWrapper
Deprecated. Gets the listener being wrapped.
getListStyleType() - Method in class com.google.gwt.dom.client.Style
Gets the list-style-type CSS property.
getLiteralTypeName() - Method in interface com.google.gwt.core.ext.soyc.Story
If the Story represents a literal value, this method will return a description of the type of literal.
getLoadingIndicator() - Method in class com.google.gwt.user.cellview.client.CellList
Get the widget displayed when the data is loading.
getLoadingIndicator() - Method in class com.google.gwt.user.cellview.client.CellTable
Get the widget displayed when the data is loading.
getLoadingRenderer() - Method in class com.google.gwt.cell.client.ImageLoadingCell.DefaultRenderers
Returns the renderer for a loading image.
getLoadingRenderer() - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Renderers
Get the renderer used to render a loading message.
getLoadingState() - Method in class com.google.gwt.user.cellview.client.LoadingStateChangeEvent
Get the new LoadingStateChangeEvent.LoadingState associated with this event.
getLocaleCookieName() - Static method in class com.google.gwt.i18n.client.LocaleInfo
Returns the name of the name of the cookie holding the locale to use, which is defined in the config property locale.cookie.
getLocaleFactory() - Static method in class com.google.gwt.i18n.rebind.LocaleUtils
Get a shared GwtLocale factory so instances are cached between all uses.
getLocaleName() - Method in class com.google.gwt.i18n.client.LocaleInfo
Returns the name of this locale, such as "default, "en_US", etc.
getLocaleNativeDisplayName(String) - Static method in class com.google.gwt.i18n.client.LocaleInfo
Returns the display name of the requested locale in its native locale, if possible.
getLocaleQueryParam() - Static method in class com.google.gwt.i18n.client.LocaleInfo
Returns the name of the query parameter holding the locale to use, which is defined in the config property locale.queryparam.
getLocalizedNames() - Method in class com.google.gwt.i18n.client.LocaleInfo
 
getLocalStorageIfSupported() - Static method in class com.google.gwt.storage.client.Storage
Returns a Local Storage.
getLoggingRequest() - Method in interface com.google.gwt.requestfactory.client.RequestFactoryLogHandler.LoggingRequestProvider
Deprecated. Returns the logging request.
getLoggingRequest() - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler.LoggingRequestProvider
Returns the logging request.
getLongDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_LONG instead
getLongDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_TIME_LONG instead
getLongDesc() - Method in class com.google.gwt.dom.client.FrameElement
URI designating a long description of this image or frame.
getLongName(Date) - Method in class com.google.gwt.i18n.client.TimeZone
Returns the long version of the time zone name for the given date; the result of this method will be different if daylight savings time is in effect.
getLongTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.TIME_LONG instead
getLowerBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
Returns the lower bounds of this wildcard type.
getMap(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up Map by method name.
getMap() - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParsers
Deprecated.  
getMargin() - Method in class com.google.gwt.dom.client.Style
Get the margin css property.
getMarginBottom() - Method in class com.google.gwt.dom.client.Style
Get the margin-bottom css property.
getMarginHeight() - Method in class com.google.gwt.dom.client.FrameElement
Frame margin height, in pixels.
getMarginHeight() - Method in class com.google.gwt.dom.client.IFrameElement
Frame margin height, in pixels.
getMarginLeft() - Method in class com.google.gwt.dom.client.Style
Get the margin-left css property.
getMarginRight() - Method in class com.google.gwt.dom.client.Style
Get the margin-right css property.
getMarginTop() - Method in class com.google.gwt.dom.client.Style
Get the margin-top css property.
getMarginWidth() - Method in class com.google.gwt.dom.client.FrameElement
Frame margin width, in pixels.
getMarginWidth() - Method in class com.google.gwt.dom.client.IFrameElement
Frame margin width, in pixels.
getMaximumHorizontalScrollPosition() - Method in interface com.google.gwt.user.client.ui.HasHorizontalScrolling
Get the maximum position of horizontal scrolling.
getMaximumHorizontalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
getMaximumVerticalScrollPosition() - Method in interface com.google.gwt.user.client.ui.HasVerticalScrolling
Get the maximum position of vertical scrolling.
getMaximumVerticalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
getMaxLength() - Method in class com.google.gwt.dom.client.InputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
getMaxLength() - Method in class com.google.gwt.user.client.ui.TextBox
Gets the maximum allowable length of the text box.
getMaxLength() - Method in class com.google.gwt.user.client.ui.ValueBox
Gets the maximum allowable length.
getMd5Digest(byte[]) - Static method in class com.google.gwt.util.tools.Utility
Generate MD5 digest.
getMedia() - Method in class com.google.gwt.dom.client.LinkElement
Designed for use with one or more target media.
getMedia() - Method in class com.google.gwt.dom.client.StyleElement
Designed for use with one or more target media.
getMediaElement() - Method in class com.google.gwt.media.client.MediaBase
Returns the attached Media Element.
getMediumDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_MEDIUM instead
getMediumDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_TIME_MEDIUM instead
getMediumTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.TIME_MEDIUM instead
getMemberName() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the name of the member if the symbol is a method or field.
getMembers() - Method in interface com.google.gwt.core.ext.soyc.Story
Gets the Members of the compilation that the Story is about.
getMessage() - Method in exception com.google.gwt.core.client.JavaScriptException
 
getMessage() - Method in interface com.google.gwt.editor.client.EditorError
Returns a message associated with the error.
getMessage() - Method in class com.google.gwt.editor.client.testing.MockEditorError
 
getMessage() - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
getMessage() - Method in interface com.google.gwt.requestfactory.shared.messages.ViolationMessage
Deprecated.  
getMessage() - Method in class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Return the failure message.
getMessage() - Method in interface com.google.gwt.requestfactory.shared.Violation
Deprecated. Returns the message associated with this Violation.
getMessage() - Method in class com.google.gwt.user.client.Window.ClosingEvent
Get the message that will be presented to the user in a confirmation dialog that asks the user whether or not she wishes to navigate away from the page.
getMessage() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
getMessage() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
 
getMessage() - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
Return the failure message.
getMessage() - Method in interface com.google.web.bindery.requestfactory.shared.Violation
Returns the message associated with this Violation.
getMetaData(String) - Method in interface com.google.gwt.core.ext.typeinfo.HasMetaData
Deprecated. Javadoc comment metadata has been deprecated in favor of proper Java annotations. See HasAnnotations.getAnnotation(Class) for equivalent functionality.
getMetaDataTags() - Method in interface com.google.gwt.core.ext.typeinfo.HasMetaData
Deprecated. Javadoc comment metadata has been deprecated in favor of proper Java annotations. The HasAnnotations interface does not support a mechanism to enumerate all of the annotations on a member; the type of the desired annotation must be known.
getMetaKey() - Method in class com.google.gwt.dom.client.NativeEvent
Gets whether the META key was depressed when the given event occurred.
getMethod(String, JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JAnnotationType
 
getMethod(String, JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getMethod() - Method in class com.google.gwt.dom.client.FormElement
HTTP method [IETF RFC 2616] used to submit form.
getMethod() - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
getMethod() - Method in class com.google.gwt.user.client.ui.FormPanel
Gets the HTTP method used for submitting this form.
getMethod() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Get the request's method.
getMethod() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
getMethodByPath(JClassType, List<String>, JType) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Finds a method by following a dotted path interpreted as a series of no-arg method invocations from an instance of a given root type.
getMethodId(Class<?>, String, Class<?>...) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns the name of the top-level function which implements the named method that takes the exact arguments specified.
getMethodId(String, String, String...) - Method in class com.google.gwt.rpc.server.ClientOracle
This is similar to ClientOracle.getMethodId(Class, String, Class...) but does not search supertypes.
getMethodId(Class<?>, String, Class<?>...) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getMethodId(String, String, String...) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getMethodId(Class<?>, String, Class<?>...) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getMethodId(String, String, String...) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getMethodId(Class<?>, String, Class<?>...) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
This will search superclasses.
getMethodId(String, String, String...) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getMethods() - Method in interface com.google.gwt.core.ext.soyc.ClassMember
Returns the methods of the ClassMember that have been retained in the compiled output.
getMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getMilliseconds() - Method in class com.google.gwt.core.client.JsDate
Returns the milliseconds, between 0 and 999.
getMinimumColumnWidth() - Method in class com.google.gwt.user.cellview.client.CellBrowser
Get the minimum width of columns.
getMinimumHorizontalScrollPosition() - Method in interface com.google.gwt.user.client.ui.HasHorizontalScrolling
Get the minimum position of horizontal scrolling.
getMinimumHorizontalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
getMinimumVerticalScrollPosition() - Method in interface com.google.gwt.user.client.ui.HasVerticalScrolling
Get the minimum position of vertical scrolling.
getMinimumVerticalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
getMinutes() - Method in class com.google.gwt.core.client.JsDate
Returns the minutes, between 0 and 59.
getMiterLimit() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current miter-limit.
getModel() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Gets the CalendarModel associated with this date picker.
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.
getModuleCount() - Static method in class com.google.gwt.junit.client.GWTTestCase
Get the number of modules.
getModuleFunctionName() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns the name of the module's bootstrap function.
getModuleInherit() - Method in class com.google.gwt.benchmarks.client.Benchmark.BenchmarkStrategy
 
getModuleInherit() - Method in class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
 
getModuleLastModified() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns the time at which the module being compiled was last modified.
getModuleName() - Static method in class com.google.gwt.core.client.GWT
Gets the name of the running module.
getModuleName() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns the name of the module being compiled.
getModuleName() - Method in class com.google.gwt.junit.client.GWTTestCase
Specifies a module to use when running this test case.
getModuleName() - Method in class com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
 
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.IFrameLinker
 
getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.linker.IFrameLinker
 
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.SingleScriptLinker
Unimplemented.
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.XSLinker
 
getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.linker.XSLinker
 
getModuleSuffix(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getModuleSuffix(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
 
getModuleSuffix(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.SingleScriptLinker
Unimplemented.
getModuleSuffix(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.XSLinker
 
getMomentum() - Method in class com.google.gwt.touch.client.TouchScroller
Get the Momentum that controls scrolling after the user completes a gesture.
getMonth() - Method in class com.google.gwt.core.client.JsDate
Returns the month, from 0 (January) to 6 December.
getMonthAndYearFormatter() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Gets the month and year formatter.
getMonthSelector() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Gets the MonthSelector associated with this date picker.
getMoreSuggestionsCount() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Gets how many more suggestions there are.
getMouseWheelVelocityY() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the velocity of the mouse wheel associated with the event along the Y axis.
getMultiline() - Method in class com.google.gwt.regexp.shared.RegExp
Returns whether '$' and '^' match line returns ('\n' and '\r') in addition to the beginning or end of the string.
getMultiple() - Method in class com.google.gwt.dom.client.SelectElement
If true, multiple OPTION elements may be selected in this SELECT.
getName() - Method in exception com.google.gwt.core.client.JavaScriptException
Returns the original JavaScript type name of the exception; may be null.
getName() - Method in interface com.google.gwt.core.ext.ConfigurationProperty
The name of the property.
getName() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
 
getName() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
getName() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Returns the name of the configuration property.
getName() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns the name of the deferred binding property.
getName() - Method in interface com.google.gwt.core.ext.SelectionProperty
The name of the property.
getName() - Method in class com.google.gwt.core.ext.ServletContainerLauncher
 
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Returns the name of the package.
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JParameter
 
getName() - Method in class com.google.gwt.dom.client.AnchorElement
Anchor name.
getName() - Method in class com.google.gwt.dom.client.ButtonElement
Form control or object name when submitted with a form.
getName() - Method in class com.google.gwt.dom.client.FormElement
Names the form.
getName() - Method in class com.google.gwt.dom.client.FrameElement
The frame name (object of the target attribute).
getName() - Method in class com.google.gwt.dom.client.IFrameElement
The frame name (object of the target attribute).
getName() - Method in class com.google.gwt.dom.client.InputElement
Form control or object name when submitted with a form.
getName() - Method in class com.google.gwt.dom.client.MapElement
Names the map (for use with usemap).
getName() - Method in class com.google.gwt.dom.client.MetaElement
Meta information name.
getName() - Method in class com.google.gwt.dom.client.ObjectElement
Form control or object name when submitted with a form.
getName() - Method in class com.google.gwt.dom.client.ParamElement
The name of a run-time parameter.
getName() - Method in class com.google.gwt.dom.client.SelectElement
Form control or object name when submitted with a form.
getName() - Method in class com.google.gwt.dom.client.TextAreaElement
Form control or object name when submitted with a form.
getName() - Method in class com.google.gwt.event.dom.client.DomEvent.Type
Gets the name associated with this event type.
getName() - Method in class com.google.gwt.http.client.Header
Returns the name of the HTTP header.
getName() - Method in class com.google.gwt.i18n.client.PluralRule.PluralForm
Returns the name.
getName() - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
Returns the name.
getName() - Method in interface com.google.gwt.resources.client.ResourcePrototype
Returns the name of the function within the ClientBundle used to create the ResourcePrototype.
getName() - Method in class com.google.gwt.user.client.ui.Anchor
 
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.SimpleCheckBox
 
getName() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
getName() - Method in class com.google.gwt.util.tools.ToolBase
 
getName() - Method in interface com.google.gwt.xml.client.Attr
This method retrieves the name.
getNamedItem(String) - Method in class com.google.gwt.dom.client.NodeCollection
This method retrieves a Node using a name.
getNamedItem(String) - Method in interface com.google.gwt.xml.client.NamedNodeMap
This method gets the item having the given name.
getNames() - Method in class com.google.gwt.i18n.client.TimeZoneInfo
 
getNamespaceURI() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the namespace URI.
getNativeButton() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the button value.
getNativeEvent() - Method in class com.google.gwt.event.dom.client.DomEvent
 
getNativeEvent() - Method in interface com.google.gwt.event.dom.client.HasNativeEvent
Gets the underlying native event.
getNativeEvent() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
 
getNativeEvent() - Method in class com.google.gwt.view.client.CellPreviewEvent
Get the NativeEvent to preview.
getNativeKeyCode() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
Gets the native key code.
getNegativePrefix() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the prefix to use for negative values.
getNegativeSuffix() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the suffix to use for negative values.
getNestedType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getNestedTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getNetworkState() - Method in class com.google.gwt.dom.client.MediaElement
Returns the network state, one of MediaElement.NETWORK_EMPTY, MediaElement.NETWORK_IDLE, MediaElement.NETWORK_LOADING, or MediaElement.NETWORK_NO_SOURCE.
getNetworkState() - Method in class com.google.gwt.media.client.MediaBase
Returns the network state, one of MediaElement.NETWORK_EMPTY, MediaElement.NETWORK_IDLE, MediaElement.NETWORK_LOADING, or MediaElement.NETWORK_NO_SOURCE.
getNewPlace() - Method in class com.google.gwt.place.shared.PlaceChangeEvent
Return the new Place.
getNewPlace() - Method in class com.google.gwt.place.shared.PlaceChangeRequestEvent
Returns the place we may navigate to, or null on window close.
getNewRange() - Method in class com.google.gwt.view.client.RangeChangeEvent
Gets the new range.
getNewRowCount() - Method in class com.google.gwt.view.client.RowCountChangeEvent
Gets the new row count.
getNewValue() - Method in class com.google.gwt.storage.client.StorageEvent
Returns the new value of the key being changed.
getNewXsrfToken() - Method in interface com.google.gwt.user.client.rpc.XsrfTokenService
 
getNewXsrfToken(AsyncCallback<XsrfToken>) - Method in interface com.google.gwt.user.client.rpc.XsrfTokenServiceAsync
 
getNewXsrfToken() - Method in class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
Generates and returns new XSRF token.
getNextSibling() - Method in class com.google.gwt.dom.client.Node
The node immediately following this node.
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.
getNextSiblingElement() - Method in class com.google.gwt.dom.client.Element
The element immediately following this element.
getNodeInfo(T) - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
Get the TreeViewModel.NodeInfo that will provide the information to retrieve and display the children of the specified value.
getNodeInfo(T) - Method in interface com.google.gwt.view.client.TreeViewModel
Get the TreeViewModel.DefaultNodeInfo that will provide the ProvidesKey, Cell, and HasData instances to retrieve and display the children of the specified value.
getNodeName() - Method in class com.google.gwt.dom.client.Node
The name of this node, depending on its type; see the table above.
getNodeName() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the name.
getNodeType() - Method in class com.google.gwt.dom.client.Node
A code representing the type of the underlying object, as defined above.
getNodeType() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the type.
getNodeValue() - Method in class com.google.gwt.dom.client.Node
The value of this node, depending on its type; see the table above.
getNodeValue() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the value.
getNonParameterizedQualifiedSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
Deprecated. See JType.getQualifiedSourceName()
getNoWrap() - Method in class com.google.gwt.autobean.server.Configuration
Deprecated.  
getNoWrap() - Method in class com.google.web.bindery.autobean.vm.Configuration
 
getNumber(int) - Method in class com.google.gwt.core.client.JsArrayMixed
Gets the double at a given index.
getNumber() - Method in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Gets the HTML font number associated with this font size.
getNumberConstants() - Method in interface com.google.gwt.i18n.client.constants.LocaleConstants
 
getNumberConstants() - Method in class com.google.gwt.i18n.client.LocaleInfo
Returns a NumberConstants instance for this locale.
getNumberConstants() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the NumberConstants instance for this formatter.
getObject(int) - Method in class com.google.gwt.core.client.JsArrayMixed
Gets the JavaScriptObject at a given index.
getObject() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Returns null or the last value provided to MockSimpleBeanEditorDriver.edit(T).
getOffset(Date) - Method in class com.google.gwt.i18n.client.TimeZone
Returns the RFC representation of the time zone name for the given date.
getOffsetHeight() - Method in class com.google.gwt.dom.client.Element
The height of an element relative to the layout.
getOffsetHeight() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the panel's offset height in pixels.
getOffsetHeight() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's offset height in pixels.
getOffsetLeft() - Method in class com.google.gwt.dom.client.Element
The number of pixels that the upper left corner of the current element is offset to the left within the offsetParent node.
getOffsetParent() - Method in class com.google.gwt.dom.client.Element
Returns a reference to the object which is the closest (nearest in the containment hierarchy) positioned containing element.
getOffsetTop() - Method in class com.google.gwt.dom.client.Element
The number of pixels that the upper top corner of the current element is offset to the top within the offsetParent node.
getOffsetWidth() - Method in class com.google.gwt.dom.client.Element
The width of an element relative to the layout.
getOffsetWidth() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the panel's offset width in pixels.
getOffsetWidth() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's offset width in pixels.
getOldValue() - Method in class com.google.gwt.storage.client.StorageEvent
Returns the old value of the key being changed.
getOpacity() - Method in class com.google.gwt.dom.client.Style
Get the opacity css property.
getOperableFields() - Method in class com.google.gwt.rpc.linker.RpcDataArtifact
 
getOperableFields(Class<?>) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns the fields of a given class that should be serialized.
getOperableFields(Class<?>) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getOperableFields(Class<?>) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Falls back to reflectively analyzing the provided class.
getOperableFields(Class<?>) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getOperation() - Method in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
getOperation() - Method in interface com.google.gwt.requestfactory.shared.messages.OperationMessage
Deprecated.  
getOperation() - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
getOperation() - Method in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
 
getOperations() - Method in interface com.google.gwt.requestfactory.shared.messages.RequestMessage
Deprecated.  
getOperations() - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
getOperations() - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
 
getOperations() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
getOptions() - Method in class com.google.gwt.dom.client.SelectElement
The collection of OPTION elements contained by this element.
getOptionText(OptionElement) - Method in class com.google.gwt.user.client.ui.ListBox
Retrieves the text of an option element.
getOracle() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getOracle() - Method in class com.google.gwt.rpc.server.WebModeClientOracle.Builder
 
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.
getOrdinal() - Method in interface com.google.gwt.core.ext.typeinfo.JEnumConstant
Returns the ordinal value for this enumeration constant.
getOrdinal() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
 
getOriginalProxy() - Method in interface com.google.gwt.requestfactory.shared.Violation
Deprecated. If the ConstraintViolation occurred while validating a value object that originated from the server, this method will return a BaseProxy that contains the original values.
getOriginalProxy() - Method in interface com.google.web.bindery.requestfactory.shared.Violation
If the ConstraintViolation occurred while validating a value object that originated from the server, this method will return a BaseProxy that contains the original values.
getOriginLeft() - Method in class com.google.gwt.user.client.ui.Image
Gets the horizontal co-ordinate of the upper-left vertex of the image's visibility rectangle.
getOriginTop() - Method in class com.google.gwt.user.client.ui.Image
Gets the vertical co-ordinate of the upper-left vertex of the image's visibility rectangle.
getOverflow() - Method in class com.google.gwt.dom.client.Style
Gets the overflow CSS property.
getOverflowX() - Method in class com.google.gwt.dom.client.Style
Gets the overflow-x CSS property.
getOverflowY() - Method in class com.google.gwt.dom.client.Style
Gets the overflow-y CSS property.
getOverloads(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getOverridableMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Iterates over the most-derived declaration of each unique overridable method available in the type hierarchy of the specified type, including those found in superclasses and superinterfaces.
getOverrides() - Method in interface com.google.gwt.core.ext.soyc.HasOverrides
Returns the complete set of overridden members.
getOwnerDocument() - Method in class com.google.gwt.dom.client.Node
The Document object associated with this node.
getOwnerDocument() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the owner document.
getPackage() - Method in interface com.google.gwt.core.ext.soyc.ClassMember
Returns the Java package from which the ClassMember originated.
getPackage() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getPackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets a package by name.
getPackages() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets an array of all packages known to this type oracle.
getPadding() - Method in class com.google.gwt.dom.client.Style
Get the padding css property.
getPaddingBottom() - Method in class com.google.gwt.dom.client.Style
Get the padding-bottom css property.
getPaddingLeft() - Method in class com.google.gwt.dom.client.Style
Get the padding-left css property.
getPaddingRight() - Method in class com.google.gwt.dom.client.Style
Get the padding-right css property.
getPaddingTop() - Method in class com.google.gwt.dom.client.Style
Get the padding-top css property.
getPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Get the current page index.
getPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
getPageCount() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Get the number of pages based on the data size.
getPageCount() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
getPageSize() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Return the range size.
getPageSize() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Get the page size.
getPageSize() - Method in class com.google.gwt.user.client.ui.ValuePicker
 
getPageStart() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Return the range start.
getPageStart() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Get the page start index.
getPageX() - Method in class com.google.gwt.dom.client.Touch
Gets the touch x-position within the browser document.
getPageY() - Method in class com.google.gwt.dom.client.Touch
Gets the touch y-position within the browser document.
getParameter(String) - Static method in class com.google.gwt.user.client.Window.Location
Gets the URL's parameter of the specified name.
getParameterizedQualifiedSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getParameterizedQualifiedSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
getParameterizedType(JGenericType, JClassType, JClassType[]) - 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.
getParameterizedType(JGenericType, JClassType[]) - 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.
getParameterMap() - Static method in class com.google.gwt.user.client.Window.Location
Returns a Map of the URL query parameters for the host page; since changing the map would not change the window's location, the map returned is immutable.
getParameters() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getParameters() - Method in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
getParameters() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Get the request's parameters.
getParameters() - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
getParameterTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getParams() - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
getParams() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
getParent() - Method in interface com.google.gwt.user.cellview.client.TreeNode
Get the parent node of this node.
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.
getParentElement() - Method in class com.google.gwt.dom.client.Node
Gets the parent element of this node.
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.
getParentMenu() - Method in class com.google.gwt.user.client.ui.MenuItemSeparator
Gets the menu that contains this item.
getParentNode() - Method in class com.google.gwt.dom.client.Node
The parent of this node.
getParentNode() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the parent.
getPartialPath() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Returns the partial path within the output directory of the EmittedArtifact.
getPassword() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the password previously set by RequestBuilder.setPassword(String), or null if no password was set.
getPath() - Method in interface com.google.gwt.editor.client.EditorDelegate
Returns the Editor's path, relative to the root object.
getPath() - Method in interface com.google.gwt.editor.client.EditorError
Returns the path of the error relative to the Editor receiving the error.
getPath() - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
Returns a zero-length string or the last value passed to MockEditorDelegate.setPath(java.lang.String).
getPath() - Method in class com.google.gwt.editor.client.testing.MockEditorError
 
getPath() - Method in interface com.google.gwt.requestfactory.shared.messages.ViolationMessage
Deprecated.  
getPath() - Method in interface com.google.gwt.requestfactory.shared.Violation
Deprecated. Returns the path associated with this Violation.
getPath() - Static method in class com.google.gwt.user.client.Window.Location
Gets the path to the URL.
getPath() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
 
getPath() - Method in interface com.google.web.bindery.requestfactory.shared.Violation
Returns the path associated with this Violation.
getPathElement(E) - Method in class com.google.gwt.editor.client.adapters.ListEditor
 
getPathElement(E) - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
Returns an empty string because there is only ever one sub-editor used.
getPathElement(E) - Method in interface com.google.gwt.editor.client.CompositeEditor
Used to implement EditorDelegate.getPath() for the component Editors.
getPaths() - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Returns a new array containing the request paths.
getPaths() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns a zero-length array.
getPaths() - Method in class com.google.gwt.requestfactory.ui.client.ProxyRenderer
Deprecated. The properties required by this renderer.
getPaths() - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Returns a new array containing the request paths.
getPaths() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns a zero-length array.
getPaths() - Method in class com.google.web.bindery.requestfactory.gwt.ui.client.ProxyRenderer
The properties required by this renderer.
getPattern() - Method in class com.google.gwt.i18n.client.DateTimeFormat
Retrieve the pattern used in this DateTimeFormat object.
getPattern() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the pattern used by this number format.
getPayload() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns a wire-format representation of the data.
getPayload() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns a wire-format representation of the data.
getPercentFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard percent format for the default locale.
getPermuationBase() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
getPermuationId() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
getPermutationDescription() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
getPermutationId() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the permutation ID.
getPermutationIds() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
getPermutationStrongName() - Static method in class com.google.gwt.core.client.GWT
Returns the permutation's strong name.
getPermutationStrongName() - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Returns the strong name of the permutation, as reported by the client that issued the request, or null if it could not be determined.
getPlace(String) - Method in interface com.google.gwt.place.shared.PlaceHistoryMapper
Returns the Place associated with the given token.
getPlace(String) - Method in interface com.google.gwt.place.shared.PlaceTokenizer
Returns the Place associated with the given token.
getPlatform() - Static method in class com.google.gwt.user.client.Window.Navigator
Gets the navigator.platform.
getPlaybackRate() - Method in class com.google.gwt.dom.client.MediaElement
Returns the playback rate, where 1.0 corresponds to normal playback.
getPlaybackRate() - Method in class com.google.gwt.media.client.MediaBase
Returns the playback rate, where 1.0 corresponds to normal playback.
getPlayed() - Method in class com.google.gwt.dom.client.MediaElement
Returns a TimeRanges object indicating which portions of the source have been played.
getPlayed() - Method in class com.google.gwt.media.client.MediaBase
Returns a TimeRanges object indicating which portions of the source have been played.
getPopupLeft() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the popup's left position relative to the browser's client area.
getPopupPanel() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Get the PopupPanel used to display suggestions.
getPopupTop() - Method in class com.google.gwt.user.client.ui.PopupPanel
Gets the popup's top position relative to the browser's client area.
getPort() - Method in class com.google.gwt.core.ext.ServletContainer
Returns the port on which the server is running.Used to construct a URL to reach the servlet container.
getPort() - Static method in class com.google.gwt.user.client.Window.Location
Gets the URL's port.
getPortableCurrencySymbol() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns the default symbol to use for this currency, intended to be recognizable in most locales.
getPortableCurrencySymbol() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
getPosition() - Method in class com.google.gwt.dom.client.Style
Gets the position CSS property.
getPosition() - Method in class com.google.gwt.touch.client.Momentum.State
Get the current position.
getPositivePrefix() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the prefix to use for positive values.
getPositiveSuffix() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns the suffix to use for positive values.
getPossibleValues() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
getPossibleValues() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns all possible values for this deferred binding property.
getPossibleValues() - Method in interface com.google.gwt.core.ext.SelectionProperty
Returns the possible values for the property in sorted order.
getPoster() - Method in class com.google.gwt.dom.client.VideoElement
Returns a poster URL.
getPoster() - Method in class com.google.gwt.media.client.Video
Returns a poster URL.
getPrefix() - Method in class com.google.gwt.core.ext.TreeLogger.HelpInfo
 
getPrefix() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the prefix.
getPreload() - Method in class com.google.gwt.dom.client.MediaElement
Returns the preload setting, one of MediaElement.PRELOAD_AUTO, MediaElement.PRELOAD_METADATA, or MediaElement.PRELOAD_NONE.
getPreload() - Method in class com.google.gwt.media.client.MediaBase
Returns the preload setting, one of MediaElement.PRELOAD_AUTO, MediaElement.PRELOAD_METADATA, or MediaElement.PRELOAD_NONE.
getPreviousSibling() - Method in class com.google.gwt.dom.client.Node
The node immediately preceding this node.
getPreviousSibling() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the previous sibling.
getProperties() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns all deferred binding properties defined in the module.
getProperty(String) - Method in class com.google.gwt.dom.client.Style
Gets the value of a named property.
getProperty(Object, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Retrieve the named property from the domain object.
getProperty(Object, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getProperty(Object, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Retrieve the named property from the domain object.
getProperty(Object, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getPropertyBoolean(String) - Method in class com.google.gwt.dom.client.Element
Gets a boolean property from this element.
getPropertyDouble(String) - Method in class com.google.gwt.dom.client.Element
Gets a double property from this element.
getPropertyInt(String) - Method in class com.google.gwt.dom.client.Element
Gets an integer property from this element.
getPropertyJSO(String) - Method in class com.google.gwt.dom.client.Element
Gets a JSO property from this element.
getPropertyKeys() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns all keys available in the Splittable.
getPropertyKeys() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns all keys available in the Splittable.
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Provides values for SelectionProperty instances that are not explicitly set during the compilation phase.
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.SoftPermutation
Returns only the collapsed selection properties that resulted in the particular soft permutation.
getPropertyMap() - Method in interface com.google.gwt.requestfactory.shared.messages.OperationMessage
Deprecated.  
getPropertyMap() - Method in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
 
getPropertyObject(String) - Method in class com.google.gwt.dom.client.Element
Gets an object property from this element.
getPropertyOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Gets the property oracle for the current generator context.
getPropertyOracle() - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
getPropertyProvider(TreeLogger, SortedSet<ConfigurationProperty>) - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns a raw function body that provides the runtime value to be used for a deferred binding property.
getPropertyRefs() - Method in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
getPropertyRefs() - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
getPropertyString(String) - Method in class com.google.gwt.dom.client.Element
Gets a property from this element.
getPropertyValue(TreeLogger, String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Deprecated. 
getPropertyValueSet(TreeLogger, String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Deprecated. 
getProtocol() - Static method in class com.google.gwt.user.client.Window.Location
Gets the URL's protocol.
getProvidesKey() - Method in class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
 
getProvidesKey() - Method in interface com.google.gwt.view.client.TreeViewModel.NodeInfo
Return the key provider for children of this node.
getProxiedInstance() - Method in interface com.google.gwt.user.client.AsyncProxy
Returns the underlying proxied object if it has been instantiated or null.
getProxy() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns null or the last value recorded.
getProxy() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns null or the last value recorded.
getProxyClass() - Method in interface com.google.gwt.requestfactory.shared.EntityProxyId
Deprecated. Returns the class of the proxy identified.
getProxyClass(String) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Return the class object which may be used to create new instances of the type of this token, via RequestContext.create(java.lang.Class).
getProxyClass() - Method in class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
 
getProxyClass() - Method in interface com.google.web.bindery.requestfactory.shared.EntityProxyId
Returns the class of the proxy identified.
getProxyClass(String) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Return the class object which may be used to create new instances of the type of this token, via RequestContext.create(java.lang.Class).
getProxyId() - Method in class com.google.gwt.requestfactory.shared.EntityProxyChange
Deprecated. Returns an unpopulated copy of the changed proxy — all properties are undefined except its id.
getProxyId(String) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Return the appropriate EntityProxyId using a string returned from RequestFactory.getHistoryToken(EntityProxyId).
getProxyId() - Method in interface com.google.gwt.requestfactory.shared.Violation
Deprecated. Returns the proxy id associated with this Violation if the object associated with the violation is an EntityProxy.
getProxyId() - Method in class com.google.web.bindery.requestfactory.shared.EntityProxyChange
Returns an unpopulated copy of the changed proxy — all properties are undefined except its id.
getProxyId(String) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Return the appropriate EntityProxyId using a string returned from RequestFactory.getHistoryToken(EntityProxyId).
getProxyId() - Method in interface com.google.web.bindery.requestfactory.shared.Violation
Returns the proxy id associated with this Violation if the object associated with the violation is an EntityProxy.
getPurpose() - Method in class com.google.gwt.user.tools.util.ArgHandlerAddToClassPath
 
getPurpose() - Method in class com.google.gwt.user.tools.util.ArgHandlerIgnore
 
getPurpose() - Method in class com.google.gwt.user.tools.util.ArgHandlerOverwrite
 
getPurpose() - Method in class com.google.gwt.util.tools.ArgHandler
 
getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
 
getQualifiedBinaryName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getQualifiedBinaryName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
A binary type name as specified by the Java Language Spec, ThirdEdition.
getQualifiedBoxedSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getQualifiedSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getQualifiedSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns a type name as it would be specified in Java source, with the package name included.
getQualifiedSourceName() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
getQuery() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Gets the query string.
getQueryId() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the queryId for castability comparisons.
getQueryId(Class<?>) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns the assigned castability queryId of a given type.
getQueryId(Class<?>) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getQueryId(Class<?>) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getQueryId(Class<?>) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getQueryParam() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
Return the name of the URL query param to potentially get the locale value from.
getQueryString() - Static method in class com.google.gwt.user.client.Window.Location
Gets the URL's query string.
getRanges() - Method in class com.google.gwt.view.client.AbstractDataProvider
Get the current ranges of all displays.
getRank() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
 
getRawType() - Method in interface com.google.gwt.core.ext.typeinfo.JGenericType
 
getRawType() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getReadableDeclaration() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getReadableDeclaration(boolean, boolean, boolean, boolean, boolean) - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
 
getReadOnly() - Method in class com.google.gwt.dom.client.TextAreaElement
Deprecated. use TextAreaElement.isReadOnly() instead.
getReadyState() - Method in class com.google.gwt.dom.client.MediaElement
Returns the current state of the media with respect to rendering the current playback position, as one of the constants MediaElement.HAVE_CURRENT_DATA, MediaElement.HAVE_ENOUGH_DATA, MediaElement.HAVE_FUTURE_DATA, MediaElement.HAVE_METADATA, or MediaElement.HAVE_NOTHING .
getReadyState() - Method in class com.google.gwt.media.client.MediaBase
Returns the current state of the media with respect to rendering the current playback position, as one of the constants MediaElement.HAVE_CURRENT_DATA, MediaElement.HAVE_ENOUGH_DATA, MediaElement.HAVE_FUTURE_DATA, MediaElement.HAVE_METADATA, or MediaElement.HAVE_NOTHING .
getReadyState() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Get's the current ready-state.
getReason() - Method in exception com.google.gwt.core.client.CodeDownloadException
 
getRedAt(int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns the red value at position (x,y).
getReferrer() - Method in class com.google.gwt.dom.client.Document
Returns the URI of the page that linked to this page.
getRegion() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getRegion() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the region portion of the locale, or null if none.
getRegionName(String) - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
getRegionName(String) - Method in interface com.google.gwt.i18n.client.LocalizedNames
Get the localized name of a given region in this locale.
getRegionNameImpl(String) - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
getRegionNotNull() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getRegionNotNull() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the region portion of the locale, or the empty string if none.
getRegistrationSize() - Method in class com.google.web.bindery.event.shared.ResettableEventBus
Visible for testing
getReified(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns a value previously set with Splittable.setReified(String, Object).
getRel() - Method in class com.google.gwt.dom.client.AnchorElement
Forward link type.
getRel() - Method in class com.google.gwt.dom.client.LinkElement
Forward link type.
getRelatedEventTarget() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the related target for this event.
getRelatedTarget() - Method in class com.google.gwt.event.dom.client.MouseOutEvent
Gets the target to which the mouse pointer was moved.
getRelatedTarget() - Method in class com.google.gwt.event.dom.client.MouseOverEvent
Gets the target from which the mouse pointer was moved.
getRelatedTarget() - Method in class com.google.gwt.user.client.Event
Deprecated. use NativeEvent.getRelatedEventTarget() instead
getRelativeElement() - Method in class com.google.gwt.event.dom.client.DomEvent
Gets the element relative to which event coordinates will be measured.
getRelativeX(Element) - Method in class com.google.gwt.dom.client.Touch
Gets the touch x-position relative to a given element.
getRelativeX(Element) - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse x-position relative to a given element.
getRelativeY(Element) - Method in class com.google.gwt.dom.client.Touch
Gets the touch y-position relative to a given element.
getRelativeY(Element) - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse y-position relative to a given element.
getReloadCount() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Deprecated. This method will always return 0 because a TypeOracle never gets reloaded anymore. Callers should not rely on this value to manage static state.
getRenderer() - Method in class com.google.gwt.cell.client.AbstractSafeHtmlCell
Return the SafeHtmlRenderer used by this cell.
getRepeat() - Method in class com.google.gwt.user.client.Event
Deprecated. not supported on all browsers
getRepeatingCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
Returns the RepeatingCommands that have been passed into the MockScheduler.
getReplacements(String, String) - Method in class com.google.gwt.user.tools.WebAppCreator
 
getReplacementString() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
 
getReplacementString() - Method in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
Gets the replacement string associated with this suggestion.
getReport() - Static method in class com.google.gwt.benchmarks.BenchmarkShell
Called by BenchmarkGenerator to add test meta data to the test report.
getRequest() - Method in exception com.google.gwt.http.client.RequestTimeoutException
Returns the Request instance which timed out.
getRequestData() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the requestData previously set by RequestBuilder.setRequestData(String), or null if no requestData was set.
getRequestFactory() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns null or the last value recorded.
getRequestFactory() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns null or the last value recorded.
getRequestModuleBasePath() - Method in class com.google.gwt.rpc.server.RpcServlet
Extract the module's base path from the current request.
getRequestReturnType(Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Compute the return type for a method declared in a RequestContext by analyzing the generic method declaration.
getRequestReturnType(Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getRequestReturnType(Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Compute the return type for a method declared in a RequestContext by analyzing the generic method declaration.
getRequestReturnType(Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getRequestUrl() - Method in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated. Returns the current URL used by this transport.
getRequestUrl() - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
Returns the current URL used by this transport.
getRequirements() - Method in interface com.google.gwt.resources.ext.ResourceContext
Returns a ClientBundleRequirements object, which can be used to track deferred-binding and configuration properties that are relevant to a resource context.
getResolvedDirection(DockLayoutPanel.Direction) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Resolve the specified direction based on the current locale.
getResource(String) - Method in interface com.google.gwt.resources.client.ClientBundleWithLookup
Find a resource by the name of the function in which it is declared.
getResource() - Method in exception com.google.gwt.resources.client.ResourceException
 
getResourceAsStream(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
Deprecated.  
getResourceAsStream(String) - Method in interface com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.Loader
Deprecated. Returns an InputStream to access the specified resource, or null if no such resource exists.
getResourceAsStream(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
 
getResourceAsStream(String) - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator.Loader
Returns an InputStream to access the specified resource, or null if no such resource exists.
getResources() - Method in interface com.google.gwt.resources.client.ClientBundleWithLookup
A convenience method to iterate over all ResourcePrototypes contained in the ClientBundle.
getResourcesOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Returns a resource oracle containing all resources that are mapped into the module's source (or super-source) paths.
getResourcesOracle() - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
getResponseHeader(String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Gets an HTTP response header.
getResponseText() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Gets the response text.
getResults() - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
Gets the result text of the form submission.
getResults() - Method in class com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Gets the result text of the form submission.
getReturnType() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
 
getRFCTimeZoneString(Date) - Method in class com.google.gwt.i18n.client.TimeZone
To get RFC representation of certain time zone name for given date.
getRight() - Method in class com.google.gwt.dom.client.Style
Get the right css property.
getRightWidget() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Gets the widget in the right side of the panel.
getRole(Element) - Static method in class com.google.gwt.user.client.ui.Accessibility
Requests the string value of the role with the specified namespace.
getRootTreeNode() - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
Get the root TreeNode.
getRootTreeNode() - Method in class com.google.gwt.user.cellview.client.CellBrowser
 
getRootTreeNode() - Method in class com.google.gwt.user.cellview.client.CellTree
 
getRotation() - Method in class com.google.gwt.dom.client.NativeEvent
Get the rotation in degrees, with positive values indicating clockwise rotation.
getRotation() - Method in class com.google.gwt.event.dom.client.GestureChangeEvent
 
getRotation() - Method in class com.google.gwt.event.dom.client.GestureEndEvent
 
getRotation() - Method in class com.google.gwt.event.dom.client.GestureStartEvent
 
getRow(Element, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
 
getRowContainer() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Return the outer element that contains all of the rendered row values.
getRowCount() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
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.
getRowCount() - Method in interface com.google.gwt.view.client.HasRows
Get the total count of all rows.
getRowElement(int) - Method in class com.google.gwt.user.cellview.client.CellList
Get the Element for the specified index.
getRowElement(int) - Method in class com.google.gwt.user.cellview.client.CellTable
Get the TableRowElement for the specified row.
getRowFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the RowFormatter associated with this table.
getRowIndex() - Method in class com.google.gwt.dom.client.TableRowElement
This is in logical order and not in document order.
getRowIndex() - Method in class com.google.gwt.user.client.ui.HTMLTable.Cell
Get row index.
getRows() - Method in class com.google.gwt.dom.client.FrameSetElement
The number of rows of frames in the frameset.
getRows() - Method in class com.google.gwt.dom.client.TableElement
Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
getRows() - Method in class com.google.gwt.dom.client.TableSectionElement
The collection of rows in this table section.
getRows() - Method in class com.google.gwt.dom.client.TextAreaElement
Number of text rows.
getRowSpan() - Method in class com.google.gwt.dom.client.TableCellElement
Number of rows spanned by cell.
getRowSpan(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Gets the row span for the given cell.
getRpcToken() - Method in interface com.google.gwt.user.client.rpc.HasRpcToken
Return RPC token used with this RPC instance.
getRpcToken() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Get the request's RPC token.
getRpcTokenExceptionHandler() - Method in interface com.google.gwt.user.client.rpc.HasRpcToken
Return RPC token exception handler used with this RPC instance.
getRules() - Method in class com.google.gwt.dom.client.TableElement
Specifies which internal table borders to render.
getRuntimeLocales() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
Returns a list of locales which are children of the current compile-time locale.
getSaveRequest() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns null or the last value recorded.
getSaveRequest() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns null or the last value recorded.
getScale() - Method in class com.google.gwt.dom.client.NativeEvent
Get the amount scaled since the gesture started, with 1.0 representing no scaling.
getScale() - Method in class com.google.gwt.event.dom.client.GestureChangeEvent
 
getScale() - Method in class com.google.gwt.event.dom.client.GestureEndEvent
 
getScale() - Method in class com.google.gwt.event.dom.client.GestureStartEvent
 
getScheduledCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
Returns the ScheduledCommands that have been passed into the MockScheduler.
getScientificFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
Provides the standard scientific format for the default locale.
getScreenX() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the mouse x-position on the user's display.
getScreenX() - Method in class com.google.gwt.dom.client.Touch
Gets the touch x-position on the user's display.
getScreenX() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse x-position on the user's display.
getScreenY() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the mouse y-position on the user's display.
getScreenY() - Method in class com.google.gwt.dom.client.Touch
Gets the touch y-position on the user's display.
getScreenY() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse y-position on the user's display.
getScript() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getScript() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the script portion of the locale, or null if none.
getScriptNotNull() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getScriptNotNull() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the script portion of the locale, or the empty string if none.
getScrollHeight() - Method in class com.google.gwt.dom.client.Document
The height of the scrollable area of the document.
getScrollHeight() - Method in class com.google.gwt.dom.client.Element
The height of the scroll view of an element.
getScrolling() - Method in class com.google.gwt.dom.client.FrameElement
Specify whether or not the frame should have scrollbars.
getScrolling() - Method in class com.google.gwt.dom.client.IFrameElement
Specify whether or not the frame should have scrollbars.
getScrollLeft() - Method in class com.google.gwt.dom.client.Document
The number of pixels that the document's content is scrolled from the left.
getScrollLeft() - Method in class com.google.gwt.dom.client.Element
The number of pixels that an element's content is scrolled from the left.
getScrollLeft() - Static method in class com.google.gwt.user.client.Window
Gets the window's scroll left.
getScrollLeft() - Method in class com.google.gwt.user.client.Window.ScrollEvent
Gets the window's scroll left.
getScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Deprecated. as of GWT 2.3, replaced by ScrollPanel.getVerticalScrollPosition()
getScrollTop() - Method in class com.google.gwt.dom.client.Document
The number of pixels that the document's content is scrolled from the top.
getScrollTop() - Method in class com.google.gwt.dom.client.Element
The number of pixels that an element's content is scrolled from the top.
getScrollTop() - Static method in class com.google.gwt.user.client.Window
Get the window's scroll top.
getScrollTop() - Method in class com.google.gwt.user.client.Window.ScrollEvent
Get the window's scroll top.
getScrollWidth() - Method in class com.google.gwt.dom.client.Document
The width of the scrollable area of the document.
getScrollWidth() - Method in class com.google.gwt.dom.client.Element
The width of the scroll view of an element.
getSeconds() - Method in class com.google.gwt.core.client.JsDate
Returns the seconds, between 0 and 59.
getSectionRowIndex() - Method in class com.google.gwt.dom.client.TableRowElement
The index of this row, relative to the current section (THEAD, TFOOT, or TBODY), starting from 0.
getSeedName(Class<?>) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns the name of the top-level function that is used as the seed function for a given type.
getSeedName(Class<?>) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getSeedName(Class<?>) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getSeedName(Class<?>) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getSeekable() - Method in class com.google.gwt.dom.client.MediaElement
Returns a TimeRanges object indicating which portions of the source are seekable.
getSeekable() - Method in class com.google.gwt.media.client.MediaBase
Returns a TimeRanges object indicating which portions of the source are seekable.
getSelectedIndex() - Method in class com.google.gwt.dom.client.SelectElement
The ordinal index of the selected option, starting from 0.
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.
getSelectedIndex() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Gets the index of the currently-selected tab.
getSelectedItem() - Method in class com.google.gwt.event.logical.shared.SelectionEvent
Gets the selected item.
getSelectedItem() - Method in class com.google.gwt.user.client.ui.MenuBar
Returns the MenuItem that is currently selected (highlighted) by the user.
getSelectedItem() - Method in class com.google.gwt.user.client.ui.Tree
Gets the currently selected item.
getSelectedObject() - Method in class com.google.gwt.view.client.SingleSelectionModel
Gets the currently-selected object.
getSelectedSet() - Method in class com.google.gwt.view.client.MultiSelectionModel
Get the set of selected items as a copy.
getSelectedSuggestion() - Method in class com.google.gwt.user.client.ui.SuggestionEvent
Gets the Suggestion object for the suggestion chosen by the user.
getSelectedTab() - Method in class com.google.gwt.user.client.ui.TabBar
Gets the tab that is currently selected.
getSelectedText() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
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.ValueBoxBase
Gets the length of the current text selection.
getSelectionModel() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getSelectionModel() - Method in interface com.google.gwt.view.client.HasData
Get the SelectionModel used by this HasData.
getSelectionModel() - Method in class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
 
getSelectionModel() - Method in interface com.google.gwt.view.client.TreeViewModel.NodeInfo
Get the SelectionModel used for the children of this node.
getSelectionProperty(TreeLogger, String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Attempts to get a named deferred binding property.
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
 
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.SingleScriptLinker
 
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.XSLinker
 
getSeparatorIndex(MenuItemSeparator) - Method in class com.google.gwt.user.client.ui.MenuBar
Get the index of a MenuItemSeparator.
getSerializationPolicy(String, String) - Method in class com.google.gwt.user.server.rpc.HybridServiceServlet
 
getSerializationPolicy(String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
 
getSerializationPolicy() - Method in class com.google.gwt.user.server.rpc.RPCRequest
Returns the SerializationPolicy used to decode this request.
getSerializationPolicy(String, String) - Method in interface com.google.gwt.user.server.rpc.SerializationPolicyProvider
Returns a SerializationPolicy for a given module base URL and serialization policy strong name.
getSerializationPolicyFileName(String) - Static method in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Returns the serialization policy file name from the serialization policy strong name.
getSerializationPolicyName() - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Return the strong name of the serialization policy to be used with this RPC instance.
getSerializationPolicyStrongName() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
getSerializer(ProxyStore) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Returns a ProxySerializer that can encode and decode the various EntityProxy and ValueProxy types reachable from the RequestFactory.
getSerializer(ProxyStore) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Returns a ProxySerializer that can encode and decode the various EntityProxy and ValueProxy types reachable from the RequestFactory.
getServerId() - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
getServerId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
getServiceEntryPoint() - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Gets the URL of a service implementation.
getSessionStorageIfSupported() - Static method in class com.google.gwt.storage.client.Storage
Returns a Session Storage.
getSetter(Class<?>, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Determine the method to invoke when setting the given property.
getSetter(Class<?>, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getSetter(Class<?>, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Determine the method to invoke when setting the given property.
getSetter(Class<?>, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getShadowBlur() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current shadow-blur.
getShadowColor() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current shadow color.
getShadowOffsetX() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current x-shadow-offset.
getShadowOffsetY() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current y-shadow-offset.
getShape() - Method in class com.google.gwt.dom.client.AreaElement
The shape of the active area.
getShiftKey() - Method in class com.google.gwt.dom.client.NativeEvent
Gets whether the shift key was depressed when the given event occurred.
getShortDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_SHORT instead
getShortDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.DATE_TIME_SHORT instead
getShortName(Date) - Method in class com.google.gwt.i18n.client.TimeZone
Returns the short time zone name for a given date.
getShortTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
Deprecated. use DateTimeFormat.getFormat(PredefinedFormat) with DateTimeFormat.PredefinedFormat.TIME_SHORT instead
getSimpleSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getSimpleSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns the name of this class without the package name or enclosing class name.
getSingleJsoImpl(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Returns the single implementation type for an interface returned via TypeOracle.getSingleJsoImplInterfaces() or null if no JSO implementation is defined.
getSingleJsoImplInterfaces() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Returns an unmodifiable, live view of all interface types that are implemented by exactly one JSO subtype.
getSize() - Method in class com.google.gwt.dom.client.InputElement
Size information.
getSize() - Method in class com.google.gwt.dom.client.SelectElement
Number of visible rows.
getSoftPermutations() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the permutations of the collapsed deferred-binding property values that are compiled into the CompilationResult.
getSortedRegionCodes() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
getSortedRegionCodes() - Method in interface com.google.gwt.i18n.client.LocalizedNames
 
getSource() - Method in class com.google.gwt.event.shared.GwtEvent
 
getSource() - Method in class com.google.gwt.regexp.shared.RegExp
Returns the pattern string of the regular expression.
getSource(GwtEvent<?>) - Method in class com.google.gwt.user.client.BaseListenerWrapper
Deprecated. Gets the widget source to pass to the listeners.
getSource() - Method in class com.google.web.bindery.event.shared.Event
Returns the source for this event.
getSourceFiles() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
getSourceLastModifiedTime(JClassType) - Method in interface com.google.gwt.core.ext.GeneratorContextExt
Get source last modified time.
getSourceLastModifiedTime(JClassType) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
getSourceLine() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the line number on which the symbol was originally declared or -1 if the line number is unknown.
getSourceName() - Method in interface com.google.gwt.core.ext.soyc.Member
Returns the name of the Member in the original source code.
getSourceUri() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns a URI string representing the location of the source.
getSpacing() - Method in class com.google.gwt.user.client.ui.CellPanel
Gets the amount of spacing between this panel's cells.
getSpan() - Method in class com.google.gwt.dom.client.TableColElement
Indicates the number of columns in a group or affected by a grouping.
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.
getSplitPoint() - Method in class com.google.gwt.core.client.prefetch.RunAsyncCode
 
getSplitterSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
Return the size of the splitter in pixels.
getSrc() - Method in class com.google.gwt.core.ext.linker.ScriptReference
The src attribute of the resource.
getSrc() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
The src attribute of the resource.
getSrc() - Method in class com.google.gwt.dom.client.FrameElement
A URI designating the initial frame contents.
getSrc() - Method in class com.google.gwt.dom.client.IFrameElement
A URI designating the initial frame contents.
getSrc() - Method in class com.google.gwt.dom.client.ImageElement
URI designating the source of this image.
getSrc() - Method in class com.google.gwt.dom.client.InputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
getSrc() - Method in class com.google.gwt.dom.client.MediaElement
Returns the source URL for the media, or null if none is set.
getSrc() - Method in class com.google.gwt.dom.client.ScriptElement
URI designating an external script.
getSrc() - Method in class com.google.gwt.media.client.MediaBase
Returns the source URL for the media, or null if none is set.
getStackTrace() - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
getStackTrace() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
getStackTraceString() - Method in class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Return the failure stack trace.
getStackTraceString() - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
Return the failure stack trace.
getStandardOffset() - Method in class com.google.gwt.i18n.client.TimeZone
Returns the standard time zone offset, in minutes.
getStandardOffset() - Method in class com.google.gwt.i18n.client.TimeZoneInfo
 
getStart() - Method in class com.google.gwt.core.ext.soyc.Range
 
getStart() - Method in class com.google.gwt.event.logical.shared.ShowRangeEvent
Gets the start of the range.
getStart() - Method in class com.google.gwt.view.client.Range
Get the start index of the range.
getStartingDayOfWeek() - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Returns the day of the week on which week starts in the current locale.
getStartMillis() - Method in class com.google.gwt.core.client.Duration
Returns the time when the object was created.
getStartOffsetTime() - Method in class com.google.gwt.dom.client.MediaElement
Returns the time corresponding to the zero time in the media timeline, measured in seconds since midnight, January 1 1970 UTC, or Double.NaN if none is specified.
getStartOffsetTime() - Method in class com.google.gwt.media.client.MediaBase
Returns the time corresponding to the zero time in the media timeline, measured in seconds since midnight, January 1 1970 UTC, or Double.NaN if none is specified.
getStartOfLineWidget() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Gets the widget in the pane that is at the start of the line direction for the layout.
getState(Element, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
Requests the string value of the state with the specified namespace.
getState() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets whether this item's children are displayed.
getStatementRanges() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the statement ranges for the JavaScript returned by CompilationResult.getJavaScript().
getStatus() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Gets the status code.
getStatusCode() - Method in class com.google.gwt.http.client.Response
Returns the HTTP status code that is part of this response.
getStatusCode() - Method in exception com.google.gwt.user.client.rpc.StatusCodeException
Returns the status code associated with the failed request.
getStatusCodes() - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
getStatusCodes() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
getStatusText() - Method in class com.google.gwt.http.client.Response
Returns the HTTP status message text.
getStatusText() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Gets the status text.
getStorageArea() - Method in class com.google.gwt.storage.client.StorageEvent
Returns the Storage object that was affected.
getStrategy() - Method in class com.google.gwt.junit.client.GWTTestCase
Get the GWTTestCase.BaseStrategy to use when compiling and running this test.
getStrategy() - Method in class com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
 
getStrength() - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
getStrength() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
getString(int) - Method in class com.google.gwt.core.client.JsArrayMixed
Gets the String at a given index.
getString() - Method in class com.google.gwt.dom.client.Element
Gets a string representation of this element (as outer HTML).
getString() - Method in class com.google.gwt.dom.client.NativeEvent
Gets a string representation of this event.
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.
getStrokeStyle() - Method in class com.google.gwt.canvas.dom.client.Context2d
Returns the context's strokeStyle.
getStrongName() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Return a string that uniquely identifies this compilation result.
getStyle() - Method in class com.google.gwt.dom.client.Element
Gets this element's Style object.
getStyleAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Gets an attribute of the given element's style.
getStyleElement() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
getStyleElement() - Method in class com.google.gwt.user.client.ui.UIObject
Template method that returns the element to which style names will be applied.
getStyleName(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the style of a specified cell.
getStyleName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Gets the style of the specified column.
getStyleName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets the style of the specified row.
getStyleName(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
Gets all of the element's style names, as a space-separated list.
getStyleName() - Method in class com.google.gwt.user.client.ui.UIObject
Gets all of the object's style names, as a space-separated list.
getStyleNames(T, int) - Method in interface com.google.gwt.user.cellview.client.RowStyles
Get extra style names that should be applied to a row.
getStyleOfDate(Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Gets the style associated with a date (does not include styles set via DatePicker.addTransientStyleToDates(java.lang.String, java.util.Date)).
getStylePrimaryName(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the primary style of a specified cell.
getStylePrimaryName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Gets the primary style of the specified column.
getStylePrimaryName(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Gets the primary style of the specified row.
getStylePrimaryName(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
Gets the element's primary style name.
getStylePrimaryName() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the primary style name associated with the object.
getSubMenu() - Method in class com.google.gwt.user.client.ui.MenuItem
Gets the sub-menu associated with this item.
getSubtypes() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
 
getSubtypes() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getSuggestionDisplay() - Method in class com.google.gwt.user.client.ui.SuggestBox
Get the SuggestBox.SuggestionDisplay used to display suggestions.
getSuggestions() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Gets the collection of suggestions.
getSuggestOracle() - Method in class com.google.gwt.user.client.ui.SuggestBox
Gets the suggest box's SuggestOracle.
getSuperclass() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
getSymbolMap() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns a sorted array of obfuscated symbol names in the compilation to metadata about the symbol.
getSymbolMapInputStream(String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
Retrieves a new InputStream for the given permutation strong name.
getSymbolName() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the JavaScript symbol this data maps to.
getSyntheticId() - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
getSyntheticId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
getSyntheticModuleExtension() - Method in class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
 
getSyntheticModuleName() - Method in class com.google.gwt.junit.client.GWTTestCase
Get the synthetic module name, which includes the synthetic extension defined by the GWTTestCase.BaseStrategy.
getSyntheticModuleName() - Method in class com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
 
getTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
Gets the given tab.
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.dom.client.Element
The index that represents the element's position in the tabbing order.
getTabIndex() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getTabIndex() - Method in class com.google.gwt.user.cellview.client.CellTree
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.Anchor
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.CustomButton
 
getTabIndex() - Method in interface com.google.gwt.user.client.ui.Focusable
Gets the widget's position in the tab index.
getTabIndex() - Method in class com.google.gwt.user.client.ui.FocusPanel
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.FocusWidget
Gets the tab index.
getTabIndex() - Method in class com.google.gwt.user.client.ui.SuggestBox
 
getTabIndex() - Method in class com.google.gwt.user.client.ui.Tree
 
getTabIndex() - Method in class com.google.gwt.user.datepicker.client.DateBox
Gets the date box's position in the tab index.
getTable() - Method in class com.google.gwt.user.client.ui.CellPanel
 
getTableLayout() - Method in class com.google.gwt.dom.client.Style
Gets the table-layout property.
getTabWidget(int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Gets the widget in the tab at the given index.
getTabWidget(IsWidget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
getTabWidget(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Gets the widget in the tab associated with the given child widget.
getTag(String) - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Retrieve a tag value that was previously provided to AutoBean.setTag(String, Object).
getTag() - Method in class com.google.gwt.user.tools.util.ArgHandlerAddToClassPath
 
getTag() - Method in class com.google.gwt.user.tools.util.ArgHandlerEclipse
 
getTag() - Method in class com.google.gwt.user.tools.util.ArgHandlerIgnore
 
getTag() - Method in class com.google.gwt.user.tools.util.ArgHandlerOverwrite
 
getTag() - Method in class com.google.gwt.util.tools.ArgHandler
 
getTag() - Method in class com.google.gwt.util.tools.ArgHandlerExtra
 
getTag() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
 
getTag(String) - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Retrieve a tag value that was previously provided to AutoBean.setTag(String, Object).
getTagArgs() - Method in class com.google.gwt.user.tools.util.ArgHandlerAddToClassPath
 
getTagArgs() - Method in class com.google.gwt.user.tools.util.ArgHandlerEclipse
 
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandler
 
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerDir
 
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFile
 
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
 
getTagName() - Method in class com.google.gwt.dom.client.Element
Gets the element's full tag name, including the namespace-prefix if present.
getTagName() - Method in interface com.google.gwt.xml.client.Element
This method retrieves the tag name.
getTarget() - Method in class com.google.gwt.dom.client.AnchorElement
Frame to render the resource in.
getTarget() - Method in class com.google.gwt.dom.client.AreaElement
Frame to render the resource in.
getTarget() - Method in class com.google.gwt.dom.client.BaseElement
The default target frame.
getTarget() - Method in class com.google.gwt.dom.client.FormElement
Frame to render the resource in.
getTarget() - Method in class com.google.gwt.dom.client.LinkElement
Frame to render the resource in.
getTarget() - Method in class com.google.gwt.dom.client.Touch
Gets the target element for the current touch.
getTarget() - Method in class com.google.gwt.event.logical.shared.CloseEvent
Gets the target.
getTarget() - Method in class com.google.gwt.event.logical.shared.OpenEvent
Gets the target.
getTarget() - Method in class com.google.gwt.user.client.Event
Deprecated. use NativeEvent.getEventTarget() instead
getTarget() - Method in class com.google.gwt.user.client.ui.Anchor
Gets the anchor's target frame (the frame in which navigation will occur when the link is selected).
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.
getTargetTouches() - Method in class com.google.gwt.dom.client.NativeEvent
Get an array of touches which have changed since the last touch event.
getTargetTouches() - Method in class com.google.gwt.event.dom.client.TouchEvent
Get an array of touches all touch which originated at the same target as the current touch event.
getTargetType() - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
getTargetWidget() - Method in class com.google.gwt.touch.client.TouchScroller
Get the target HasScrolling widget that this scroller affects.
getTBodies() - Method in class com.google.gwt.dom.client.TableElement
Returns a collection of the table bodies (including implicit ones).
getTests() - Method in class com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
Returns the tests that are part of this module.
getTestsForModule(String) - Static method in class com.google.gwt.junit.client.GWTTestCase
Get the set of all JUnitHost.TestInfo for the specified module.
getText() - Method in class com.google.gwt.dom.client.OptionElement
The text contained within the option element.
getText() - Method in class com.google.gwt.dom.client.ScriptElement
The script content of the element.
getText() - Method in class com.google.gwt.dom.client.TitleElement
The specified title as a string.
getText() - Method in class com.google.gwt.http.client.Response
Returns the text associated with the response.
getText() - Method in interface com.google.gwt.resources.client.CssResource
Provides the contents of the CssResource.
getText(ResourceCallback<TextResource>) - Method in interface com.google.gwt.resources.client.ExternalTextResource
 
getText() - Method in interface com.google.gwt.resources.client.TextResource
 
getText() - Method in class com.google.gwt.user.client.ui.Anchor
 
getText() - Method in class com.google.gwt.user.client.ui.ButtonBase
 
getText() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getText() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Gets the face's contents as text.
getText() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the current face's text.
getText() - Method in class com.google.gwt.user.client.ui.DialogBox
 
getText() - Method in interface com.google.gwt.user.client.ui.HasText
Gets this object's text.
getText(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Gets the text within the specified cell.
getText() - Method in class com.google.gwt.user.client.ui.Hyperlink
 
getText() - Method in class com.google.gwt.user.client.ui.Label
 
getText() - Method in class com.google.gwt.user.client.ui.MenuItem
 
getText() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
getText() - Method in class com.google.gwt.user.client.ui.SuggestBox
 
getText() - Method in class com.google.gwt.user.client.ui.TreeItem
 
getText() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
getTextAlign() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current text align.
getTextAlignString() - Method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
Gets the CSS 'text-align' string associated with this constant.
getTextBaseline() - Method in class com.google.gwt.canvas.dom.client.Context2d
Gets the current text baseline.
getTextBox() - Method in class com.google.gwt.user.client.ui.SuggestBox
Get the text box associated with this suggest box.
getTextBox() - Method in class com.google.gwt.user.datepicker.client.DateBox
Get text box.
getTextDecoration() - Method in class com.google.gwt.dom.client.Style
Gets the text-decoration CSS property.
getTextDirection() - Method in class com.google.gwt.user.client.ui.Anchor
 
getTextDirection() - Method in class com.google.gwt.user.client.ui.CheckBox
 
getTextDirection() - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
 
getTextDirection() - Method in interface com.google.gwt.user.client.ui.HasDirectionalText
Gets the direction of this object's text.
getTextDirection() - Method in class com.google.gwt.user.client.ui.Hyperlink
 
getTextDirection() - Method in class com.google.gwt.user.client.ui.Label
 
getTextOrHtml(boolean) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
Get the inner text or html of the element, taking the inner span wrap into consideration, if needed.
getTextOrHtml(boolean) - Method in class com.google.gwt.user.client.ui.HTML
 
getTFoot() - Method in class com.google.gwt.dom.client.TableElement
The table's TFOOT, or null if none exists.
getTHead() - Method in class com.google.gwt.dom.client.TableElement
The table's THEAD, or null if none exists.
getThreadLocalRequest() - Static method in class com.google.gwt.requestfactory.server.RequestFactoryServlet
Deprecated. Returns the thread-local HttpServletRequest.
getThreadLocalRequest() - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Gets the HttpServletRequest object for the current call.
getThreadLocalRequest() - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
Returns the thread-local HttpServletRequest.
getThreadLocalResponse() - Static method in class com.google.gwt.requestfactory.server.RequestFactoryServlet
Deprecated. Returns the thread-local HttpServletResponse.
getThreadLocalResponse() - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Gets the HttpServletResponse object for the current call.
getThreadLocalResponse() - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
Returns the thread-local HttpServletResponse.
getThreadUniqueID() - Method in class com.google.gwt.core.client.GWTBridge
 
getThrownValue() - Method in class com.google.gwt.rpc.server.SimplePayloadDecoder
Returns the thrown value, if any.
getThrows() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getTime() - Method in class com.google.gwt.core.client.JsDate
Returns the internal millisecond representation of the date, the number of milliseconds since midnight on January 1st, 1970.
getTimeout() - Method in class com.google.gwt.jsonp.client.JsonpRequest
 
getTimeout() - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
Returns the expected timeout (ms) for this request.
getTimeoutMillis() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the timeoutMillis previously set by RequestBuilder.setTimeoutMillis(int), or 0 if no timeoutMillis was set.
getTimeoutMillis() - Method in exception com.google.gwt.http.client.RequestTimeoutException
Returns the request timeout value in milliseconds.
getTimezoneOffset() - Method in class com.google.gwt.core.client.JsDate
Returns the difference, in minutes, between the local and UTC representations of this date.
getTitle() - Method in class com.google.gwt.dom.client.Document
Gets the title of a document as specified by the TITLE element in the head of the document.
getTitle() - Method in class com.google.gwt.dom.client.Element
The element's advisory title.
getTitle() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
getTitle() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the title associated with this object.
getTitle() - Static method in class com.google.gwt.user.client.Window
Gets the browser window's current title.
getToElement() - Method in class com.google.gwt.user.client.Event
Deprecated. use NativeEvent.getRelatedEventTarget() instead
getToken() - Method in class com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian
 
getToken() - Method in interface com.google.gwt.place.shared.PlaceHistoryHandler.Historian
 
getToken(Place) - Method in interface com.google.gwt.place.shared.PlaceHistoryMapper
Returns the String token associated with the given Place.
getToken(P) - Method in interface com.google.gwt.place.shared.PlaceTokenizer
Returns the token associated with the given Place.
getToken() - Static method in class com.google.gwt.user.client.History
Gets the current history token.
getToken() - Method in class com.google.gwt.user.client.rpc.XsrfToken
 
getTop() - Method in class com.google.gwt.dom.client.Style
Get the top css property.
getTop() - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated. Returns the top-most service layer.
getTop() - Method in interface com.google.gwt.resources.client.ImageResource
Returns the vertical position of the image within the composite image.
getTop() - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Returns the top-most service layer.
getTopWidget() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated. Gets the widget in the top of the panel.
getTouches() - Method in class com.google.gwt.dom.client.NativeEvent
Get an array of touches which have changed since the last touch event.
getTouches() - Method in class com.google.gwt.event.dom.client.TouchEvent
Get an array of all current touches.
getTouchFromEvent(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Get touch from event.
getTransitions() - Method in class com.google.gwt.i18n.client.TimeZoneInfo
 
getTree() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the tree that contains this item.
getTreeViewModel() - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
Get the TreeViewModel that backs this tree.
getType() - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Returns the wrapped interface type.
getType() - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext
Deprecated. Returns the expected type of the property.
getType() - Method in class com.google.gwt.canvas.dom.client.FillStrokeStyle
Returns the type of this FillStrokeStyle as an integer.
getType() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
getType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Finds a type in this package.
getType() - Method in interface 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.
getType() - Method in class com.google.gwt.dom.client.AnchorElement
Advisory content type.
getType() - Method in class com.google.gwt.dom.client.ButtonElement
The type of button (all lower case).
getType() - Method in class com.google.gwt.dom.client.InputElement
The type of control created (all lower case).
getType() - Method in class com.google.gwt.dom.client.LinkElement
Advisory content type.
getType() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the enumerated type of this event.
getType() - Method in class com.google.gwt.dom.client.ObjectElement
Content type for data downloaded via data attribute.
getType() - Method in class com.google.gwt.dom.client.ScriptElement
The content type of the script language.
getType() - Method in class com.google.gwt.dom.client.SelectElement
The type of this form control.
getType() - Method in enum com.google.gwt.dom.client.Style.Unit
 
getType() - Method in class com.google.gwt.dom.client.StyleElement
The content type of the style sheet language.
getType() - Method in class com.google.gwt.dom.client.TextAreaElement
The type of this form control.
getType() - Static method in class com.google.gwt.event.dom.client.BlurEvent
Gets the event type associated with blur events.
getType() - Static method in class com.google.gwt.event.dom.client.CanPlayThroughEvent
Gets the event type associated with media can play through events.
getType() - Static method in class com.google.gwt.event.dom.client.ChangeEvent
Gets the event type associated with change events.
getType() - Static method in class com.google.gwt.event.dom.client.ClickEvent
Gets the event type associated with click events.
getType() - Static method in class com.google.gwt.event.dom.client.ContextMenuEvent
Gets the event type associated with context menu events.
getType() - Static method in class com.google.gwt.event.dom.client.DoubleClickEvent
Gets the event type associated with double click events.
getType() - Static method in class com.google.gwt.event.dom.client.EndedEvent
Gets the event type associated with media ended events.
getType() - Static method in class com.google.gwt.event.dom.client.ErrorEvent
Gets the event type associated with error events.
getType() - Static method in class com.google.gwt.event.dom.client.FocusEvent
Gets the event type associated with focus events.
getType() - Static method in class com.google.gwt.event.dom.client.GestureChangeEvent
Gets the event type associated with gesture change events.
getType() - Static method in class com.google.gwt.event.dom.client.GestureEndEvent
Gets the event type associated with gesture end events.
getType() - Static method in class com.google.gwt.event.dom.client.GestureStartEvent
Gets the event type associated with gesture start events.
getType() - Static method in class com.google.gwt.event.dom.client.KeyDownEvent
Gets the event type associated with key down events.
getType() - Static method in class com.google.gwt.event.dom.client.KeyPressEvent
Gets the event type associated with key press events.
getType() - Static method in class com.google.gwt.event.dom.client.KeyUpEvent
Gets the event type associated with key up events.
getType() - Static method in class com.google.gwt.event.dom.client.LoadEvent
Gets the event type associated with load events.
getType() - Static method in class com.google.gwt.event.dom.client.LoseCaptureEvent
Gets the event type associated with lose capture events.
getType() - Static method in class com.google.gwt.event.dom.client.MouseDownEvent
Gets the event type associated with mouse down events.
getType() - Static method in class com.google.gwt.event.dom.client.MouseMoveEvent
Gets the event type associated with mouse move events.
getType() - Static method in class com.google.gwt.event.dom.client.MouseOutEvent
Gets the event type associated with mouse out events.
getType() - Static method in class com.google.gwt.event.dom.client.MouseOverEvent
Gets the event type associated with mouse over events.
getType() - Static method in class com.google.gwt.event.dom.client.MouseUpEvent
Gets the event type associated with mouse up events.
getType() - Static method in class com.google.gwt.event.dom.client.MouseWheelEvent
Gets the event type associated with mouse wheel events.
getType() - Static method in class com.google.gwt.event.dom.client.ProgressEvent
Gets the event type associated with media progress events.
getType() - Static method in class com.google.gwt.event.dom.client.ScrollEvent
Gets the event type associated with scroll events.
getType() - Static method in class com.google.gwt.event.dom.client.TouchCancelEvent
Gets the event type associated with touch start events.
getType() - Static method in class com.google.gwt.event.dom.client.TouchEndEvent
Gets the event type associated with touch end events.
getType() - Static method in class com.google.gwt.event.dom.client.TouchMoveEvent
Gets the event type associated with touch move events.
getType() - Static method in class com.google.gwt.event.dom.client.TouchStartEvent
Gets the event type associated with touch start events.
getType() - Static method in class com.google.gwt.event.logical.shared.AttachEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.event.logical.shared.CloseEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.event.logical.shared.HighlightEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.event.logical.shared.InitializeEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class com.google.gwt.event.logical.shared.OpenEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.event.logical.shared.ResizeEvent
Ensures the existence of the handler hook and then returns it.
getType() - Static method in class com.google.gwt.event.logical.shared.SelectionEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.event.logical.shared.ShowRangeEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.user.cellview.client.ColumnSortEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.user.client.Event.NativePreviewEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.view.client.CellPreviewEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.view.client.RangeChangeEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.view.client.RowCountChangeEvent
Gets the type associated with this event.
getType() - Static method in class com.google.gwt.view.client.SelectionChangeEvent
Gets the type associated with this event.
getType() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Returns the wrapped interface type.
getType() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.PropertyContext
Returns the expected type of the property.
getTypeArgs() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
 
getTypeInt(String) - Static method in class com.google.gwt.user.client.Event
Gets the enumerated type of this event given a valid event type name.
getTypeInt() - Method in class com.google.gwt.user.client.Event
Gets the enumerated type of this event, as defined by Event.ONCLICK, Event.ONMOUSEDOWN, and so forth.
getTypeInt() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
Gets the type int corresponding to the native event that triggered this preview.
getTypeName(Object) - Static method in class com.google.gwt.core.client.GWT
Deprecated. Use Object.getClass(), Class.getName()
getTypeName(String) - Method in class com.google.gwt.rpc.server.ClientOracle
Returns the deobfuscated name of a type based on the name of the type's seed function.
getTypeName(String) - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
getTypeName(String) - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
getTypeName(String) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
getTypeOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Gets the type oracle for the current generator context.
getTypeOracle() - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
getTypeParameters() - Method in interface com.google.gwt.core.ext.typeinfo.HasTypeParameters
Returns the type parameters on this element.
getTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Returns all top-level types in this package.
getTypes() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets all types, both top-level and nested.
getTypeStrongHash() - Method in interface com.google.gwt.core.ext.typeinfo.JRealClassType
EXPERIMENTAL and subject to change.
getTypeToken() - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
getTypeToken() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
getUncaughtExceptionHandler() - Static method in class com.google.gwt.core.client.GWT
Returns the currently active uncaughtExceptionHandler.
getUnicodeCharCode() - Method in class com.google.gwt.event.dom.client.KeyPressEvent
Gets the Unicode char code (code point) for this event.
getUninitializedFieldExpression() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
getUninitializedFieldValue(Class<?>) - Static method in class com.google.gwt.autobean.shared.ValueCodex
Deprecated. Returns the uninitialized field value for the given primitive type.
getUninitializedFieldValue(Class<?>) - Static method in class com.google.web.bindery.autobean.shared.ValueCodex
Returns the uninitialized field value for the given primitive type.
getUniqueThreadId() - Static method in class com.google.gwt.core.client.GWT
Returns the empty string when running in Production Mode, but returns a unique string for each thread in Development Mode (for example, different windows accessing the dev mode server will each have a unique id, and hitting refresh without restarting dev mode will result in a new unique id for a particular window.
getUnit() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
getUnitSize(Style.Unit, boolean) - Method in class com.google.gwt.layout.client.Layout
Returns the size of one unit, in pixels, in the context of this layout.
getUnObfuscatedEnumName() - Method in enum com.google.gwt.requestfactory.shared.WriteOperation
Deprecated. Returns the unobfuscated name of the event associated with this WriteOperation.
getUnObfuscatedEnumName() - Method in enum com.google.web.bindery.requestfactory.shared.WriteOperation
Returns the unobfuscated name of the event associated with this WriteOperation.
getUpDisabledFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the upDisabled face of the button.
getUpFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the up face of the button.
getUpHoveringFace() - Method in class com.google.gwt.user.client.ui.CustomButton
Gets the upHovering face of the button.
getUpperBound() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
 
getUpperBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
Returns the upper bounds of this wildcard type.
getUriEncode() - Static method in class com.google.gwt.user.client.Cookies
Gets the URIencode flag.
getURL() - Method in class com.google.gwt.core.ext.TreeLogger.HelpInfo
 
getURL() - Method in class com.google.gwt.dom.client.Document
Gets the absolute URI of this document.
getUrl() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the HTTP URL specified in the constructor.
getURL() - Method in exception com.google.gwt.http.client.RequestPermissionException
Returns the URL which we cannot access.
getUrl() - Method in interface com.google.gwt.resources.client.DataResource
Retrieves a URL by which the contents of the resource can be obtained.
getURL() - Method in interface com.google.gwt.resources.client.ImageResource
Returns the URL for the composite image that contains the ImageResource.
getUrl() - Method in class com.google.gwt.storage.client.StorageEvent
Returns the address of the document whose key changed.
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.
getUser() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the user previously set by RequestBuilder.setUser(String), or null if no user was set.
getUserAgent() - Static method in class com.google.gwt.user.client.Window.Navigator
Gets the navigator.userAgent.
getUserData() - Method in interface com.google.gwt.editor.client.EditorError
Returns the object passed into EditorDelegate.recordError(java.lang.String, java.lang.Object, java.lang.Object).
getUserData() - Method in class com.google.gwt.editor.client.testing.MockEditorError
 
getUserObject() - Method in class com.google.gwt.layout.client.Layout.Layer
Gets the user-data associated with this layer.
getUserObject() - Method in class com.google.gwt.user.client.ui.TreeItem
Gets the user-defined object associated with this item.
getUTCDate() - Method in class com.google.gwt.core.client.JsDate
Returns the day of the month, in UTC.
getUTCDay() - Method in class com.google.gwt.core.client.JsDate
Returns the day of the week, from 0 (Sunday) to 6 Saturday, in UTC.
getUTCFullYear() - Method in class com.google.gwt.core.client.JsDate
Returns the four-digit year, in UTC.
getUTCHours() - Method in class com.google.gwt.core.client.JsDate
Returns the hour, between 0 (midnight) and 23, in UTC.
getUTCMilliseconds() - Method in class com.google.gwt.core.client.JsDate
Returns the milliseconds, between 0 and 999, in UTC.
getUTCMinutes() - Method in class com.google.gwt.core.client.JsDate
Returns the minutes, between 0 and 59, in UTC.
getUTCMonth() - Method in class com.google.gwt.core.client.JsDate
Returns the month, from 0 (January) to 6 December, in UTC.
getUTCSeconds() - Method in class com.google.gwt.core.client.JsDate
Returns the seconds, between 0 and 59, in UTC.
getVAlign() - Method in class com.google.gwt.dom.client.TableCellElement
Vertical alignment of data in cell.
getVAlign() - Method in class com.google.gwt.dom.client.TableColElement
Vertical alignment of cell data in column.
getVAlign() - Method in class com.google.gwt.dom.client.TableRowElement
Vertical alignment of data within cells of this row.
getVAlign() - Method in class com.google.gwt.dom.client.TableSectionElement
Vertical alignment of data in cells.
getValue() - Method in enum com.google.gwt.canvas.dom.client.Context2d.Composite
 
getValue() - Method in enum com.google.gwt.canvas.dom.client.Context2d.LineCap
 
getValue() - Method in enum com.google.gwt.canvas.dom.client.Context2d.LineJoin
 
getValue() - Method in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
 
getValue() - Method in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
 
getValue() - Method in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
 
getValue(T) - Method in interface com.google.gwt.cell.client.HasCell
Returns the value of type C extracted from the record of type T.
getValue() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Deprecated. 
getValue() - Method in class com.google.gwt.dom.client.ButtonElement
The current form control value.
getValue() - Method in class com.google.gwt.dom.client.InputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - Method in class com.google.gwt.dom.client.OptionElement
The current form control value.
getValue() - Method in class com.google.gwt.dom.client.ParamElement
The value of a run-time parameter.
getValue() - Method in class com.google.gwt.dom.client.SelectElement
The current form control value (i.e., the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
getValue() - Method in class com.google.gwt.dom.client.TextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
 
getValue() - Method in class com.google.gwt.editor.client.adapters.SimpleEditor
 
getValue() - Method in class com.google.gwt.editor.client.adapters.TakesValueEditor
 
getValue(E) - Method in interface com.google.gwt.editor.client.CompositeEditor.EditorChain
Retrieves the value associated with the editor.
getValue() - Method in interface com.google.gwt.editor.client.EditorError
Returns the value that triggered the error.
getValue() - Method in class com.google.gwt.editor.client.testing.FakeLeafValueEditor
 
getValue(FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
 
getValue() - Method in class com.google.gwt.editor.client.testing.MockEditorError
 
getValue() - Method in class com.google.gwt.editor.ui.client.adapters.HasTextEditor
 
getValue() - Method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Calls ValueBoxBase.getValueOrThrow().
getValue() - Method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Gets the value.
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
Deprecated. See JSONNumber.doubleValue()
getValue() - Method in class com.google.gwt.user.cellview.client.CellWidget
 
getValue(T) - Method in class com.google.gwt.user.cellview.client.Column
Returns the column value from within the underlying data object.
getValue() - Method in class com.google.gwt.user.cellview.client.Header
Return the header value.
getValue(T) - Method in class com.google.gwt.user.cellview.client.IdentityColumn
Return the passed-in object.
getValue() - Method in class com.google.gwt.user.cellview.client.SafeHtmlHeader
Return the SafeHtml text value.
getValue() - Method in class com.google.gwt.user.cellview.client.TextHeader
Return the header text.
getValue() - Method in interface com.google.gwt.user.cellview.client.TreeNode
Get the value associated with this node.
getValue() - Method in interface com.google.gwt.user.client.TakesValue
Returns the current value.
getValue() - Method in class com.google.gwt.user.client.ui.CheckBox
Determines whether this check box is currently checked.
getValue() - Method in interface com.google.gwt.user.client.ui.HasValue
Gets this object's value.
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 class com.google.gwt.user.client.ui.SimpleCheckBox
Determines whether this check box is currently checked.
getValue() - Method in class com.google.gwt.user.client.ui.SuggestBox
 
getValue() - Method in class com.google.gwt.user.client.ui.TextBoxBase
Overridden to return "" from an empty text box.
getValue() - Method in class com.google.gwt.user.client.ui.ToggleButton
Determines whether this button is currently down.
getValue() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Return the parsed value, or null if the field is empty or parsing fails.
getValue() - Method in class com.google.gwt.user.client.ui.ValueLabel
 
getValue() - Method in class com.google.gwt.user.client.ui.ValueListBox
 
getValue() - Method in class com.google.gwt.user.client.ui.ValuePicker
 
getValue() - Method in class com.google.gwt.user.datepicker.client.DateBox
Get the date displayed, or null if the text box is empty, or cannot be interpreted.
getValue() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Returns the selected date, or null if none is selected.
getValue() - Method in class com.google.gwt.view.client.CellPreviewEvent
Get the value where the event occurred.
getValue() - Method in interface com.google.gwt.xml.client.Attr
This method retrieves the value.
getValueKey(T) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Get the key for the specified value.
getValueOrThrow() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Return the parsed value, or null if the field is empty.
getValues() - Method in interface com.google.gwt.core.ext.ConfigurationProperty
The values for the permutation currently being considered.
getValues() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
 
getValues() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Returns the defined values for the configuration property as a List of Strings.
getValues() - Method in class com.google.gwt.rpc.server.SimplePayloadDecoder
Returns the values encoded in the payload.
getValueType() - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.MapPropertyContext
Deprecated. Returns the map's value type.
getValueType() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.MapPropertyContext
Returns the map's value type.
getValueUpdater() - Method in class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
 
getValueUpdater() - Method in interface com.google.gwt.view.client.TreeViewModel.NodeInfo
Get the value updater associated with the cell.
getVariant() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getVariant() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the variant portion of the locale, or null if none.
getVariantNotNull() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
getVariantNotNull() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns the variant portion of the locale, or the empty string if none.
getVelocity() - Method in class com.google.gwt.touch.client.Momentum.State
Get the current velocity in pixels per millisecond.
getVersion() - Static method in class com.google.gwt.core.client.GWT
 
getVersion() - Method in class com.google.gwt.core.client.GWTBridge
 
getVersion() - Method in class com.google.gwt.requestfactory.server.Logging
Deprecated. Returns the version of this instance.
getVersion(Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. May return null to indicate that the domain object has not been persisted.
getVersion(Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
getVersion(T) - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Returns a domain object to be used as the version for the given object.
getVersion() - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
getVersion() - Method in interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
Deprecated.  
getVersion() - Method in class com.google.web.bindery.requestfactory.server.Logging
Returns the version of this instance.
getVersion(Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
May return null to indicate that the domain object has not been persisted.
getVersion(Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
getVersion(T) - Method in class com.google.web.bindery.requestfactory.shared.Locator
Returns a domain object to be used as the version for the given object.
getVersion() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
getVersion() - Method in interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
 
getVerticalAlign() - Method in class com.google.gwt.dom.client.Style
Gets the vertical-align CSS property.
getVerticalAlignment() - Method in class com.google.gwt.user.cellview.client.Column
 
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.
getVerticalScrollPosition() - Method in interface com.google.gwt.user.client.ui.HasVerticalScrolling
Gets the vertical scroll position.
getVerticalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
getVideoElement() - Method in class com.google.gwt.media.client.Video
Returns the attached VideoElement.
getVideoHeight() - Method in class com.google.gwt.dom.client.VideoElement
Gets the intrinsic height of video within the element.
getVideoHeight() - Method in class com.google.gwt.media.client.Video
Gets the intrinsic height of video within the element.
getVideoWidth() - Method in class com.google.gwt.dom.client.VideoElement
Gets the instrinsic width of the video within the element.
getVideoWidth() - Method in class com.google.gwt.media.client.Video
Gets the instrinsic width of the video within the element.
getView() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Gets the CalendarView associated with this date picker.
getViewData(Object) - Method in class com.google.gwt.cell.client.AbstractEditableCell
Get the view data associated with the specified key.
getViolations() - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
getViolations() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
getVisibility() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
 
getVisibility() - Method in class com.google.gwt.dom.client.Style
Gets the visibility CSS property.
getVisibleIndex() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Gets the currently-selected index.
getVisibleItem(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getVisibleItem(int) - Method in interface com.google.gwt.view.client.HasData
Get the row value at the specified visible index.
getVisibleItemCount() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getVisibleItemCount() - Method in class com.google.gwt.user.client.ui.ListBox
Gets the number of items that are visible.
getVisibleItemCount() - Method in interface com.google.gwt.view.client.HasData
Get the number of visible items being displayed.
getVisibleItems() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Return the row values that the widget is currently displaying as an immutable list.
getVisibleItems() - Method in interface com.google.gwt.view.client.HasData
Get an Iterable composed of all of the visible items.
getVisibleLength() - Method in class com.google.gwt.user.client.ui.TextBox
Gets the number of visible characters in the text box.
getVisibleLength() - Method in class com.google.gwt.user.client.ui.ValueBox
Gets the number of visible characters.
getVisibleLines() - Method in class com.google.gwt.user.client.ui.TextArea
Gets the number of text lines that are visible.
getVisibleRange() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
getVisibleRange() - Method in interface com.google.gwt.view.client.HasRows
Get the range of visible rows.
getVisibleWidget() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Gets the currently-visible widget.
getVisibleWidget() - Method in class com.google.gwt.user.client.ui.DeckPanel
Gets the index of the currently-visible widget.
getVisibleWidget() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Gets the currently-selected widget.
getVisibleWidgetIndex() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Gets the index of the currently-visible widget.
getVolume() - Method in class com.google.gwt.dom.client.MediaElement
Returns the current audio volume setting for the media, as a number between 0.0 and 1.0.
getVolume() - Method in class com.google.gwt.media.client.MediaBase
Returns the current audio volume setting for the media, as a number between 0.0 and 1.0.
getWarnIfMissing() - Method in class com.google.gwt.i18n.client.PluralRule.PluralForm
Returns true if the generator should warn if this plural form is not present.
getWarnIfMissing() - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
Returns true if the generator should warn if this plural form is not present.
getWarning() - Method in class com.google.gwt.place.shared.PlaceChangeRequestEvent
Returns the warning message to show the user before allowing the place change, or null if none has been set.
getWhere() - Method in class com.google.gwt.place.shared.PlaceController
Returns the current place.
getWidget(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidget() - Method in class com.google.gwt.user.client.ui.Composite
Provides subclasses access to the topmost widget that defines this composite.
getWidget() - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
getWidget() - Method in interface com.google.gwt.user.client.ui.HasOneWidget
Gets the panel's child widget.
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.StackLayoutPanel
 
getWidget(int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Returns the widget at the given index.
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.
getWidgetContainerElement(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Gets the container element wrapping the given child widget.
getWidgetContainerElement(Widget) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Gets the container element wrapping the given child widget.
getWidgetCount() - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidgetCount() - Method in interface com.google.gwt.user.client.ui.IndexedPanel
Gets the number of child widgets in this panel.
getWidgetCount() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
getWidgetCount() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Returns the number of tabs and widgets.
getWidgetCount() - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidgetDirection(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Gets the layout direction of the given child widget.
getWidgetDirection(Widget) - Method in class com.google.gwt.user.client.ui.DockPanel
Gets the layout direction of the given child widget.
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidgetIndex(IsWidget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
getWidgetIndex(IsWidget) - Method in interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
 
getWidgetIndex(Widget) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
Gets the index of the specified child widget.
getWidgetIndex(IsWidget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
getWidgetIndex(IsWidget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Returns the index of the given child, or -1 if it is not a child.
getWidgetIndex(IsWidget) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
 
getWidgetLeft(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Gets the position of the left outer border edge of the widget relative to the left outer border edge of the panel.
getWidgetTop(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Gets the position of the top outer border edge of the widget relative to the top outer border edge of the panel.
getWidth() - Method in class com.google.gwt.canvas.dom.client.ImageData
Returns the width of this image data object.
getWidth() - Method in class com.google.gwt.canvas.dom.client.TextMetrics
Return the width of the rendered text.
getWidth() - Method in class com.google.gwt.dom.client.CanvasElement
Gets the width of the canvas.
getWidth() - Method in class com.google.gwt.dom.client.ImageElement
The width of the image in pixels.
getWidth() - Method in class com.google.gwt.dom.client.ObjectElement
Override width.
getWidth() - Method in class com.google.gwt.dom.client.Style
Get the width css property.
getWidth() - Method in class com.google.gwt.dom.client.TableColElement
Default column width.
getWidth() - Method in class com.google.gwt.dom.client.TableElement
Specifies the desired table width.
getWidth() - Method in class com.google.gwt.dom.client.VideoElement
Gets the width of the element.
getWidth() - Method in class com.google.gwt.event.logical.shared.ResizeEvent
Returns the new width.
getWidth() - Method in interface com.google.gwt.resources.client.ImageResource
Returns the width of the image.
getWidth() - Method in class com.google.gwt.user.client.ui.Image
Gets the width of the image.
getWildcardType(JWildcardType.BoundType, JClassType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
 
getWordWrap() - Method in class com.google.gwt.user.client.ui.Anchor
 
getWordWrap() - Method in class com.google.gwt.user.client.ui.CheckBox
 
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.LabelBase
 
getWriteOperation() - Method in class com.google.gwt.requestfactory.shared.EntityProxyChange
Deprecated. Returns the WriteOperation associated with this instance.
getWriteOperation() - Method in class com.google.web.bindery.requestfactory.shared.EntityProxyChange
Returns the WriteOperation associated with this instance.
getX() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse x-position relative to the event's current target element.
getX() - Method in class com.google.gwt.touch.client.Point
Get the x value of the point.
getY() - Method in class com.google.gwt.event.dom.client.MouseEvent
Gets the mouse y-position relative to the event's current target element.
getY() - Method in class com.google.gwt.touch.client.Point
Get the y value of the point.
getYear() - Method in class com.google.gwt.core.client.JsDate
Deprecated. Use JsDate.getFullYear().
getZIndex() - Method in class com.google.gwt.dom.client.Style
Get the z-index css property.
goTo(Place) - Method in class com.google.gwt.place.shared.PlaceController
Request a change to a new place.
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.
GridParser - Class in com.google.gwt.uibinder.elementparsers
A parser for Grid rows and cells.
GridParser() - Constructor for class com.google.gwt.uibinder.elementparsers.GridParser
 
groupingSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
groupingSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
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.
GWTBridge - Class in com.google.gwt.core.client
When running in Development Mode, acts as a bridge from GWT into the Development Mode environment.
GWTBridge() - Constructor for class com.google.gwt.core.client.GWTBridge
 
GwtCreateResource<T> - Interface in com.google.gwt.resources.client
This resource type allows any class that can be instantiated via a call to GWT.create(Class) to be used within an ClientBundle.
GwtCreateResource.ClassType - Annotation Type in com.google.gwt.resources.client
This annotation can be applied to the resource getter method in order to call GWT.create with a class literal other than that of the return type parameterization.
GwtEvent<H extends EventHandler> - Class in com.google.gwt.event.shared
Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent() - Constructor for class com.google.gwt.event.shared.GwtEvent
Constructor.
GwtEvent.Type<H> - Class in com.google.gwt.event.shared
Type class used to register events with the HandlerManager.
GwtEvent.Type() - Constructor for class com.google.gwt.event.shared.GwtEvent.Type
 
GwtLocale - Interface in com.google.gwt.i18n.shared
Class representing GWT locales and conversion to/from other formats.
GwtLocaleFactory - Interface in com.google.gwt.i18n.shared
Factories that know how to create GwtLocale instances.
GwtLocaleFactoryImpl - Class in com.google.gwt.i18n.server
Creates server-side GwtLocale instances.
GwtLocaleFactoryImpl() - Constructor for class com.google.gwt.i18n.server.GwtLocaleFactoryImpl
 
GwtLocaleImpl - Class in com.google.gwt.i18n.server
Class representing GWT locales and conversion to/from other formats.
GwtScriptOnly - Annotation Type in com.google.gwt.core.client
This annotation is used to break out of a module's source path in hosted mode.
gwtSetUp() - Method in class com.google.gwt.junit.client.GWTTestCase
A replacement for JUnit's GWTTestCase.setUp() method.
gwtTearDown() - Method in class com.google.gwt.junit.client.GWTTestCase
A replacement for JUnit's GWTTestCase.tearDown() method.
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
A new instance of your subclass is constructed for each test method that is to be run.
GWTTestCase.BaseStrategy - Class in com.google.gwt.junit.client
The base class for strategies to use for tests.
GWTTestCase.BaseStrategy() - Constructor for class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
 
GWTTestCase.TestModuleInfo - Class in com.google.gwt.junit.client
Information about a synthetic module used for testing.
GWTTestCase.TestModuleInfo(String, String, JUnitShell.Strategy) - Constructor for class com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
Construct a new GWTTestCase.TestModuleInfo.
GWTTestSuite - Class in com.google.gwt.junit.tools
A utility class to optimize the order in which GWTTestCases are run by minimizing the number of times the test framework switches modules.
GWTTestSuite() - Constructor for class com.google.gwt.junit.tools.GWTTestSuite
 
GWTTestSuite(String) - Constructor for class com.google.gwt.junit.tools.GWTTestSuite
 
GwtTransient - Annotation Type in com.google.gwt.user.client.rpc
This annotation means the same thing as the transient keyword, but it is ignored by all serialization systems other than GWT's.

H

handle(HasAllFocusHandlers, H) - Static method in class com.google.gwt.event.dom.client.HandlesAllFocusEvents
Convenience method used to handle both focus and blur events from an event source.
handle(HasAllFocusHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllFocusEvents
Convenience method to handle both focus and blur events from an event source.
handle(HasAllMouseHandlers, H) - Static method in class com.google.gwt.event.dom.client.HandlesAllMouseEvents
Convenience method used to handle all mouse events from an event source.
handle(HasAllMouseHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllMouseEvents
Convenience method to handle all mouse events from an event source.
handle(HasAllTouchHandlers, H) - Static method in class com.google.gwt.event.dom.client.HandlesAllTouchEvents
Convenience method used to handle all touch events from an event source.
handle(HasAllTouchHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllTouchEvents
Convenience method to handle all touch events from an event source.
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandler
 
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerDir
 
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerExtra
 
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerFile
 
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerFlag
 
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerInt
 
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerString
 
handleCurrentHistory() - Method in class com.google.gwt.place.shared.PlaceHistoryHandler
Handle the current history token.
handleMultiSelectionEvent(CellPreviewEvent<T>, DefaultSelectionEventManager.SelectAction, MultiSelectionModel<? super T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
Handle an event that could cause a value to be selected for a MultiSelectionModel.
HandlerManager - Class in com.google.gwt.event.shared
Manager responsible for adding handlers to event sources and firing those handlers on passed in events.
HandlerManager(Object) - Constructor for class com.google.gwt.event.shared.HandlerManager
Creates a handler manager with a source to be set on all events fired via HandlerManager.fireEvent(GwtEvent).
HandlerManager(Object, boolean) - Constructor for class com.google.gwt.event.shared.HandlerManager
Creates a handler manager with the given source, specifying the order in which handlers are fired.
HandlerRegistration - Interface in com.google.gwt.event.shared
Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HandlerRegistration - Interface in com.google.web.bindery.event.shared
Registration objects returned when an event handler is bound (e.g.
HandlesAllFocusEvents - Class in com.google.gwt.event.dom.client
Receiver used to handle all focus events at once.
HandlesAllFocusEvents() - Constructor for class com.google.gwt.event.dom.client.HandlesAllFocusEvents
Constructor.
HandlesAllKeyEvents - Class in com.google.gwt.event.dom.client
Receiver used to handle all key events at once.
HandlesAllKeyEvents() - Constructor for class com.google.gwt.event.dom.client.HandlesAllKeyEvents
Constructor.
HandlesAllMouseEvents - Class in com.google.gwt.event.dom.client
Receiver used to handle all mouse events at once.
HandlesAllMouseEvents() - Constructor for class com.google.gwt.event.dom.client.HandlesAllMouseEvents
Constructor.
HandlesAllTouchEvents - Class in com.google.gwt.event.dom.client
Receiver used to handle all mouse events at once.
HandlesAllTouchEvents() - Constructor for class com.google.gwt.event.dom.client.HandlesAllTouchEvents
Constructor.
handleSelectionEvent(CellPreviewEvent<T>, DefaultSelectionEventManager.SelectAction, SelectionModel<? super T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
Handle an event that could cause a value to be selected.
handlesSelection() - Method in class com.google.gwt.cell.client.AbstractCell
 
handlesSelection() - Method in interface com.google.gwt.cell.client.Cell
Check if this cell handles selection.
handlesSelection() - Method in class com.google.gwt.cell.client.CheckboxCell
 
handlesSelection() - Method in class com.google.gwt.cell.client.CompositeCell
 
handlesSelection() - Method in class com.google.gwt.cell.client.IconCellDecorator
 
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.
HasAlignmentParser - Class in com.google.gwt.uibinder.elementparsers
Parses widgets that inherit from HasAlignment.
HasAlignmentParser() - Constructor for class com.google.gwt.uibinder.elementparsers.HasAlignmentParser
 
HasAllFocusHandlers - Interface in com.google.gwt.event.dom.client
This is a convenience interface that includes all focus handlers defined by the core GWT system.
HasAllGestureHandlers - Interface in com.google.gwt.event.dom.client
This is a convenience interface that includes all gesture handlers defined by the core GWT system.
HasAllKeyHandlers - Interface in com.google.gwt.event.dom.client
Convenience interface used to implement all key handlers at once.
HasAllMediaHandlers - Interface in com.google.gwt.event.dom.client
This is a convenience interface that includes all media handlers defined by the core GWT system.
HasAllMouseHandlers - Interface in com.google.gwt.event.dom.client
This is a convenience interface that includes all mouse handlers defined by the core GWT system.
HasAllTouchHandlers - Interface in com.google.gwt.event.dom.client
This is a convenience interface that includes all touch handlers defined by the core GWT system.
HasAnimation - Interface in com.google.gwt.user.client.ui
A Widget that uses an animation should implement this class so users can enable or disable animations.
HasAnnotations - Interface in com.google.gwt.core.ext.typeinfo
Interface implemented by elements that can have annotations.
hasAnyLtr(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.hasAnyLtr(String, boolean), but assumes str is not HTML / HTML-escaped.
hasAnyLtr(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Checks if the given string has any LTR characters in it.
hasAnyRTL() - Static method in class com.google.gwt.i18n.client.LocaleInfo
Returns true if any locale supported by this build of the app is RTL.
hasAnyRtl(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.hasAnyRtl(String, boolean), but assumes str is not HTML / HTML-escaped.
hasAnyRtl(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Checks if the given string has any RTL characters in it.
HasAttachHandlers - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of AttachEvent events.
hasAttribute(String) - Method in class com.google.gwt.dom.client.Element
Determines whether an element has an attribute with a given name.
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.
HasAutoHorizontalAlignment - Interface in com.google.gwt.user.client.ui
A widget that implements this interface can be configured to be aligned according to its contents' direction, in addition to the static alignment options offered by HasHorizontalAlignment.
HasBeforeSelectionHandlers<T> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of BeforeSelectionEvent events.
HasBlurHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for BlurHandler instances.
HasCanPlayThroughHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for CanPlayThroughHandler instances.
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.
HasCell<T,C> - Interface in com.google.gwt.cell.client
An interface for extracting a value of type C from an underlying data value of type T, provide a Cell to render that value, and provide a FieldUpdater to perform notification of updates to the cell.
HasCellPreviewHandlers<T> - Interface in com.google.gwt.view.client
A widget that implements this interface is a public source of CellPreviewEvent events.
HasChangeHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for ChangeHandler instances.
hasChildNodes() - Method in class com.google.gwt.dom.client.Node
Returns whether this node has any children.
hasChildNodes() - Method in interface com.google.gwt.xml.client.Node
This method determines whether this Node has any child nodes.
HasClickHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for ClickHandler instances.
HasCloseHandlers<T> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of CloseEvent events.
HasConstrainedValue<T> - Interface in com.google.gwt.user.client.ui
Implemented by widgets that pick from a set of values.
HasContextMenuHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for ContextMenuHandler instances.
hasControls() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if the media player should display interactive controls (for example, to control play/pause, seek position, and volume), false otherwise.
hasControls() - Method in class com.google.gwt.media.client.MediaBase
Returns true if the media player should display interactive controls (for example, to control play/pause, seek position, and volume), false otherwise.
hasCustomInstantiateInstance() - Method in class com.google.gwt.user.client.rpc.CustomFieldSerializer
 
HasData<T> - Interface in com.google.gwt.view.client
A view that can display a range of data.
HasDataEditor<T> - Class in com.google.gwt.editor.client.adapters
Adapts the HasData interface to the Editor framework.
HasDependencies - Interface in com.google.gwt.core.ext.soyc
A tag interface for Members to indicate that they have a static dependency on another Member.
HasDirection - Interface in com.google.gwt.i18n.client
A widget that implements this interface has the ability to override the document directionality for its root element.
HasDirection.Direction - Enum in com.google.gwt.i18n.client
Possible return values for HasDirection.getDirection() and parameter values for HasDirection.setDirection(Direction).Widgets that implement this interface can either have a direction that is right-to-left (RTL), left-to-right (LTR), or default (which means that their directionality is inherited from their parent widget).
HasDirectionalHtml - Interface in com.google.gwt.user.client.ui
An object that implements this interface contains html that has a direction.
HasDirectionalSafeHtml - Interface in com.google.gwt.user.client.ui
An object that implements this interface contains html that has a direction.
HasDirectionalText - Interface in com.google.gwt.user.client.ui
An object that implements this interface contains text that has a direction.
HasDirectionEstimator - Interface in com.google.gwt.i18n.shared
Interface for objects that have a direction estimator.
HasDoubleClickHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for DoubleClickHandler instances.
HasEditorDelegate<T> - Interface in com.google.gwt.editor.client
Indicates that an Editor requires an EditorDelegate.
HasEditorErrors<T> - Interface in com.google.gwt.editor.client
Editors that wish to be notified about ConstraintViolations in the value being edited should implement this interface.
HasEnabled - Interface in com.google.gwt.user.client.ui
A widget that implements this interface can be put in an "enabled" or "disabled" state.
HasEnclosing - Interface in com.google.gwt.core.ext.soyc
A tag interface for Members to indicate that they have an enclosing ClassMember.
hasEnded() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if playback has reached the end of the media, false otherwise.
hasEnded() - Method in class com.google.gwt.media.client.MediaBase
Returns true if playback has reached the end of the media, false otherwise.
HasEndedHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for EndedHandler instances.
HasErrorHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for ErrorHandler instances.
hasErrors() - Method in interface com.google.gwt.editor.client.EditorDriver
Indicates if the last call to EditorDriver.flush() resulted in any errors.
hasErrors() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Returns false.
hasErrors() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns false.
hasErrors() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns false.
hasFieldReferences(String) - Static method in class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter
Returns true if the given string holds one or more field references.
HasFocus - Interface in com.google.gwt.user.client.ui
Deprecated. Use Focusable instead
HasFocusHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for FocusHandler instances.
HasGestureChangeHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for GestureChangeHandler instances.
HasGestureEndHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for GestureEndHandler instances.
HasGestureStartHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for GestureStartHandler instances.
HasHandlers - Interface in com.google.gwt.event.shared
An object that implements this interface has a collection of event handlers associated with it.
hashCode() - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
Return a hash code based on the last and current values.
hashCode() - Method in class com.google.gwt.core.client.JavaScriptObject
Uses a monotonically increasing counter to assign a hash code to the underlying JavaScript object.
hashCode() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
 
hashCode() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
hashCode() - Method in class com.google.gwt.core.ext.linker.Artifact
The class which is returned from Artifact.getComparableArtifactType() must declare a final implementation which returns the same hash code for objects for which Artifact.compareToComparableArtifact(Artifact) returns 0.
hashCode() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
hashCode() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
hashCode() - Method in class com.google.gwt.core.ext.linker.CompilationResult
 
hashCode() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
 
hashCode() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
hashCode() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
hashCode() - Method in class com.google.gwt.core.ext.linker.ScriptReference
 
hashCode() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
 
hashCode() - Method in class com.google.gwt.core.ext.soyc.Range
 
hashCode() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
hashCode() - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
 
hashCode() - Method in class com.google.gwt.json.client.JSONArray
 
hashCode() - Method in class com.google.gwt.json.client.JSONNumber
 
hashCode() - Method in class com.google.gwt.json.client.JSONObject
 
hashCode() - Method in class com.google.gwt.json.client.JSONString
 
hashCode() - Method in class com.google.gwt.rpc.linker.RpcDataArtifact
 
hashCode() - Method in class com.google.gwt.rpc.server.Pair
 
hashCode() - Method in interface com.google.gwt.safecss.shared.SafeStyles
Returns a hash code for this string.
hashCode() - Method in class com.google.gwt.safehtml.shared.OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml
Returns a hash code for this string.
hashCode() - Method in interface com.google.gwt.safehtml.shared.SafeHtml
Returns a hash code for this string.
hashCode() - Method in class com.google.gwt.touch.client.Point
 
hashCode() - Method in class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
 
hashCode() - Method in class com.google.gwt.user.cellview.client.ColumnSortList
 
hashCode() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated.  
hashCode() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
hashCode() - Method in class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
 
hashCode() - Method in class com.google.gwt.view.client.Range
Return a hash code based on this range's start and length.
hashCode() - Method in class com.google.web.bindery.event.shared.Event.Type
 
HasHighlightHandlers<V> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of HighlightEvent events.
HasHorizontalAlignment - Interface in com.google.gwt.user.client.ui
Characteristic interface which indicates that a widget can be aligned horizontally.
HasHorizontalAlignment.AutoHorizontalAlignmentConstant - Class in com.google.gwt.user.client.ui
Type for values defined and used in HasAutoHorizontalAlignment.
HasHorizontalAlignment.HorizontalAlignmentConstant - Class in com.google.gwt.user.client.ui
Possible return values for HasHorizontalAlignment.getHorizontalAlignment(), and parameter values for HasHorizontalAlignment.setHorizontalAlignment(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant).
HasHorizontalScrolling - Interface in com.google.gwt.user.client.ui
Implemented by widgets that support horizontal scrolling.
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.
HasHTMLParser - Class in com.google.gwt.uibinder.elementparsers
Parses widgets that implement HasHTML.
HasHTMLParser() - Constructor for class com.google.gwt.uibinder.elementparsers.HasHTMLParser
 
HasInitializeHandlers - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of InitializeEvent events.
HasKeyboardPagingPolicy - Interface in com.google.gwt.user.cellview.client
Implemented by widgets that have a HasKeyboardPagingPolicy.KeyboardPagingPolicy.
HasKeyboardPagingPolicy.KeyboardPagingPolicy - Enum in com.google.gwt.user.cellview.client
The policy that determines how keyboard paging will work.
HasKeyboardSelectionPolicy - Interface in com.google.gwt.user.cellview.client
Implemented by widgets that have a HasKeyboardSelectionPolicy.KeyboardSelectionPolicy.
HasKeyboardSelectionPolicy.KeyboardSelectionPolicy - Enum in com.google.gwt.user.cellview.client
The policy that determines how keyboard selection will work.
HasKeyDownHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for KeyDownHandler instances.
HasKeyPressHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for KeyPressHandler instances.
HasKeyPreview - Interface in com.google.gwt.user.client.ui
Deprecated. This interface is no longer implemented by any GWT library. Use Event.addNativePreviewHandler(com.google.gwt.user.client.Event.NativePreviewHandler) instead.
HasKeyProvider<T> - Interface in com.google.gwt.view.client
Interface for classes that have a ProvidesKey.
HasKeyUpHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for KeyUpHandler instances.
HasLoadHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for LoadHandler instances.
HasLoseCaptureHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for LoseCaptureHandler instances.
HasMetaData - Interface in com.google.gwt.core.ext.typeinfo
Deprecated. Formerly used to manage Javadoc-comment style metadata. Replaced by Java 1.5 annotations. All implementations now return empty arrays. This interface and all implementations methods will be removed in a future release.
hasMoreSuggestions() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Gets whether or not the suggestion list was truncated due to the SuggestOracle.Request.getLimit().
HasMouseDownHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for MouseDownHandler instances.
HasMouseMoveHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for MouseMoveHandler instances.
HasMouseOutHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for MouseOutHandler instances.
HasMouseOverHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for MouseOverHandler instances.
HasMouseUpHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for MouseUpHandler instances.
HasMouseWheelHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for MouseWheelHandler instances.
hasMultipleValues() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Returns true if this property has more than one value.
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.
HasNativeEvent - Interface in com.google.gwt.event.dom.client
An object that implements this interface has a native event associated with it.
hasNextPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Returns true if there is enough data such that a call to AbstractPager.nextPage() will succeed in moving the starting point of the table forward.
hasNextPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
hasNextPages(int) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Returns true if there is enough data to display a given number of additional pages.
hasNextPages(int) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
HasOneWidget - Interface in com.google.gwt.user.client.ui
Implemented by panels that have only one widget.
HasOpenHandlers<T> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of OpenEvent events.
HasOverrides<T extends Member> - Interface in com.google.gwt.core.ext.soyc
A tag interface for Members to indicate that they override or extend another Member.
hasPage(int) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Returns true if there is enough data such that the specified page is within range.
hasPage(int) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
hasParentElement() - Method in class com.google.gwt.dom.client.Node
Determines whether this node has a parent element.
hasPreviousPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Returns true if there is enough data such that a call to AbstractPager.previousPage() will succeed in moving the starting point of the table backward.
hasPreviousPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
hasPreviousPages(int) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Returns true if there is enough data to display a given number of previous pages.
hasPreviousPages(int) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
HasProgressHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for ProgressHandler instances.
HasRequestContext<T> - Interface in com.google.gwt.requestfactory.client
Deprecated. 
HasRequestContext<T> - Interface in com.google.web.bindery.requestfactory.gwt.client
Editors used with RequestFactoryEditorDriver that implement this interface will be provided with the RequestContext associated with the current editing session.
HasResizeHandlers - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of ResizeEvent events.
HasRows - Interface in com.google.gwt.view.client
Describes an object that displays a range of rows.
HasRpcToken - Interface in com.google.gwt.user.client.rpc
An interface implemented by client-side RPC proxy objects.
HasSafeHtml - Interface in com.google.gwt.safehtml.client
An object that implements this interface contains text with HTML markup, which can be set with the Cross-Site-Scripting-safe HTML markup encapsulated in a SafeHtml object.
HasScrollHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for ScrollHandler instances.
HasScrolling - Interface in com.google.gwt.user.client.ui
Implemented by widgets that support scrolling.
HasSelectionHandlers<T> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of SelectionEvent events.
HasShowRangeHandlers<V> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of ShowRangeEvent events.
hasTagName(String) - Method in class com.google.gwt.dom.client.Element
Determines whether this element has the given tag name.
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.
HasTextEditor - Class in com.google.gwt.editor.ui.client.adapters
Adapts the HasText interface to the Editor framework.
HasTextEditor(HasText) - Constructor for class com.google.gwt.editor.ui.client.adapters.HasTextEditor
Constructs a new HasTextEditor that that modifies the given HasText peer instance.
HasTextParser - Class in com.google.gwt.uibinder.elementparsers
Parses widgets that implement HasText.
HasTextParser() - Constructor for class com.google.gwt.uibinder.elementparsers.HasTextParser
 
HasTouchCancelHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for TouchCancelHandler instances.
HasTouchEndHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for TouchEndHandler instances.
HasTouchMoveHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for TouchMoveHandler instances.
HasTouchStartHandlers - Interface in com.google.gwt.event.dom.client
A widget that implements this interface provides registration for TouchStartHandler instances.
HasTreeItems - Interface in com.google.gwt.user.client.ui
A widget that implements this interface contains items and can operate them.
HasTreeItems.ForIsWidget - Interface in com.google.gwt.user.client.ui
Extends this interface with convenience methods to handle IsWidget.
HasTreeItemsParser - Class in com.google.gwt.uibinder.elementparsers
Parses Tree widgets.
HasTreeItemsParser() - Constructor for class com.google.gwt.uibinder.elementparsers.HasTreeItemsParser
 
HasTypeParameters - Interface in com.google.gwt.core.ext.typeinfo
Interface implemented by elements that can have can have type parameters, namely classes and methods.
HasValue<T> - Interface in com.google.gwt.user.client.ui
Extends TakesValue to allow the value to be pulled back out, and to throw ValueChangeEvent events.
HasValueChangeHandlers<T> - Interface in com.google.gwt.event.logical.shared
A widget that implements this interface is a public source of ValueChangeEvent events.
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.
HasVerticalScrolling - Interface in com.google.gwt.user.client.ui
Implemented by widgets that support vertical scrolling.
HasWidgets - Interface in com.google.gwt.user.client.ui
A widget that implements this interface contains widgets and can enumerate them.
HasWidgets.ForIsWidget - Interface in com.google.gwt.user.client.ui
Extends this interface with convenience methods to handle IsWidget.
HasWidgetsLogHandler - Class in com.google.gwt.logging.client
A handler which can log to any widget which extends the HasWidgets interface.
HasWidgetsLogHandler(HasWidgets) - Constructor for class com.google.gwt.logging.client.HasWidgetsLogHandler
 
HasWidgetsParser - Class in com.google.gwt.uibinder.elementparsers
Parses any widgets that implement HasWidgets.
HasWidgetsParser() - Constructor for class com.google.gwt.uibinder.elementparsers.HasWidgetsParser
 
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.
hasWordWrap() - Method in interface com.google.gwt.user.client.ui.TabBar.Tab
Check if the underlying widget implements HasWordWrap.
HAVE_CURRENT_DATA - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getReadyState().
HAVE_ENOUGH_DATA - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getReadyState().
HAVE_FUTURE_DATA - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getReadyState().
HAVE_METADATA - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getReadyState().
HAVE_NOTHING - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getReadyState().
HEAD - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP HEAD method should be used.
HeadElement - Class in com.google.gwt.dom.client
Document head information.
HeadElement() - Constructor for class com.google.gwt.dom.client.HeadElement
 
Header - Class in com.google.gwt.http.client
Class for describing an HTTP header.
Header() - Constructor for class com.google.gwt.http.client.Header
 
Header<H> - Class in com.google.gwt.user.cellview.client
A table column header or footer.
Header(Cell<H>) - Constructor for class com.google.gwt.user.cellview.client.Header
Construct a Header with a given Cell.
HeaderPanel - Class in com.google.gwt.user.client.ui
A panel that includes a header (top), footer (bottom), and content (middle) area.
HeaderPanel() - Constructor for class com.google.gwt.user.client.ui.HeaderPanel
 
HEADERS_RECEIVED - Static variable in class com.google.gwt.xhr.client.XMLHttpRequest
The HEADERS_RECEIVED state is the state of the object when all response headers have been received.
HeadingElement - Class in com.google.gwt.dom.client
For the H1 to H6 elements.
HeadingElement() - Constructor for class com.google.gwt.dom.client.HeadingElement
 
headSet(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
hex4(char, StringBuffer) - Static method in class com.google.gwt.util.tools.Utility
A 4-digit hex result.
HEX_CHARS - Static variable in class com.google.gwt.util.tools.Utility
 
hidden - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
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.
Hidden(Element) - Constructor for class com.google.gwt.user.client.ui.Hidden
This constructor may be used by subclasses to explicitly use an existing element.
hide() - Method in class com.google.gwt.user.client.ui.DialogBox
 
hide() - Method in class com.google.gwt.user.client.ui.NotificationMole
Hides the notification.
hide() - Method in class com.google.gwt.user.client.ui.PopupPanel
Hides the popup and detaches it from the page.
hide(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
Hides the popup and detaches it from the page.
hideDatePicker() - Method in class com.google.gwt.user.datepicker.client.DateBox
Hide the date picker.
hideNow() - Method in class com.google.gwt.user.client.ui.NotificationMole
Force mole to hide and discard outstanding show attempts.
hideSuggestionList() - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.DefaultSuggestionDisplay.hideSuggestions() instead
hideSuggestions() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
hideSuggestions() - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Hide the list of suggestions from view.
HighlightEvent<V> - Class in com.google.gwt.event.logical.shared
Represents a highlight event.
HighlightEvent(V) - Constructor for class com.google.gwt.event.logical.shared.HighlightEvent
Creates a new highlight event.
HighlightHandler<V> - Interface in com.google.gwt.event.logical.shared
Handler interface for HighlightEvent events.
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
Deprecated. use History.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler) instead
HorizontalPanel - Class in com.google.gwt.user.client.ui
A panel that lays all of its widgets out in a single horizontal column.
HorizontalPanel() - Constructor for class com.google.gwt.user.client.ui.HorizontalPanel
Creates an empty horizontal panel.
HorizontalSplitPanel - Class in com.google.gwt.user.client.ui
Deprecated. Use SplitLayoutPanel instead, but understand that it is not a drop in replacement for this class. It requires standards mode, and is most easily used under a RootLayoutPanel (as opposed to a RootPanel
HorizontalSplitPanel() - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated.  
HorizontalSplitPanel(HorizontalSplitPanelImages) - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. replaced by HorizontalSplitPanel.HorizontalSplitPanel(Resources)
HorizontalSplitPanel(HorizontalSplitPanel.Resources) - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Creates an empty horizontal split panel.
HorizontalSplitPanel.Resources - Interface in com.google.gwt.user.client.ui
Deprecated. The default resources used by this widget.
HorizontalSplitPanelImages - Interface in com.google.gwt.user.client.ui
Deprecated. replaced by HorizontalSplitPanel.Resources.
horizontalSplitPanelThumb() - Method in interface com.google.gwt.user.client.ui.HorizontalSplitPanel.Resources
Deprecated. An image representing the drag thumb.
horizontalSplitPanelThumb() - Method in interface com.google.gwt.user.client.ui.HorizontalSplitPanelImages
Deprecated. An image representing the drag thumb.
HOSTED_MODE_PERMUTATION_STRONG_NAME - Static variable in class com.google.gwt.core.client.GWT
This constant is used by GWT.getPermutationStrongName() when running in Development Mode.
HostedModeClientOracle - Class in com.google.gwt.rpc.server
A ClientOracle that is used for hosted-mode clients.
HostedModeClientOracle() - Constructor for class com.google.gwt.rpc.server.HostedModeClientOracle
 
HRElement - Class in com.google.gwt.dom.client
Create a horizontal rule.
HRElement() - Constructor for class com.google.gwt.dom.client.HRElement
 
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(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.HTML
Initializes the widget's HTML from a given SafeHtml object.
HTML(SafeHtml, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an HTML widget with the specified contents and with the specified direction.
HTML(SafeHtml, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an HTML widget with the specified HTML contents and specifies a direction estimator.
HTML(String) - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an HTML widget with the specified HTML contents.
HTML(String, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.HTML
Creates an HTML widget with the specified HTML contents and with the specified direction.
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.
HTML(Element) - Constructor for class com.google.gwt.user.client.ui.HTML
This constructor may be used by subclasses to explicitly use an existing element.
htmlEscape(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
HTML-escapes a string.
htmlEscapeAllowEntities(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
HTML-escapes a string, but does not double-escape HTML-entities already present in the string.
HtmlInterpreter - Class in com.google.gwt.uibinder.elementparsers
This is the most generally useful interpreter, and the most likely to be used by a custom parser when calling XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter).
HtmlInterpreter(UiBinderWriter, String, XMLElement.Interpreter<String>) - Constructor for class com.google.gwt.uibinder.elementparsers.HtmlInterpreter
Rather than using this constructor, you probably want to use the HtmlInterpreter.newInterpreterForUiObject(com.google.gwt.uibinder.rebind.UiBinderWriter, java.lang.String) factory method.
HtmlLogFormatter - Class in com.google.gwt.logging.client
Formats LogRecords into HTML.
HtmlLogFormatter(boolean) - Constructor for class com.google.gwt.logging.client.HtmlLogFormatter
 
HtmlMessageInterpreter - Class in com.google.gwt.uibinder.elementparsers
Processes elements inside HTML values, which themselves are allowed to contain HTML.
HtmlMessageInterpreter(UiBinderWriter, HtmlMessageInterpreter.PlaceholderInterpreterProvider) - Constructor for class com.google.gwt.uibinder.elementparsers.HtmlMessageInterpreter
Build a HtmlMessageInterpreter that uses customized placeholder interpreter instances.
HtmlMessageInterpreter(UiBinderWriter, String) - Constructor for class com.google.gwt.uibinder.elementparsers.HtmlMessageInterpreter
Build a normally configured HtmlMessageInterpreter, able to handle put placeholders around dom elements with ui:ph attributes and computed attributes.
HtmlMessageInterpreter.PlaceholderInterpreterProvider - Interface in com.google.gwt.uibinder.elementparsers
Provides instances of PlaceholderInterpreter, to allow customized handling of the innards of a msg element.
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 inside a DIV element.
HTMLPanel(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.HTMLPanel
Initializes the panel's HTML from a given SafeHtml object.
HTMLPanel(String, String) - Constructor for class com.google.gwt.user.client.ui.HTMLPanel
Creates an HTML panel whose root element has the given tag, and with the specified HTML contents.
HTMLPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses HTMLPanel widgets.
HTMLPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.HTMLPanelParser
 
HtmlSanitizer - Interface in com.google.gwt.safehtml.shared
Sanitizes untrusted HTML.
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.Cell - Class in com.google.gwt.user.client.ui
Return value for HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent).
HTMLTable.Cell(int, int) - Constructor for class com.google.gwt.user.client.ui.HTMLTable.Cell
Creates a cell.
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
 
HttpThrowableReporter - Class in com.google.gwt.core.client
This is a utility class which can report Throwables to the server via a JSON-formatted payload.
HumanInputEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Abstract class representing position events such as mouse or touch events.
HumanInputEvent() - Constructor for class com.google.gwt.event.dom.client.HumanInputEvent
 
HybridServiceServlet - Class in com.google.gwt.user.server.rpc
EXPERIMENTAL and subject to change.
HybridServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.HybridServiceServlet
 
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(SafeHtml, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its html and target history token specified.
Hyperlink(SafeHtml, HasDirection.Direction, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its html and target history token specified.
Hyperlink(SafeHtml, DirectionEstimator, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its html 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.
Hyperlink(String, HasDirection.Direction, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its text and target history token specified.
Hyperlink(String, DirectionEstimator, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
Creates a hyperlink with its text and target history token specified.
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(Element) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
 

I

IconCellDecorator<C> - Class in com.google.gwt.cell.client
A Cell decorator that adds an icon to another Cell.
IconCellDecorator(ImageResource, Cell<C>) - Constructor for class com.google.gwt.cell.client.IconCellDecorator
Construct a new IconCellDecorator.
IconCellDecorator(ImageResource, Cell<C>, HasVerticalAlignment.VerticalAlignmentConstant, int) - Constructor for class com.google.gwt.cell.client.IconCellDecorator
Construct a new IconCellDecorator.
id() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
id() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
IdentityColumn<T> - Class in com.google.gwt.user.cellview.client
A passthrough column, useful for giving cells access to the entire row object.
IdentityColumn(Cell<T>) - Constructor for class com.google.gwt.user.cellview.client.IdentityColumn
Construct a new IdentityColumn with a given Cell.
IdMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
IdMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
Used as a base type for messages that are about a particular id.
IdMessage.Strength - Enum in com.google.gwt.requestfactory.shared.messages
Deprecated. 
IdMessage.Strength - Enum in com.google.web.bindery.requestfactory.shared.messages
Describes the longevity of the id.
IFrameElement - Class in com.google.gwt.dom.client
Inline subwindows.
IFrameElement() - Constructor for class com.google.gwt.dom.client.IFrameElement
 
IFrameLinker - Class in com.google.gwt.core.linker
Implements the canonical GWT bootstrap sequence that loads the GWT module in a separate iframe.
IFrameLinker() - Constructor for class com.google.gwt.core.linker.IFrameLinker
 
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(ImageResource) - Constructor for class com.google.gwt.user.client.ui.Image
Creates an image whose size and content are defined by an ImageResource.
Image(String) - Constructor for class com.google.gwt.user.client.ui.Image
Creates an image with a specified URL.
Image(String, int, int, int, int) - Constructor for class com.google.gwt.user.client.ui.Image
Creates a clipped image with a specified URL and visibility rectangle.
Image(Element) - Constructor for class com.google.gwt.user.client.ui.Image
This constructor may be used by subclasses to explicitly use an existing element.
ImageBundle - Interface in com.google.gwt.user.client.ui
Deprecated. replaced by ClientBundle and ImageResource
ImageBundle.Resource - Annotation Type in com.google.gwt.user.client.ui
Deprecated. Explicitly specifies a file name or path to the image resource to be associated with a method in an ImageBundle.
ImageCell - Class in com.google.gwt.cell.client
An AbstractCell used to render an image.
ImageCell() - Constructor for class com.google.gwt.cell.client.ImageCell
Construct a new ImageCell.
ImageData - Class in com.google.gwt.canvas.dom.client
Object that holds image data and a size.
ImageData() - Constructor for class com.google.gwt.canvas.dom.client.ImageData
 
ImageElement - Class in com.google.gwt.dom.client
Embedded image.
ImageElement() - Constructor for class com.google.gwt.dom.client.ImageElement
 
ImageLoadingCell - Class in com.google.gwt.cell.client
An AbstractCell used to render an image.
ImageLoadingCell() - Constructor for class com.google.gwt.cell.client.ImageLoadingCell
Construct an ImageResourceCell using the ImageLoadingCell.DefaultRenderers.
ImageLoadingCell(ImageLoadingCell.Renderers) - Constructor for class com.google.gwt.cell.client.ImageLoadingCell
Construct an ImageResourceCell using the specified SafeHtmlRenderers.
ImageLoadingCell.DefaultRenderers - Class in com.google.gwt.cell.client
The default SafeHtmlRenderers.
ImageLoadingCell.DefaultRenderers() - Constructor for class com.google.gwt.cell.client.ImageLoadingCell.DefaultRenderers
 
ImageLoadingCell.Renderers - Interface in com.google.gwt.cell.client
The renderers used by this cell.
ImageParser - Class in com.google.gwt.uibinder.elementparsers
Custom parsing of Image widgets.
ImageParser() - Constructor for class com.google.gwt.uibinder.elementparsers.ImageParser
 
ImageResource - Interface in com.google.gwt.resources.client
Provides access to image resources at runtime.
ImageResource.ImageOptions - Annotation Type in com.google.gwt.resources.client
Specifies additional options to control how an image is bundled.
ImageResource.RepeatStyle - Enum in com.google.gwt.resources.client
Indicates that an ImageResource should be bundled in such a way as to support horizontal or vertical repetition.
ImageResourceCell - Class in com.google.gwt.cell.client
An AbstractCell used to render an ImageResource.
ImageResourceCell() - Constructor for class com.google.gwt.cell.client.ImageResourceCell
Construct a new ImageResourceCell.
importNode(Node, boolean) - Method in class com.google.gwt.dom.client.Document
Imports a node from another document to this document.
importNode(Node, boolean) - Method in interface com.google.gwt.xml.client.Document
This method imports a node into the current Document.
includeJs(StringBuffer, TreeLogger, String, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
IncompatibleRemoteServiceException - Exception in com.google.gwt.user.client.rpc
Exception that will be passed to the AsyncCallback.onFailure(Throwable) method when an incompatibility is detected between a RemoteService client and its corresponding RemoteService server.
IncompatibleRemoteServiceException() - Constructor for exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Constructor used by RPC serialization.
IncompatibleRemoteServiceException(String) - Constructor for exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Constructs an instance with the specified message.
IncompatibleRemoteServiceException(String, Throwable) - Constructor for exception com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
Constructs an instance with the specified message and cause.
IncrementalCommand - Interface in com.google.gwt.user.client
Deprecated. Replaced by Scheduler.RepeatingCommand and Scheduler.scheduleIncremental()
IncrementalCommandCanceledException - Exception in com.google.gwt.user.client
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred IncrementalCommand is canceled as a result of a slow script warning.
IncrementalCommandCanceledException(IncrementalCommand) - Constructor for exception com.google.gwt.user.client.IncrementalCommandCanceledException
 
IndexedPanel - Interface in com.google.gwt.user.client.ui
Implemented by panels that impose an explicit ordering on their children.
IndexedPanel.ForIsWidget - Interface in com.google.gwt.user.client.ui
Extends this interface with convenience methods to handle IsWidget.
indexOf(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets the index of the specified index.
indianAntananarivo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianChagos() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianChristmas() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianCocos() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianComoro() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianKerguelen() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianMahe() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianMaldives() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianMauritius() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianMayotte() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
indianReunion() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
infinity() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
infinity() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
INFO - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs information.
inheritsFrom(GwtLocale) - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
Return true if this locale inherits from the specified locale.
inheritsFrom(GwtLocale) - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns true if this locale inherits from the specified locale.
init(TreeLogger, ResourceContext) - Method in class com.google.gwt.resources.ext.AbstractResourceGenerator
A no-op implementation.
init(TreeLogger, ResourceContext) - Method in interface com.google.gwt.resources.ext.ResourceGenerator
Initialize the ResourceGenerator with the generation context that will remain valid for the duration of the resource-generation phase.
init() - Method in class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
 
init() - Method in class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
Servlet initialization.
initCause(Throwable) - Method in exception com.google.gwt.user.client.rpc.SerializableException
Deprecated. No effect; exception chaining is not currently supported for serialized exceptions.
initialize(E) - Method in interface com.google.gwt.editor.client.SimpleBeanEditorDriver
Initialize the editor driver.
initialize(E) - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Records editor.
initialize(EventBus, RequestFactory, E) - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Overload of RequestFactoryEditorDriver.initialize(RequestFactory, Editor) to allow a modified EventBus to be monitored for subscription services.
initialize(RequestFactory, E) - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Initializes a driver with the editor it will run, and a RequestFactory to use for subscription services.
initialize(E) - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Initializes a driver that will not be able to support subscriptions.
initialize(E) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated.  
initialize(EventBus, RequestFactory, E) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Records its arguments.
initialize(RequestFactory, E) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated.  
initialize(EventBus) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Start this request factory with a DefaultRequestTransport.
initialize(EventBus, RequestTransport) - Method in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. Start this request factory with a user-provided transport.
initialize(E) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Initializes a driver that will not be able to support subscriptions.
initialize(EventBus, RequestFactory, E) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Overload of RequestFactoryEditorDriver.initialize(RequestFactory, Editor) to allow a modified EventBus to be monitored for subscription services.
initialize(RequestFactory, E) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Initializes a driver with the editor it will run, and a RequestFactory to use for subscription services.
initialize(E) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
 
initialize(EventBus, RequestFactory, E) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Records its arguments.
initialize(RequestFactory, E) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
 
initialize(EventBus) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Start this request factory with a DefaultRequestTransport.
initialize(EventBus, RequestTransport) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
Start this request factory with a user-provided transport.
InitializeEvent - Class in com.google.gwt.event.logical.shared
Fired when the event source is initialized.
InitializeEvent() - Constructor for class com.google.gwt.event.logical.shared.InitializeEvent
Construct a new InitializeEvent.
InitializeHandler - Interface in com.google.gwt.event.logical.shared
Handler for InitializeEvent events.
initWidget(Widget) - Method in class com.google.gwt.user.client.ui.Composite
Sets the widget to be wrapped by the composite.
initWidget(Widget) - Method in class com.google.gwt.user.client.ui.ResizeComposite
 
inject(String) - Static method in class com.google.gwt.dom.client.StyleInjector
Add a stylesheet to the document.
inject(String, boolean) - Static method in class com.google.gwt.dom.client.StyleInjector
Add a stylesheet to the document.
injectAtEnd(String) - Static method in class com.google.gwt.dom.client.StyleInjector
Add stylesheet data to the document as though it were declared after all stylesheets previously created by StyleInjector.inject(String).
injectAtEnd(String, boolean) - Static method in class com.google.gwt.dom.client.StyleInjector
Add stylesheet data to the document as though it were declared after all stylesheets previously created by StyleInjector.inject(String).
injectAtStart(String) - Static method in class com.google.gwt.dom.client.StyleInjector
Add stylesheet data to the document as though it were declared before all stylesheets previously created by StyleInjector.inject(String).
injectAtStart(String, boolean) - Static method in class com.google.gwt.dom.client.StyleInjector
Add stylesheet data to the document as though it were declared before all stylesheets previously created by StyleInjector.inject(String).
injectStylesheet(String) - Static method in class com.google.gwt.dom.client.StyleInjector
Deprecated. The returned StyleElement cannot be implemented consistently across all browsers
injectStyleSheet(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
 
injectStyleSheet(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE
 
injectStylesheetAtEnd(String) - Static method in class com.google.gwt.dom.client.StyleInjector
Deprecated. The returned StyleElement cannot be implemented consistently across all browsers
injectStyleSheetAtEnd(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
 
injectStyleSheetAtEnd(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE
 
injectStylesheetAtStart(String) - Static method in class com.google.gwt.dom.client.StyleInjector
Deprecated. The returned StyleElement cannot be implemented consistently across all browsers
injectStyleSheetAtStart(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
 
injectStyleSheetAtStart(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE
 
InlineHTML - Class in com.google.gwt.user.client.ui
A widget that can contain arbitrary HTML.
InlineHTML() - Constructor for class com.google.gwt.user.client.ui.InlineHTML
Creates an empty HTML widget.
InlineHTML(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
Initializes the widget's HTML from a given SafeHtml object.
InlineHTML(SafeHtml, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
Creates an HTML widget with the specified contents and with the specified direction.
InlineHTML(SafeHtml, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
Creates an HTML widget with the specified HTML contents and with a default direction estimator.
InlineHTML(String) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
Creates an HTML widget with the specified HTML contents.
InlineHTML(String, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
Creates an HTML widget with the specified HTML contents and with the specified direction.
InlineHTML(Element) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
This constructor may be used by subclasses to explicitly use an existing element.
InlineHyperlink - Class in com.google.gwt.user.client.ui
A widget that serves as an "internal" hyperlink.
InlineHyperlink() - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates an empty hyperlink.
InlineHyperlink(SafeHtml, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its html and target history token specified.
InlineHyperlink(SafeHtml, HasDirection.Direction, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its html and target history token specified.
InlineHyperlink(SafeHtml, DirectionEstimator, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its html and target history token specified.
InlineHyperlink(String, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its text and target history token specified.
InlineHyperlink(String, HasDirection.Direction, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its text and target history token specified.
InlineHyperlink(String, DirectionEstimator, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its text and target history token specified.
InlineHyperlink(String, boolean, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
Creates a hyperlink with its text and target history token specified.
InlineLabel - Class in com.google.gwt.user.client.ui
A widget that contains arbitrary text, not interpreted as HTML.
InlineLabel() - Constructor for class com.google.gwt.user.client.ui.InlineLabel
Creates an empty label.
InlineLabel(String) - Constructor for class com.google.gwt.user.client.ui.InlineLabel
Creates a label with the specified text.
InlineLabel(String, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.InlineLabel
Creates a label with the specified text and direction.
InlineLabel(String, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.InlineLabel
Creates a label with the specified text and a default direction estimator.
InlineLabel(Element) - Constructor for class com.google.gwt.user.client.ui.InlineLabel
This constructor may be used by subclasses to explicitly use an existing element.
InProcessRequestTransport - Class in com.google.gwt.requestfactory.server.testing
Deprecated. 
InProcessRequestTransport(SimpleRequestProcessor) - Constructor for class com.google.gwt.requestfactory.server.testing.InProcessRequestTransport
Deprecated.  
InProcessRequestTransport - Class in com.google.web.bindery.requestfactory.server.testing
A RequestTransport that calls a SimpleRequestProcessor.
InProcessRequestTransport(SimpleRequestProcessor) - Constructor for class com.google.web.bindery.requestfactory.server.testing.InProcessRequestTransport
 
InputElement - Class in com.google.gwt.dom.client
Form control.
InputElement() - Constructor for class com.google.gwt.dom.client.InputElement
 
insert(int, ColumnSortList.ColumnSortInfo) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Inserts the specified ColumnSortList.ColumnSortInfo at the specified position in this list.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
 
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Convenience overload to allow IsWidget to be used directly.
insert(Widget, int, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Inserts a child widget at the specified position before the specified index.
insert(Widget, Element, int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Deprecated. Use ComplexPanel.insert(Widget, Element, int, boolean) instead
insert(Widget, Element, int, boolean) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Insert a new child Widget into this Panel at a specified index, attaching its Element to the specified container Element.
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
insert(Widget, Widget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Insert a widget before the specified widget.
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
insert(Widget, DockLayoutPanel.Direction, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the specified edge of the dock.
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.FlowPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.FlowPanel
Inserts a widget before the specified index.
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
 
insert(IsWidget, int) - Method in interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
 
insert(Widget, int) - Method in interface com.google.gwt.user.client.ui.InsertPanel
Inserts a child widget before the specified index.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Inserts a widget before the specified index.
insert(Widget, DockLayoutPanel.Direction, double, Widget) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
 
insert(Widget, SafeHtml, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Inserts a widget into the panel.
insert(Widget, String, boolean, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Inserts a widget into the panel.
insert(Widget, String, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Inserts a widget into the panel.
insert(Widget, Widget, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Inserts a widget into the panel.
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.StackPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.StackPanel
 
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
insert(IsWidget, IsWidget, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
insert(IsWidget, String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
insert(IsWidget, String, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Inserts a widget into the panel.
insert(Widget, SafeHtml, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Inserts a widget into the panel.
insert(Widget, String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Inserts a widget into the panel.
insert(Widget, String, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Inserts a widget into the panel.
insert(Widget, Widget, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Inserts a widget into the panel.
insert(IsWidget, IsWidget, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
insert(IsWidget, String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
insert(IsWidget, String, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Convenience overload to allow IsWidget to be used directly.
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, Widget, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Inserts a widget into the tab panel.
insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
insert(Widget, int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Inserts a widget before the specified index.
insertAfter(Node, Node) - Method in class com.google.gwt.dom.client.Node
Inserts the node newChild after the existing child node refChild.
insertBefore(Node, Node) - Method in class com.google.gwt.dom.client.Node
Inserts the node newChild before the existing child node refChild.
insertBefore(Element, Element, Element) - Static method in class com.google.gwt.user.client.DOM
Inserts an element as a child of the given parent element, before another child of that parent.
insertBefore(Node, Node) - Method in interface com.google.gwt.xml.client.Node
This method inserts before newChild.
insertCell(int) - Method in class com.google.gwt.dom.client.TableRowElement
Insert an empty TD cell into this row.
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.
insertColumn(int, Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index.
insertColumn(int, Column<T, ?>, Header<?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index with an associated header.
insertColumn(int, Column<T, ?>, Header<?>, Header<?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index with an associated header and footer.
insertColumn(int, Column<T, ?>, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index with an associated String header.
insertColumn(int, Column<T, ?>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index with an associated SafeHtml header.
insertColumn(int, Column<T, ?>, String, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index with an associated String header and footer.
insertColumn(int, Column<T, ?>, SafeHtml, SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellTable
Inserts a column into the table at the specified index with an associated SafeHtml header and footer.
insertData(int, String) - Method in class com.google.gwt.dom.client.Text
Inserts character data at the given offset.
insertData(int, String) - Method in interface com.google.gwt.xml.client.CharacterData
This method inserts data at the specified offset.
insertEast(Widget, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the east edge of the dock, inserting it before an existing widget.
insertFirst(Node) - Method in class com.google.gwt.dom.client.Node
Inserts the given child as the first child of this node.
insertHorizontalRule() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Inserts a horizontal rule.
insertHorizontalRule() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Inserts a horizontal rule.
insertHTML(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Inserts generic html.
insertImage(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Inserts an image element.
insertImage(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Inserts an image element.
insertItem(String, int) - Method in class com.google.gwt.user.client.ui.ListBox
Inserts an item into the list box.
insertItem(String, HasDirection.Direction, int) - Method in class com.google.gwt.user.client.ui.ListBox
Inserts an item into the list box, specifying its direction.
insertItem(String, String, int) - Method in class com.google.gwt.user.client.ui.ListBox
Inserts an item into the list box, specifying an initial value for the item.
insertItem(String, HasDirection.Direction, String, int) - Method in class com.google.gwt.user.client.ui.ListBox
Inserts an item into the list box, specifying its direction and an initial value for the item.
insertItem(MenuItem, int) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar at a specific index.
insertItem(int, String) - Method in class com.google.gwt.user.client.ui.Tree
Inserts a child tree item at the specified index containing the specified text.
insertItem(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.Tree
Inserts a child tree item at the specified index containing the specified html.
insertItem(int, TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Inserts an item into the root level of this tree.
insertItem(int, Widget) - Method in class com.google.gwt.user.client.ui.Tree
Inserts a child tree item at the specified index containing the specified widget.
insertItem(int, String) - Method in class com.google.gwt.user.client.ui.TreeItem
Inserts a child tree item at the specified index containing the specified text.
insertItem(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.TreeItem
Inserts a child tree item at the specified index containing the specified text.
insertItem(int, TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Inserts an item as a child to this one.
insertItem(int, Widget) - Method in class com.google.gwt.user.client.ui.TreeItem
Inserts a child tree item at the specified index containing the specified widget.
insertLineEnd(Widget, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the start of the line, inserting it before an existing widget.
insertLineStart(Widget, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the end of the line, inserting it before an existing widget.
insertListItem(Element, String, String, int) - Static method in class com.google.gwt.user.client.DOM
Creates an <option> element and inserts it as a child of the specified <select> element.
insertNorth(Widget, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the north edge of the dock, inserting it before an existing widget.
insertOrderedList() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Starts an numbered list.
insertOrderedList() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Starts an numbered list.
InsertPanel - Interface in com.google.gwt.user.client.ui
Implemented by IndexedPanels that also allow insertions.
InsertPanel.ForIsWidget - Interface in com.google.gwt.user.client.ui
Extends this interface with convenience methods to handle IsWidget.
insertRow(int) - Method in class com.google.gwt.dom.client.TableElement
Insert a new empty row in the table.
insertRow(int) - Method in class com.google.gwt.dom.client.TableSectionElement
Insert a row into this section.
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.Grid
Inserts a new row into the table.
insertRow(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Inserts a new row into the table.
insertSeparator(int) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a thin line to the MenuBar to separate sections of MenuItems at the specified index.
insertSeparator(MenuItemSeparator, int) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a thin line to the MenuBar to separate sections of MenuItems at the specified index.
insertSouth(Widget, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the south edge of the dock, inserting it before an existing widget.
insertTab(SafeHtml, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertTab(String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertTab(String, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertTab(Widget, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertTabWidget(Widget, int) - Method in class com.google.gwt.user.client.ui.TabBar
Inserts a new tab at the specified index.
insertUnorderedList() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Starts an bulleted list.
insertUnorderedList() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Starts an bulleted list.
insertWest(Widget, double, Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Adds a widget to the west edge of the dock, inserting it before an existing widget.
installUncaughtExceptionHandler(String) - Static method in class com.google.gwt.core.client.HttpThrowableReporter
Installs an GWT.UncaughtExceptionHandler that will automatically invoke HttpThrowableReporter.report(String, Throwable).
instance() - Static method in class com.google.gwt.text.client.DoubleParser
Returns the instance of the no-op renderer.
instance() - Static method in class com.google.gwt.text.client.DoubleRenderer
Returns the instance.
instance() - Static method in class com.google.gwt.text.client.IntegerParser
Returns the instance of the no-op renderer.
instance() - Static method in class com.google.gwt.text.client.IntegerRenderer
Returns the instance.
instance() - Static method in class com.google.gwt.text.client.LongParser
Returns the instance of the no-op renderer.
instance() - Static method in class com.google.gwt.text.client.LongRenderer
Returns the instance.
instance() - Static method in class com.google.gwt.text.shared.testing.PassthroughParser
Returns the instance of the no-op renderer.
instance() - Static method in class com.google.gwt.text.shared.testing.PassthroughRenderer
Returns the instance of the no-op renderer.
InstanceRequest<P extends BaseProxy,T> - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
InstanceRequest<P extends BaseProxy,T> - Interface in com.google.web.bindery.requestfactory.shared
Used to call instance methods.
instances() - Static method in enum com.google.gwt.core.ext.TreeLogger.Type
Gets all the possible severity types as an array.
instantiateInstance(SerializationStreamReader) - Method in class com.google.gwt.user.client.rpc.CustomFieldSerializer
Instantiates an object from the SerializationStreamReader.
IntegerBox - Class in com.google.gwt.user.client.ui
A ValueBox that uses IntegerParser and IntegerRenderer.
IntegerBox() - Constructor for class com.google.gwt.user.client.ui.IntegerBox
 
IntegerParser - Class in com.google.gwt.text.client
A localized parser based on NumberFormat.getDecimalFormat().
IntegerParser() - Constructor for class com.google.gwt.text.client.IntegerParser
 
IntegerRenderer - Class in com.google.gwt.text.client
A localized renderer based on NumberFormat.getDecimalFormat().
IntegerRenderer() - Constructor for class com.google.gwt.text.client.IntegerRenderer
 
internalClearCell(Element, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable
Does actual clearing, used by clearCell and cleanCell.
interpolate(double) - Method in class com.google.gwt.animation.client.Animation
Interpolate the linear progress into a more natural easing function.
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.HtmlInterpreter
 
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.HtmlMessageInterpreter
 
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.NullInterpreter
 
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.TextInterpreter
 
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
 
IntRange - Class in com.google.gwt.benchmarks.client
Iterates over a start and end value by a stepping function.
IntRange(int, int, Operator, int) - Constructor for class com.google.gwt.benchmarks.client.IntRange
Creates a new range that produces Iterators which begin at start, end at end and increment by the stepping function described by operator and step.
INVALID_ACCESS_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
INVALID_CHARACTER_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
INVALID_MODIFICATION_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
INVALID_STATE_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
invocation() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
INVOCATION - Static variable in interface com.google.gwt.requestfactory.shared.messages.RequestMessage
Deprecated.  
invocation() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
INVOCATION - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
 
INVOCATION_RESULTS - Static variable in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
INVOCATION_RESULTS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
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.
InvocationMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
InvocationMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
Describes a method invocation.
invoke(Method, Object...) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Invoke a domain service method.
invoke(Method, Object...) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
invoke(Method, Object...) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Invoke a domain service method.
invoke(Method, Object...) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
invokeAndEncodeResponse(Object, Method, Object[]) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the result of calling a service method, which could be the value returned by the method or an exception thrown by it.
invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy, int) - Static method in class com.google.gwt.user.server.rpc.RPC
 
invokeAndStreamResponse(Object, Method, Object[], ClientOracle, OutputStream) - Static method in class com.google.gwt.rpc.server.RPC
 
is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Element
Determines whether the given JavaScriptObject can be cast to an Element.
is(Node) - Static method in class com.google.gwt.dom.client.Element
Determine whether the given Node can be cast to an Element.
is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Node
Determines whether the given JavaScriptObject is a DOM node.
isAbstract() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
isAbstract() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
 
isAltKeyDown() - Method in class com.google.gwt.event.dom.client.HumanInputEvent
Is alt key down.
isAltKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
Is the alt key down?
isAnimated() - Method in interface com.google.gwt.resources.client.ImageResource
Return true if the image contains multiple frames.
isAnimationEnabled() - Method in class com.google.gwt.user.cellview.client.CellBrowser
 
isAnimationEnabled() - Method in class com.google.gwt.user.cellview.client.CellTree
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.DeckPanel
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
isAnimationEnabled() - Method in interface com.google.gwt.user.client.ui.HasAnimation
Returns true if animations are enabled, false if not.
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.MenuBar
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.DefaultSuggestionDisplay.isAnimationEnabled() instead
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.TabPanel
 
isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.Tree
 
isAnimationVertical() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Check whether or not transitions slide in vertically or horizontally.
isAnimationVertical() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Check whether or not transitions slide in vertically or horizontally.
isAnnotation() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isAnnotation() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns this instance as a JAnnotationType# if it is a annotation or null if it is not.
isAnnotationMethod() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns true if this item has an annotation of the specified type.
isAnyModifierKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
Does this event have any modifier keys down? Specifically.
isArray() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isArray() - Method in interface 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.
isArrow(int) - Static method in class com.google.gwt.event.dom.client.KeyCodeEvent
Does the key code represent an arrow key?
isAscending() - Method in class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
Check if the column was sorted in ascending or descending order.
isAssignableFrom(JClassType) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns true if this JClassType is assignable from the specified JClassType parameter.
isAssignableTo(JClassType) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns true if this JClassType is assignable to the specified JClassType parameter.
isAttached(FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
 
isAttached() - Method in class com.google.gwt.event.logical.shared.AttachEvent
Returns true if this event announces that the source has been attached, false if it has been detached.
isAttached() - Method in class com.google.gwt.user.client.ui.Composite
 
isAttached() - Method in class com.google.gwt.user.client.ui.Widget
Determines whether this widget is currently attached to the browser's document (i.e., there is an unbroken chain of widgets between this widget and the underlying browser document).
isAutoClosed() - Method in class com.google.gwt.event.logical.shared.CloseEvent
Was the target automatically closed?
isAutoHideEnabled() - Method in class com.google.gwt.user.client.ui.PopupPanel
Returns true if the popup should be automatically hidden when the user clicks outside of it.
isAutoHideOnHistoryEventsEnabled() - Method in class com.google.gwt.user.client.ui.PopupPanel
Returns true if the popup should be automatically hidden when the history token changes, such as when the user presses the browser's back button.
isAutoplay() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if autoplay is enabled, false otherwise.
isAutoplay() - Method in class com.google.gwt.media.client.MediaBase
Returns true if autoplay is enabled, false otherwise.
isAutoSelectEnabled() - Method in class com.google.gwt.user.client.ui.SuggestBox
Returns whether or not the first suggestion will be automatically selected.
isBidiEnabled() - Method in class com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl
 
isBidiEnabled() - Method in class com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImplOn
 
isBidiEnabled() - Static method in class com.google.gwt.i18n.client.BidiPolicy
Returns true if bidi is enabled, false if disabled.
isBold() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Is the current region bold?
isBold() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Is the current region bold?
isBoolean() - Method in class com.google.gwt.json.client.JSONBoolean
Returns this, as this is a JSONBoolean.
isBoolean() - Method in class com.google.gwt.json.client.JSONValue
Returns a non-null reference if this JSONValue is really a JSONBoolean.
isBoolean() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if the value of the Splittable is a boolean.
isBundleStatic() - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
Deprecated.  
isCanceled() - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Has the selection event already been canceled?
isCanceled() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
Has the event already been canceled? Note that Event.NativePreviewEvent.isConsumed() will still return true if the native event has also been consumed.
isCanceled() - Method in class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
Gets whether this form submit will be canceled.
isCanceled() - Method in class com.google.gwt.view.client.CellPreviewEvent
Check if the event has been canceled.
isCancelled() - Method in class com.google.gwt.user.client.ui.FormSubmitEvent
Gets whether this form submit will be canceled.
isCaption(UiBinderWriter, XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.DialogBoxParser
Determines if the element implements Caption.
isCellEditing() - Method in class com.google.gwt.view.client.CellPreviewEvent
Check whether or not the cell where the event occurred is being edited.
isCellPresent(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Determines whether the specified cell exists.
isChanged() - Method in interface com.google.gwt.requestfactory.shared.RequestContext
Deprecated. Returns true if any changes have been made to proxies mutable under this context.
isChanged() - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
Returns true if any changes have been made to proxies mutable under this context.
isChecked() - Method in class com.google.gwt.dom.client.InputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
isChecked() - Method in class com.google.gwt.user.client.ui.CheckBox
Deprecated. Use CheckBox.getValue() instead
isChecked() - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
Deprecated. Use SimpleCheckBox.getValue() instead
isChildLeaf(int) - Method in interface com.google.gwt.user.cellview.client.TreeNode
Check whether or not a child node is a leaf node.
isChildOpen(int) - Method in interface com.google.gwt.user.cellview.client.TreeNode
Check whether or not a child node is open.
isClass() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns true if the symbol represents a class.
isClass() - Method in interface com.google.gwt.core.ext.soyc.Member
Returns the Member if it is a ClassMember or null.
isClass() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isClass() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isClassOrInterface() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isClassOrInterface() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isClient() - Static method in class com.google.gwt.core.client.GWT
Returns true when running inside the normal GWT environment, either in Development Mode or Production Mode.
isClient() - Method in class com.google.gwt.core.client.GWTBridge
 
isColumnBlacklisted(int) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
Check if the specified column is blacklisted.
isColumnWhitelisted(int) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
Check if the specified column is whitelisted.
isConstructor() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isConsumed() - Method in interface com.google.gwt.editor.client.EditorError
Indicates whether or not the EditorError will be propagated to the enclosing Editor.
isConsumed() - Method in class com.google.gwt.editor.client.testing.MockEditorError
Always returns false.
isConsumed() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
Has the native event been consumed? Note that Event.NativePreviewEvent.isCanceled() will still return true if the native event has also been canceled.
isControlKeyDown() - Method in class com.google.gwt.event.dom.client.HumanInputEvent
Is control key down.
isControlKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
Is the control key down?
isCookieEnabled() - Static method in class com.google.gwt.user.client.Cookies
Checks whether or not cookies are enabled or disabled.
isCookieEnabled() - Static method in class com.google.gwt.user.client.Window.Navigator
Checks whether or not cookies are enabled or disabled.
isCSS1Compat() - Method in class com.google.gwt.dom.client.Document
Determines whether the document's "compatMode" is "CSS1Compat".
isCustomWidget(UiBinderWriter, JClassType) - Method in class com.google.gwt.uibinder.elementparsers.DialogBoxParser
Checks to see if the widget extends DialogBox or is DialogBox proper.
isDateEnabled(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
Is the cell representing the given date enabled?
isDateEnabled(Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Is the visible date enabled?
isDateEnabled(Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
isDatePickerShowing() - Method in class com.google.gwt.user.datepicker.client.DateBox
Returns true if date picker is currently showing, false if not.
isDateVisible(Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Is the date currently shown in the date picker?
isDaylightTime(Date) - Method in class com.google.gwt.i18n.client.TimeZone
Check whether the given date and time falls within a daylight savings time period.
isDebugIdEnabled() - Static method in class com.google.gwt.debug.client.DebugInfo
Returns true if debug IDs are enabled such that calls to UIObject.ensureDebugId(String) will set DOM IDs on the UIObject and its important sub elements.
isDecimalSeparatorAlwaysShown() - Method in class com.google.gwt.i18n.client.NumberFormat
Returns true if the decimal separator should always be shown.
isDefault() - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Returns true only for the default package.
isDefault() - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
 
isDefault() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns true if this is the default or root locale.
isDefaultAccess() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isDefaultAccess() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isDefaultChecked() - Method in class com.google.gwt.dom.client.InputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
isDefaultInstantiable() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Determines if the class can be constructed using a simple new operation.
isDefaultSelected() - Method in class com.google.gwt.dom.client.OptionElement
Represents the value of the HTML selected attribute.
isDefaultSelected(T) - Method in class com.google.gwt.view.client.DefaultSelectionModel
Returns true if the given object should be selected by default.
isDeprecated() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns true if this currency is deprecated and should not be returned by default in currency lists.
isDeprecated() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
isDerived() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns true if the value of the SelectionProperty is always derived from other SelectionProperties and, as a consequence, the property provider never needs to be evaluated.
isDestroyed() - Method in interface com.google.gwt.user.cellview.client.TreeNode
Check whether or not the current node is destroyed.
isDirty() - Method in interface com.google.gwt.editor.client.EditorDriver
Returns true if any of the Editors in the hierarchy have been modified relative to the last value passed into SimpleBeanEditorDriver.edit(Object).
isDirty() - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
Returns false or the last value passed to MockEditorDelegate.setDirty(boolean).
isDirty() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
Returns false.
isDirty() - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. Returns false.
isDirty() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
Returns false.
isDisabled() - Method in class com.google.gwt.dom.client.ButtonElement
The control is unavailable in this context.
isDisabled() - Method in class com.google.gwt.dom.client.InputElement
The control is unavailable in this context.
isDisabled() - Method in class com.google.gwt.dom.client.LinkElement
Enables/disables the link.
isDisabled() - Method in class com.google.gwt.dom.client.OptGroupElement
The control is unavailable in this context.
isDisabled() - Method in class com.google.gwt.dom.client.OptionElement
The control is unavailable in this context.
isDisabled() - Method in class com.google.gwt.dom.client.SelectElement
The control is unavailable in this context.
isDisabled() - Method in class com.google.gwt.dom.client.StyleElement
Enables/disables the style sheet.
isDisabled() - Method in class com.google.gwt.dom.client.TextAreaElement
The control is unavailable in this context.
isDisplayStringHTML() - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
 
isDisplayStringHTML() - Method in class com.google.gwt.user.client.ui.SuggestOracle
Should SuggestOracle.Suggestion display strings be treated as HTML? If true, this all suggestions' display strings will be interpreted as HTML, otherwise as text.
isDown() - Method in class com.google.gwt.user.client.ui.CustomButton
Is this button down?
isDown() - Method in class com.google.gwt.user.client.ui.ToggleButton
 
isDownArrow() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
Is this a key down arrow?
isEditing(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.AbstractCell
Returns false.
isEditing(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.AbstractEditableCell
Returns true if the cell is currently editing the data identified by the given element and key.
isEditing(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.AbstractInputCell
 
isEditing(Cell.Context, Element, C) - Method in interface com.google.gwt.cell.client.Cell
Returns true if the cell is currently editing the data identified by the given element and key.
isEditing(Cell.Context, Element, Boolean) - Method in class com.google.gwt.cell.client.CheckboxCell
 
isEditing(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.CompositeCell
 
isEditing(Cell.Context, Element, Date) - Method in class com.google.gwt.cell.client.DatePickerCell
 
isEditing(Cell.Context, Element, String) - Method in class com.google.gwt.cell.client.EditTextCell
 
isEditing(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.IconCellDecorator
 
IsEditor<E extends Editor<?>> - Interface in com.google.gwt.editor.client
Extended by view objects that wish to participate in an Editor hierarchy, but that do not implement the Editor contract directly.
isEmitClasses() - Method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
 
isEmitSource() - Method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
 
isEmpty() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
IsEmptyParser - Class in com.google.gwt.uibinder.elementparsers
The last parser, asserts that everything has been consumed and so the template has nothing unexpected.
IsEmptyParser() - Constructor for class com.google.gwt.uibinder.elementparsers.IsEmptyParser
 
isEnabled() - Method in class com.google.gwt.user.client.ui.CheckBox
 
isEnabled() - Method in class com.google.gwt.user.client.ui.FileUpload
Gets whether this widget is enabled.
isEnabled() - Method in class com.google.gwt.user.client.ui.FocusWidget
Gets whether this widget is enabled.
isEnabled() - Method in interface com.google.gwt.user.client.ui.HasEnabled
Returns true if the widget is enabled, false if not.
isEnabled() - Method in class com.google.gwt.user.client.ui.MenuItem
 
isEnabled() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
isEnhanced() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns true if the type may be enhanced on the server to contain extra fields that are unknown to client code.
isEnum() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isEnum() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns this instance if it is an enumeration or null if it is not.
isEnumConstant() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isEventCancelled() - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Return true if the next scheduled event should be canceled.
isEventHandled(GwtEvent.Type<?>) - Method in class com.google.gwt.event.shared.HandlerManager
Does this handler manager handle the given event type?
isEventHandled(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
Deprecated. required by legacy features in GWT's old HandlerManager
isEventScheduled() - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Return true if an event is scheduled to be fired.
isExpectedException(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the Method definition on the service is specified to throw the exception contained in the InvocationTargetException or false otherwise.
isFatal() - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
isFatal() - Method in class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Return true if this is a fatal error.
isFatal() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
isFatal() - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
Return true if this is a fatal error.
isField() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns true if the symbol represents a field.
isField() - Method in interface com.google.gwt.core.ext.soyc.Member
Returns the Member if it is a FieldMember or null.
isFinal() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
isFinal() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isFinal() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
 
isFirstHandler() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
Is the current handler the first to preview this event?
isFocusOnHoverEnabled() - Method in class com.google.gwt.user.client.ui.MenuBar
Check whether or not this widget will steal keyboard focus when the mouse hovers over it.
isFormAcceptable(String) - Method in interface com.google.gwt.i18n.shared.AlternateMessageSelector
Check if a user-supplied form is acceptable for this alternate message selector.
isFrozen() - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Returns the value most recently passed to AutoBean.setFrozen(boolean), or false if it has never been called.
isFrozen() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Returns the value most recently passed to AutoBean.setFrozen(boolean), or false if it has never been called.
isGeneratorResultCachingEnabled() - Method in interface com.google.gwt.core.ext.GeneratorContextExt
Check whether generator result caching is currently enabled.
isGeneratorResultCachingEnabled() - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
isGenericType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isGenericType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isGlassEnabled() - Method in class com.google.gwt.user.client.ui.PopupPanel
Returns true if a glass element will be displayed under the PopupPanel.
isIconUsed(C) - Method in class com.google.gwt.cell.client.IconCellDecorator
Check if the icon should be used for the value.
isIncluded(TreeLogger, String) - Method in class com.google.gwt.util.regexfilter.RegexFilter
 
isInCurrentMonth(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Is a date in the currently specified month?
isInDetachList(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
Determines whether the given widget is in the detach list.
isIndexed() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns true if Splittable.size() and Splittable.get(int) can be expected to return meaningful values.
isIndexed() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if Splittable.size() and Splittable.get(int) can be expected to return meaningful values.
isInterface() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isInterface() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isItalic() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Is the current region italic?
isItalic() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Is the current region italic?
isItemSelected(int) - Method in class com.google.gwt.user.client.ui.ListBox
Determines whether an individual list item is selected.
isJavaEnabled() - Static method in class com.google.gwt.user.client.Window.Navigator
Tests whether Java is enabled in the current browser.
isKeyboardNavigationEnabled(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Indicates if keyboard navigation is enabled for the Tree and for a given TreeItem.
isKeyboardNavigationSuppressed() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Check if keyboard navigation is being suppressed, such as when the user is editing a cell.
isKeyboardNavigationSuppressed() - Method in class com.google.gwt.user.cellview.client.CellList
 
isKeyboardNavigationSuppressed() - Method in class com.google.gwt.user.cellview.client.CellTable
 
isKeyboardSelectionDisabled() - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
Check if keyboard selection is disabled.
isKeyed() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns true if Splittable.getPropertyKeys() and Splittable.get(String) can be expected to return meaningful values.
isKeyed() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if Splittable.getPropertyKeys() and Splittable.get(String) can be expected to return meaningful values.
isLeaf(Object) - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
Check if the value is known to be a leaf node.
isLeaf(Object) - Method in interface com.google.gwt.view.client.TreeViewModel
Check if the value is known to be a leaf node.
isLeftArrow() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
Is this a left arrow?
isLive() - Method in class com.google.gwt.event.shared.GwtEvent
Is the event current live?
isLive(Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Returns true if the given domain object is still live (i.e.
isLive(Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
isLive(T) - Method in class com.google.gwt.requestfactory.shared.Locator
Deprecated. Returns a value indicating if the domain object should no longer be considered accessible.
isLive(Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Returns true if the given domain object is still live (i.e.
isLive(Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
isLive(T) - Method in class com.google.web.bindery.requestfactory.shared.Locator
Returns a value indicating if the domain object should no longer be considered accessible.
isLoaded() - Method in class com.google.gwt.core.client.prefetch.RunAsyncCode
Ask whether this code has already been loaded.
isLocalStorageSupported() - Static method in class com.google.gwt.storage.client.Storage
Returns true if the localStorage part of the Storage API is supported on the running platform.
isLocalType() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Deprecated. local types are not modeled
isLoggable(TreeLogger.Type) - Method in class com.google.gwt.core.ext.TreeLogger
Determines whether or not a log entry of the specified type would actually be logged.
isLoggable(LogRecord) - Method in class com.google.gwt.logging.client.RemoteLogHandlerBase
 
isLoop() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if the user agent is to seek back to the start of the media once playing has ended, false otherwise.
isLoop() - Method in class com.google.gwt.media.client.MediaBase
Returns true if the user agent is to seek back to the start of the media once playing has ended, false otherwise.
isLowerPriorityThan(TreeLogger.Type) - Method in enum com.google.gwt.core.ext.TreeLogger.Type
Determines whether this log type is of lower priority than some other log type.
isMap() - Method in class com.google.gwt.dom.client.ImageElement
Use server-side image map.
isMemberType() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Tests if this type is contained within another type.
isMetaKeyDown() - Method in class com.google.gwt.event.dom.client.HumanInputEvent
Is meta key down.
isMetaKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
Is the meta key down?
isMethod() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns true if the symbol represents a method.
isMethod() - Method in interface com.google.gwt.core.ext.soyc.Member
Returns the Member if it is a MethodMember or null.
isMethod() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isMethodXsrfProtected(Method, Class<? extends Annotation>, Class<? extends Annotation>, Class<?>) - Static method in class com.google.gwt.user.server.Util
Checks if specified method is XSRF protected based on the following logic: Method level annotations override class level annotations.
isModal() - Method in class com.google.gwt.user.client.ui.PopupPanel
Returns true if keyboard or mouse events that do not target the PopupPanel or its children should be ignored.
isMultiple() - Method in class com.google.gwt.dom.client.SelectElement
If true, multiple OPTION elements may be selected in this SELECT.
isMultipleSelect() - Method in class com.google.gwt.user.client.ui.ListBox
Gets whether this list allows multiple selection.
isMuted() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if the volume is to be muted (overriding the normal volume setting), false otherwise.
isMuted() - Method in class com.google.gwt.media.client.MediaBase
Returns true if the volume is to be muted (overriding the normal volume setting), false otherwise.
isNative() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
 
isNewRowCountExact() - Method in class com.google.gwt.view.client.RowCountChangeEvent
Check if the new row count is exact.
isNoResize() - Method in class com.google.gwt.dom.client.FrameElement
When true, forbid user from resizing frame.
isNoResize() - Method in class com.google.gwt.dom.client.IFrameElement
When true, forbid user from resizing frame.
isNorth() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
Convenience method that returns true if MouseWheelEvent.getDeltaY() is a negative value (ie, the velocity is directed toward the top of the screen).
isNorth() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated. use MouseWheelEvent.isNorth() instead
isNull(int) - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Indicates if the nth element of a list is null.
isNull(String) - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Indicates if the named property is null.
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.
isNull(int) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Indicates if the nth element of a list is null or undefined.
isNull(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Indicates if the named property is null or undefined.
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.
isNumber() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if the value of the Splittable is numeric.
isObject() - Method in class com.google.gwt.json.client.JSONObject
Returns this, as this is a JSONObject.
isObject() - Method in class com.google.gwt.json.client.JSONValue
Returns non-null if this JSONValue is really a JSONObject.
isOpen() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Determines whether the panel is open.
isOrHasChild(Node) - Method in class com.google.gwt.dom.client.Node
Determine whether a node is equal to, or the child of, this node.
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.
isOrWasAttached() - Method in class com.google.gwt.user.client.ui.Widget
Has this widget ever been attached?
isOutputCompact() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns true if the output should be as compact is possible and false if the output should be human-readable.
isParameterized() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isParameterized() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isPaused() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if playback is paused, false otherwise.
isPaused() - Method in class com.google.gwt.media.client.MediaBase
Returns true if playback is paused, false otherwise.
isPending() - Method in class com.google.gwt.http.client.Request
Returns true if this request is waiting for a response.
isPointInPath(double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Returns true if the given point is in the current path.
isPoisoned() - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. Returns true if validation failed.
isPoisoned() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
Returns true if validation failed.
isPreviewingAllNativeEvents() - Method in class com.google.gwt.user.client.ui.PopupPanel
Returns true if the popup should preview all native events, even if the event has already been consumed by another popup.
isPrimitive() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isPrimitive() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isPrivate() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Deprecated. use EmittedArtifact.getVisibility() instead
isPrivate() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isPrivate() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
isPrivate() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isProdMode() - Static method in class com.google.gwt.core.client.GWT
Returns true when running in production mode.
isProdMode() - Method in interface com.google.gwt.core.ext.GeneratorContextExt
Returns true if generators are being run to produce code for a production compile.
isProdMode() - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
isProtected() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isProtected() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
isProtected() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isPublic() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
isPublic() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
isPublic() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isPureJava() - Method in class com.google.gwt.junit.client.GWTTestCase
Returns whether this test case should be run in pure Java mode (non-GWT).
isRangeLimited() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Check if the page should be limited to the actual data size.
isRawType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isRawType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns the raw type if this is a JRawType#, otherwise returns null.
isReadOnly() - Method in class com.google.gwt.dom.client.InputElement
This control is read-only.
isReadOnly() - Method in class com.google.gwt.dom.client.TextAreaElement
This control is read-only.
isReadOnly() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Determines whether or not the widget is read-only.
isReified(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if Splittable.setReified(String, Object) has been called with the given key.
isRequired() - Method in class com.google.gwt.util.tools.ArgHandler
 
isRequired() - Method in class com.google.gwt.util.tools.ArgHandlerExtra
 
isRequired() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
 
isRequired() - Method in class com.google.gwt.util.tools.ArgHandlerInt
 
isRightArrow() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
Is this a right arrow?
isRowCountExact() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
isRowCountExact() - Method in interface com.google.gwt.view.client.HasRows
Check if the total row count is exact, or an estimate.
isRowWithinBounds(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Checks that the row is within bounds of the view.
isRTL() - Method in class com.google.gwt.i18n.client.LocaleInfo
Returns true if this locale is right-to-left instead of left-to-right.
isRtlContext() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
Returns whether the context direction is RTL.
isSafeUri(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
Determines if a String is safe to use as the value of a URI-valued HTML attribute such as src or href.
isSameDate(Date, Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Check if two dates represent the same date of the same year, even if they have different times.
isScript() - Static method in class com.google.gwt.core.client.GWT
Determines whether or not the running program is script or bytecode.
isScript() - Method in class com.google.gwt.rpc.server.ClientOracle
Indicates whether or not the remote client is running as compiled script.
isScript() - Method in class com.google.gwt.rpc.server.DelegatingClientOracle
 
isScript() - Method in class com.google.gwt.rpc.server.HostedModeClientOracle
Unimplemented.
isScript() - Method in class com.google.gwt.rpc.server.WebModeClientOracle
 
isSecure() - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Return true if this servlet container launcher is configured for secure operation (ie, HTTPS).
isSeeking() - Method in class com.google.gwt.dom.client.MediaElement
Returns true if the playback position is in the process of changing discontinuously, e.g., by use of the interactive controls, false otherwise.
isSeeking() - Method in class com.google.gwt.media.client.MediaBase
Returns true if the playback position is in the process of changing discontinuously, e.g., by use of the interactive controls, false otherwise.
isSelected() - Method in class com.google.gwt.dom.client.OptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
isSelected() - Method in class com.google.gwt.user.client.ui.TreeItem
Determines whether this item is currently selected.
isSelected(T) - Method in class com.google.gwt.view.client.DefaultSelectionModel
If the given object is marked as an exception, return the exception value.
isSelected(T) - Method in class com.google.gwt.view.client.MultiSelectionModel
 
isSelected(T) - Method in class com.google.gwt.view.client.NoSelectionModel
 
isSelected(T) - Method in interface com.google.gwt.view.client.SelectionModel
Check if an object is selected.
isSelected(T) - Method in class com.google.gwt.view.client.SingleSelectionModel
 
isSelectionHandled() - Method in class com.google.gwt.view.client.CellPreviewEvent
Check whether or not selection is being handled by the widget or one of its Cells.
IsSerializable - Interface in com.google.gwt.user.client.rpc
Marker interface indicating that a type is intended to be used with a RemoteService.
isSessionStorageSupported() - Static method in class com.google.gwt.storage.client.Storage
Returns true if the sessionStorage part of the Storage API is supported on the running platform.
isShardable() - Method in class com.google.gwt.core.ext.Linker
Check whether this class is considered a shardable linker.
isShiftKeyDown() - Method in class com.google.gwt.event.dom.client.HumanInputEvent
Is shift key down.
isShiftKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
Is the shift key down?
isShowing() - Method in class com.google.gwt.user.client.ui.PopupPanel
Determines whether or not this popup is showing.
isSortable() - Method in class com.google.gwt.user.cellview.client.Column
Check if the column is sortable.
isSortAscending() - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent
Check if the Column is sorted in ascending order.
isSouth() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
Convenience method that returns true if MouseWheelEvent.getDeltaY() is a positive value (ie, the velocity is directed toward the bottom of the screen).
isSouth() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated. use MouseWheelEvent.isSouth() instead
isSpaceForced() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns true if there should always be a space between the currency symbol and the number, false if there should be no space.
isSpaceForced() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
isSpacingFixed() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns true if the spacing between the currency symbol and the number is fixed regardless of locale defaults.
isSpacingFixed() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
isStatic() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
 
isStatic() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
isStatic() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
 
isStrikethrough() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Is the current region strikethrough?
isStrikethrough() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Is the current region strikethrough?
isString() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns true if Splittable.asString() can be expected to return a meaningful value.
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.
isString() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if Splittable.asString() can be expected to return a meaningful value.
isSubscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Is the current region subscript?
isSubscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Is the current region subscript?
isSuggestionListHiddenWhenEmpty() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Check whether or not the suggestion list is hidden when there are no suggestions to display.
isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Check whether or not the list of suggestions is being shown.
isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.DefaultSuggestionDisplay.isSuggestionListShowing()
isSuperscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Is the current region superscript?
isSuperscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Is the current region superscript?
isSupported() - Static method in class com.google.gwt.canvas.client.Canvas
Runtime check for whether the canvas element is supported in this browser.
isSupported() - Static method in class com.google.gwt.event.dom.client.TouchEvent
Runtime check for whether touch scrolling is supported in this browser.
isSupported() - Static method in class com.google.gwt.media.client.Audio
Runtime check for whether the audio element is supported in this browser.
isSupported() - Static method in class com.google.gwt.media.client.Video
Runtime check for whether the video element is supported in this browser.
isSupported() - Static method in class com.google.gwt.storage.client.Storage
Returns true if the Storage API (both localStorage and sessionStorage) is supported on the running platform.
isSupported() - Static method in class com.google.gwt.touch.client.TouchScroller
Runtime check for whether touch scrolling is supported in this browser.
isSymbolPositionFixed() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns true if the position of the currency symbol relative to the number is fixed regardless of locale defaults.
isSymbolPositionFixed() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
isSymbolPrefix() - Method in interface com.google.gwt.i18n.client.CurrencyData
Returns true if the currency symbol should go before the number, false if it should go after the number.
isSymbolPrefix() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
 
isTabEnabled(int) - Method in class com.google.gwt.user.client.ui.TabBar
Check if a tab is enabled or disabled.
isTouchScrollingDisabled() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Check whether or not touch based scrolling is disabled.
isTransferableFromShards() - Method in class com.google.gwt.core.ext.linker.Artifact
Returns whether the Transferable annotation is present on this class.
isTransient() - Method in interface com.google.gwt.core.ext.typeinfo.JField
 
IsTreeItem - Interface in com.google.gwt.user.client.ui
Extended by objects which have underlying TreeItem.
isTrue(String) - Static method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Return true when the supplied value represents a true/yes/on value.
isTypeParameter() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isTypeParameter() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isUndefined(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns true if the value of the key is undefined.
isUnderlined() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Is the current region underlined?
isUnderlined() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Is the current region underlined?
isUndocumented() - Method in class com.google.gwt.util.tools.ArgHandler
 
isUpArrow() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
Is this a up arrow?
isValidModuleName(String) - Static method in class com.google.gwt.user.tools.util.CreatorUtilities
Returns true if moduleName is a valid module name.
isVarArgs() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
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() - Method in class com.google.gwt.user.client.ui.PopupPanel
Determines whether or not this popup is visible.
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 interface com.google.gwt.core.ext.typeinfo.JField
 
IsWidget - Interface in com.google.gwt.user.client.ui
Extended by view interfaces that are likely to be implemented by Widgets.
isWildcard() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
isWildcard() - Method in interface com.google.gwt.core.ext.typeinfo.JType
 
isWrapper() - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Returns true if the AutoBean was provided with an external object.
isWrapper() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Returns true if the AutoBean was provided with an external object.
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.
IterationTimeLimit - Annotation Type in com.google.gwt.benchmarks.client
Specifies a custom time limit for iterations on the decorated Benchmark method.
iterator() - Method in class com.google.gwt.benchmarks.client.IntRange
 
iterator() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
iterator() - Method in class com.google.gwt.i18n.client.CurrencyList
Returns an iterator for the list of currencies.
iterator(boolean) - Method in class com.google.gwt.i18n.client.CurrencyList
Returns an iterator for the list of currencies, optionally including deprecated ones.
iterator() - Method in class com.google.gwt.logging.client.NullLoggingPopup
 
iterator() - Method in class com.google.gwt.user.client.ui.CaptionPanel
Iterates over the singular content widget, if present.
iterator() - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
iterator() - Method in interface com.google.gwt.user.client.ui.HasWidgets
Gets an iterator for the contained widgets.
iterator() - Method in class com.google.gwt.user.client.ui.HeaderPanel
 
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.StackLayoutPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.TabPanel
 
iterator() - Method in class com.google.gwt.user.client.ui.Tree
 
iterator() - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets an iterator on this widget collection.

J

JAbstractMethod - Interface in com.google.gwt.core.ext.typeinfo
Common interface for JMethod and JConstructor.
JAnnotationMethod - Interface in com.google.gwt.core.ext.typeinfo
Method declared on an annotation type.
JAnnotationType - Interface in com.google.gwt.core.ext.typeinfo
Type representing an annotation type.
JArrayType - Interface 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(Object) - Constructor for exception com.google.gwt.core.client.JavaScriptException
 
JavaScriptException(String, String) - Constructor for exception com.google.gwt.core.client.JavaScriptException
 
JavaScriptException(String) - Constructor for exception com.google.gwt.core.client.JavaScriptException
Used for server-side instantiation during JUnit runs.
JavaScriptObject - Class in com.google.gwt.core.client
An opaque handle to a native JavaScript object.
JavaScriptObject() - Constructor for class com.google.gwt.core.client.JavaScriptObject
Not directly instantiable.
JClassType - Interface in com.google.gwt.core.ext.typeinfo
Type used to represent any non-primitive type.
JConstructor - Interface in com.google.gwt.core.ext.typeinfo
Represents a constructor declaration.
JEnumConstant - Interface in com.google.gwt.core.ext.typeinfo
An enumeration constant declared in an enumerated type.
JEnumType - Interface in com.google.gwt.core.ext.typeinfo
Type representing a Java enumerated type.
JField - Interface in com.google.gwt.core.ext.typeinfo
Represents a field declaration.
JGenericType - Interface in com.google.gwt.core.ext.typeinfo
Type declaration that has type parameters.
JMethod - Interface in com.google.gwt.core.ext.typeinfo
Represents a method declaration.
JniConstants - Class in com.google.gwt.core.ext.typeinfo
Constants used with JNI type descriptors.
JniConstants() - Constructor for class com.google.gwt.core.ext.typeinfo.JniConstants
 
join() - Method in class com.google.gwt.core.client.JsArray
Convert each element of the array to a String and join them with a comma separator.
join(String) - Method in class com.google.gwt.core.client.JsArray
Convert each element of the array to a String and join them with a comma separator.
join() - Method in class com.google.gwt.core.client.JsArrayBoolean
Convert each element of the array to a String and join them with a comma separator.
join(String) - Method in class com.google.gwt.core.client.JsArrayBoolean
Convert each element of the array to a String and join them with a comma separator.
join() - Method in class com.google.gwt.core.client.JsArrayInteger
Convert each element of the array to a String and join them with a comma separator.
join(String) - Method in class com.google.gwt.core.client.JsArrayInteger
Convert each element of the array to a String and join them with a comma separator.
join() - Method in class com.google.gwt.core.client.JsArrayMixed
Convert each element of the array to a String and join them with a comma separator.
join(String) - Method in class com.google.gwt.core.client.JsArrayMixed
Convert each element of the array to a String and join them with a comma separator.
join() - Method in class com.google.gwt.core.client.JsArrayNumber
Convert each element of the array to a String and join them with a comma separator.
join(String) - Method in class com.google.gwt.core.client.JsArrayNumber
Convert each element of the array to a String and join them with a comma separator.
join() - Method in class com.google.gwt.core.client.JsArrayString
Convert each element of the array to a String and join them with a comma separator.
join(String) - Method in class com.google.gwt.core.client.JsArrayString
Convert each element of the array to a String and join them with a comma separator.
JPackage - Interface in com.google.gwt.core.ext.typeinfo
Represents a logical package.
JParameter - Interface in com.google.gwt.core.ext.typeinfo
Represents a parameter in a declaration.
JParameterizedType - Interface in com.google.gwt.core.ext.typeinfo
Represents a parameterized type in a declaration.
JPrimitiveType - Enum in com.google.gwt.core.ext.typeinfo
Represents a primitive type in a declaration.
JRawType - Interface in com.google.gwt.core.ext.typeinfo
Represents a raw type; that is a generic type with no type arguments.
JRealClassType - Interface in com.google.gwt.core.ext.typeinfo
Type representing a Java class or interface type that a user would declare.
JsArray<T extends JavaScriptObject> - Class in com.google.gwt.core.client
A simple wrapper around a homogeneous native array of JavaScriptObject values.
JsArray() - Constructor for class com.google.gwt.core.client.JsArray
 
JsArrayBoolean - Class in com.google.gwt.core.client
A simple wrapper around a homogeneous native array of boolean values.
JsArrayBoolean() - Constructor for class com.google.gwt.core.client.JsArrayBoolean
 
JsArrayInteger - Class in com.google.gwt.core.client
A simple wrapper around a homogeneous native array of integer values.
JsArrayInteger() - Constructor for class com.google.gwt.core.client.JsArrayInteger
 
JsArrayMixed - Class in com.google.gwt.core.client
A simple wrapper around an heterogeneous native array of values.
JsArrayMixed() - Constructor for class com.google.gwt.core.client.JsArrayMixed
 
JsArrayNumber - Class in com.google.gwt.core.client
A simple wrapper around a homogeneous native array of numeric values.
JsArrayNumber() - Constructor for class com.google.gwt.core.client.JsArrayNumber
 
JsArrayString - Class in com.google.gwt.core.client
A simple wrapper around a homogeneous native array of string values.
JsArrayString() - Constructor for class com.google.gwt.core.client.JsArrayString
 
JsDate - Class in com.google.gwt.core.client
A simple wrapper around a native JS Date object.
JsDate() - Constructor for class com.google.gwt.core.client.JsDate
Non directly instantiable, use one of the JsDate.create() methods.
JSON_CONTENT_TYPE_UTF8 - Static variable in interface com.google.gwt.requestfactory.shared.RequestFactory
Deprecated. The JSON content type String.
JSON_CONTENT_TYPE_UTF8 - Static variable in interface com.google.web.bindery.requestfactory.shared.RequestFactory
The JSON content type String.
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.
JsonLogRecordClientUtil - Class in com.google.gwt.logging.client
A set of functions to convert SerializableLogRecords into JSON strings.
JsonLogRecordClientUtil() - Constructor for class com.google.gwt.logging.client.JsonLogRecordClientUtil
 
JsonLogRecordServerUtil - Class in com.google.gwt.logging.server
A set of functions to convert standard JSON strings into LogRecords.
JsonLogRecordServerUtil() - Constructor for class com.google.gwt.logging.server.JsonLogRecordServerUtil
 
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.
JsonpRequest<T> - Class in com.google.gwt.jsonp.client
A JSONP request that is waiting for a response.
JsonpRequestBuilder - Class in com.google.gwt.jsonp.client
Class to send cross domain requests to an http server.
JsonpRequestBuilder() - Constructor for class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
JsonRpcContent - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
JsonRpcContent - Annotation Type in com.google.web.bindery.requestfactory.shared
Experimental API, subject to change. Applied to a Request method declaration to indicate that a particular parameter is used as the request portion of the JSON-RPC request.
JsonRpcProxy - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
JsonRpcProxy - Annotation Type in com.google.web.bindery.requestfactory.shared
Experimental API, subject to change Used instead of the ProxyFor annotation.
JsonRpcRequest - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
jsonRpcRequest() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
JsonRpcRequest - Interface in com.google.web.bindery.requestfactory.shared.messages
A JSON-RPC request payload.
jsonRpcRequest() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
JsonRpcService - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
JsonRpcService - Annotation Type in com.google.web.bindery.requestfactory.shared
Experimental API, subject to change Indicates that a RequestContext should be encoded as a JSON-RPC request.
JsonRpcWireName - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
JsonRpcWireName - Annotation Type in com.google.web.bindery.requestfactory.shared
Experimental API, subject to change Provides the method name for a JSON-RPC invocation.
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.
JsonUtils - Class in com.google.gwt.core.client
Provides JSON-related utility methods.
JSONValue - Class in com.google.gwt.json.client
The superclass of all JSON value types.
JType - Interface in com.google.gwt.core.ext.typeinfo
Super interface for types.
JTypeParameter - Interface in com.google.gwt.core.ext.typeinfo
Represents one of the type parameters in a generic type.
JWildcardType - Interface in com.google.gwt.core.ext.typeinfo
Represents a wildcard type argument to a parameterized type.
JWildcardType.BoundType - Enum in com.google.gwt.core.ext.typeinfo
Type of wildcard bound.

K

key(int) - Method in class com.google.gwt.storage.client.Storage
Returns the key at the specified index.
KEY_ALT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Alt key code.
KEY_ALT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_ALT instead
KEY_BACKSPACE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Backspace key code.
KEY_BACKSPACE - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_BACKSPACE instead
KEY_CTRL - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Control key code.
KEY_CTRL - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_CTRL instead
KEY_DELETE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Delete key code.
KEY_DELETE - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_DELETE instead
KEY_DOWN - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Down arrow code.
KEY_DOWN - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_DOWN instead
KEY_END - Static variable in class com.google.gwt.event.dom.client.KeyCodes
End key code.
KEY_END - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_END instead
KEY_ENTER - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Enter key code.
KEY_ENTER - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_ENTER instead
KEY_ESCAPE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Escape key code.
KEY_ESCAPE - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_ESCAPE instead
KEY_HOME - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Home key code.
KEY_HOME - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_HOME instead
KEY_LEFT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Left key code.
KEY_LEFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_LEFT instead
KEY_PAGEDOWN - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Page down key code.
KEY_PAGEDOWN - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_PAGEDOWN instead
KEY_PAGEUP - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Page up key code.
KEY_PAGEUP - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_PAGEUP instead
KEY_RIGHT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Right arrow key code.
KEY_RIGHT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_RIGHT instead
KEY_SHIFT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Shift key code.
KEY_SHIFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_SHIFT instead
KEY_TAB - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Tab key code.
KEY_TAB - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_TAB instead
KEY_UP - Static variable in class com.google.gwt.event.dom.client.KeyCodes
Up Arrow key code.
KEY_UP - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyCodes.KEY_UP instead
KeyboardListener - Interface in com.google.gwt.user.client.ui
Deprecated. use KeyDownHandler, KeyUpHandler and/or KeyPressHandler instead
KeyboardListenerAdapter - Class in com.google.gwt.user.client.ui
Deprecated. use KeyDownHandler, KeyUpHandler and/or KeyPressHandler instead
KeyboardListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.KeyboardListenerAdapter
Deprecated.  
KeyboardListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
KeyboardListenerCollection() - Constructor for class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated.  
KeyCodeEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Key up and key down are both events based upon a given key code.
KeyCodeEvent() - Constructor for class com.google.gwt.event.dom.client.KeyCodeEvent
 
KeyCodes - Class in com.google.gwt.event.dom.client
Contains the native key codes previously defined in KeyboardListener.
KeyDownEvent - Class in com.google.gwt.event.dom.client
Represents a native key down event.
KeyDownEvent() - Constructor for class com.google.gwt.event.dom.client.KeyDownEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire key down events.
KeyDownHandler - Interface in com.google.gwt.event.dom.client
Handler interface for KeyDownEvent events.
KeyEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Base class for Key events.
KeyEvent() - Constructor for class com.google.gwt.event.dom.client.KeyEvent
 
KEYEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all keyboard events (down, up, and press).
KeyGenerator - Interface in com.google.gwt.i18n.rebind.keygen
Deprecated. Use KeyGenerator instead.
KeyPressEvent - Class in com.google.gwt.event.dom.client
Represents a native key press event.
KeyPressEvent() - Constructor for class com.google.gwt.event.dom.client.KeyPressEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire key press events.
KeyPressHandler - Interface in com.google.gwt.event.dom.client
Handler interface for KeyPressEvent events.
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 the set of properties defined on this JSONObject.
KeyUpEvent - Class in com.google.gwt.event.dom.client
Represents a native key up event.
KeyUpEvent() - Constructor for class com.google.gwt.event.dom.client.KeyUpEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire key up events.
KeyUpHandler - Interface in com.google.gwt.event.dom.client
Handler interface for KeyUpEvent events.
kill() - Method in class com.google.gwt.event.shared.GwtEvent
Kill the event.
knownDirAttr(HasDirection.Direction) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Returns "dir=ltr" or "dir=rtl", depending on the given direction, if it is not the same as the context direction.
knownDirAttr(HasDirection.Direction) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
knownDirAttrBase(HasDirection.Direction) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 

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, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.Label
Creates a label with the specified text and direction.
Label(String, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.Label
Creates a label with the specified text and a default direction estimator.
Label(String, boolean) - Constructor for class com.google.gwt.user.client.ui.Label
Creates a label with the specified text.
Label(Element) - Constructor for class com.google.gwt.user.client.ui.Label
This constructor may be used by subclasses to explicitly use an existing element.
LabelBase<T> - Class in com.google.gwt.user.client.ui
Abstract base class for all text display widgets.
LabelBase(boolean) - Constructor for class com.google.gwt.user.client.ui.LabelBase
 
LabelBase(Element) - Constructor for class com.google.gwt.user.client.ui.LabelBase
 
LabelElement - Class in com.google.gwt.dom.client
Form field label text.
LabelElement() - Constructor for class com.google.gwt.dom.client.LabelElement
 
LARGE - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents a Large font.
last() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
lastPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Go to the last page.
lastPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
lastPageStart() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Set the page start to the last index that will still show a full page.
lastPageStart() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
layer - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
Layout - Class in com.google.gwt.layout.client
Helper class for laying out a container element and its children.
Layout(Element) - Constructor for class com.google.gwt.layout.client.Layout
Constructs a new layout associated with the given parent element.
layout() - Method in class com.google.gwt.layout.client.Layout
Updates this layout's children immediately.
layout(int) - Method in class com.google.gwt.layout.client.Layout
Updates the layout by animating it over time.
layout(int, Layout.AnimationCallback) - Method in class com.google.gwt.layout.client.Layout
Updates the layout by animating it over time, with a callback on each frame of the animation, and upon completion.
layout(Layout.Layer) - Method in class com.google.gwt.layout.client.LayoutImplIE8
 
Layout.Alignment - Enum in com.google.gwt.layout.client
Used to specify the alignment of child elements within a layer.
Layout.AnimationCallback - Interface in com.google.gwt.layout.client
Callback interface used by Layout.layout(int, AnimationCallback) to provide updates on animation progress.
Layout.Layer - Class in com.google.gwt.layout.client
This class is used to set the position and size of child elements.
LayoutCommand - Class in com.google.gwt.user.client.ui
A scheduled command used by animated layouts to ensure that only layout is ever performed for a panel within a given user event.
LayoutCommand(Layout) - Constructor for class com.google.gwt.user.client.ui.LayoutCommand
Creates a new command for the given layout object.
LayoutImplIE8 - Class in com.google.gwt.layout.client
This implementation is used on IE8.
LayoutImplIE8() - Constructor for class com.google.gwt.layout.client.LayoutImplIE8
 
LayoutPanel - Class in com.google.gwt.user.client.ui
A panel that lays its children out in arbitrary layers using the Layout class.
LayoutPanel() - Constructor for class com.google.gwt.user.client.ui.LayoutPanel
Creates an empty layout panel.
LayoutPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses LayoutPanel widgets.
LayoutPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.LayoutPanelParser
 
LazyPanel - Class in com.google.gwt.user.client.ui
Convenience class to help lazy loading.
LazyPanel() - Constructor for class com.google.gwt.user.client.ui.LazyPanel
 
LeafValueEditor<T> - Interface in com.google.gwt.editor.client
Used to edit non-object or immutable values.
LEFT - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Left justification.
leftIndent() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Left indent.
leftIndent() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Left indent.
legacyWarn(Class<?>, Class<?>) - Static method in class com.google.gwt.util.tools.ToolBase
 
LegendElement - Class in com.google.gwt.dom.client
Provides a caption for a FIELDSET grouping.
LegendElement() - Constructor for class com.google.gwt.dom.client.LegendElement
 
length() - Method in class com.google.gwt.core.client.JsArray
Gets the length of the array.
length() - Method in class com.google.gwt.core.client.JsArrayBoolean
Gets the length of the array.
length() - Method in class com.google.gwt.core.client.JsArrayInteger
Gets the length of the array.
length() - Method in class com.google.gwt.core.client.JsArrayMixed
Gets the length of the array.
length() - Method in class com.google.gwt.core.client.JsArrayNumber
Gets the length of the array.
length() - Method in class com.google.gwt.core.client.JsArrayString
Gets the length of the array.
length() - Method in class com.google.gwt.core.ext.soyc.Range
 
length() - Method in class com.google.gwt.media.dom.client.TimeRanges
Returns the number of distinct ranges contained in this object.
length() - Method in class com.google.gwt.regexp.shared.SplitResult
Returns the number of strings split off.
LengthAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
Parses a CSS length value (e.g., "2em", "50%"), returning a comma-separated (double, Unit) pair.
LIElement - Class in com.google.gwt.dom.client
List item.
LIElement() - Constructor for class com.google.gwt.dom.client.LIElement
 
likelyRegionCodes - Variable in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
LINE_END - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the end of the line direction for the layout.
LINE_START - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the beginning of the line direction for the layout.
lineTo(double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Adds a line from the current point to the point (x, y) to the current path.
link(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.ext.Linker
This method is invoked for linkers not annotated with Shardable.
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.core.ext.Linker
This method is invoked for linkers annotated with Shardable.
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.core.linker.SingleScriptLinker
 
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.core.linker.SoycReportLinker
 
link(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.linker.SymbolMapsLinker
Included to support legacy non-shardable subclasses.
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.core.linker.SymbolMapsLinker
 
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.precompress.linker.PrecompressLinker
 
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.rpc.linker.ClientOracleLinker
 
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.user.linker.rpc.RpcLogLinker
 
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.user.linker.rpc.RpcPolicyManifestLinker
 
LinkElement - Class in com.google.gwt.dom.client
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
LinkElement() - Constructor for class com.google.gwt.dom.client.LinkElement
 
Linker - Class in com.google.gwt.core.ext
Defines a linker for the GWT compiler.
Linker() - Constructor for class com.google.gwt.core.ext.Linker
 
LinkerContext - Interface in com.google.gwt.core.ext
Provides access to data about the linking process.
LinkerOrder - Annotation Type in com.google.gwt.core.ext.linker
Defines the relative order in which a Linker will be run.
LinkerOrder.Order - Enum in com.google.gwt.core.ext.linker
Allowable values for the LinkerOrder.
ListBox - Class in com.google.gwt.user.client.ui
A widget that presents a list of choices to the user, either as a list box or as a drop-down list.
ListBox() - Constructor for class com.google.gwt.user.client.ui.ListBox
Creates an empty list box in single selection mode.
ListBox(boolean) - Constructor for class com.google.gwt.user.client.ui.ListBox
Creates an empty list box.
ListBox(Element) - Constructor for class com.google.gwt.user.client.ui.ListBox
This constructor may be used by subclasses to explicitly use an existing element.
ListBoxParser - Class in com.google.gwt.uibinder.elementparsers
A parser for ListBox items.
ListBoxParser() - Constructor for class com.google.gwt.uibinder.elementparsers.ListBoxParser
 
ListDataProvider<T> - Class in com.google.gwt.view.client
A concrete subclass of AbstractDataProvider that is backed by an in-memory list.
ListDataProvider() - Constructor for class com.google.gwt.view.client.ListDataProvider
Creates an empty model.
ListDataProvider(List<T>) - Constructor for class com.google.gwt.view.client.ListDataProvider
Creates a list model that wraps the given list.
ListDataProvider(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.ListDataProvider
Creates an empty list model that wraps the given collection.
ListDataProvider(List<T>, ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.ListDataProvider
Creates a list model that wraps the given list.
ListEditor<T,E extends Editor<T>> - Class in com.google.gwt.editor.client.adapters
Manages a list of objects and their associated Editors.
ListEditor(EditorSource<E>) - Constructor for class com.google.gwt.editor.client.adapters.ListEditor
Create a ListEditor backed by an EditorSource.
ListenerWrapper<T> - Class in com.google.gwt.user.client.ui
Deprecated. will be removed in GWT 2.0 with the handler listeners themselves
ListenerWrapper(T) - Constructor for class com.google.gwt.user.client.ui.ListenerWrapper
Deprecated.  
ListenerWrapper.WrappedChangeListener - Class in com.google.gwt.user.client.ui
Deprecated. will be removed in GWT 2.0 along with the listeners being wrapped
ListenerWrapper.WrappedClickListener - Class in com.google.gwt.user.client.ui
Deprecated. will be removed in GWT 2.0 along with the listeners being wrapped
ListenerWrapper.WrappedFocusListener - Class in com.google.gwt.user.client.ui
Deprecated. Wrapper for a FocusListener.
ListenerWrapper.WrappedKeyboardListener - Class in com.google.gwt.user.client.ui
Deprecated. Wrapper for a KeyboardListener.
ListenerWrapper.WrappedLoadListener - Class in com.google.gwt.user.client.ui
Deprecated. Wrapper for a LoadListener.
ListenerWrapper.WrappedLogicalChangeListener<V> - Class in com.google.gwt.user.client.ui
Deprecated. will be removed in GWT 2.0 along with the listeners being wrapped
ListenerWrapper.WrappedMouseListener - Class in com.google.gwt.user.client.ui
Deprecated. Wrapper for a MouseListener.
ListenerWrapper.WrappedMouseWheelListener - Class in com.google.gwt.user.client.ui
Deprecated. Wrapper for a MouseWheelListener.
ListenerWrapper.WrappedScrollListener - Class in com.google.gwt.user.client.ui
Deprecated. Wrapper for a ScrollListener.
load() - Method in class com.google.gwt.dom.client.MediaElement
Causes the resource to be loaded.
load() - Method in class com.google.gwt.media.client.MediaBase
Causes the resource to be loaded.
load(InputStream) - Static method in class com.google.gwt.rpc.server.WebModeClientOracle
Recreate a WebModeClientOracle based on the contents previously emitted by WebModeClientOracle.store(java.io.OutputStream).
loadCurrencyMapJava() - Method in class com.google.gwt.i18n.client.CurrencyList
Loads the currency map.
loadCurrencyMapNative() - Method in class com.google.gwt.i18n.client.CurrencyList
Loads the currency map from a JS object literal.
loadDomainObject(Class<T>, Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Load an object from the backing store.
loadDomainObject(Class<T>, Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
loadDomainObject(Class<T>, Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Load an object from the backing store.
loadDomainObject(Class<T>, Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
loadDomainObjects(List<Class<?>>, List<Object>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Load multiple objects from the backing store.
loadDomainObjects(List<Class<?>>, List<Object>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
loadDomainObjects(List<Class<?>>, List<Object>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Load multiple objects from the backing store.
loadDomainObjects(List<Class<?>>, List<Object>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
LOADED - Static variable in interface com.google.gwt.user.cellview.client.LoadingStateChangeEvent.LoadingState
Indicates that the data set has been completely loaded.
LoadEvent - Class in com.google.gwt.event.dom.client
Represents a native load event.
LoadEvent() - Constructor for class com.google.gwt.event.dom.client.LoadEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire load events.
loadFromStream(InputStream) - Static method in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Deprecated. see SerializationPolicyLoader.loadFromStream(InputStream, List)
loadFromStream(InputStream, List<ClassNotFoundException>) - Static method in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Loads a SerializationPolicy from an input stream and optionally record any ClassNotFoundExceptions.
LoadHandler - Interface in com.google.gwt.event.dom.client
Handler interface for LoadEvent events.
LOADING - Static variable in interface com.google.gwt.user.cellview.client.LoadingStateChangeEvent.LoadingState
Indicates that the data has started to load.
LOADING - Static variable in class com.google.gwt.xhr.client.XMLHttpRequest
The LOADING state is the state of the object when the response entity body is being received.
LoadingStateChangeEvent - Class in com.google.gwt.user.cellview.client
An event used to indicate that the data loading state has changed.
LoadingStateChangeEvent(LoadingStateChangeEvent.LoadingState) - Constructor for class com.google.gwt.user.cellview.client.LoadingStateChangeEvent
Construct a new LoadingStateChangeEvent.
LoadingStateChangeEvent.Handler - Interface in com.google.gwt.user.cellview.client
Implemented by handlers of LoadingStateChangeEvent.
LoadingStateChangeEvent.LoadingState - Interface in com.google.gwt.user.cellview.client
Represents the current status of the data being loaded.
loadLikelyRegionCodes() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
Returns a possibly-empty array of country codes, ordered by the literate population speaking this language.
LoadListener - Interface in com.google.gwt.user.client.ui
Deprecated. use LoadHandler and ErrorHandler instead
LoadListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
LoadListenerCollection() - Constructor for class com.google.gwt.user.client.ui.LoadListenerCollection
Deprecated.  
loadNameMap() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNames
 
loadNameMap() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
Initializes {DefaultLocalizedNamesBase.namesMap to a map of region code (including non-country codes) to localized names.
loadNamesMapJava() - Method in class com.google.gwt.i18n.client.CurrencyList
Loads the currency names map.
loadNamesMapNative() - Method in class com.google.gwt.i18n.client.CurrencyList
Loads the currency names map from a JS object literal.
loadSortedRegionCodes() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNames
 
loadSortedRegionCodes() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
Returns an array of currently valid country codes ordered by the collating order of the locale.
LOCALE_COOKIE - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
LOCALE_QUERYPARAM - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
LOCALE_SEARCHORDER - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
LOCALE_USEMETA - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
LOCALE_USERAGENT - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
LocaleConstants - Interface in com.google.gwt.i18n.client.constants
Interface that combines locale-specific interfaces.
LocaleInfo - Class in com.google.gwt.i18n.client
Provides access to the currently-active locale and the list of available locales.
LocaleInfo() - Constructor for class com.google.gwt.i18n.client.LocaleInfo
Constructor to be used by subclasses, such as mock classes for testing.
LocalePropertyProviderGenerator - Class in com.google.gwt.i18n.linker
Generates a property provider implementation for the "locale" property.
LocalePropertyProviderGenerator() - Constructor for class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
LocaleUtils - Class in com.google.gwt.i18n.rebind
Utility methods for dealing with locales.
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.
LocalizableResource - Interface in com.google.gwt.i18n.client
This is the common superinterface to Messages and Constants.
LocalizableResource.DefaultLocale - Annotation Type in com.google.gwt.i18n.client
Specifies the default locale for messages in this file.
LocalizableResource.Description - Annotation Type in com.google.gwt.i18n.client
Specifies a description of the string to be translated, such as a note about the context.
LocalizableResource.Generate - Annotation Type in com.google.gwt.i18n.client
Requests that a translation source file be generated from the annotated interface.
LocalizableResource.GeneratedFrom - Annotation Type in com.google.gwt.i18n.client
Annotation indicating this is a generated file and the source file it was generated from.
LocalizableResource.GenerateKeys - Annotation Type in com.google.gwt.i18n.client
Requests that the keys for messages be generated automatically.
LocalizableResource.Key - Annotation Type in com.google.gwt.i18n.client
The key used for lookup of translated strings.
LocalizableResource.Meaning - Annotation Type in com.google.gwt.i18n.client
Specifies the meaning of the translated string.
LocalizedNames - Interface in com.google.gwt.i18n.client
Provides an API for obtaining localized names for a locale.
localizedNumberConstants - Static variable in class com.google.gwt.i18n.client.NumberFormat
 
Locator<T,I> - Class in com.google.gwt.requestfactory.shared
Deprecated. 
Locator() - Constructor for class com.google.gwt.requestfactory.shared.Locator
Deprecated.  
Locator<T,I> - Class in com.google.web.bindery.requestfactory.shared
A Locator allows entity types that do not conform to the RequestFactory entity protocol to be used.
Locator() - Constructor for class com.google.web.bindery.requestfactory.shared.Locator
 
log(String) - Static method in class com.google.gwt.core.client.GWT
Logs a message to the development shell logger in Development Mode.
log(String, Throwable) - Static method in class com.google.gwt.core.client.GWT
Logs a message to the development shell logger in Development Mode.
log(String, Throwable) - Method in class com.google.gwt.core.client.GWTBridge
 
log(TreeLogger.Type, String) - Method in class com.google.gwt.core.ext.TreeLogger
Calls TreeLogger.log(TreeLogger.Type, String, Throwable, HelpInfo) with a null caught and helpInfo.
log(TreeLogger.Type, String, Throwable) - Method in class com.google.gwt.core.ext.TreeLogger
Calls TreeLogger.log(TreeLogger.Type, String, Throwable, HelpInfo) with a null helpInfo.
log(TreeLogger.Type, String, Throwable, TreeLogger.HelpInfo) - Method in class com.google.gwt.core.ext.TreeLogger
Logs a message and/or an exception, with optional help info.
LogConfiguration - Class in com.google.gwt.logging.client
Configures client side logging using the query params and gwt.xml settings.
LogConfiguration() - Constructor for class com.google.gwt.logging.client.LogConfiguration
 
Logging - Class in com.google.gwt.requestfactory.server
Deprecated. 
Logging() - Constructor for class com.google.gwt.requestfactory.server.Logging
Deprecated.  
Logging - Class in com.google.web.bindery.requestfactory.server
Server side object that handles log messages sent by RequestFactoryLogHandler.
Logging() - Constructor for class com.google.web.bindery.requestfactory.server.Logging
 
loggingIsEnabled() - Static method in class com.google.gwt.logging.client.LogConfiguration
 
LoggingPopup - Class in com.google.gwt.logging.client
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location.
LoggingPopup() - Constructor for class com.google.gwt.logging.client.LoggingPopup
 
LoggingRequest - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
LoggingRequest - Interface in com.google.web.bindery.requestfactory.shared
"API Generated" request selector interface implemented by objects that give client access to the methods of Logging.
logMessage(String) - Static method in class com.google.gwt.requestfactory.server.Logging
Deprecated. Logs a message.
logMessage(String) - Method in interface com.google.gwt.requestfactory.shared.LoggingRequest
Deprecated. Log a message on the server.
logMessage(String) - Static method in class com.google.web.bindery.requestfactory.server.Logging
Logs a message.
logMessage(String) - Method in interface com.google.web.bindery.requestfactory.shared.LoggingRequest
Log a message on the server.
logOnServer(LogRecord) - Method in class com.google.gwt.logging.server.RemoteLoggingServiceImpl
Logs a Log Record which has been serialized using GWT RPC on the server.
logOnServer(LogRecord, String, StackTraceDeobfuscator, String) - Static method in class com.google.gwt.logging.server.RemoteLoggingServiceUtil
Logs a message on the server.
logOnServer(String, String, StackTraceDeobfuscator, String) - Static method in class com.google.gwt.logging.server.RemoteLoggingServiceUtil
 
logOnServer(LogRecord) - Method in interface com.google.gwt.logging.shared.RemoteLoggingService
 
logOnServer(LogRecord, AsyncCallback<String>) - Method in interface com.google.gwt.logging.shared.RemoteLoggingServiceAsync
 
logRecordAsJson(LogRecord) - Static method in class com.google.gwt.logging.client.JsonLogRecordClientUtil
 
logRecordFromJson(String) - Static method in class com.google.gwt.logging.server.JsonLogRecordServerUtil
 
LongBox - Class in com.google.gwt.user.client.ui
A ValueBox that uses LongParser and LongRenderer.
LongBox() - Constructor for class com.google.gwt.user.client.ui.LongBox
 
longFromBase64(String) - Static method in class com.google.gwt.user.server.Base64Utils
Decode a base64 string into a long value.
LongParser - Class in com.google.gwt.text.client
A localized parser based on NumberFormat.getDecimalFormat().
LongParser() - Constructor for class com.google.gwt.text.client.LongParser
 
LongRenderer - Class in com.google.gwt.text.client
A localized renderer based on NumberFormat.getDecimalFormat().
LongRenderer() - Constructor for class com.google.gwt.text.client.LongRenderer
 
lookup(String) - Method in class com.google.gwt.i18n.client.CurrencyList
Lookup a currency based on the ISO4217 currency code.
lookupName(String) - Method in class com.google.gwt.i18n.client.CurrencyList
Lookup a currency name based on the ISO4217 currency code.
LoseCaptureEvent - Class in com.google.gwt.event.dom.client
Represents a native lose capture event.
LoseCaptureEvent() - Constructor for class com.google.gwt.event.dom.client.LoseCaptureEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire lose capture events.
LoseCaptureHandler - Interface in com.google.gwt.event.dom.client
Handler interface for LoseCaptureEvent events.

M

main(String[]) - Static method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated.  
main(String[]) - Static method in class com.google.gwt.user.tools.ApplicationCreator
 
main(String[]) - Static method in class com.google.gwt.user.tools.ProjectCreator
 
main(String[]) - Static method in class com.google.gwt.user.tools.WebAppCreator
 
main(String[]) - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
 
main(String[]) - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
 
make(int, int, int) - Static method in class com.google.gwt.canvas.dom.client.CssColor
Sets the RGB color value.
make(String) - Static method in class com.google.gwt.canvas.dom.client.CssColor
Creates a CssColor object.
makeTemporaryDirectory(File, String) - Static method in class com.google.gwt.util.tools.Utility
Creates a randomly-named temporary directory.
makeValue(Class<?>, Object) - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamWriter
Type is passed in to handle primitive types.
makeValueCommand(Object) - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
MapElement - Class in com.google.gwt.dom.client
Client-side image map.
MapElement() - Constructor for class com.google.gwt.dom.client.MapElement
 
mark() - Method in class com.google.gwt.i18n.shared.BidiFormatter
Returns the Unicode BiDi mark matching the context direction (LRM for LTR context direction, RLM for RTL context direction), or the empty string for default / unknown context direction.
mark() - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
markAfter(String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.markAfter(String, boolean), but assumes isHtml is false.
markAfter(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Returns a Unicode BiDi mark matching the context direction (LRM or RLM) if either the direction or the exit direction of str is opposite to the context direction.
markAfter(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
markAfter(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
markAfterBase(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
markBase() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
match(String) - Static method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
 
matches(EmittedArtifact.Visibility) - Method in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
Returns true if this visibility matches the requested visibility level, dealing with the fact that EmittedArtifact.Visibility.LegacyDeploy matches both EmittedArtifact.Visibility.Private and EmittedArtifact.Visibility.Deploy.
matches(String) - Method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
 
MatchResult - Class in com.google.gwt.regexp.shared
Pure Java implementation of a regular expression match result.
MatchResult(int, String, List<String>) - Constructor for class com.google.gwt.regexp.shared.MatchResult
 
maybeAddHostedModeFile(TreeLogger, LinkerContext, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
maybeCheckCompleteHtml(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
Checks if the provided HTML string is complete (ends in "inner HTML" context).
maybeOutputPropertyMap(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
mayStop() - Method in class com.google.gwt.activity.shared.AbstractActivity
 
mayStop() - Method in interface com.google.gwt.activity.shared.Activity
Called when the user is trying to navigate away from this activity.
MD5KeyGenerator - Class in com.google.gwt.i18n.rebind.keygen
Deprecated. Use com.google.gwt.i18n.server.keygen.MD5KeyGenerator instead.
MD5KeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator
Deprecated.  
measureText(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Returns the metrics for the given text.
MEDIA_ERR_ABORTED - Static variable in class com.google.gwt.media.dom.client.MediaError
A constant returned by MediaError.getCode() indicating that playback was aborted at the user's request.
MEDIA_ERR_DECODE - Static variable in class com.google.gwt.media.dom.client.MediaError
A constant returned by MediaError.getCode() indicating that playback was aborted due to an error in decoding.
MEDIA_ERR_NETWORK - Static variable in class com.google.gwt.media.dom.client.MediaError
A constant returned by MediaError.getCode() indicating that playback was aborted due to a network error.
MEDIA_ERR_SRC_NOT_SUPPORTED - Static variable in class com.google.gwt.media.dom.client.MediaError
A constant returned by MediaError.getCode() indicating that the format of the source stream was unsuitable for playback.
MediaBase - Class in com.google.gwt.media.client
A widget representing a media element.
MediaBase(MediaElement) - Constructor for class com.google.gwt.media.client.MediaBase
Protected constructor.
MediaElement - Class in com.google.gwt.dom.client
Common superclass for Audio and Video elements.
MediaElement() - Constructor for class com.google.gwt.dom.client.MediaElement
 
MediaError - Class in com.google.gwt.media.dom.client
A JavaScriptObject indicating the type of error encountered by a MediaElement.
MediaError() - Constructor for class com.google.gwt.media.dom.client.MediaError
 
MEDIAEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all media events.
MEDIUM - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents a Medium font.
Member - Interface in com.google.gwt.core.ext.soyc
The Member type hierarchy represents structural or logical structures in the compiled output.
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.
MenuBar(boolean, MenuBar.MenuBarImages) - Constructor for class com.google.gwt.user.client.ui.MenuBar
Deprecated. replaced by MenuBar.MenuBar(boolean, Resources)
MenuBar(boolean, MenuBar.Resources) - Constructor for class com.google.gwt.user.client.ui.MenuBar
Creates an empty menu bar that uses the specified ClientBundle for menu images.
MenuBar(MenuBar.MenuBarImages) - Constructor for class com.google.gwt.user.client.ui.MenuBar
Deprecated. replaced by MenuBar.MenuBar(Resources)
MenuBar(MenuBar.Resources) - Constructor for class com.google.gwt.user.client.ui.MenuBar
Creates an empty horizontal menu bar that uses the specified ClientBundle for menu images.
MenuBar.MenuBarImages - Interface in com.google.gwt.user.client.ui
Deprecated. replaced by MenuBar.Resources
MenuBar.Resources - Interface in com.google.gwt.user.client.ui
A ClientBundle that contains the default resources for this widget.
MenuBarParser - Class in com.google.gwt.uibinder.elementparsers
Parses MenuBar widgets.
MenuBarParser() - Constructor for class com.google.gwt.uibinder.elementparsers.MenuBarParser
 
menuBarSubMenuIcon() - Method in interface com.google.gwt.user.client.ui.MenuBar.MenuBarImages
Deprecated. An image indicating a MenuItem has an associated submenu.
menuBarSubMenuIcon() - Method in interface com.google.gwt.user.client.ui.MenuBar.Resources
An image indicating a MenuItem has an associated submenu.
MenuItem - Class in com.google.gwt.user.client.ui
An entry in a MenuBar.
MenuItem(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.MenuItem
Constructs a new menu item that fires a command when it is selected.
MenuItem(SafeHtml, 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(SafeHtml, 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, 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, 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, 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.
MenuItemParser - Class in com.google.gwt.uibinder.elementparsers
A parser for menu items.
MenuItemParser() - Constructor for class com.google.gwt.uibinder.elementparsers.MenuItemParser
 
MenuItemSeparator - Class in com.google.gwt.user.client.ui
A separator that can be placed in a MenuBar.
MenuItemSeparator() - Constructor for class com.google.gwt.user.client.ui.MenuItemSeparator
Constructs a new MenuItemSeparator.
MESSAGE - Static variable in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
MESSAGE - Static variable in interface com.google.gwt.requestfactory.shared.messages.ViolationMessage
Deprecated.  
MESSAGE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
MESSAGE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
 
MessageCatalogFormat - Interface in com.google.gwt.i18n.rebind.format
Interface for writing various message catalog formats.
MessageFactory - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
MessageFactory - Interface in com.google.web.bindery.requestfactory.shared.messages
The factory for creating RequestFactory wire messages.
Messages - Interface in com.google.gwt.i18n.client
A tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from various sources.Using GWT.create(class) to "instantiate" an interface that extends Messages returns an instance of an automatically generated subclass that is implemented using message templates selected based on locale.
Messages.AlternateMessage - Annotation Type in com.google.gwt.i18n.client
Provides alternate forms of a message, such as are needed when plural forms are used or a placeholder has known gender.
Messages.DefaultMessage - Annotation Type in com.google.gwt.i18n.client
Default text to be used if no translation is found (and also used as the source for translation).
Messages.Example - Annotation Type in com.google.gwt.i18n.client
An example of the annotated parameter to assist translators.
Messages.Offset - Annotation Type in com.google.gwt.i18n.client
Ignored except on parameters also tagged with Messages.PluralCount, and provides an offset to be subtracted from the value before a plural rule is chosen or the value is formatted.
Messages.Optional - Annotation Type in com.google.gwt.i18n.client
Indicates the specified parameter is optional and need not appear in a particular translation of this message.
Messages.PluralCount - Annotation Type in com.google.gwt.i18n.client
Provides multiple plural forms based on a count.
Messages.PluralText - Annotation Type in com.google.gwt.i18n.client
Deprecated. use Messages.AlternateMessage instead
Messages.Select - Annotation Type in com.google.gwt.i18n.client
Provides multiple forms based on a dynamic parameter.
MetaElement - Class in com.google.gwt.dom.client
This contains generic meta-information about the document.
MetaElement() - Constructor for class com.google.gwt.dom.client.MetaElement
 
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).
MethodMember - Interface in com.google.gwt.core.ext.soyc
Represents compiled JS code derived from a Java method.
MethodNameKeyGenerator - Class in com.google.gwt.i18n.rebind.keygen
Deprecated. Use com.google.gwt.i18n.server.keygen.MethodNameKeyGenerator instead.
MethodNameKeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator
Deprecated.  
minus(Point) - Method in class com.google.gwt.touch.client.Point
Subtract the specified Point from this point and return the result.
minusSign() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
minusSign() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
MockEditorChain<C> - Class in com.google.gwt.editor.client.testing
A Mock implementation of CompositeEditor.EditorChain.
MockEditorChain() - Constructor for class com.google.gwt.editor.client.testing.MockEditorChain
 
MockEditorDelegate<T> - Class in com.google.gwt.editor.client.testing
A mock implementation of EditorDelegate.
MockEditorDelegate() - Constructor for class com.google.gwt.editor.client.testing.MockEditorDelegate
 
MockEditorError - Class in com.google.gwt.editor.client.testing
A trivial implementation of EditorError.
MockEditorError() - Constructor for class com.google.gwt.editor.client.testing.MockEditorError
 
MockRequestFactoryEditorDriver<P,E extends Editor<P>> - Class in com.google.gwt.requestfactory.client.testing
Deprecated. 
MockRequestFactoryEditorDriver() - Constructor for class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated.  
MockRequestFactoryEditorDriver<P,E extends Editor<P>> - Class in com.google.web.bindery.requestfactory.gwt.client.testing
A no-op implementation of RequestFactoryEditorDriver that records its inputs.
MockRequestFactoryEditorDriver() - Constructor for class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
 
MockSimpleBeanEditorDriver<T,E extends Editor<T>> - Class in com.google.gwt.editor.client.testing
A no-op implementation of SimpleBeanEditorDriver that records its inputs.
MockSimpleBeanEditorDriver() - Constructor for class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
 
ModElement - Class in com.google.gwt.dom.client
Notice of modification to part of a document.
ModElement() - Constructor for class com.google.gwt.dom.client.ModElement
 
MODIFIER_ALT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyEvent.isAltKeyDown() instead
MODIFIER_CTRL - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyEvent.isControlKeyDown() instead
MODIFIER_META - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyEvent.isMetaKeyDown() instead
MODIFIER_SHIFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyEvent.isShiftKeyDown() instead
modifyPrimaryJavaScript(String) - Method in class com.google.gwt.core.linker.IFrameLinker
 
MODULE_BASE_HEADER - Static variable in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Used by RpcRequestBuilder.doFinish(com.google.gwt.http.client.RequestBuilder).
ModuleMetricsArtifact - Class in com.google.gwt.core.ext.linker
Captures some metrics from the module load and initial type oracle compile step.
ModuleMetricsArtifact() - Constructor for class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
ModuleMetricsArtifact(Class<? extends Linker>, int) - Constructor for class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
Momentum - Interface in com.google.gwt.touch.client
Describes the momentum of a gesture after the gesture has been completed.
Momentum.State - Class in com.google.gwt.touch.client
A snapshot of the current state.
Momentum.State(Point, Point) - Constructor for class com.google.gwt.touch.client.Momentum.State
Construct a new Momentum.State.
monetaryGroupingSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
monetaryGroupingSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
monetarySeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
monetarySeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
months() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
months() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
MonthSelector - Class in com.google.gwt.user.datepicker.client
Abstract month selector widget.
MonthSelector() - Constructor for class com.google.gwt.user.datepicker.client.MonthSelector
 
monthsFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of full month names.
monthsFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
monthsFullStandalone() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of month names for use in a stand-alone context.
monthsFullStandalone() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
monthsNarrow() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.
monthsNarrow() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
monthsNarrowStandalone() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the shortest abbreviations for months suitable for use in a stand-alone context, typically a single character and not guaranteed to be unique.
monthsNarrowStandalone() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
monthsShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of month abbreviations.
monthsShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
monthsShortStandalone() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of month abbreviations, suitable for use in a stand-alone context.
monthsShortStandalone() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
MouseDownEvent - Class in com.google.gwt.event.dom.client
Represents a native mouse down event.
MouseDownEvent() - Constructor for class com.google.gwt.event.dom.client.MouseDownEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse down events.
MouseDownHandler - Interface in com.google.gwt.event.dom.client
Handler interface for MouseDownEvent events.
MouseEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Abstract class representing mouse events.
MouseEvent() - Constructor for class com.google.gwt.event.dom.client.MouseEvent
 
MOUSEEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all mouse events (down, up, move, over, and out), but not click, dblclick, or wheel events.
MouseListener - Interface in com.google.gwt.user.client.ui
Deprecated. use MouseDownHandler, MouseUpHandler, MouseOverHandler, MouseMoveHandler, and MouseOutHandler instead
MouseListenerAdapter - Class in com.google.gwt.user.client.ui
Deprecated. use MouseDownHandler, MouseUpHandler, MouseOverHandler, MouseMoveHandler, and/or MouseOutHandler instead
MouseListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.MouseListenerAdapter
Deprecated.  
MouseListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
MouseListenerCollection() - Constructor for class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated.  
MouseMoveEvent - Class in com.google.gwt.event.dom.client
Represents a native mouse move event.
MouseMoveEvent() - Constructor for class com.google.gwt.event.dom.client.MouseMoveEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse move events.
MouseMoveHandler - Interface in com.google.gwt.event.dom.client
Handler interface for MouseMoveEvent events.
MouseOutEvent - Class in com.google.gwt.event.dom.client
Represents a native mouse out event.
MouseOutEvent() - Constructor for class com.google.gwt.event.dom.client.MouseOutEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse out events.
MouseOutHandler - Interface in com.google.gwt.event.dom.client
Handler interface for MouseOutEvent events.
MouseOverEvent - Class in com.google.gwt.event.dom.client
Represents a native mouse over event.
MouseOverEvent() - Constructor for class com.google.gwt.event.dom.client.MouseOverEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse over events.
MouseOverHandler - Interface in com.google.gwt.event.dom.client
Handler interface for MouseOverEvent events.
MouseUpEvent - Class in com.google.gwt.event.dom.client
Represents a native mouse up event.
MouseUpEvent() - Constructor for class com.google.gwt.event.dom.client.MouseUpEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse up events.
MouseUpHandler - Interface in com.google.gwt.event.dom.client
Handler interface for MouseUpEvent events.
MouseWheelEvent - Class in com.google.gwt.event.dom.client
Represents a native mouse wheel event.
MouseWheelEvent() - Constructor for class com.google.gwt.event.dom.client.MouseWheelEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse wheel events.
MouseWheelHandler - Interface in com.google.gwt.event.dom.client
Handler interface for MouseWheelEvent events.
MouseWheelListener - Interface in com.google.gwt.user.client.ui
Deprecated. use MouseWheelHandler instead
MouseWheelListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
MouseWheelListenerCollection() - Constructor for class com.google.gwt.user.client.ui.MouseWheelListenerCollection
Deprecated.  
MouseWheelVelocity - Class in com.google.gwt.user.client.ui
Deprecated. use MouseWheelEvent.getDeltaY() instead
MouseWheelVelocity(Event) - Constructor for class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated. Construct the higher-level view of the original ONMOUSEWHEEL Event.
moveBy(int, int) - Static method in class com.google.gwt.user.client.Window
Moves a window's left and top edge to a specified number of pixels relative to its current coordinates.
moveSelectionDown() - Method in class com.google.gwt.user.client.ui.MenuBar
Moves the menu selection down to the next item.
moveSelectionDown() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
moveSelectionDown() - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Highlight the suggestion directly below the current selection in the list.
moveSelectionUp() - Method in class com.google.gwt.user.client.ui.MenuBar
Moves the menu selection up to the previous item.
moveSelectionUp() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
moveSelectionUp() - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Highlight the suggestion directly above the current selection in the list.
moveTo(double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Terminates the current path and sets the current path position to the point (x, y).
moveTo(int, int) - Static method in class com.google.gwt.user.client.Window
Moves a window's left and top edge to the specified coordinates.
mult(Point) - Method in class com.google.gwt.touch.client.Point
Multiple this point Point by specified point and return the result.
MULTIPLY - Static variable in class com.google.gwt.benchmarks.client.Operator
The standard multiplication operator.
MultiSelectionModel<T> - Class in com.google.gwt.view.client
A simple selection model that allows multiple objects to be selected.
MultiSelectionModel() - Constructor for class com.google.gwt.view.client.MultiSelectionModel
Constructs a MultiSelectionModel without a key provider.
MultiSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.MultiSelectionModel
Constructs a MultiSelectionModel with the given key provider.
MultiWordSuggestOracle - Class in com.google.gwt.user.client.ui
The default SuggestOracle.
MultiWordSuggestOracle() - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Constructor for MultiWordSuggestOracle.
MultiWordSuggestOracle(String) - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Constructor for MultiWordSuggestOracle which takes in a set of whitespace chars that filter its input.
MultiWordSuggestOracle.MultiWordSuggestion - Class in com.google.gwt.user.client.ui
Suggestion class for MultiWordSuggestOracle.
MultiWordSuggestOracle.MultiWordSuggestion() - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Constructor used by RPC.
MultiWordSuggestOracle.MultiWordSuggestion(String, String) - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
Constructor for MultiWordSuggestion.

N

NamedFrame - Class in com.google.gwt.user.client.ui
A Frame that has a 'name' associated with it.
NamedFrame(String) - Constructor for class com.google.gwt.user.client.ui.NamedFrame
Constructs a frame with the given name.
NamedNodeMap - Interface in com.google.gwt.xml.client
Represents a string-to-node map, used in getAttributes.
namesMap - Variable in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
namesMapJava - Variable in class com.google.gwt.i18n.client.CurrencyList
Map of currency codes to localized currency names.
namesMapNative - Variable in class com.google.gwt.i18n.client.CurrencyList
JS map of currency codes to localized currency names.
narrowMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
narrowMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
narrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
narrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
NativeEvent - Class in com.google.gwt.dom.client
The native dom event.
NativeEvent() - Constructor for class com.google.gwt.dom.client.NativeEvent
Required constructor for GWT compiler to function.
needsAttention() - Method in enum com.google.gwt.core.ext.TreeLogger.Type
Indicates whether this severity type represents a high severity that should be highlighted for the user.
needsNameMap() - Method in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
NETWORK_EMPTY - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getNetworkState().
NETWORK_IDLE - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getNetworkState().
NETWORK_LOADING - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getNetworkState().
NETWORK_NO_SOURCE - Static variable in class com.google.gwt.dom.client.MediaElement
Constant returned from MediaElement.getNetworkState().
newInstance(GeneratorContext) - Static method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
Get a new instance wrapped from a base GeneratorContext implementation.
newInstance(Generator) - Static method in class com.google.gwt.core.ext.GeneratorExtWrapper
Get a new instance wrapped from a base Generator implementation.
newInterpreterForUiObject(UiBinderWriter, String) - Static method in class com.google.gwt.uibinder.elementparsers.HtmlInterpreter
A convenience factory method for the most common use of this class, to work with HTML that will eventually be rendered under a UIObject (or really, any object that responds to getElement()).
newItem(String, boolean) - Method in class com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian
 
newItem(String, boolean) - Method in interface com.google.gwt.place.shared.PlaceHistoryHandler.Historian
Adds a new browser history entry.
newItem(String) - Static method in class com.google.gwt.user.client.History
Adds a new browser history entry.
newItem(String, boolean) - 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).
nextId() - Method in class com.google.gwt.requestfactory.shared.DefaultProxyStore
Deprecated.  
nextId() - Method in interface com.google.gwt.requestfactory.shared.ProxyStore
Deprecated. Returns a non-negative sequence number.
nextId() - Method in class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
 
nextId() - Method in interface com.google.web.bindery.requestfactory.shared.ProxyStore
Returns a non-negative sequence number.
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.
nextPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Advance the starting row by 'pageSize' rows.
nextPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
Node - Class in com.google.gwt.dom.client
The Node interface is the primary datatype for the entire Document Object Model.
Node() - Constructor for class com.google.gwt.dom.client.Node
 
Node - Interface in com.google.gwt.xml.client
This is the base interface for DOM nodes, as obtained from using XMLParser methods.
NodeCollection<T extends Node> - Class in com.google.gwt.dom.client
An ElementCollection is a list of nodes.
NodeCollection() - Constructor for class com.google.gwt.dom.client.NodeCollection
 
NodeList<T extends Node> - Class in com.google.gwt.dom.client
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NodeList() - Constructor for class com.google.gwt.dom.client.NodeList
 
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.
NoSelectionModel<T> - Class in com.google.gwt.view.client
A selection model that does not allow selection, but fires selection change events.
NoSelectionModel() - Constructor for class com.google.gwt.view.client.NoSelectionModel
Constructs a NoSelectionModel without a key provider.
NoSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.NoSelectionModel
Constructs a NoSelectionModel with the given key provider.
notANumber() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
notANumber() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
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
 
NotificationMole - Class in com.google.gwt.user.client.ui
Simple widget for providing notification feedback.
NotificationMole() - Constructor for class com.google.gwt.user.client.ui.NotificationMole
 
NotificationMole.Style - Interface in com.google.gwt.user.client.ui
Default CSS styles for this widget.
notificationText() - Method in interface com.google.gwt.user.client.ui.NotificationMole.Style
 
NOWHERE - Static variable in class com.google.gwt.place.shared.Place
The null place.
NoXsrfProtect - Annotation Type in com.google.gwt.user.server.rpc
Annotation on RPC interfaces and methods indicating that they do not need to be XSRF protected.
NULL - Static variable in class com.google.gwt.core.ext.TreeLogger
A valid logger that ignores all messages.
NULL - Static variable in interface com.google.web.bindery.autobean.shared.Splittable
A value that represents null.
NullInterpreter<T> - Class in com.google.gwt.uibinder.elementparsers
An no-op interpreter.
NullInterpreter() - Constructor for class com.google.gwt.uibinder.elementparsers.NullInterpreter
 
NullLoggingPopup - Class in com.google.gwt.logging.client
A class which can be substituted in for the BasicLoggingPopup in the the gwt.xml file to disable the default popup log handler.
NullLoggingPopup() - Constructor for class com.google.gwt.logging.client.NullLoggingPopup
 
NullLogHandler - Class in com.google.gwt.logging.client
A Handler which does nothing.
NullLogHandler() - Constructor for class com.google.gwt.logging.client.NullLogHandler
 
NumberCell - Class in com.google.gwt.cell.client
A Cell used to render formatted numbers.
NumberCell() - Constructor for class com.google.gwt.cell.client.NumberCell
Construct a new NumberCell using decimal format and a SimpleSafeHtmlRenderer.
NumberCell(NumberFormat) - Constructor for class com.google.gwt.cell.client.NumberCell
Construct a new NumberCell using the given NumberFormat and a SimpleSafeHtmlRenderer.
NumberCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.NumberCell
Construct a new NumberCell using decimal format and the given SafeHtmlRenderer.
NumberCell(NumberFormat, SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.NumberCell
Construct a new NumberCell using the given NumberFormat and a SafeHtmlRenderer.
NumberConstants - Interface in com.google.gwt.i18n.client.constants
NumberConstants class encapsulate a collection of Number formatting symbols for use with Number format and parse services.
NumberConstantsImpl - Interface in com.google.gwt.i18n.client.constants
NumberConstantsImpl class encapsulate a collection of Number formatting symbols for use with Number format and parse services.
NumberFormat - Class in com.google.gwt.i18n.client
Formats and parses numbers using locale-sensitive patterns.
NumberFormat(NumberConstants, String, CurrencyData, boolean) - Constructor for class com.google.gwt.i18n.client.NumberFormat
Constructs a format object based on the specified settings.
NumberFormat(String, CurrencyData, boolean) - Constructor for class com.google.gwt.i18n.client.NumberFormat
Constructs a format object for the default locale based on the specified settings.
NumberFormatRenderer - Class in com.google.gwt.text.client
Renders Number objects with a NumberFormat.
NumberFormatRenderer() - Constructor for class com.google.gwt.text.client.NumberFormatRenderer
Create an instance using NumberFormat.getDecimalFormat().
NumberFormatRenderer(NumberFormat) - Constructor for class com.google.gwt.text.client.NumberFormatRenderer
Create an instance with the given format.
NumberLabel<T extends java.lang.Number> - Class in com.google.gwt.user.client.ui
Extends ValueLabel for convenience when dealing with numbers and NumberFormat, especially in UiBinder templates.
NumberLabel() - Constructor for class com.google.gwt.user.client.ui.NumberLabel
 
NumberLabel(NumberFormat) - Constructor for class com.google.gwt.user.client.ui.NumberLabel
 
NumberLabelParser - Class in com.google.gwt.uibinder.elementparsers
Parses DateLabel widgets.
NumberLabelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.NumberLabelParser
 
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.
numStatements() - Method in interface com.google.gwt.core.ext.linker.StatementRanges
The number of statements in the associated JavaScript.

O

ObjectElement - Class in com.google.gwt.dom.client
Generic embedded object.
ObjectElement() - Constructor for class com.google.gwt.dom.client.ObjectElement
 
of(HasData<T>) - Static method in class com.google.gwt.editor.client.adapters.HasDataEditor
Create a HasDataEditor backed by a HasData.
of(EditorSource<E>) - Static method in class com.google.gwt.editor.client.adapters.ListEditor
Create a ListEditor backed by an EditorSource.
of(E) - Static method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
Construct an OptionalFieldEditor backed by the given sub-Editor.
of() - Static method in class com.google.gwt.editor.client.adapters.SimpleEditor
Returns a new ValueEditor that holds a null value.
of(T) - Static method in class com.google.gwt.editor.client.adapters.SimpleEditor
Returns a new ValueEditor that holds the given value.
of(TakesValue<T>) - Static method in class com.google.gwt.editor.client.adapters.TakesValueEditor
Returns a new ValueEditor that modifies the given TakesValue peer instance.
of(HasText) - Static method in class com.google.gwt.editor.ui.client.adapters.HasTextEditor
Returns a new ValueEditor that that modifies the given HasText peer instance.
of(ValueBoxBase<T>) - Static method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Returns a new TakesValueEditor that adapts a ValueBoxBase instance.
oldSize - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
OListElement - Class in com.google.gwt.dom.client
Ordered list.
OListElement() - Constructor for class com.google.gwt.dom.client.OListElement
 
onAfterRequestDeserialized(RPCRequest) - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Override this method to examine the deserialized version of the request before the call to the servlet method is made.
onAfterRequestDeserialized(RPCRequest) - Method in class com.google.gwt.user.server.rpc.AbstractXsrfProtectedServiceServlet
 
onAfterResponseSerialized(String) - Method in class com.google.gwt.user.server.rpc.HybridServiceServlet
 
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.
onAnimationComplete() - Method in interface com.google.gwt.layout.client.Layout.AnimationCallback
Called immediately after the animation is complete, and the entire layout is in its final state.
onAttach() - Method in class com.google.gwt.layout.client.Layout
This method must be called when the parent element becomes attached to the document.
onAttach() - Method in class com.google.gwt.user.client.ui.Composite
 
onAttach() - Method in class com.google.gwt.user.client.ui.CustomButton
Overridden on attach to ensure that a button face has been chosen before the button is displayed.
onAttach() - Method in class com.google.gwt.user.client.ui.FocusWidget
 
onAttach() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onAttach() - Method in class com.google.gwt.user.client.ui.HeaderPanel
 
onAttach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel
 
onAttach() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
onAttach() - Method in class com.google.gwt.user.client.ui.Widget
This method is called when a widget is attached to the browser's document.
onAttachOrDetach(AttachEvent) - Method in interface com.google.gwt.event.logical.shared.AttachEvent.Handler
 
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.
onBeforeSelection(BeforeSelectionEvent<T>) - Method in interface com.google.gwt.event.logical.shared.BeforeSelectionHandler
Called when BeforeSelectionEvent is fired.
onBeforeTabSelected(SourcesTabEvents, int) - Method in interface com.google.gwt.user.client.ui.TabListener
Deprecated. use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) instead
onBeforeTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Deprecated. Use BeforeSelectionHandler.onBeforeSelection(com.google.gwt.event.logical.shared.BeforeSelectionEvent) instead
onBlur(BlurEvent) - Method in interface com.google.gwt.event.dom.client.BlurHandler
Called when BlurEvent is fired.
onBlur() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Called when the widget is blurred.
onBlur() - Method in class com.google.gwt.user.cellview.client.CellList
 
onBlur() - Method in class com.google.gwt.user.cellview.client.CellTable
 
onBlur() - Method in class com.google.gwt.user.cellview.client.CellTree
Called when the keyboard selected node loses focus.
ONBLUR - Static variable in class com.google.gwt.user.client.Event
Fired when an element loses keyboard focus.
onBlur(BlurEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
Deprecated.  
onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.AbstractCell
Handle a browser event that took place within the cell.
onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.AbstractInputCell
 
onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.ActionCell
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.ButtonCell
 
onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in interface com.google.gwt.cell.client.Cell
Handle a browser event that took place within the cell.
onBrowserEvent(Cell.Context, Element, Boolean, NativeEvent, ValueUpdater<Boolean>) - Method in class com.google.gwt.cell.client.CheckboxCell
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.ClickableTextCell
 
onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.CompositeCell
 
onBrowserEvent(Cell.Context, Element, Date, NativeEvent, ValueUpdater<Date>) - Method in class com.google.gwt.cell.client.DatePickerCell
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.EditTextCell
 
onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.IconCellDecorator
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.ImageLoadingCell
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.SelectionCell
 
onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.TextInputCell
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Handle browser events.
onBrowserEvent(Event) - Method in class com.google.gwt.user.cellview.client.CellBrowser
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.cellview.client.CellTree
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.cellview.client.CellWidget
 
onBrowserEvent(Cell.Context, Element, T, NativeEvent) - Method in class com.google.gwt.user.cellview.client.Column
Handle a browser event that took place within the column.
onBrowserEvent(Cell.Context, Element, NativeEvent) - Method in class com.google.gwt.user.cellview.client.Header
Handle a browser event that took place within the header.
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.Composite
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.CustomButton
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.FileUpload
 
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.MenuBar
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.RadioButton
Overridden to send ValueChangeEvents only when appropriate.
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.StackPanel
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Tree
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.Widget
 
onBrowserEvent2(Event) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Called after AbstractHasData.onBrowserEvent(Event) completes.
onBrowserEvent2(Event) - Method in class com.google.gwt.user.cellview.client.CellList
 
onBrowserEvent2(Event) - Method in class com.google.gwt.user.cellview.client.CellTable
 
onCancel() - Method in class com.google.gwt.activity.shared.AbstractActivity
 
onCancel() - Method in interface com.google.gwt.activity.shared.Activity
Called when Activity.start(com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.event.shared.EventBus) has not yet replied to its callback, but the user has lost interest.
onCancel() - Method in class com.google.gwt.animation.client.Animation
Called immediately after the animation is canceled.
onCanPlayThrough(CanPlayThroughEvent) - Method in interface com.google.gwt.event.dom.client.CanPlayThroughHandler
Called when CanPlayThroughEvent is fired.
ONCANPLAYTHROUGH - Static variable in class com.google.gwt.user.client.Event
Fired when media is fully buffered and can be played through to the end.
onCellClicked(SourcesTableEvents, int, int) - Method in interface com.google.gwt.user.client.ui.TableListener
Deprecated. use ClickHandler and HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent) instead
onCellPreview(CellPreviewEvent<T>) - Method in interface com.google.gwt.view.client.CellPreviewEvent.Handler
Called when CellPreviewEvent is fired.
onCellPreview(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
 
onChange(ChangeEvent) - Method in interface com.google.gwt.event.dom.client.ChangeHandler
Called when a change event is fired.
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
Deprecated. See the deprecation message on this interface for details
onChange(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Deprecated.  
onChange(ChangeEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
Deprecated.  
onClick(ClickEvent) - Method in interface com.google.gwt.event.dom.client.ClickHandler
Called when a native click event is fired.
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
Deprecated. Use ClickHandler.onClick(com.google.gwt.event.dom.client.ClickEvent) instead
onClick() - Method in class com.google.gwt.user.client.ui.CustomButton
Called when the user finishes clicking on this button.
onClick(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Deprecated.  
onClick(ClickEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
Deprecated.  
onClick() - Method in class com.google.gwt.user.client.ui.PushButton
 
onClick(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. add a BeforeSelectionHandler instead. Alternatively, if you need to access to the individual tabs, add a click handler to each TabBar.Tab element instead.
onClick() - Method in class com.google.gwt.user.client.ui.ToggleButton
 
onClickCancel() - Method in class com.google.gwt.user.client.ui.CustomButton
Called when the user aborts a click in progress; for example, by dragging the mouse outside of the button before releasing the mouse button.
onClickCancel() - Method in class com.google.gwt.user.client.ui.PushButton
 
onClickStart() - Method in class com.google.gwt.user.client.ui.CustomButton
Called when the user begins to click on this button.
onClickStart() - Method in class com.google.gwt.user.client.ui.PushButton
 
onClose(CloseEvent<T>) - Method in interface com.google.gwt.event.logical.shared.CloseHandler
Called when CloseEvent is fired.
onClose(DisclosureEvent) - Method in interface com.google.gwt.user.client.ui.DisclosureHandler
Deprecated. Use CloseHandler instead
onColumnSort(ColumnSortEvent) - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent.AsyncHandler
 
onColumnSort(ColumnSortEvent) - Method in interface com.google.gwt.user.cellview.client.ColumnSortEvent.Handler
Called when ColumnSortEvent is fired.
onColumnSort(ColumnSortEvent) - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler
 
onComplete() - Method in class com.google.gwt.animation.client.Animation
Called immediately after the animation completes.
onComplete() - Method in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
 
onComplete() - Method in class com.google.gwt.user.cellview.client.CellTree.SlideAnimation
 
onComplete(T) - Method in class com.google.gwt.user.client.AsyncProxy.ProxyCallback
This method will be invoked by the AsyncProxy after method playback is complete.
onCompletion(String) - Method in interface com.google.gwt.user.client.ResponseTextHandler
Called when an asynchronous HTTP request completes successfully.
onContextMenu(ContextMenuEvent) - Method in interface com.google.gwt.event.dom.client.ContextMenuHandler
Called when a native context menu event is fired.
ONCONTEXTMENU - Static variable in class com.google.gwt.user.client.Event
Fired when the user requests an element's context menu (usually by right-clicking).
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.layout.client.Layout
This method must be called when the parent element becomes detached from the document.
onDetach(Element) - Method in class com.google.gwt.layout.client.LayoutImplIE8
 
onDetach() - Method in class com.google.gwt.user.client.ui.Composite
 
onDetach() - Method in class com.google.gwt.user.client.ui.CustomButton
 
onDetach() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onDetach() - Method in class com.google.gwt.user.client.ui.HeaderPanel
 
onDetach() - Method in class com.google.gwt.user.client.ui.MenuBar
 
onDetach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel
 
onDetach() - Method in class com.google.gwt.user.client.ui.RichTextArea
 
onDetach() - Method in class com.google.gwt.user.client.ui.Widget
This method is called when a widget is detached from the browser's document.
onDoubleClick(DoubleClickEvent) - Method in interface com.google.gwt.event.dom.client.DoubleClickHandler
Called when a DoubleClickEvent is fired.
onDragEnd(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the object's drag sequence is complete.
onDragMove(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the object has been dragged to a new position.
onDragStart(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the object has started dragging.
onEnded(EndedEvent) - Method in interface com.google.gwt.event.dom.client.EndedHandler
Called when EndedEvent is fired.
ONENDED - Static variable in class com.google.gwt.user.client.Event
Fired when media stops playing.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.CheckBox
Affected Elements: -label = label next to checkbox.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.DialogBox
Affected Elements: -caption = text at the top of the DialogBox. -content = the container around the content.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Affected Elements: -header = the clickable header.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.DockPanel
DockPanel supports adding more than one cell in a direction, so an integer will be appended to the end of the debug id.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Affected Elements: -# = the cell at the given index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Affected Elements: -splitter = the container containing the splitter element. -right = the container on the right side of the splitter. -left = the container on the left side of the splitter.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.HTMLTable
Affected Elements: -(row)#-(cell)# = the cell at the given row and cell index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
Affected Elements: -wrapper = the div around the link.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.ListBox
Affected Elements: -item# = the option at the specified index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.MenuBar
Affected Elements: -item# = the MenuItem at the specified index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.MenuItem
Also sets the Debug IDs of MenuItems in the submenu of this MenuItem if a submenu exists.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.StackPanel
Affected Elements: -text# = The element around the header at the specified index. -text-wrapper# = The element around the header at the specified index. -content# = The element around the body at the specified index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Affected Elements: -popup = The popup that appears with suggestions. -item# = The suggested item at the specified index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Set the debug id of widgets used in the SuggestionDisplay.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.TabBar
Affected Elements: -tab# = The element containing the contents of the tab. -tab-wrapper# = The cell containing the tab at the index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.TabPanel
Affected Elements: -bar = The tab bar. -bar-tab# = The element containing the content of the tab itself. -bar-tab-wrapper# = The cell containing the tab at the index. -bottom = The panel beneath the tab bar.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.Tree
Affected Elements: -root = The root TreeItem.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.TreeItem
Affected Elements: -content = The text or Widget next to the image. -child# = The child at the specified index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.UIObject
Called when the user sets the id using the UIObject.ensureDebugId(String) method.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Affected Elements: -# = the cell at the given index.
onEnsureDebugId(String) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated. Affected Elements: -splitter = the container containing the splitter element. -top = the container above the splitter. -bottom = the container below the splitter.
onEnterKeyDown(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.AbstractCell
Called when the user triggers a keydown event with the ENTER key while focused on the cell.
onEnterKeyDown(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.AbstractInputCell
 
onEnterKeyDown(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.ActionCell
 
onEnterKeyDown(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.ButtonCell
 
onEnterKeyDown(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.ClickableTextCell
 
onEnterKeyDown(Cell.Context, Element, Date, NativeEvent, ValueUpdater<Date>) - Method in class com.google.gwt.cell.client.DatePickerCell
 
onError(ErrorEvent) - Method in interface com.google.gwt.event.dom.client.ErrorHandler
Called when ErrorEvent is fired.
onError(Request, Throwable) - Method in interface com.google.gwt.http.client.RequestCallback
Called when a Request does not complete normally.
onError(ResourceException) - Method in interface com.google.gwt.resources.client.ResourceCallback
Invoked if the asynchronous operation failed.
ONERROR - Static variable in class com.google.gwt.user.client.Event
Fired when an image encounters an error.
onError(ErrorEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
Deprecated.  
onError(Widget) - Method in interface com.google.gwt.user.client.ui.LoadListener
Deprecated. Fired when a widget encounters an error while loading.
onEventPreview(Event) - Method in interface com.google.gwt.user.client.EventPreview
Deprecated. replaced by Event.NativePreviewHandler.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent)
onEventPreview(Event) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead
onFailure(Throwable) - Method in interface com.google.gwt.core.client.RunAsyncCallback
Called when, for some reason, the necessary code cannot be loaded.
onFailure(ServerFailure) - Method in class com.google.gwt.requestfactory.shared.Receiver
Deprecated. Receives general failure notifications.
onFailure(Throwable) - Method in class com.google.gwt.user.client.AsyncProxy.ProxyCallback
Invokes the global uncaught exception handler.
onFailure(Throwable) - Method in interface com.google.gwt.user.client.rpc.AsyncCallback
Called when an asynchronous call fails to complete normally.
onFailure(ServerFailure) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
Receives general failure notifications.
onFocus(FocusEvent) - Method in interface com.google.gwt.event.dom.client.FocusHandler
Called when FocusEvent is fired.
onFocus() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Called when the widget is focused.
onFocus() - Method in class com.google.gwt.user.cellview.client.CellList
 
onFocus() - Method in class com.google.gwt.user.cellview.client.CellTable
 
onFocus() - Method in class com.google.gwt.user.cellview.client.CellTree
Called when the keyboard selected node gains focus.
ONFOCUS - Static variable in class com.google.gwt.user.client.Event
Fired when an element receives keyboard focus.
onFocus(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Deprecated.  
onFocus(Widget) - Method in interface com.google.gwt.user.client.ui.FocusListener
Deprecated. Use FocusHandler.onFocus(com.google.gwt.event.dom.client.FocusEvent) instead
onFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerAdapter
Deprecated.  
onFocus(FocusEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
Deprecated.  
onFormSubmit() - Method in class com.google.gwt.user.client.ui.FormPanel
Fired when a form is submitted.
onFrameLoad() - Method in class com.google.gwt.user.client.ui.FormPanel
 
onGestureChange(GestureChangeEvent) - Method in interface com.google.gwt.event.dom.client.GestureChangeHandler
Called when GestureChangeEvent is fired.
ONGESTURECHANGE - Static variable in class com.google.gwt.user.client.Event
Fired when the user gesture changes.
onGestureEnd(GestureEndEvent) - Method in interface com.google.gwt.event.dom.client.GestureEndHandler
Called when GestureEndEvent is fired.
ONGESTUREEND - Static variable in class com.google.gwt.user.client.Event
Fired when the user gesture ends.
onGestureStart(GestureStartEvent) - Method in interface com.google.gwt.event.dom.client.GestureStartHandler
Called when GestureStartEvent is fired.
ONGESTURESTART - Static variable in class com.google.gwt.user.client.Event
Fired when the user gesture starts.
onHighlight(HighlightEvent<V>) - Method in interface com.google.gwt.event.logical.shared.HighlightHandler
Called when HighlightEvent is fired.
onHistoryChanged(String) - Static method in class com.google.gwt.user.client.History
Deprecated. Use History.fireCurrentHistoryState() instead.
onHistoryChanged(String) - Method in interface com.google.gwt.user.client.HistoryListener
Deprecated. 
onInit(T) - Method in class com.google.gwt.user.client.AsyncProxy.ProxyCallback
This method will be called with the instance object before method replay starts.
onInitialize(InitializeEvent) - Method in interface com.google.gwt.event.logical.shared.InitializeHandler
Fired when the widget is initialized.
onKeyDown(KeyDownEvent) - Method in interface com.google.gwt.event.dom.client.KeyDownHandler
Called when KeyDownEvent is fired.
ONKEYDOWN - Static variable in class com.google.gwt.user.client.Event
Fired when the user depresses a key.
onKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Deprecated.  
onKeyDown(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyDownHandler.onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent) instead
onKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
Deprecated.  
onKeyDown(KeyDownEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
Deprecated.  
onKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. add a key down handler to the individual TabBar.Tab objects instead.
onKeyDownPreview(char, int) - Method in interface com.google.gwt.user.client.ui.HasKeyPreview
Deprecated. Called when a key-down event is received.
onKeyDownPreview(char, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead
onKeyPress(KeyPressEvent) - Method in interface com.google.gwt.event.dom.client.KeyPressHandler
Called when KeyPressEvent is fired.
ONKEYPRESS - Static variable in class com.google.gwt.user.client.Event
Fired when the a character is generated from a keypress (either directly or through auto-repeat).
onKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Deprecated.  
onKeyPress(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyPressHandler.onKeyPress(com.google.gwt.event.dom.client.KeyPressEvent) instead
onKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
Deprecated.  
onKeyPress(KeyPressEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
Deprecated.  
onKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. this method has been doing nothing for the entire last release, if what you wanted to do was to listen to key press events on tabs, add the key press handler to the individual tab wrappers instead.
onKeyPressPreview(char, int) - Method in interface com.google.gwt.user.client.ui.HasKeyPreview
Deprecated. Called when a key-press event is received.
onKeyPressPreview(char, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead
onKeyUp(KeyUpEvent) - Method in interface com.google.gwt.event.dom.client.KeyUpHandler
Called when KeyUpEvent is fired.
onKeyUp(KeyUpEvent) - Method in class com.google.gwt.i18n.client.AutoDirectionHandler
Automatically adjusts hasDirection's direction on KeyUpEvent events.
ONKEYUP - Static variable in class com.google.gwt.user.client.Event
Fired when the user releases a key.
onKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Deprecated.  
onKeyUp(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
Deprecated. use KeyUpHandler.onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent) instead
onKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
Deprecated.  
onKeyUp(KeyUpEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
Deprecated.  
onKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. this method has been doing nothing for the entire last release, if what you wanted to do was to listen to key up events on tabs, add the key up handler to the individual tab wrappers instead.
onKeyUpPreview(char, int) - Method in interface com.google.gwt.user.client.ui.HasKeyPreview
Deprecated. Called when a key-up event is received.
onKeyUpPreview(char, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead
onLayout(Layout.Layer, double) - Method in interface com.google.gwt.layout.client.Layout.AnimationCallback
Called at each step of the animation, for each layer being laid out.
onLoad(LoadEvent) - Method in interface com.google.gwt.event.dom.client.LoadHandler
Called when LoadEvent is fired.
ONLOAD - Static variable in class com.google.gwt.user.client.Event
Fired when an element (normally an IMG) finishes loading.
onLoad() - Method in class com.google.gwt.user.client.ui.CheckBox
This method is called when a widget is attached to the browser's document.
onLoad() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
onLoad() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated.  
onLoad() - Method in class com.google.gwt.user.client.ui.Image
 
onLoad() - Method in class com.google.gwt.user.client.ui.LayoutPanel
 
onLoad(LoadEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
Deprecated.  
onLoad(Widget) - Method in interface com.google.gwt.user.client.ui.LoadListener
Deprecated. Fired when a widget finishes loading.
onLoad() - Method in class com.google.gwt.user.client.ui.RootLayoutPanel
 
onLoad() - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
 
onLoad() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
onLoad() - Method in class com.google.gwt.user.client.ui.Tree
 
onLoad() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
onLoad() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated.  
onLoad() - Method in class com.google.gwt.user.client.ui.Widget
This method is called immediately after a widget becomes attached to the browser's document.
onLoad() - Method in class com.google.gwt.user.datepicker.client.DatePicker
 
onLoadingStateChanged(LoadingStateChangeEvent.LoadingState) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Called when the loading state changes.
onLoadingStateChanged(LoadingStateChangeEvent.LoadingState) - Method in class com.google.gwt.user.cellview.client.CellList
Called when the loading state changes.
onLoadingStateChanged(LoadingStateChangeEvent.LoadingState) - Method in class com.google.gwt.user.cellview.client.CellTable
Called when the loading state changes.
onLoadingStateChanged(LoadingStateChangeEvent) - Method in interface com.google.gwt.user.cellview.client.LoadingStateChangeEvent.Handler
Called when a LoadingStateChangeEvent is fired.
onLoseCapture(LoseCaptureEvent) - Method in interface com.google.gwt.event.dom.client.LoseCaptureHandler
Called when LoseCaptureEvent is fired.
ONLOSECAPTURE - Static variable in class com.google.gwt.user.client.Event
Fired when an element that has mouse capture loses it.
onLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Deprecated.  
onLostFocus(Widget) - Method in interface com.google.gwt.user.client.ui.FocusListener
Deprecated. Use BlurHandler.onBlur(com.google.gwt.event.dom.client.BlurEvent) instead
onLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerAdapter
Deprecated.  
OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml - Class in com.google.gwt.safehtml.shared
A string wrapped as an object of type SafeHtml.
OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml(String) - Constructor for class com.google.gwt.safehtml.shared.OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml
Constructs an instance from a given HTML String.
onModification() - Method in interface com.google.gwt.user.cellview.client.ColumnSortList.Delegate
Called when the list is modified.
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.
onModuleLoad() - Method in class com.google.gwt.logging.client.LogConfiguration
 
onModuleLoad() - Method in class com.google.gwt.user.client.UserAgentAsserter
 
onMouseDown(MouseDownEvent) - Method in interface com.google.gwt.event.dom.client.MouseDownHandler
Called when MouseDown is fired.
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
Deprecated. Use DialogBox.beginDragging(com.google.gwt.event.dom.client.MouseDownEvent) and DialogBox.getCaption() instead
onMouseDown(MouseDownEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated.  
onMouseDown(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
Deprecated. use MouseDownHandler.onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent) instead
onMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
Deprecated.  
onMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
Deprecated. Use HasMouseOverHandlers.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) instead
onMouseEnter(Widget) - Method in interface com.google.gwt.user.client.ui.MouseListener
Deprecated. use MouseOverHandler.onMouseOver(com.google.gwt.event.dom.client.MouseOverEvent) instead
onMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
Deprecated.  
onMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
Deprecated. Use HasMouseOutHandlers.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
onMouseLeave(Widget) - Method in interface com.google.gwt.user.client.ui.MouseListener
Deprecated. use MouseOutHandler.onMouseOut(com.google.gwt.event.dom.client.MouseOutEvent) instead
onMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
Deprecated.  
onMouseMove(MouseMoveEvent) - Method in interface com.google.gwt.event.dom.client.MouseMoveHandler
Called when MouseMoveEvent is fired.
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
Deprecated. Use DialogBox.continueDragging(com.google.gwt.event.dom.client.MouseMoveEvent) and DialogBox.getCaption() instead
onMouseMove(MouseMoveEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated.  
onMouseMove(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
Deprecated. use MouseMoveHandler.onMouseMove(com.google.gwt.event.dom.client.MouseMoveEvent) instead
onMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
Deprecated.  
onMouseOut(MouseOutEvent) - Method in interface com.google.gwt.event.dom.client.MouseOutHandler
Called when MouseOutEvent is fired.
ONMOUSEOUT - Static variable in class com.google.gwt.user.client.Event
Fired when the mouse is moved out of an element's area.
onMouseOut(MouseOutEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated.  
onMouseOver(MouseOverEvent) - Method in interface com.google.gwt.event.dom.client.MouseOverHandler
Called when MouseOverEvent is fired.
ONMOUSEOVER - Static variable in class com.google.gwt.user.client.Event
Fired when the mouse is moved into an element's area.
onMouseOver(MouseOverEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated.  
onMouseUp(MouseUpEvent) - Method in interface com.google.gwt.event.dom.client.MouseUpHandler
Called when MouseUpEvent is fired.
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
Deprecated. Use DialogBox.endDragging(com.google.gwt.event.dom.client.MouseUpEvent) and DialogBox.getCaption() instead
onMouseUp(MouseUpEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated.  
onMouseUp(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
Deprecated. use MouseUpHandler.onMouseUp(com.google.gwt.event.dom.client.MouseUpEvent) instead
onMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
Deprecated.  
onMouseWheel(MouseWheelEvent) - Method in interface com.google.gwt.event.dom.client.MouseWheelHandler
Called when MouseWheelEvent is fired.
ONMOUSEWHEEL - Static variable in class com.google.gwt.user.client.Event
Fired when the user scrolls the mouse wheel over an element.
onMouseWheel(MouseWheelEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener
Deprecated.  
onMouseWheel(Widget, MouseWheelVelocity) - Method in interface com.google.gwt.user.client.ui.MouseWheelListener
Deprecated. use MouseWheelHandler.onMouseWheel(com.google.gwt.event.dom.client.MouseWheelEvent) instead
onOpen(OpenEvent<T>) - Method in interface com.google.gwt.event.logical.shared.OpenHandler
Called when OpenEvent is fired.
onOpen(DisclosureEvent) - Method in interface com.google.gwt.user.client.ui.DisclosureHandler
Deprecated. Use OpenHandler instead
ONPASTE - Static variable in class com.google.gwt.user.client.Event
Fired when the user pastes text into an input element.
onPlaceChange(PlaceChangeEvent) - Method in class com.google.gwt.activity.shared.ActivityManager
Deactivate the current activity, find the next one from our ActivityMapper, and start it.
onPlaceChange(PlaceChangeEvent) - Method in interface com.google.gwt.place.shared.PlaceChangeEvent.Handler
Called when a PlaceChangeEvent is fired.
onPlaceChangeRequest(PlaceChangeRequestEvent) - Method in class com.google.gwt.activity.shared.ActivityManager
Reject the place change if the current activity is not willing to stop.
onPlaceChangeRequest(PlaceChangeRequestEvent) - Method in interface com.google.gwt.place.shared.PlaceChangeRequestEvent.Handler
Called when a PlaceChangeRequestEvent is fired.
onPopupClosed(PopupPanel, boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
Deprecated. Use MenuBar.addCloseHandler(CloseHandler) instead
onPopupClosed(PopupPanel, boolean) - Method in interface com.google.gwt.user.client.ui.PopupListener
Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent) instead
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in interface com.google.gwt.user.client.Event.NativePreviewHandler
Called when Event.NativePreviewEvent is fired.
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.google.gwt.user.client.ui.DialogBox
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
onProgress(ProgressEvent) - Method in interface com.google.gwt.event.dom.client.ProgressHandler
Called when ProgressEvent is fired.
ONPROGRESS - Static variable in class com.google.gwt.user.client.Event
Fired when progress is made downloading media.
onPropertyChange(String...) - Method in class com.google.gwt.editor.client.adapters.ListEditor
 
onPropertyChange(String...) - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
 
onPropertyChange(String...) - Method in interface com.google.gwt.editor.client.ValueAwareEditor
Notifies the Editor that one or more value properties have changed.
onProxyChange(EntityProxyChange<P>) - Method in interface com.google.gwt.requestfactory.shared.EntityProxyChange.Handler
Deprecated. Called when an EntityProxyChange event is fired.
onProxyChange(EntityProxyChange<P>) - Method in interface com.google.web.bindery.requestfactory.shared.EntityProxyChange.Handler
Called when an EntityProxyChange event is fired.
onRangeChange(RangeChangeEvent) - Method in interface com.google.gwt.view.client.RangeChangeEvent.Handler
Called when a RangeChangeEvent is fired.
onRangeChanged(HasData<T>) - Method in class com.google.gwt.view.client.AbstractDataProvider
Called when a display changes its range of interest.
onRangeChanged(HasData<T>) - Method in class com.google.gwt.view.client.ListDataProvider
 
onRangeOrRowCountChanged() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Called when the range or row count changes.
onRangeOrRowCountChanged() - Method in class com.google.gwt.user.cellview.client.PageSizePager
 
onRangeOrRowCountChanged() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
onReadyStateChange(XMLHttpRequest) - Method in interface com.google.gwt.xhr.client.ReadyStateChangeHandler
This is called whenever the state of the XMLHttpRequest changes.
onResize(ResizeEvent) - Method in interface com.google.gwt.event.logical.shared.ResizeHandler
Fired when the widget is resized.
onResize() - Method in class com.google.gwt.user.cellview.client.CellBrowser
 
onResize() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
onResize() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
onResize() - Method in class com.google.gwt.user.client.ui.HeaderPanel
 
onResize() - Method in class com.google.gwt.user.client.ui.LayoutPanel
 
onResize() - Method in interface com.google.gwt.user.client.ui.RequiresResize
This method must be called whenever the implementor's size has been modified.
onResize() - Method in class com.google.gwt.user.client.ui.ResizeComposite
 
onResize() - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
onResize() - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
 
onResize() - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
onResponseReceived(Request, Response) - Method in interface com.google.gwt.http.client.RequestCallback
Called when a pending Request completes normally.
onRowCountChange(RowCountChangeEvent) - Method in interface com.google.gwt.view.client.RowCountChangeEvent.Handler
Called when a RowCountChangeEvent is fired.
onRpcTokenException(RpcTokenException) - Method in interface com.google.gwt.user.client.rpc.RpcTokenExceptionHandler
Process RPC token exception.
onScroll(ScrollEvent) - Method in interface com.google.gwt.event.dom.client.ScrollHandler
Called when ScrollEvent is fired.
ONSCROLL - Static variable in class com.google.gwt.user.client.Event
Fired when a scrollable element's scroll offset changes.
onScroll(ScrollEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener
Deprecated.  
onScroll(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.ScrollListener
Deprecated. Fired when the sender is scrolled.
onSelection(SelectionEvent<T>) - Method in interface com.google.gwt.event.logical.shared.SelectionHandler
Called when SelectionEvent is fired.
onSelectionChange(SelectionChangeEvent) - Method in interface com.google.gwt.view.client.SelectionChangeEvent.Handler
Called when a SelectionChangeEvent is fired.
onShowRange(ShowRangeEvent<V>) - Method in interface com.google.gwt.event.logical.shared.ShowRangeHandler
Called when ShowRangeEvent is fired.
onStart() - Method in class com.google.gwt.animation.client.Animation
Called immediately before the animation starts.
onStart() - Method in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
 
onStart() - Method in class com.google.gwt.user.cellview.client.CellTree.SlideAnimation
 
onStop() - Method in class com.google.gwt.activity.shared.AbstractActivity
 
onStop() - Method in interface com.google.gwt.activity.shared.Activity
Called when the Activity's widget has been removed from view.
onStorageChange(StorageEvent) - Method in interface com.google.gwt.storage.client.StorageEvent.Handler
Invoked when a StorageEvent is fired.
onSubmit(FormSubmitEvent) - Method in interface com.google.gwt.user.client.ui.FormHandler
Deprecated. Use FormPanel.SubmitHandler instead
onSubmit(FormPanel.SubmitEvent) - Method in interface com.google.gwt.user.client.ui.FormPanel.SubmitHandler
Fired when the form is submitted.
onSubmitComplete(FormSubmitCompleteEvent) - Method in interface com.google.gwt.user.client.ui.FormHandler
Deprecated. Use FormPanel.SubmitCompleteHandler instead
onSubmitComplete(FormPanel.SubmitCompleteEvent) - Method in interface com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler
Fired when a form has been submitted successfully.
onSuccess() - Method in interface com.google.gwt.core.client.RunAsyncCallback
Called once the necessary code for it has been loaded.
onSuccess(V) - Method in class com.google.gwt.requestfactory.shared.Receiver
Deprecated. Called when a Request has been successfully executed on the server.
onSuccess(R) - Method in interface com.google.gwt.resources.client.ResourceCallback
Invoked if the asynchronous operation was successfully completed.
onSuccess(T) - Method in interface com.google.gwt.user.client.rpc.AsyncCallback
Called when an asynchronous call completes successfully.
onSuccess(V) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
Called when a Request has been successfully executed on the server.
onSuggestionSelected(SuggestOracle.Suggestion) - Method in interface com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback
 
onSuggestionSelected(SuggestionEvent) - Method in interface com.google.gwt.user.client.ui.SuggestionHandler
Deprecated. Fired when a suggestion is selected.
onSuggestionsReady(SuggestOracle.Request, SuggestOracle.Response) - Method in interface com.google.gwt.user.client.ui.SuggestOracle.Callback
Consume the suggestions created by a SuggestOracle in response to a SuggestOracle.Request.
onTabSelected(SourcesTabEvents, int) - Method in interface com.google.gwt.user.client.ui.TabListener
Deprecated. use TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
onTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabPanel
Deprecated. Use SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent) instead
onTouchCancel(TouchCancelEvent) - Method in interface com.google.gwt.event.dom.client.TouchCancelHandler
Called when TouchCancelEvent is fired.
onTouchCancel(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the user cancels a touch.
ONTOUCHCANCEL - Static variable in class com.google.gwt.user.client.Event
Fired when the user cancels touching an element.
onTouchEnd(TouchEndEvent) - Method in interface com.google.gwt.event.dom.client.TouchEndHandler
Called when TouchEndEvent is fired.
onTouchEnd(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the user releases a touch.
ONTOUCHEND - Static variable in class com.google.gwt.user.client.Event
Fired when the user ends touching an element.
onTouchMove(TouchMoveEvent) - Method in interface com.google.gwt.event.dom.client.TouchMoveHandler
Called when TouchMoveEvent is fired.
onTouchMove(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the user moves a touch.
ONTOUCHMOVE - Static variable in class com.google.gwt.user.client.Event
Fired when the user moves while touching an element.
onTouchStart(TouchStartEvent) - Method in interface com.google.gwt.event.dom.client.TouchStartHandler
Called when TouchStartEvent is fired.
onTouchStart(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
Called when the user starts a touch.
ONTOUCHSTART - Static variable in class com.google.gwt.user.client.Event
Fired when the user starts touching an element.
onTransportFailure(ServerFailure) - Method in interface com.google.gwt.requestfactory.shared.RequestTransport.TransportReceiver
Deprecated. Called to report a transmission failure as a ServerFailure.
onTransportFailure(ServerFailure) - Method in interface com.google.web.bindery.requestfactory.shared.RequestTransport.TransportReceiver
Called to report a transmission failure as a ServerFailure.
onTransportSuccess(String) - Method in interface com.google.gwt.requestfactory.shared.RequestTransport.TransportReceiver
Deprecated. Called when the transmission succeeds.
onTransportSuccess(String) - Method in interface com.google.web.bindery.requestfactory.shared.RequestTransport.TransportReceiver
Called when the transmission succeeds.
onTreeItemSelected(TreeItem) - Method in interface com.google.gwt.user.client.ui.TreeListener
Deprecated. use SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent) instead
onTreeItemStateChanged(TreeItem) - Method in interface com.google.gwt.user.client.ui.TreeListener
Deprecated. use OpenHandler.onOpen(com.google.gwt.event.logical.shared.OpenEvent) and/or CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent)
onUncaughtException(Throwable) - Method in interface com.google.gwt.core.client.GWT.UncaughtExceptionHandler
 
onUnload() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
onUnload() - Method in class com.google.gwt.user.client.ui.CheckBox
This method is called when a widget is detached from the browser's document.
onUnload() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
onUnload() - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated.  
onUnload() - Method in class com.google.gwt.user.client.ui.LayoutPanel
 
onUnload() - Method in class com.google.gwt.user.client.ui.PopupPanel
 
onUnload() - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
This method is called when a widget is detached from the browser's document.
onUnload() - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
 
onUnload() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated.  
onUnload() - Method in class com.google.gwt.user.client.ui.Widget
This method is called immediately before a widget will be detached from the browser's document.
onUpdate(double) - Method in class com.google.gwt.animation.client.Animation
Called when the animation should be updated.
onUpdate(double) - Method in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
 
onUpdate(double) - Method in class com.google.gwt.user.cellview.client.CellTree.SlideAnimation
 
onUpdateSelection() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Deprecated. this method is never called by AbstractHasData, render the selected styles in AbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel)
onValueChange(ValueChangeEvent<T>) - Method in interface com.google.gwt.event.logical.shared.ValueChangeHandler
Called when ValueChangeEvent is fired.
onValueChange(ValueChangeEvent<V>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener
Deprecated.  
onViolation(Set<Violation>) - Method in class com.google.gwt.requestfactory.shared.Receiver
Deprecated. Called if an object sent to the server could not be validated.
onViolation(Set<Violation>) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
Called if an object sent to the server could not be validated.
onWindowClosed() - Method in interface com.google.gwt.user.client.WindowCloseListener
Deprecated. 
onWindowClosing(Window.ClosingEvent) - Method in interface com.google.gwt.user.client.Window.ClosingHandler
Fired just before the browser window closes or navigates to a different site.
onWindowClosing() - Method in interface com.google.gwt.user.client.WindowCloseListener
Deprecated. 
onWindowResized(int, int) - Method in interface com.google.gwt.user.client.WindowResizeListener
Deprecated. 
onWindowScroll(Window.ScrollEvent) - Method in interface com.google.gwt.user.client.Window.ScrollHandler
Fired when the browser window is scrolled.
onWindowScrolled(int, int) - Method in interface com.google.gwt.user.client.WindowScrollListener
Deprecated. 
open(String, String, String) - Static method in class com.google.gwt.user.client.Window
Opens a new browser window.
open(String, String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Opens an asynchronous connection.
open(String, String, String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Opens an asynchronous connection.
open(String, String, String, String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Opens an asynchronous connection.
OPENED - Static variable in class com.google.gwt.xhr.client.XMLHttpRequest
The OPENED state is the state of the object when the open() method has been successfully invoked.
OpenEvent<T> - Class in com.google.gwt.event.logical.shared
Represents a open event.
OpenEvent(T) - Constructor for class com.google.gwt.event.logical.shared.OpenEvent
Creates a new open event.
OpenHandler<T> - Interface in com.google.gwt.event.logical.shared
Handler interface for OpenEvent events.
operation() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
OPERATION - Static variable in interface com.google.gwt.requestfactory.shared.messages.OperationMessage
Deprecated.  
operation() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
OPERATION - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
 
OperationMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
OperationMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
Represents an operation to be carried out on a single entity on the server.
OPERATIONS - Static variable in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
OPERATIONS - Static variable in interface com.google.gwt.requestfactory.shared.messages.RequestMessage
Deprecated.  
OPERATIONS - Static variable in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
OPERATIONS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
OPERATIONS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
 
OPERATIONS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
Operator - Class in com.google.gwt.benchmarks.client
A mathematical operator used in IntRanges to indicate the stepping function.
OptGroupElement - Class in com.google.gwt.dom.client
Group options together in logical subdivisions.
OptGroupElement() - Constructor for class com.google.gwt.dom.client.OptGroupElement
 
optimizeJavaScript(TreeLogger, String) - Method in interface com.google.gwt.core.ext.LinkerContext
Applies optimizations to a JavaScript program.
OptionalFieldEditor<T,E extends Editor<T>> - Class in com.google.gwt.editor.client.adapters
This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process.
OptionalFieldEditor(E) - Constructor for class com.google.gwt.editor.client.adapters.OptionalFieldEditor
Construct an OptionalFieldEditor backed by the given sub-Editor.
OptionElement - Class in com.google.gwt.dom.client
A selectable choice.
OptionElement() - Constructor for class com.google.gwt.dom.client.OptionElement
 
originalSize - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
orphan(Widget) - Method in class com.google.gwt.user.client.ui.Panel
This method must be called as part of the remove method of any Panel.
OTHER - Static variable in interface com.google.gwt.i18n.shared.AlternateMessageSelector
 
overrideMap(JavaScriptObject, JavaScriptObject) - Static method in class com.google.gwt.i18n.client.CurrencyList
Add all entries in override to the original map, replacing any existing entries.

P

pacificApia() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificAuckland() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificChatham() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificEaster() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificEfate() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificEnderbury() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificFakaofo() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificFiji() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificFunafuti() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificGalapagos() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificGambier() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificGuadalcanal() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificGuam() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificHonolulu() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificJohnston() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificKiritimati() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificKosrae() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificKwajalein() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificMajuro() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificMarquesas() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificMidway() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificNauru() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificNiue() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificNorfolk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificNoumea() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificPagoPago() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificPalau() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificPitcairn() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificPonape() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificPortMoresby() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificRarotonga() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificSaipan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificTahiti() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificTarawa() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificTongatapu() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificTruk() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificWake() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pacificWallis() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
 
pageDetails() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Style
Applied to the details text.
PageSizePager - Class in com.google.gwt.user.cellview.client
A simple pager that controls the page size.
PageSizePager(int) - Constructor for class com.google.gwt.user.cellview.client.PageSizePager
Construct a PageSizePager with a given increment.
Pair<A,B> - Class in com.google.gwt.rpc.server
Simple pair class.
Pair(A, B) - Constructor for class com.google.gwt.rpc.server.Pair
 
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
 
ParagraphElement - Class in com.google.gwt.dom.client
Paragraphs.
ParagraphElement() - Constructor for class com.google.gwt.dom.client.ParagraphElement
 
ParamElement - Class in com.google.gwt.dom.client
Parameters fed to the OBJECT element.
ParamElement() - Constructor for class com.google.gwt.dom.client.ParamElement
 
PARAMETERS - Static variable in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
PARAMETERS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
parse(String) - Static method in class com.google.gwt.core.client.JsDate
Parses a string representation of a date and time and returns the internal millisecond representation.
parse(String) - Static method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
parse(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Parses the string form of a type to produce the corresponding type object.
parse(String) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Parses text to produce a Date value.
parse(String, int, Date) - Method in class com.google.gwt.i18n.client.DateTimeFormat
This method modifies a Date object to reflect the date that is parsed from an input string.
parse(String) - Method in class com.google.gwt.i18n.client.NumberFormat
Parses text to produce a numeric value.
parse(String, int[]) - Method in class com.google.gwt.i18n.client.NumberFormat
Parses text to produce a numeric value.
parse(String) - Static method in class com.google.gwt.json.client.JSONParser
Deprecated. use JSONParser.parseStrict(String) or JSONParser.parseLenient(String)
parse(CharSequence) - Method in class com.google.gwt.text.client.DoubleParser
 
parse(CharSequence) - Method in class com.google.gwt.text.client.IntegerParser
 
parse(CharSequence) - Method in class com.google.gwt.text.client.LongParser
 
parse(CharSequence) - Method in interface com.google.gwt.text.shared.Parser
 
parse(CharSequence) - Method in class com.google.gwt.text.shared.testing.PassthroughParser
 
parse(String) - Method in interface com.google.gwt.uibinder.attributeparsers.AttributeParser
Parse the given attribute value.
parse(String) - Method in class com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
Deprecated.  
parse(String) - Method in class com.google.gwt.uibinder.attributeparsers.LengthAttributeParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.AbsolutePanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.AttributeMessageParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.BeanParser
Generates code to initialize all bean attributes on the given element.
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.CellPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.CustomButtonParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.DateLabelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.DialogBoxParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.DisclosurePanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.DockLayoutPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.DockPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.DomElementParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in interface com.google.gwt.uibinder.elementparsers.ElementParser
Parse the given element, generating the code to initialize it from the element's attributes and children.
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.GridParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.HasAlignmentParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.HasHTMLParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.HasTextParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.HasTreeItemsParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.HasWidgetsParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.HTMLPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.ImageParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.IsEmptyParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.LayoutPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.ListBoxParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.MenuBarParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.MenuItemParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.StackLayoutPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.StackPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.TabLayoutPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.TabPanelParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.UiChildParser
 
parse(XMLElement, String, JClassType, UiBinderWriter) - Method in class com.google.gwt.uibinder.elementparsers.UIObjectParser
 
parse(DateBox, String, boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
 
parse(DateBox, String, boolean) - Method in interface com.google.gwt.user.datepicker.client.DateBox.Format
Parses the provided string as a date.
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
 
parseLenient(String) - Static method in class com.google.gwt.json.client.JSONParser
Evaluates a trusted JSON string and returns its JSONValue representation.
Parser<T> - Interface in com.google.gwt.text.shared
An object that can parse text and return a value.
parseStrict(String) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Parses text to produce a Date value.
parseStrict(String, int, Date) - Method in class com.google.gwt.i18n.client.DateTimeFormat
This method modifies a Date object to reflect the date that is parsed from an input string.
parseStrict(String) - Static method in class com.google.gwt.json.client.JSONParser
Evaluates a JSON string and returns its JSONValue representation.
PARTIALLY_LOADED - Static variable in interface com.google.gwt.user.cellview.client.LoadingStateChangeEvent.LoadingState
Indicates that part of the data set has been loaded, but more data is still pending.
PartialSupport - Annotation Type in com.google.gwt.dom.client
Annotation for classes that are only supported on a limited set of browsers.
PassthroughParser - Class in com.google.gwt.text.shared.testing
A no-op String parser.
PassthroughParser() - Constructor for class com.google.gwt.text.shared.testing.PassthroughParser
 
PassthroughRenderer - Class in com.google.gwt.text.shared.testing
A no-op String renderer.
PassthroughRenderer() - Constructor for class com.google.gwt.text.shared.testing.PassthroughRenderer
 
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.
PasswordTextBox(Element) - Constructor for class com.google.gwt.user.client.ui.PasswordTextBox
This constructor may be used by subclasses to explicitly use an existing element.
PATH - Static variable in interface com.google.gwt.requestfactory.shared.messages.ViolationMessage
Deprecated.  
PATH - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
 
pause() - Method in class com.google.gwt.dom.client.MediaElement
Causes playback of the resource to be paused.
pause() - Method in class com.google.gwt.media.client.MediaBase
Causes playback of the resource to be paused.
percent() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
percent() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
percentPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
percentPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
perMill() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
perMill() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
perThreadRequest - Variable in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
 
perThreadResponse - Variable in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
 
Place - Class in com.google.gwt.place.shared
Represents a bookmarkable location in an app.
Place() - Constructor for class com.google.gwt.place.shared.Place
 
PlaceChangeEvent - Class in com.google.gwt.place.shared
Event thrown when the user has reached a new location in the app.
PlaceChangeEvent(Place) - Constructor for class com.google.gwt.place.shared.PlaceChangeEvent
Constructs a PlaceChangeEvent for the given Place.
PlaceChangeEvent.Handler - Interface in com.google.gwt.place.shared
Implemented by handlers of PlaceChangeEvent.
PlaceChangeRequestEvent - Class in com.google.gwt.place.shared
Event thrown when the user may go to a new place in the app, or tries to leave it.
PlaceChangeRequestEvent(Place) - Constructor for class com.google.gwt.place.shared.PlaceChangeRequestEvent
Constructs a PlaceChangeRequestEvent for the given Place.
PlaceChangeRequestEvent.Handler - Interface in com.google.gwt.place.shared
Implemented by handlers of PlaceChangeRequestEvent.
PlaceController - Class in com.google.gwt.place.shared
In charge of the user's location in the app.
PlaceController(EventBus) - Constructor for class com.google.gwt.place.shared.PlaceController
Create a new PlaceController with a PlaceController.DefaultDelegate.
PlaceController(EventBus, PlaceController.Delegate) - Constructor for class com.google.gwt.place.shared.PlaceController
Create a new PlaceController.
PlaceController.DefaultDelegate - Class in com.google.gwt.place.shared
Default implementation of PlaceController.DefaultDelegate, based on Window.
PlaceController.DefaultDelegate() - Constructor for class com.google.gwt.place.shared.PlaceController.DefaultDelegate
 
PlaceController.Delegate - Interface in com.google.gwt.place.shared
Optional delegate in charge of Window-related events.
PlaceHistoryHandler - Class in com.google.gwt.place.shared
Monitors PlaceChangeEvents and History events and keep them in sync.
PlaceHistoryHandler(PlaceHistoryMapper) - Constructor for class com.google.gwt.place.shared.PlaceHistoryHandler
Create a new PlaceHistoryHandler with a PlaceHistoryHandler.DefaultHistorian.
PlaceHistoryHandler(PlaceHistoryMapper, PlaceHistoryHandler.Historian) - Constructor for class com.google.gwt.place.shared.PlaceHistoryHandler
Create a new PlaceHistoryHandler.
PlaceHistoryHandler.DefaultHistorian - Class in com.google.gwt.place.shared
Default implementation of PlaceHistoryHandler.DefaultHistorian, based on History.
PlaceHistoryHandler.DefaultHistorian() - Constructor for class com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian
 
PlaceHistoryHandler.Historian - Interface in com.google.gwt.place.shared
Optional delegate in charge of History related events.
PlaceHistoryMapper - Interface in com.google.gwt.place.shared
Maps Places to/from tokens, used to configure a PlaceHistoryHandler.
PlaceHistoryMapperWithFactory<F> - Interface in com.google.gwt.place.shared
A PlaceHistoryMapper that can get its PlaceTokenizer instances from a factory.
PlaceTokenizer<P extends Place> - Interface in com.google.gwt.place.shared
Implemented by objects responsible for text serialization and deserialization of Place objects.
play() - Method in class com.google.gwt.dom.client.MediaElement
Causes playback of the resource to be started or resumed.
play() - Method in class com.google.gwt.media.client.MediaBase
Causes playback of the resource to be started or resumed.
pluralForms() - Method in interface com.google.gwt.i18n.client.PluralRule
Returns the list of values which are valid for this rule.
PluralRule - Interface in com.google.gwt.i18n.client
The interface that plural rules must implement.
PluralRule.PluralForm - Class in com.google.gwt.i18n.client
Information about the plural forms supported by this rule which will be used during code generation and by tools to provide information to translators.
PluralRule.PluralForm(String, String) - Constructor for class com.google.gwt.i18n.client.PluralRule.PluralForm
Create the plural form.
PluralRule.PluralForm(String, String, boolean) - Constructor for class com.google.gwt.i18n.client.PluralRule.PluralForm
Create the plural form.
plus(Point) - Method in class com.google.gwt.touch.client.Point
Add the specified Point to this point and return the result.
plusSign() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
plusSign() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
Point - Class in com.google.gwt.touch.client
A simple point class.
Point() - Constructor for class com.google.gwt.touch.client.Point
 
Point(double, double) - Constructor for class com.google.gwt.touch.client.Point
 
Point(Point) - Constructor for class com.google.gwt.touch.client.Point
 
PopupListener - Interface in com.google.gwt.user.client.ui
Deprecated. use CloseHandler instead
PopupListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
PopupListenerCollection() - Constructor for class com.google.gwt.user.client.ui.PopupListenerCollection
Deprecated.  
PopupPanel - Class in com.google.gwt.user.client.ui
A panel that can "pop up" over other widgets.
PopupPanel() - Constructor for class com.google.gwt.user.client.ui.PopupPanel
Creates an empty popup panel.
PopupPanel(boolean) - Constructor for class com.google.gwt.user.client.ui.PopupPanel
Creates an empty popup panel, specifying its "auto-hide" property.
PopupPanel(boolean, boolean) - Constructor for class com.google.gwt.user.client.ui.PopupPanel
Creates an empty popup panel, specifying its "auto-hide" and "modal" properties.
PopupPanel.PositionCallback - Interface in com.google.gwt.user.client.ui
A callback that is used to set the position of a PopupPanel right before it is shown.
PORT_UNSPECIFIED - Static variable in class com.google.gwt.http.client.UrlBuilder
The port to use when no port should be specified.
POST - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP POST method should be used.
PrecompilationMetricsArtifact - Class in com.google.gwt.core.ext.linker
Captures some metrics from the precompilation step.
PrecompilationMetricsArtifact(int) - Constructor for class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
PrecompilationMetricsArtifact(Class<? extends Linker>, int) - Constructor for class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
PrecompressLinker - Class in com.google.gwt.precompress.linker
A linker that precompresses the public artifacts that it sees.
PrecompressLinker() - Constructor for class com.google.gwt.precompress.linker.PrecompressLinker
 
PreElement - Class in com.google.gwt.dom.client
Preformatted text.
PreElement() - Constructor for class com.google.gwt.dom.client.PreElement
 
prefetch(Iterable<? extends PrefetchableResource>) - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
Specify which resources should be prefetched.
prefetch(PrefetchableResource) - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
Helper method to call Prefetcher.prefetch(Iterable) with a single resource.
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.
PrefetchableResource - Interface in com.google.gwt.core.client.prefetch
A resource that can be prefetched via the Prefetcher class.
Prefetcher - Class in com.google.gwt.core.client.prefetch
This class allows requesting the download of resources before they are strictly needed.
Prefetcher() - Constructor for class com.google.gwt.core.client.prefetch.Prefetcher
 
Prefix - Annotation Type in com.google.gwt.place.shared
Indicates the prefix to use when the token written by PlaceTokenizer.getToken(Place) is written to History.newItem(java.lang.String).
PRELOAD_AUTO - Static variable in class com.google.gwt.dom.client.MediaElement
Constant used by MediaElement.getPreload() and MediaElement.setPreload(String).
PRELOAD_METADATA - Static variable in class com.google.gwt.dom.client.MediaElement
Constant used by MediaElement.getPreload() and MediaElement.setPreload(String).
PRELOAD_NONE - Static variable in class com.google.gwt.dom.client.MediaElement
Constant used by MediaElement.getPreload() and MediaElement.setPreload(String).
prepare(TreeLogger, ResourceContext, ClientBundleRequirements, JMethod) - Method in class com.google.gwt.resources.ext.AbstractResourceGenerator
A no-op implementation.
prepare(TreeLogger, ResourceContext, ClientBundleRequirements, JMethod) - Method in interface com.google.gwt.resources.ext.ResourceGenerator
Called once for each method the ResourceGenerator is expected to handle.
prepareCell(int, int) - Method in class com.google.gwt.user.client.ui.FlexTable
Ensure that the cell exists.
prepareCell(int, int) - Method in class com.google.gwt.user.client.ui.Grid
Checks that a cell is a valid cell in the table.
prepareCell(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Subclasses must implement this method.
prepareColumn(int) - Method in class com.google.gwt.user.client.ui.Grid
Checks that the column index is valid.
prepareColumn(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Subclasses can implement this method.
prepareRow(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Ensure that the row exists.
prepareRow(int) - Method in class com.google.gwt.user.client.ui.Grid
Checks that the row index is valid.
prepareRow(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Subclasses must implement this method.
prepareToRead(List<ValueCommand>) - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
prependContents(StyleElement, String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE
 
preventDefault() - Method in class com.google.gwt.dom.client.NativeEvent
Prevents the browser from taking its default action for the given event.
preventDefault() - Method in class com.google.gwt.event.dom.client.DomEvent
Prevents the wrapped native event's default action.
PreventSpuriousRebuilds - Annotation Type in com.google.gwt.util
A dummy annotation applied to package-info.java to force it to generate a class file; this prevents javac from thinking package-info.java is always stale.
previousPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
Move the starting row back by 'pageSize' rows.
previousPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
 
print() - Static method in class com.google.gwt.user.client.Window
Prints the document in the window, as if the user had issued a "Print" command.
printHelp() - Method in class com.google.gwt.util.tools.ToolBase
 
process(String) - Method in class com.google.gwt.requestfactory.server.SimpleRequestProcessor
Deprecated. Process a payload sent by a RequestFactory client.
process(String) - Method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
Process a payload sent by a RequestFactory client.
processArgs(String...) - Method in class com.google.gwt.util.tools.ToolBase
 
processArguments(TreeLogger, String) - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Process any supplied arguments.
processCall(ClientOracle, String, OutputStream) - Method in class com.google.gwt.rpc.server.RpcServlet
Process a call originating from the given request.
processCall(ClientOracle, String, OutputStream) - Method in class com.google.gwt.user.server.rpc.HybridServiceServlet
 
processCall(String) - Method in class com.google.gwt.user.server.rpc.HybridServiceServlet
 
processCall(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Process a call originating from the given request.
PROCESSING_INSTRUCTION_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 7 denotes DOM nodes of type ProcessingInstruction.
ProcessingInstruction - Interface in com.google.gwt.xml.client
This interface documents the ProcessingInstruction node type.
processModule(ModuleDef) - Method in class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
 
processPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.rpc.server.RpcServlet
Standard HttpServlet method: handle the POST.
processPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Called by AbstractRemoteServiceServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) for type-specific processing of the request.
processPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Standard HttpServlet method: handle the POST.
processResult(TestCase, JUnitResult) - Method in class com.google.gwt.benchmarks.client.Benchmark.BenchmarkStrategy
 
processResult(TestCase, JUnitResult) - Method in class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
 
ProgressEvent - Class in com.google.gwt.event.dom.client
Represents a native media progress event.
ProgressEvent() - Constructor for class com.google.gwt.event.dom.client.ProgressEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire media progress events.
ProgressHandler - Interface in com.google.gwt.event.dom.client
Handler interface for ProgressEvent events.
ProjectCreator - Class in com.google.gwt.user.tools
Legacy ProjectCreator that will let users know that they should run WebAppCreator instead.
ProjectCreator() - Constructor for class com.google.gwt.user.tools.ProjectCreator
 
prompt(String, String) - Static method in class com.google.gwt.user.client.Window
Displays a request for information in a modal dialog box, along with the standard 'OK' and 'Cancel' buttons.
PropertiesFormat - Class in com.google.gwt.i18n.rebind.format
Writes GWT-style Java properties files for translation.
PropertiesFormat() - Constructor for class com.google.gwt.i18n.rebind.format.PropertiesFormat
 
PROPERTY_MAP - Static variable in interface com.google.gwt.requestfactory.shared.messages.OperationMessage
Deprecated.  
PROPERTY_MAP - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
 
PROPERTY_REFS - Static variable in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
PROPERTY_REFS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
propertyMapToString(Map<SelectionProperty, String>) - Static method in class com.google.gwt.core.linker.SymbolMapsLinker
 
PropertyOracle - Interface in com.google.gwt.core.ext
Provides deferred binding property values.
PropertyProviderGenerator - Interface in com.google.gwt.core.ext.linker
An interface for generating a property provider JS implementation, rather than having it defined in a module file.
ProvidesKey<T> - Interface in com.google.gwt.view.client
Implementors of ProvidesKey provide a key for list items, such that items that are to be treated as distinct (for example, for editing) have distinct keys.
ProvidesResize - Interface in com.google.gwt.user.client.ui
This tag interface specifies that the implementing widget will call RequiresResize.onResize() on its children whenever their size may have changed.
ProxyFor - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
ProxyFor - Annotation Type in com.google.web.bindery.requestfactory.shared
Annotation on EntityProxy and ValueProxy classes specifying the domain (server-side) object type.
ProxyForName - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
ProxyForName - Annotation Type in com.google.web.bindery.requestfactory.shared
Annotation on EntityProxy classes specifying the domain (server-side) object type.
ProxyRenderer<R> - Class in com.google.gwt.requestfactory.ui.client
Deprecated. 
ProxyRenderer(String[]) - Constructor for class com.google.gwt.requestfactory.ui.client.ProxyRenderer
Deprecated. Constructs a ProxyRenderer with a given set of paths.
ProxyRenderer<R> - Class in com.google.web.bindery.requestfactory.gwt.ui.client
Renders a proxy object, and reports the properties it requires to do that rendering.
ProxyRenderer(String[]) - Constructor for class com.google.web.bindery.requestfactory.gwt.ui.client.ProxyRenderer
Constructs a ProxyRenderer with a given set of paths.
ProxySerializer - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
ProxySerializer - Interface in com.google.web.bindery.requestfactory.shared
Serializes graphs of EntityProxy objects.
ProxyStore - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
ProxyStore - Interface in com.google.web.bindery.requestfactory.shared
A ProxyStore provides a ProxySerializer with access to a low-level persistence mechanism.
PublicResource - Class in com.google.gwt.core.ext.linker
A resource in the module's public path.
PublicResource(Class<? extends Linker>, String) - Constructor for class com.google.gwt.core.ext.linker.PublicResource
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.ConsoleLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.DevelopmentModeLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.FirebugLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.HasWidgetsLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.NullLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.SimpleRemoteLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.logging.client.SystemLogHandler
 
publish(LogRecord) - Method in class com.google.gwt.requestfactory.client.RequestFactoryLogHandler
Deprecated.  
publish(LogRecord) - Method in class com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler
 
push(T) - Method in class com.google.gwt.core.client.JsArray
Pushes the given value onto the end of the array.
push(boolean) - Method in class com.google.gwt.core.client.JsArrayBoolean
Pushes the given boolean onto the end of the array.
push(int) - Method in class com.google.gwt.core.client.JsArrayInteger
Pushes the given integer onto the end of the array.
push(boolean) - Method in class com.google.gwt.core.client.JsArrayMixed
Pushes the given boolean onto the end of the array.
push(double) - Method in class com.google.gwt.core.client.JsArrayMixed
Pushes the given double onto the end of the array.
push(JavaScriptObject) - Method in class com.google.gwt.core.client.JsArrayMixed
Pushes the given JavaScriptObject onto the end of the array.
push(String) - Method in class com.google.gwt.core.client.JsArrayMixed
Pushes the given String onto the end of the array.
push(double) - Method in class com.google.gwt.core.client.JsArrayNumber
Pushes the given number onto the end of the array.
push(String) - Method in class com.google.gwt.core.client.JsArrayString
Pushes the given value onto the end of the array.
push(Column<?, ?>) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Push a Column onto the list at index zero, setting ascending to true.
push(ColumnSortList.ColumnSortInfo) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Push a ColumnSortList.ColumnSortInfo onto the list at index zero.
PushButton - Class in com.google.gwt.user.client.ui
A normal push button with custom styling.
PushButton() - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Deprecated. Use PushButton.PushButton(Image, ClickHandler) instead
PushButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Deprecated. Use PushButton.PushButton(Image, Image, ClickHandler) instead
PushButton(String) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Deprecated. Use PushButton.PushButton(String, ClickHandler) instead
PushButton(String, String) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.PushButton
Constructor for PushButton.
PushButton(String, String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.PushButton
Deprecated. Use PushButton.PushButton(String, String, ClickHandler) instead
PUT - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP PUT method should be used.
put(String, JSONValue) - Method in class com.google.gwt.json.client.JSONObject
Assign the specified property to the specified value in this JSONObject.
put(String, Splittable) - Method in class com.google.gwt.requestfactory.shared.DefaultProxyStore
Deprecated.  
put(String, Splittable) - Method in interface com.google.gwt.requestfactory.shared.ProxyStore
Deprecated. Called by ProxySerializer to store a value.
put(String, String) - Method in class com.google.gwt.storage.client.StorageMap
Adds (or overwrites) a new key/value pair in the Storage.
put(String, Splittable) - Method in class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
 
put(String, Splittable) - Method in interface com.google.web.bindery.requestfactory.shared.ProxyStore
Called by ProxySerializer to store a value.
putCachedData(String, T) - Method in interface com.google.gwt.resources.ext.ResourceContext
Store data in the ResourceContext.
putImageData(ImageData, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws the given image data at the given screen position.

Q

quadraticCurveTo(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws a quadratic Bézier curve from the current point to the point (x, y), with control point (cpx, cpy).
quarters() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
quarters() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
quartersFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of full quarter names.
quartersFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
quartersShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of abbreviations for quarters.
quartersShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
QUERYPARAM_PATTERN - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
 
QuoteElement - Class in com.google.gwt.dom.client
For the Q and BLOCKQUOTE elements.
QuoteElement() - Constructor for class com.google.gwt.dom.client.QuoteElement
 

R

RadioButton - Class in com.google.gwt.user.client.ui
A mutually-exclusive selection radio button widget.
RadioButton(String) - Constructor for class com.google.gwt.user.client.ui.RadioButton
Creates a new radio associated with a particular group name.
RadioButton(String, SafeHtml) - 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, SafeHtml, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.RadioButton
 
RadioButton(String, SafeHtml, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.RadioButton
 
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, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.RadioButton
 
RadioButton(String, String, DirectionEstimator) - Constructor for class com.google.gwt.user.client.ui.RadioButton
 
RadioButton(String, String, boolean) - Constructor for class com.google.gwt.user.client.ui.RadioButton
Creates a new radio button associated with a particular group, and initialized with the given label (optionally treated as HTML).
Random - Class in com.google.gwt.user.client
This class can be used as a substitute for Random.
Range - Class in com.google.gwt.core.ext.soyc
Represents a contiguous region of characters in the compiler output.
Range(int, int) - Constructor for class com.google.gwt.core.ext.soyc.Range
Constructor.
Range - Class in com.google.gwt.view.client
The range of interest for a single handler.
Range(int, int) - Constructor for class com.google.gwt.view.client.Range
Construct a new Range.
RangeChangeEvent - Class in com.google.gwt.view.client
Represents a range change event.
RangeChangeEvent(Range) - Constructor for class com.google.gwt.view.client.RangeChangeEvent
Creates a RangeChangeEvent.
RangeChangeEvent.Handler - Interface in com.google.gwt.view.client
Handler interface for RangeChangeEvent events.
RangeEnum - Annotation Type in com.google.gwt.benchmarks.client
Specifies an Enum containing the entire range of values for a parameter to a Benchmark method.
RangeField - Annotation Type in com.google.gwt.benchmarks.client
Specifies a field containing the entire range of values for a parameter to a Benchmark method.
RangeIterator<T> - Class in com.google.gwt.benchmarks.client
A base class useful for implementing Iterators for Ranges.
RangeIterator() - Constructor for class com.google.gwt.benchmarks.client.RangeIterator
 
readBoolean() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readBoolean() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readByte() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readByte() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readChar() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readChar() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readContent(HttpServletRequest) - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
Override this method in order to control the parsing of the incoming request.
readContent(HttpServletRequest, String, String) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns the content of an HttpServletRequest by decoding it using expectedCharSet, or UTF-8 if expectedCharSet is null.
readContentAsGwtRpc(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns the content of an HttpServletRequest, after verifying a gwt/x-gwt-rpc; charset=utf-8 content type.
readContentAsUtf8(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Deprecated. Use RPCServletUtils.readContent(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String) instead.
readContentAsUtf8(HttpServletRequest, boolean) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Deprecated. Use RPCServletUtils.readContent(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String) instead.
readDouble() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readDouble() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readFloat() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readFloat() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readInt() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readInt() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readLong() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readLong() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readNext(SerializationStreamReader) - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
readObject() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readObject() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readShort() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readShort() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
readString() - Method in class com.google.gwt.rpc.server.CommandServerSerializationStreamReader
 
readString() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
 
ReadyStateChangeHandler - Interface in com.google.gwt.xhr.client
A ready-state callback for an XMLHttpRequest object.
Receiver<V> - Class in com.google.gwt.requestfactory.shared
Deprecated. 
Receiver() - Constructor for class com.google.gwt.requestfactory.shared.Receiver
Deprecated.  
Receiver<V> - Class in com.google.web.bindery.requestfactory.shared
Callback object for Request.fire(Receiver) and RequestContext.fire(Receiver).
Receiver() - Constructor for class com.google.web.bindery.requestfactory.shared.Receiver
 
recordError(String, Object, Object) - Method in interface com.google.gwt.editor.client.EditorDelegate
This method should be called from ValueAwareEditor.flush() or TakesValue.getValue() to record an error that will be reported to the nearest super-Editor that implements the HasEditorErrors interface.
recordError(String, Object, Object) - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
No-op.
rect(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Creates a new rectangular path.
redo() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Redo an action that was just undone.
redraw() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Redraw the widget using the existing data.
redraw() - Method in class com.google.gwt.user.cellview.client.CellTable
 
redraw() - Method in class com.google.gwt.user.cellview.client.CellWidget
Redraw the widget.
redrawFooters() - Method in class com.google.gwt.user.cellview.client.CellTable
Redraw the table's footers.
redrawHeaders() - Method in class com.google.gwt.user.cellview.client.CellTable
Redraw the table's headers.
refresh() - Method in class com.google.gwt.core.ext.ServletContainer
Causes the web app to pick up changes made within the app root dir while running.
refresh() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Refresh the current model as needed.
refresh() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
refresh() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
 
refresh() - Method in class com.google.gwt.view.client.ListDataProvider
Refresh all of the displays listening to this adapter.
refreshAll() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Refreshes all components of this date picker.
refreshDirection() - Method in class com.google.gwt.i18n.client.AutoDirectionHandler
Adjusts target's direction according to the estimated direction of the text it supplies.
RegexFilter - Class in com.google.gwt.util.regexfilter
This class implements filters that are configured with a sequence of regexes.
RegexFilter(TreeLogger, List<String>) - Constructor for class com.google.gwt.util.regexfilter.RegexFilter
 
RegExp - Class in com.google.gwt.regexp.shared
A class for regular expressions with features like Javascript's RegExp, plus Javascript String's replace and split methods (which can take a RegExp parameter).
register(PlaceController, EventBus, Place) - Method in class com.google.gwt.place.shared.PlaceHistoryHandler
Initialize this place history handler.
registerForProxyType(EventBus, Class<P>, EntityProxyChange.Handler<P>) - Static method in class com.google.gwt.requestfactory.shared.EntityProxyChange
Deprecated. Register a handler for a EntityProxyChange events for a particular proxy class.
registerForProxyType(EventBus, Class<P>, EntityProxyChange.Handler<P>) - Static method in class com.google.web.bindery.requestfactory.shared.EntityProxyChange
Register a handler for a EntityProxyChange events for a particular proxy class.
registerHandler(ArgHandler) - Method in class com.google.gwt.util.tools.ToolBase
 
releaseCapture(Element) - Static method in class com.google.gwt.user.client.DOM
Releases mouse/touch/gesture capture on the given element.
releaseCapture(Element) - Static method in class com.google.gwt.user.client.Event
Releases mouse capture on the given element.
relink(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.ext.Linker
Re-invoke the Linker with newly generated artifacts.
reload() - Static method in class com.google.gwt.user.client.Window.Location
Reloads the current browser window.
remapSeparator(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
Remap a localized separator to an equivalent latin one.
RemoteLoggingService - Interface in com.google.gwt.logging.shared
The client side stub for the logging RPC service.
RemoteLoggingServiceAsync - Interface in com.google.gwt.logging.shared
The async counterpart of RemoteLoggingService.
RemoteLoggingServiceImpl - Class in com.google.gwt.logging.server
Server side code for the remote log handler.
RemoteLoggingServiceImpl() - Constructor for class com.google.gwt.logging.server.RemoteLoggingServiceImpl
 
RemoteLoggingServiceUtil - Class in com.google.gwt.logging.server
Utilities for classes that accept Remote Logging requests.
RemoteLoggingServiceUtil() - Constructor for class com.google.gwt.logging.server.RemoteLoggingServiceUtil
 
RemoteLoggingServiceUtil.RemoteLoggingException - Exception in com.google.gwt.logging.server
Exceptions that may occur during remote logging.
RemoteLoggingServiceUtil.RemoteLoggingException(String) - Constructor for exception com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException
 
RemoteLoggingServiceUtil.RemoteLoggingException(String, Throwable) - Constructor for exception com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException
 
RemoteLogHandlerBase - Class in com.google.gwt.logging.client
Base class for Logging handlers that send records to the server.
RemoteLogHandlerBase() - Constructor for class com.google.gwt.logging.client.RemoteLogHandlerBase
 
RemoteLogHandlerBase(List<String>) - Constructor for class com.google.gwt.logging.client.RemoteLogHandlerBase
 
RemoteService - Interface in com.google.gwt.user.client.rpc
Marker interface that RPC interfaces should extend.
RemoteServiceRelativePath - Annotation Type in com.google.gwt.user.client.rpc
Associates a RemoteService with a relative path.
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 used by service implementations that extend this class.
RemoteServiceServlet(Object) - Constructor for class com.google.gwt.user.server.rpc.RemoteServiceServlet
The wrapping constructor used by service implementations that are separate from this class.
remove() - Method in class com.google.gwt.benchmarks.client.RangeIterator
 
remove(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
remove(int) - Method in class com.google.gwt.dom.client.SelectElement
Remove an element from the collection of OPTION elements for this SELECT.
remove(Widget) - Method in class com.google.gwt.logging.client.NullLoggingPopup
 
remove(Object) - Method in class com.google.gwt.storage.client.StorageMap
Removes the key/value pair from the Storage.
remove(ColumnSortList.ColumnSortInfo) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Remove a ColumnSortList.ColumnSortInfo from the list.
remove(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Overrides ComplexPanel.remove(Widget) to change the removed Widget's element back to static positioning.This is done so that any positioning changes to the widget that were done by the panel are undone when the widget is disowned from the panel.
remove(Widget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Removes the specified widget, although in practice the specified widget must be the content widget.
remove(IsWidget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Overloaded version for IsWidget.
remove(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
remove(IsWidget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Overloaded version for IsWidget.
remove(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.DockPanel
 
remove(IsWidget) - Method in interface com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
remove(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
Removes a child widget.
remove(Widget) - Method in class com.google.gwt.user.client.ui.HeaderPanel
 
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.LayoutPanel
 
remove(Widget, ChangeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, ClickListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, FocusListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, KeyboardListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, LoadListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, ChangeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, MouseListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, MouseWheelListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget, ScrollListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
remove(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Removes a child widget.
remove(IsWidget) - Method in class com.google.gwt.user.client.ui.Panel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.SimplePanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
 
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.TabLayoutPanel
 
remove(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
 
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(IsWidget) - Method in class com.google.gwt.user.client.ui.Tree
Overloaded version for IsWidget.
remove() - Method in class com.google.gwt.user.client.ui.TreeItem
Removes this item from its tree.
remove(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
 
remove(int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Removes the widget at the specified index.
remove(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Removes the specified widget.
removeAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
removeAllRows() - Method in class com.google.gwt.user.client.ui.FlexTable
Remove all rows in this table.
removeAttribute(String) - Method in class com.google.gwt.dom.client.Element
Removes an attribute by name.
removeAttribute(String) - Method in interface com.google.gwt.xml.client.Element
This method removes the attribute which has the specified name.
removeAutoHidePartner(Element) - Method in class com.google.gwt.user.client.ui.PopupPanel
Remove an autoHide partner.
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
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by ListBox.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead
removeChangeListener(ChangeListener) - Method in interface com.google.gwt.user.client.ui.SourcesChangeEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasChangeHandlers.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead
removeChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by SuggestBox.getTextBox()().addChangeHandler instead
removeChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by ValueBoxBase.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead
removeChild(Node) - Method in class com.google.gwt.dom.client.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Layout.Layer) - Method in class com.google.gwt.layout.client.Layout
Removes a child element from this layout.
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.
removeClassName(String) - Method in class com.google.gwt.dom.client.Element
Removes a name from this element's class property.
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by FocusPanel.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Hyperlink
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by Image.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by Label.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
removeClickListener(ClickListener) - Method in interface com.google.gwt.user.client.ui.SourcesClickEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasClickHandlers.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
removeClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by SuggestBox.getTextBox()().addClickHandler instead
removeColumn(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.CellTable
Remove a column.
removeColumn(int) - Method in class com.google.gwt.user.cellview.client.CellTable
Remove a column.
removeColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Remove a style from the TableColElement at the specified index.
removeCookie(String) - Static method in class com.google.gwt.user.client.Cookies
Removes the cookie associated with the given name.
removeCookie(String, String) - Static method in class com.google.gwt.user.client.Cookies
Removes the cookie associated with the given name.
removeCookieNative(String, String) - Static method in class com.google.gwt.user.client.Cookies
Native method to remove a cookie with a path.
removeDataDisplay(HasData<T>) - Method in class com.google.gwt.view.client.AbstractDataProvider
Remove the given data display.
removeElementAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Removes the named attribute from the given element.
removeEventHandler(DisclosureHandler) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeEventHandler(DisclosureHandler) - Method in interface com.google.gwt.user.client.ui.FiresDisclosureEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeEventHandler(SuggestionHandler) - Method in interface com.google.gwt.user.client.ui.FiresSuggestionEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeEventHandler(SuggestionHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use the HandlerRegistration.removeHandler() method no the object returned by SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
removeEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
Deprecated. use HandlerRegistration returned from Event.addNativePreviewHandler(Event.NativePreviewHandler)
removeEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.Event
Deprecated. use HandlerRegistration returned from Event.addNativePreviewHandler(NativePreviewHandler)
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by FocusPanel.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by FocusWidget.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
removeFocusListener(FocusListener) - Method in interface com.google.gwt.user.client.ui.SourcesFocusEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasFocusHandlers.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by SuggestBox.getTextBox()().addFocusListener instead
removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by Tree.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
removeFormat() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Removes all formatting on the selected text.
removeFormat() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Removes all formatting on the selected text.
removeFormHandler(FormHandler) - Method in interface com.google.gwt.user.client.ui.FiresFormEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by and add*Handler method instead
removeFromParent() - Method in class com.google.gwt.dom.client.Node
Removes this node from its parent node if it is attached to one.
removeFromParent() - Method in class com.google.gwt.user.client.ui.Widget
Removes this widget from its parent widget, if one exists.
removeHandler() - Method in class com.google.gwt.event.shared.DefaultHandlerRegistration
Deprecated. Removes the given handler from its manager.
removeHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.HandlerManager
Removes the given handler from the specified event type.
removeHandler() - Method in interface com.google.web.bindery.event.shared.HandlerRegistration
Deregisters the handler associated with this registration object if the handler is still attached to the event source.
removeHandlers() - Method in class com.google.gwt.event.shared.ResettableEventBus
 
removeHandlers() - Method in class com.google.web.bindery.event.shared.ResettableEventBus
Remove all handlers that have been added through this wrapper.
removeHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
Deprecated. 
removeItem(String) - Method in class com.google.gwt.storage.client.Storage
Removes the item in the Storage associated with the specified key.
removeItem(TreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Removes an item.
removeItem(IsTreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Removes an item.
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(IsTreeItem) - 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.
removeItem(IsTreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Removes one of this item's children.
removeItems() - Method in interface com.google.gwt.user.client.ui.HasTreeItems
Removes all items.
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
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by SuggestBox.getTextBox()().add*Handler instead
removeKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeLink() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Removes any link from the selected text.
removeLink() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Removes any link from the selected text.
removeLoadListener(LoadListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeLoadListener(LoadListener) - Method in interface com.google.gwt.user.client.ui.SourcesLoadEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasLoadHandlers.addLoadHandler(com.google.gwt.event.dom.client.LoadHandler) instead
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeMouseListener(MouseListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by FocusPanel.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by FocusWidget.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by Image.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
removeMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by Label.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
removeMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
removeParameter(String) - Method in class com.google.gwt.http.client.UrlBuilder
Remove a query parameter from the map.
removePopupListener(PopupListener) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
removePopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
removeRow(int) - Method in class com.google.gwt.user.client.ui.FlexTable
 
removeRow(int) - Method in class com.google.gwt.user.client.ui.Grid
 
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
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by ScrollPanel.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead
removeScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasScrollHandlers.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead
removeSeparator(MenuItemSeparator) - Method in class com.google.gwt.user.client.ui.MenuBar
Removes the specified MenuItemSeparator from the bar.
removeState(Element, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
Removes the state from the given element.
removeStorageEventHandler(StorageEvent.Handler) - Static method in class com.google.gwt.storage.client.Storage
De-registers an event handler for StorageEvents.
removeStyleDependentName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Removes a dependent style name by specifying the style name's suffix.
removeStyleFromDate(String, Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
Removes a visible style name from the cell of the supplied date.
removeStyleFromDate(String, Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
removeStyleFromDates(String, Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Removes the styleName from the given dates (even if it is transient).
removeStyleFromDates(String, Date, Date...) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Removes the styleName from the given dates (even if it is transient).
removeStyleFromDates(String, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Removes the styleName from the given dates (even if it is transient).
removeStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Removes a style from the specified cell.
removeStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Removes a style from the specified column.
removeStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Removes a style from the specified row.
removeStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Removes a style name.
removeTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
Removes the tab at the specified index.
removeTableListener(TableListener) - Method in class com.google.gwt.user.client.ui.HTMLTable
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeTableListener(TableListener) - Method in interface com.google.gwt.user.client.ui.SourcesTableEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeTabListener(TabListener) - Method in interface com.google.gwt.user.client.ui.SourcesTabEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by and add*Handler method instead
removeTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. Instead use the HandlerRegistration.removeHandler() call on the object returned by an add*Handler method
removeTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by and add*Handler method instead
removeTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
removeTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
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
Deprecated. 
removeWindowResizeListener(WindowResizeListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. 
removeWindowScrollListener(WindowScrollListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. 
render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.AbstractCell
 
render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.AbstractSafeHtmlCell
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.AbstractSafeHtmlCell
Render the cell contents after they have been converted to SafeHtml form.
render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ActionCell
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ButtonCell
 
render(Cell.Context, C, SafeHtmlBuilder) - Method in interface com.google.gwt.cell.client.Cell
Render a cell as HTML into a SafeHtmlBuilder, suitable for passing to Element.setInnerHTML(String) on a container element.
render(Cell.Context, Boolean, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.CheckboxCell
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ClickableTextCell
 
render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.CompositeCell
 
render(Cell.Context, C, SafeHtmlBuilder, HasCell<C, X>) - Method in class com.google.gwt.cell.client.CompositeCell
Render the composite cell as HTML into a SafeHtmlBuilder, suitable for passing to Element.setInnerHTML(java.lang.String) on a container element.
render(Cell.Context, Date, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.DateCell
 
render(Cell.Context, Date, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.DatePickerCell
 
render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.EditTextCell
 
render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.IconCellDecorator
 
render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ImageCell
 
render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ImageLoadingCell
 
render(Cell.Context, ImageResource, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ImageResourceCell
 
render(Cell.Context, Number, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.NumberCell
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.SafeHtmlCell
 
render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.SelectionCell
 
render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.TextCell
 
render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.TextInputCell
 
render(Date) - Method in class com.google.gwt.text.client.DateTimeFormatRenderer
 
render(Double) - Method in class com.google.gwt.text.client.DoubleRenderer
 
render(Integer) - Method in class com.google.gwt.text.client.IntegerRenderer
 
render(Long) - Method in class com.google.gwt.text.client.LongRenderer
 
render(Number) - Method in class com.google.gwt.text.client.NumberFormatRenderer
 
render(T, Appendable) - Method in class com.google.gwt.text.shared.AbstractRenderer
 
render(T, SafeHtmlBuilder) - Method in class com.google.gwt.text.shared.AbstractSafeHtmlRenderer
 
render(T) - Method in interface com.google.gwt.text.shared.Renderer
Renders object as plain text.
render(T, Appendable) - Method in interface com.google.gwt.text.shared.Renderer
Renders object as plain text, appended directly to appendable.
render(T) - Method in interface com.google.gwt.text.shared.SafeHtmlRenderer
Renders object as safe HTML.
render(T, SafeHtmlBuilder) - Method in interface com.google.gwt.text.shared.SafeHtmlRenderer
Renders object as safe HTML, appended directly to builder.
render(String) - Method in class com.google.gwt.text.shared.SimpleSafeHtmlRenderer
 
render(String, SafeHtmlBuilder) - Method in class com.google.gwt.text.shared.SimpleSafeHtmlRenderer
 
render(String) - Method in class com.google.gwt.text.shared.testing.PassthroughRenderer
 
render(Cell.Context, T, SafeHtmlBuilder) - Method in class com.google.gwt.user.cellview.client.Column
Render the object into the cell.
render(Cell.Context, SafeHtmlBuilder) - Method in class com.google.gwt.user.cellview.client.Header
Render the header.
Renderer<T> - Interface in com.google.gwt.text.shared
An object that can render other objects of a particular type into plain-text form.
renderRowValues(SafeHtmlBuilder, List<T>, int, SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Render all row values into the specified SafeHtmlBuilder.
renderRowValues(SafeHtmlBuilder, List<T>, int, SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.CellList
 
renderRowValues(SafeHtmlBuilder, List<T>, int, SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.CellTable
 
replace(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
Possibly replace an existing Artifact.
replace(String, String) - Method in class com.google.gwt.regexp.shared.RegExp
Returns the input string with the part(s) matching the regular expression replaced with the replacement string.
replace(String) - Static method in class com.google.gwt.user.client.Window.Location
Replaces the current URL with a new one.
replaceAllChildren(List<T>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Replace all children with the specified html.
replaceAllChildren(List<T>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellTable
 
replaceChild(Node, Node) - Method in class com.google.gwt.dom.client.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in interface com.google.gwt.xml.client.Node
This method replaces the child oldChild with newChild.
replaceChildren(List<T>, int, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Convert the specified HTML into DOM elements and replace the existing elements starting at the specified index.
replaceClassName(String, String) - Method in class com.google.gwt.dom.client.Element
Replace one class name with another.
replaceData(int, int, String) - Method in class com.google.gwt.dom.client.Text
Replaces data at the given [offset, length] range with the given string.
replaceData(int, int, String) - Method in interface com.google.gwt.xml.client.CharacterData
This method replaces the substring of data indicated by offset and count with replacementData.
replaceInputElement(Element) - Method in class com.google.gwt.user.client.ui.CheckBox
Replace the current input element with a new one.
report(String, Throwable) - Static method in class com.google.gwt.core.client.HttpThrowableReporter
Report a Throwable to the server.
report(InvocationTargetException) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated. Report an exception thrown by code that is under the control of the end-developer.
report(String, Object...) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated. Return a message to the client.
report(InvocationTargetException) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Report an exception thrown by code that is under the control of the end-developer.
report(String, Object...) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Return a message to the client.
REPORT_PATH - Static variable in class com.google.gwt.benchmarks.client.Benchmark
The name of the system property that specifies the location where benchmark reports are both written to and read from.
Request - Class in com.google.gwt.http.client
An HTTP request that is waiting for a response.
Request() - Constructor for class com.google.gwt.http.client.Request
Only used for building a FailedRequest.
request() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
Request<T> - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
request() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
Request<T> - Interface in com.google.web.bindery.requestfactory.shared
Implemented by the request objects created by this factory.
requestBoolean(String, AsyncCallback<Boolean>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
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.
RequestContext - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
RequestContext - Interface in com.google.web.bindery.requestfactory.shared
The base interface for RequestFactory service endpoints.
requestDefaultSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
 
requestDefaultSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class com.google.gwt.user.client.ui.SuggestOracle
Generate a SuggestOracle.Response based on a default request.
requestDouble(String, AsyncCallback<Double>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
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
 
RequestFactory - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
RequestFactory - Interface in com.google.web.bindery.requestfactory.shared
Marker interface for the RequestFactory code generator.
RequestFactoryEditorDriver<P,E extends Editor<? super P>> - Interface in com.google.gwt.requestfactory.client
Deprecated. 
RequestFactoryEditorDriver<P,E extends Editor<? super P>> - Interface in com.google.web.bindery.requestfactory.gwt.client
The interface that links RequestFactory and the Editor framework together.
RequestFactoryInterfaceValidator - Class in com.google.gwt.requestfactory.server
Deprecated. 
RequestFactoryInterfaceValidator(Logger, RequestFactoryInterfaceValidator.Loader) - Constructor for class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated.  
RequestFactoryInterfaceValidator - Class in com.google.web.bindery.requestfactory.server
Encapsulates validation logic to determine if a RequestFactory interface, its RequestContext, and associated EntityProxy interfaces match their domain counterparts.
RequestFactoryInterfaceValidator(Logger, RequestFactoryInterfaceValidator.Loader) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
 
RequestFactoryInterfaceValidator.ClassLoaderLoader - Class in com.google.gwt.requestfactory.server
Deprecated. 
RequestFactoryInterfaceValidator.ClassLoaderLoader(ClassLoader) - Constructor for class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
Deprecated.  
RequestFactoryInterfaceValidator.ClassLoaderLoader - Class in com.google.web.bindery.requestfactory.server
An implementation of RequestFactoryInterfaceValidator.ClassLoaderLoader that uses a ClassLoader to retrieve the class files.
RequestFactoryInterfaceValidator.ClassLoaderLoader(ClassLoader) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
 
RequestFactoryInterfaceValidator.Loader - Interface in com.google.gwt.requestfactory.server
Deprecated. 
RequestFactoryInterfaceValidator.Loader - Interface in com.google.web.bindery.requestfactory.server
Abstracts the mechanism by which class files are loaded.
RequestFactoryJarExtractor - Class in com.google.web.bindery.requestfactory.server
Used to extract RequestFactory client jars from gwt-user.jar.
RequestFactoryJarExtractor(Logger, RequestFactoryInterfaceValidator.Loader, RequestFactoryJarExtractor.Emitter, List<Class<?>>, RequestFactoryJarExtractor.Mode) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
 
RequestFactoryJarExtractor.Emitter - Interface in com.google.web.bindery.requestfactory.server
Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.
RequestFactoryJarExtractor.JarEmitter - Class in com.google.web.bindery.requestfactory.server
An Emitter implementation that creates a jar file.
RequestFactoryJarExtractor.JarEmitter(File) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.JarEmitter
 
RequestFactoryJarExtractor.Mode - Enum in com.google.web.bindery.requestfactory.server
Controls what is emitted by the tool.
RequestFactoryLogHandler - Class in com.google.gwt.requestfactory.client
Deprecated. 
RequestFactoryLogHandler(RequestFactoryLogHandler.LoggingRequestProvider, Level, List<String>) - Constructor for class com.google.gwt.requestfactory.client.RequestFactoryLogHandler
Deprecated. Since records from this handler go accross the wire, it should only be used for important messages, and it's Level will often be higher than the Level being used app-wide.
RequestFactoryLogHandler - Class in com.google.web.bindery.requestfactory.gwt.client
A Handler that does remote logging for applications using RequestFactory.
RequestFactoryLogHandler(RequestFactoryLogHandler.LoggingRequestProvider, Level, List<String>) - Constructor for class com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler
Since records from this handler go accross the wire, it should only be used for important messages, and it's Level will often be higher than the Level being used app-wide.
RequestFactoryLogHandler.LoggingRequestProvider - Interface in com.google.gwt.requestfactory.client
Deprecated. 
RequestFactoryLogHandler.LoggingRequestProvider - Interface in com.google.web.bindery.requestfactory.gwt.client
Provides a logging request.
RequestFactoryMagic - Class in com.google.gwt.requestfactory.server.testing
Deprecated. Replaced by com.google.web.bindery.vm.RequestFactorySource

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.

RequestFactoryServlet - Class in com.google.gwt.requestfactory.server
Deprecated. 
RequestFactoryServlet() - Constructor for class com.google.gwt.requestfactory.server.RequestFactoryServlet
Deprecated. Constructs a new RequestFactoryServlet with a DefaultExceptionHandler.
RequestFactoryServlet(ExceptionHandler, ServiceLayerDecorator...) - Constructor for class com.google.gwt.requestfactory.server.RequestFactoryServlet
Deprecated. Use this constructor in subclasses to provide a custom ExceptionHandler.
RequestFactoryServlet - Class in com.google.web.bindery.requestfactory.server
Handles GWT RequestFactory JSON requests.
RequestFactoryServlet() - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
Constructs a new RequestFactoryServlet with a DefaultExceptionHandler.
RequestFactoryServlet(ExceptionHandler, ServiceLayerDecorator...) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
Use this constructor in subclasses to provide a custom ExceptionHandler.
RequestFactorySource - Class in com.google.web.bindery.requestfactory.vm
Create JRE-compatible instances of a RequestFactory interface.
requestInteger(String, AsyncCallback<Integer>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
RequestMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
RequestMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
The message sent from the client to the server.
requestObject(String, AsyncCallback<T>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
Sends a JSONP request and expects a JavaScript object as a result.
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.
requestString(String, AsyncCallback<String>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
 
requestSuggestions(SuggestOracle.Request, SuggestOracle.Callback) - Method in class com.google.gwt.user.client.ui.SuggestOracle
Generate a SuggestOracle.Response based on a specific SuggestOracle.Request.
RequestTimeoutException - Exception in com.google.gwt.http.client
Thrown to indicate that an HTTP request has timed out.
RequestTimeoutException(Request, int) - Constructor for exception com.google.gwt.http.client.RequestTimeoutException
Constructs a timeout exception for the given Request.
RequestTransport - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
RequestTransport - Interface in com.google.web.bindery.requestfactory.shared
Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.
RequestTransport.TransportReceiver - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
RequestTransport.TransportReceiver - Interface in com.google.web.bindery.requestfactory.shared
A callback interface.
RequiresResize - Interface in com.google.gwt.user.client.ui
This interface designates that its implementor needs to be informed whenever its size is modified.
requiresServiceLocator(Method, Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Determines if the invocation of a domain method requires a ServiceLocator as the 0th parameter when passed into ServiceLayer.invoke(Method, Object...).
requiresServiceLocator(Method, Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
requiresServiceLocator(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Determines if the invocation of a domain method requires a ServiceLocator as the 0th parameter when passed into ServiceLayer.invoke(Method, Object...).
requiresServiceLocator(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
reset() - Method in class com.google.gwt.dom.client.FormElement
Restores a form element's default values.
reset() - Method in class com.google.gwt.user.client.ui.FormPanel
Resets the form, clearing all fields.
reset(DateBox, boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
 
reset(DateBox, boolean) - Method in interface com.google.gwt.user.datepicker.client.DateBox.Format
If the format did any modifications to the date box's styling, reset them now.
ResetButton - Class in com.google.gwt.user.client.ui
A standard push-button widget which will automatically reset its enclosing FormPanel if any.
ResetButton() - Constructor for class com.google.gwt.user.client.ui.ResetButton
Creates a button with no caption.
ResetButton(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.ResetButton
Creates a button with the given HTML caption.
ResetButton(String) - Constructor for class com.google.gwt.user.client.ui.ResetButton
Creates a button with the given HTML caption.
ResetButton(SafeHtml, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ResetButton
Creates a button with the given HTML caption and click listener.
ResetButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ResetButton
Creates a button with the given HTML caption and click listener.
ResetButton(Element) - Constructor for class com.google.gwt.user.client.ui.ResetButton
This constructor may be used by subclasses to explicitly use an existing element.
resetFocus(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.AbstractCell
Reset focus on the Cell.
resetFocus(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.AbstractInputCell
 
resetFocus(Cell.Context, Element, C) - Method in interface com.google.gwt.cell.client.Cell
Reset focus on the Cell.
resetFocus(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.CompositeCell
 
resetFocus(Cell.Context, Element, String) - Method in class com.google.gwt.cell.client.EditTextCell
 
resetFocus(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.IconCellDecorator
 
resetFocus(Scheduler.ScheduledCommand) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase
 
resetFocusOnCell() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Reset focus on the currently focused cell.
resetFocusOnCell() - Method in class com.google.gwt.user.cellview.client.CellList
 
resetFocusOnCell() - Method in class com.google.gwt.user.cellview.client.CellTable
 
ResettableEventBus - Class in com.google.gwt.event.shared
Wraps {com.google.web.bindery.event.shared.ResettableEventBus} for legacy compatibility.
ResettableEventBus(EventBus) - Constructor for class com.google.gwt.event.shared.ResettableEventBus
 
ResettableEventBus - Class in com.google.web.bindery.event.shared
Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared at once.
ResettableEventBus(EventBus) - Constructor for class com.google.web.bindery.event.shared.ResettableEventBus
 
resize(int, int) - Method in class com.google.gwt.user.client.ui.Grid
Resizes the grid.
resizeBy(int, int) - Static method in class com.google.gwt.user.client.Window
Resizes the window by the specified width and height.
resizeColumns(int) - Method in class com.google.gwt.user.client.ui.Grid
Resizes the grid to the specified number of columns.
ResizeComposite - Class in com.google.gwt.user.client.ui
A Composite implementation that implements RequiresResize and automatically delegates that interface's methods to its wrapped widget, which must itself implement RequiresResize.
ResizeComposite() - Constructor for class com.google.gwt.user.client.ui.ResizeComposite
 
ResizeEvent - Class in com.google.gwt.event.logical.shared
Fired when the event source is resized.
ResizeEvent(int, int) - Constructor for class com.google.gwt.event.logical.shared.ResizeEvent
Construct a new ResizeEvent.
ResizeHandler - Interface in com.google.gwt.event.logical.shared
Handler for ResizeEvent events.
ResizeLayoutPanel - Class in com.google.gwt.user.client.ui
A simple panel that ProvidesResize to its one child, but does not RequiresResize.
ResizeLayoutPanel() - Constructor for class com.google.gwt.user.client.ui.ResizeLayoutPanel
 
resizeRows(int) - Method in class com.google.gwt.user.client.ui.Grid
Resizes the grid to the specified number of rows.
resizeTo(int, int) - Static method in class com.google.gwt.user.client.Window
Resizes the window to the specified width and height.
resolveClass(String) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Given a type token previously returned from ServiceLayer.resolveTypeToken(Class), return the Class literal associated with the token.
resolveClass(String) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveClass(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Given a type token previously returned from ServiceLayer.resolveTypeToken(Class), return the Class literal associated with the token.
resolveClass(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveClientType(Class<?>, Class<T>, boolean) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Determine the type used by the client code to represent a given domain type.
resolveClientType(Class<?>, Class<T>, boolean) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveClientType(Class<?>, Class<T>, boolean) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Determine the type used by the client code to represent a given domain type.
resolveClientType(Class<?>, Class<T>, boolean) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveDomainClass(Class<?>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Determine the domain (server-side) type that the given client type is mapped to.
resolveDomainClass(Class<?>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveDomainClass(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Determine the domain (server-side) type that the given client type is mapped to.
resolveDomainClass(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveDomainMethod(Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Return the domain service method associated with a RequestContext method declaration.
resolveDomainMethod(Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveDomainMethod(Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Return the domain service method associated with a RequestContext method declaration.
resolveDomainMethod(Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveLocator(Class<?>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Return the type of Locator that should be used to access the given domain type.
resolveLocator(Class<?>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveLocator(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Return the type of Locator that should be used to access the given domain type.
resolveLocator(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveRequestContextMethod(String, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Find a RequestContext method declaration by name.
resolveRequestContextMethod(String, String) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveRequestContextMethod(String, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Find a RequestContext method declaration by name.
resolveRequestContextMethod(String, String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Given a RequestContext method, find the service class referenced in the Service or ServiceName annotation.
resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Given a RequestContext method, find the service class referenced in the Service or ServiceName annotation.
resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveServiceLocator(Method, Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Given a RequestContext method declaration, resolve the ServiceLocator that should be used when invoking the domain method.
resolveServiceLocator(Method, Method) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveServiceLocator(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Given a RequestContext method declaration, resolve the ServiceLocator that should be used when invoking the domain method.
resolveServiceLocator(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
resolveTypeToken(Class<? extends BaseProxy>) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Return a string used to represent the given type in the wire protocol.
resolveTypeToken(Class<? extends BaseProxy>) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
resolveTypeToken(Class<? extends BaseProxy>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Return a string used to represent the given type in the wire protocol.
resolveTypeToken(Class<? extends BaseProxy>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
ResourceCallback<R extends ResourcePrototype> - Interface in com.google.gwt.resources.client
A callback interface for asynchronous operations on resources.
ResourceContext - Interface in com.google.gwt.resources.ext
Context object for ResourceGenerators.
ResourceException - Exception in com.google.gwt.resources.client
Associates a ResourcePrototype with a program error.
ResourceException(ResourcePrototype) - Constructor for exception com.google.gwt.resources.client.ResourceException
 
ResourceException(ResourcePrototype, String) - Constructor for exception com.google.gwt.resources.client.ResourceException
 
ResourceException(ResourcePrototype, String, Throwable) - Constructor for exception com.google.gwt.resources.client.ResourceException
 
ResourceGenerator - Interface in com.google.gwt.resources.ext
Encapsulates per-type resource generation logic.
ResourceGeneratorType - Annotation Type in com.google.gwt.resources.ext
Specifies the implementation of ResourceGenerator to use for a type of ResourcePrototype.
ResourceGeneratorUtil - Class in com.google.gwt.resources.ext
Utility methods for building ResourceGenerators.
ResourcePrototype - Interface in com.google.gwt.resources.client
The base interface all bundle resource types must extend.
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
 
response() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
response() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
ResponseMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
ResponseMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
The result of fulfilling a request on the server.
ResponseTextHandler - Interface in com.google.gwt.user.client
Implement this interface to receive HTTP completion events.
restore() - Method in class com.google.gwt.canvas.dom.client.Context2d
Restores the context's state.
resymbolize(StackTraceElement, String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
Best effort resymbolization of a a single stack trace element.
retainAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
reuseTypeFromCacheIfAvailable(String) - Method in interface com.google.gwt.core.ext.GeneratorContextExt
Mark a type to be reused from the generator result cache.
reuseTypeFromCacheIfAvailable(String) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
revive() - Method in class com.google.gwt.event.shared.GwtEvent
Revives the event.
revive() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
 
RichTextArea - Class in com.google.gwt.user.client.ui
A rich text editor that allows complex styling and formatting.
RichTextArea() - Constructor for class com.google.gwt.user.client.ui.RichTextArea
Creates a new, blank RichTextArea object with no stylesheet.
RichTextArea.BasicFormatter - Interface in com.google.gwt.user.client.ui
Deprecated. use RichTextArea.Formatter instead
RichTextArea.ExtendedFormatter - Interface in com.google.gwt.user.client.ui
Deprecated. use RichTextArea.Formatter instead
RichTextArea.FontSize - Class in com.google.gwt.user.client.ui
Font size enumeration.
RichTextArea.Formatter - Interface in com.google.gwt.user.client.ui
This interface is used to access full formatting options, when available.
RichTextArea.Justification - Class in com.google.gwt.user.client.ui
Justification enumeration.
RIGHT - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Right justification.
rightIndent() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Right indent.
rightIndent() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Right indent.
ROLE_BUTTON - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_MENUBAR - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_MENUITEM - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_TAB - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_TABLIST - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_TABPANEL - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_TREE - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROLE_TREEITEM - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
ROOT_PATH - Static variable in interface com.google.gwt.editor.client.EditorContext
 
RootLayoutPanel - Class in com.google.gwt.user.client.ui
A singleton implementation of LayoutPanel that always attaches itself to the document body (i.e.
RootPanel - Class in com.google.gwt.user.client.ui
The panel to which all other widgets must ultimately be added.
rotate(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Applies rotation to the current transform.
RowCountChangeEvent - Class in com.google.gwt.view.client
Represents a row count change event.
RowCountChangeEvent(int, boolean) - Constructor for class com.google.gwt.view.client.RowCountChangeEvent
Creates a RowCountChangeEvent.
RowCountChangeEvent.Handler - Interface in com.google.gwt.view.client
Handler interface for RowCountChangeEvent events.
RowStyles<T> - Interface in com.google.gwt.user.cellview.client
A description of how rows are to be styled in a CellTable.
RPC - Class in com.google.gwt.rpc.server
EXPERIMENTAL and subject to change.
RPC - Class in com.google.gwt.user.server.rpc
Utility class for integrating with the RPC system.
RpcDataArtifact - Class in com.google.gwt.rpc.linker
This artifact allows the RpcProxyCreator class to communicate with the ClientOracleLinker.
RpcDataArtifact(String) - Constructor for class com.google.gwt.rpc.linker.RpcDataArtifact
 
RpcLogArtifact - Class in com.google.gwt.user.linker.rpc
This artifact holds a log of the reasoning for which types are considered serializable for a particular RPC interface.
RpcLogArtifact(String, String, String) - Constructor for class com.google.gwt.user.linker.rpc.RpcLogArtifact
 
RpcLogLinker - Class in com.google.gwt.user.linker.rpc
This linker emits RpcLogArtifacts as output files.
RpcLogLinker() - Constructor for class com.google.gwt.user.linker.rpc.RpcLogLinker
 
RpcPolicyFileArtifact - Class in com.google.gwt.user.linker.rpc
This artifact provides information about which proxy classes resulted in which rpc proxy files.
RpcPolicyFileArtifact(String, EmittedArtifact) - Constructor for class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
 
RpcPolicyManifestLinker - Class in com.google.gwt.user.linker.rpc
Emit a file containing a map of RPC proxy classes to the partial path of the RPC policy file.
RpcPolicyManifestLinker() - Constructor for class com.google.gwt.user.linker.rpc.RpcPolicyManifestLinker
 
RPCRequest - Class in com.google.gwt.user.server.rpc
Describes an incoming RPC request in terms of a resolved Method and an array of arguments.
RPCRequest(Method, Object[], SerializationPolicy, int) - Constructor for class com.google.gwt.user.server.rpc.RPCRequest
Construct an RPCRequest.
RPCRequest(Method, Object[], RpcToken, SerializationPolicy, int) - Constructor for class com.google.gwt.user.server.rpc.RPCRequest
Construct an RPCRequest.
RpcRequestBuilder - Class in com.google.gwt.user.client.rpc
This class encapsulates the logic necessary to configure a RequestBuilder for use with an RPC proxy object.
RpcRequestBuilder() - Constructor for class com.google.gwt.user.client.rpc.RpcRequestBuilder
 
RpcService - Interface in com.google.gwt.rpc.client
EXPERIMENTAL and subject to change.
RpcServlet - Class in com.google.gwt.rpc.server
EXPERIMENTAL and subject to change.
RpcServlet() - Constructor for class com.google.gwt.rpc.server.RpcServlet
The default constructor used by service implementations that extend this class.
RpcServlet(Object) - Constructor for class com.google.gwt.rpc.server.RpcServlet
The wrapping constructor used by service implementations that are separate from this class.
RPCServletUtils - Class in com.google.gwt.user.server.rpc
Utility class containing helper methods used by servlets that integrate with the RPC system.
RpcToken - Interface in com.google.gwt.user.client.rpc
An interface for RPC token implementation objects included with each RPC call.
RpcToken.RpcTokenImplementation - Annotation Type in com.google.gwt.user.client.rpc
RemoteService interfaces specifying RpcToken implementation using this annotation will only have serializers for the specific class generated, as opposed to generating serializers for all RpcToken implementations.
RpcTokenException - Exception in com.google.gwt.user.client.rpc
Exception that will be passed to the RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException) method when RPC token processing resulted in an error.
RpcTokenException() - Constructor for exception com.google.gwt.user.client.rpc.RpcTokenException
Constructs an instance with the default message.
RpcTokenException(String) - Constructor for exception com.google.gwt.user.client.rpc.RpcTokenException
Constructs an instance with the specified message.
RpcTokenExceptionHandler - Interface in com.google.gwt.user.client.rpc
Handles an exception produced while processing RpcToken.
run(int) - Method in class com.google.gwt.animation.client.Animation
Immediately run this animation.
run(int, double) - Method in class com.google.gwt.animation.client.Animation
Run this animation at the given startTime.
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.
run() - Method in class com.google.gwt.user.tools.WebAppCreator
 
run() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
Blocks until all work has been finished.
runAsync(Class<?>, RunAsyncCallback) - Static method in class com.google.gwt.core.client.GWT
The same as GWT.runAsync(RunAsyncCallback), except with an extra parameter to provide a name for the call.
runAsync(RunAsyncCallback) - Static method in class com.google.gwt.core.client.GWT
Run the specified callback once the necessary code for it has been loaded.
RunAsyncCallback - Interface in com.google.gwt.core.client
A callback meant to be used by GWT.runAsync(RunAsyncCallback).
RunAsyncCode - Class in com.google.gwt.core.client.prefetch
A request to load the code for a GWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback) split point.
runAsyncCode(Class<?>) - Static method in class com.google.gwt.core.client.prefetch.RunAsyncCode
Create an instance for the split point named with the given class.
runTest(String, TestCase, TestResult) - Static method in class com.google.gwt.benchmarks.BenchmarkShell
Deprecated. use BenchmarkShell.runTest(GWTTestCase, TestResult) instead
runTest(GWTTestCase, TestResult) - Static method in class com.google.gwt.benchmarks.BenchmarkShell
 
runTest() - Method in class com.google.gwt.benchmarks.client.Benchmark
Runs the test via the BenchmarkShell environment.
runTest() - Method in class com.google.gwt.junit.client.GWTTestCase
Runs the test via the JUnitShell environment.

S

safeEval(String) - Static method in class com.google.gwt.core.client.JsonUtils
Evaluates a JSON expression safely.
SafeHtml - Interface in com.google.gwt.safehtml.shared
An object that implements this interface encapsulates HTML that is guaranteed to be safe to use (with respect to potential Cross-Site-Scripting vulnerabilities) in an HTML context.
SafeHtmlBidiFormatter - Class in com.google.gwt.i18n.shared
A wrapper to BidiFormatter whose methods return SafeHtml instead of String.
SafeHtmlBuilder - Class in com.google.gwt.safehtml.shared
A builder that facilitates the building up of XSS-safe HTML from text snippets.
SafeHtmlBuilder() - Constructor for class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Constructs an empty SafeHtmlBuilder.
SafeHtmlCell - Class in com.google.gwt.cell.client
A Cell used to render safe HTML markup.
SafeHtmlCell() - Constructor for class com.google.gwt.cell.client.SafeHtmlCell
Construct a new SafeHtmlCell.
SafeHtmlHeader - Class in com.google.gwt.user.cellview.client
A Header containing safe HTML data rendered by a SafeHtmlCell.
SafeHtmlHeader(SafeHtml) - Constructor for class com.google.gwt.user.cellview.client.SafeHtmlHeader
Construct a Header with a given SafeHtml text value.
SafeHtmlHostedModeUtils - Class in com.google.gwt.safehtml.shared
SafeHtml utilities whose implementation differs between Development and Production Mode.
SafeHtmlHostedModeUtils() - Constructor for class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
 
SafeHtmlRenderer<T> - Interface in com.google.gwt.text.shared
An object that can render other objects of a particular type into safe HTML form.
SafeHtmlTemplates - Interface in com.google.gwt.safehtml.client
A tag interface that facilitates compile-time binding of HTML templates to generate SafeHtml strings.
SafeHtmlTemplates.Template - Annotation Type in com.google.gwt.safehtml.client
The HTML template.
SafeHtmlUtils - Class in com.google.gwt.safehtml.shared
Utility class containing static methods for escaping and sanitizing strings.
SafeStyles - Interface in com.google.gwt.safecss.shared
An object that implements this interface encapsulates zero or more CSS properties that are guaranteed to be safe to use (with respect to potential Cross-Site-Scripting vulnerabilities) in a CSS (Cascading Style Sheet) attribute context.
SafeStylesBuilder - Class in com.google.gwt.safecss.shared
A builder that facilitates the building up of XSS-safe CSS attribute strings from SafeStyles.
SafeStylesBuilder() - Constructor for class com.google.gwt.safecss.shared.SafeStylesBuilder
Constructs an empty SafeStylesBuilder.
SafeStylesUtils - Class in com.google.gwt.safecss.shared
Utility class containing static methods for creating SafeStyles.
safeToEval(String) - Static method in class com.google.gwt.core.client.JsonUtils
Returns true if the given JSON string may be safely evaluated by eval() without undersired side effects or security risks.
sanitize(String) - Method in interface com.google.gwt.safehtml.shared.HtmlSanitizer
Sanitizes a string into SafeHtml.
sanitize(String) - Method in class com.google.gwt.safehtml.shared.SimpleHtmlSanitizer
 
sanitizeHtml(String) - Static method in class com.google.gwt.safehtml.shared.SimpleHtmlSanitizer
HTML-sanitizes a string.
sanitizeUri(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
Sanitizes a URI.
save() - Method in class com.google.gwt.canvas.dom.client.Context2d
Saves the context's state.
SC_ACCEPTED - Static variable in class com.google.gwt.http.client.Response
 
SC_BAD_GATEWAY - Static variable in class com.google.gwt.http.client.Response
 
SC_BAD_REQUEST - Static variable in class com.google.gwt.http.client.Response
 
SC_CONFLICT - Static variable in class com.google.gwt.http.client.Response
 
SC_CONTINUE - Static variable in class com.google.gwt.http.client.Response
 
SC_CREATED - Static variable in class com.google.gwt.http.client.Response
 
SC_EXPECTATION_FAILED - Static variable in class com.google.gwt.http.client.Response
 
SC_FORBIDDEN - Static variable in class com.google.gwt.http.client.Response
 
SC_GATEWAY_TIMEOUT - Static variable in class com.google.gwt.http.client.Response
 
SC_GONE - Static variable in class com.google.gwt.http.client.Response
 
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class com.google.gwt.http.client.Response
 
SC_INTERNAL_SERVER_ERROR - Static variable in class com.google.gwt.http.client.Response
 
SC_LENGTH_REQUIRED - Static variable in class com.google.gwt.http.client.Response
 
SC_METHOD_NOT_ALLOWED - Static variable in class com.google.gwt.http.client.Response
 
SC_MOVED_PERMANENTLY - Static variable in class com.google.gwt.http.client.Response
 
SC_MOVED_TEMPORARILY - Static variable in class com.google.gwt.http.client.Response
 
SC_MULTIPLE_CHOICES - Static variable in class com.google.gwt.http.client.Response
 
SC_NO_CONTENT - Static variable in class com.google.gwt.http.client.Response
 
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class com.google.gwt.http.client.Response
 
SC_NOT_ACCEPTABLE - Static variable in class com.google.gwt.http.client.Response
 
SC_NOT_FOUND - Static variable in class com.google.gwt.http.client.Response
 
SC_NOT_IMPLEMENTED - Static variable in class com.google.gwt.http.client.Response
 
SC_NOT_MODIFIED - Static variable in class com.google.gwt.http.client.Response
 
SC_OK - Static variable in class com.google.gwt.http.client.Response
 
SC_PARTIAL_CONTENT - Static variable in class com.google.gwt.http.client.Response
 
SC_PAYMENT_REQUIRED - Static variable in class com.google.gwt.http.client.Response
 
SC_PRECONDITION_FAILED - Static variable in class com.google.gwt.http.client.Response
 
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class com.google.gwt.http.client.Response
 
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class com.google.gwt.http.client.Response
 
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class com.google.gwt.http.client.Response
 
SC_RESET_CONTENT - Static variable in class com.google.gwt.http.client.Response
 
SC_SEE_OTHER - Static variable in class com.google.gwt.http.client.Response
 
SC_SERVICE_UNAVAILABLE - Static variable in class com.google.gwt.http.client.Response
 
SC_SWITCHING_PROTOCOLS - Static variable in class com.google.gwt.http.client.Response
 
SC_TEMPORARY_REDIRECT - Static variable in class com.google.gwt.http.client.Response
 
SC_UNAUTHORIZED - Static variable in class com.google.gwt.http.client.Response
 
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class com.google.gwt.http.client.Response
 
SC_USE_PROXY - Static variable in class com.google.gwt.http.client.Response
 
scale(double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Applies scale to the current transform.
schedule(int) - Method in class com.google.gwt.user.client.Timer
Schedules a timer to elapse in the future.
schedule(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.LayoutCommand
Schedules a layout.
scheduleDeferred(Scheduler.ScheduledCommand) - Method in class com.google.gwt.core.client.Scheduler
A deferred command is executed after the browser event loop returns.
scheduleDeferred(Scheduler.ScheduledCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleEntry(Scheduler.RepeatingCommand) - Method in class com.google.gwt.core.client.Scheduler
An "entry" command will be executed before GWT-generated code is invoked by the browser's event loop.
scheduleEntry(Scheduler.ScheduledCommand) - Method in class com.google.gwt.core.client.Scheduler
An "entry" command will be executed before GWT-generated code is invoked by the browser's event loop.
scheduleEntry(Scheduler.RepeatingCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleEntry(Scheduler.ScheduledCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleFinally(Scheduler.RepeatingCommand) - Method in class com.google.gwt.core.client.Scheduler
A "finally" command will be executed before GWT-generated code returns control to the browser's event loop.
scheduleFinally(Scheduler.ScheduledCommand) - Method in class com.google.gwt.core.client.Scheduler
A "finally" command will be executed before GWT-generated code returns control to the browser's event loop.
scheduleFinally(Scheduler.RepeatingCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleFinally(Scheduler.ScheduledCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleFixedDelay(Scheduler.RepeatingCommand, int) - Method in class com.google.gwt.core.client.Scheduler
Schedules a repeating command that is scheduled with a constant delay.
scheduleFixedDelay(Scheduler.RepeatingCommand, int) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleFixedPeriod(Scheduler.RepeatingCommand, int) - Method in class com.google.gwt.core.client.Scheduler
Schedules a repeating command that is scheduled with a constant periodicity.
scheduleFixedPeriod(Scheduler.RepeatingCommand, int) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
scheduleIncremental(Scheduler.RepeatingCommand) - Method in class com.google.gwt.core.client.Scheduler
Schedules a repeating command that performs incremental work.
scheduleIncremental(Scheduler.RepeatingCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
 
Scheduler - Class in com.google.gwt.core.client
This class provides low-level task scheduling primitives.
Scheduler() - Constructor for class com.google.gwt.core.client.Scheduler
 
Scheduler.RepeatingCommand - Interface in com.google.gwt.core.client
General-purpose Command interface for tasks that repeat.
Scheduler.ScheduledCommand - Interface in com.google.gwt.core.client
General-purpose Command interface.
scheduleRepeating(int) - Method in class com.google.gwt.user.client.Timer
Schedules a timer that elapses repeatedly.
scheduleSelectionChangeEvent() - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Schedules a SelectionChangeEvent to fire at the end of the current event loop.
scientificPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
scientificPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 
ScriptElement - Class in com.google.gwt.dom.client
Script statements.
ScriptElement() - Constructor for class com.google.gwt.dom.client.ScriptElement
 
ScriptReference - Class in com.google.gwt.core.ext.linker
An external script file referenced in the module manifest.
ScriptReference(Class<? extends Linker>, String, int) - Constructor for class com.google.gwt.core.ext.linker.ScriptReference
 
ScrollEvent - Class in com.google.gwt.event.dom.client
Represents a native scroll event.
ScrollEvent() - Constructor for class com.google.gwt.event.dom.client.ScrollEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire scroll events.
ScrollHandler - Interface in com.google.gwt.event.dom.client
Handler interface for ScrollEvent events.
scrollIntoView() - Method in class com.google.gwt.dom.client.Element
Scrolls this element into view.
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
Deprecated. use ScrollHandler instead
ScrollListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
ScrollListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ScrollListenerCollection
Deprecated.  
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.
scrollTo(int, int) - Static method in class com.google.gwt.user.client.Window
Scroll the window to the specified position.
scrollToBottom() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Scroll to the bottom of this panel.
scrollToLeft() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Scroll to the far left of this panel.
scrollToRight() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Scroll to the far right of this panel.
scrollToTop() - Method in class com.google.gwt.user.client.ui.ScrollPanel
Scroll to the top of this panel.
select() - Method in class com.google.gwt.dom.client.InputElement
Select the contents of the text area.
select() - Method in class com.google.gwt.dom.client.TextAreaElement
Select the contents of the TEXTAREA.
select(int) - Method in interface com.google.gwt.i18n.client.PluralRule
Returns the plural form appropriate for this count.
selectAll() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Selects all the text.
selectAll() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Selects all the text.
selectAll() - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Selects all of the text in the box.
SelectElement - Class in com.google.gwt.dom.client
The select element allows the selection of an option.
SelectElement() - Constructor for class com.google.gwt.dom.client.SelectElement
 
SelectionCell - Class in com.google.gwt.cell.client
A Cell used to render a drop-down list.
SelectionCell(List<String>) - Constructor for class com.google.gwt.cell.client.SelectionCell
Construct a new SelectionCell with the specified options.
SelectionChangeEvent - Class in com.google.gwt.view.client
Represents a selection change event.
SelectionChangeEvent.Handler - Interface in com.google.gwt.view.client
Handler interface for SelectionChangeEvent events.
SelectionEvent<T> - Class in com.google.gwt.event.logical.shared
Represents a selection event.
SelectionEvent(T) - Constructor for class com.google.gwt.event.logical.shared.SelectionEvent
Creates a new selection event.
SelectionHandler<T> - Interface in com.google.gwt.event.logical.shared
Handler interface for SelectionEvent events.
SelectionModel<T> - Interface in com.google.gwt.view.client
A model for selection within a list.
SelectionModel.AbstractSelectionModel<T> - Class in com.google.gwt.view.client
A default implementation of SelectionModel that provides listener addition and removal.
SelectionModel.AbstractSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Construct an AbstractSelectionModel with a given key provider.
SelectionProperty - Interface in com.google.gwt.core.ext.linker
Represents a deferred binding property.
SelectionProperty - Interface in com.google.gwt.core.ext
A named deferred binding (property, value) pair for use in generators.
selectItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
Select the given MenuItem, which must be a direct child of this MenuBar.
selectOne(MultiSelectionModel<? super T>, T, boolean, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
Selects the given item, optionally clearing any prior selection.
selectTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
Programmatically selects the specified tab and fires events.
selectTab(int, boolean) - 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.TabLayoutPanel
Programmatically selects the specified tab and fires events.
selectTab(int, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Programmatically selects the specified tab.
selectTab(IsWidget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
selectTab(IsWidget, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Convenience overload to allow IsWidget to be used directly.
selectTab(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Programmatically selects the specified tab and fires events.
selectTab(Widget, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Programmatically selects the specified tab.
selectTab(int) - Method in class com.google.gwt.user.client.ui.TabPanel
Programmatically selects the specified tab and fires events.
selectTab(int, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
Programmatically selects the specified tab.
send() - Method in class com.google.gwt.http.client.RequestBuilder
Sends an HTTP request based on the current builder configuration.
send(String) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
Sends a JSONP request and does not expect any results.
send(String, AsyncCallback<Void>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
Sends a JSONP request, does not expect any result, but still allows to be notified when the request has been executed on the server.
send(String, RequestTransport.TransportReceiver) - Method in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated.  
send(String, RequestTransport.TransportReceiver) - Method in class com.google.gwt.requestfactory.server.testing.InProcessRequestTransport
Deprecated.  
send(String, RequestTransport.TransportReceiver) - Method in interface com.google.gwt.requestfactory.shared.RequestTransport
Deprecated. Called by the RequestFactory implementation.
send() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Initiates a request with no request data.
send(String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Initiates a request with data.
send(String, RequestTransport.TransportReceiver) - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
 
send(String, RequestTransport.TransportReceiver) - Method in class com.google.web.bindery.requestfactory.server.testing.InProcessRequestTransport
 
send(String, RequestTransport.TransportReceiver) - Method in interface com.google.web.bindery.requestfactory.shared.RequestTransport
Called by the RequestFactory implementation.
sendRequest(String, RequestCallback) - Method in class com.google.gwt.http.client.RequestBuilder
Sends an HTTP request based on the current builder configuration with the specified data and callback.
SerializableException - Exception in com.google.gwt.user.client.rpc
Deprecated. As of GWT 1.5, Exception implements Serializable and can be used in place of this class
SerializableException() - Constructor for exception com.google.gwt.user.client.rpc.SerializableException
Deprecated. The default constructor.
SerializableException(String) - Constructor for exception com.google.gwt.user.client.rpc.SerializableException
Deprecated. Constructs a serializable exception with the specified message.
SERIALIZATION_POLICY_FILE_ENCODING - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
Default encoding for serialization policy files.
SerializationException - Exception in com.google.gwt.user.client.rpc
Base exception type for errors relating to the serialization stream.
SerializationException() - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationException(String) - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationException(Throwable) - Constructor for exception com.google.gwt.user.client.rpc.SerializationException
 
SerializationPolicy - Class in com.google.gwt.user.server.rpc
This is an abstract class for representing the serialization policy for a given module and RemoteService.
SerializationPolicy() - Constructor for class com.google.gwt.user.server.rpc.SerializationPolicy
 
SerializationPolicyLoader - Class in com.google.gwt.user.server.rpc
API for loading a SerializationPolicy.
SerializationPolicyProvider - Interface in com.google.gwt.user.server.rpc
Used to obtain a SerializationPolicy for a given module base URL and serialization policy strong name.
SerializationStreamFactory - Interface in com.google.gwt.user.client.rpc
An interface for creating SerializationStreamReaders and SerializationStreamWriters.
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 into a stream.
serialize(BaseProxy) - Method in interface com.google.gwt.requestfactory.shared.ProxySerializer
Deprecated. Store a proxy into the backing store.
serialize(BaseProxy) - Method in interface com.google.web.bindery.requestfactory.shared.ProxySerializer
Store a proxy into the backing store.
serializeInstance(SerializationStreamWriter, T) - Method in class com.google.gwt.user.client.rpc.CustomFieldSerializer
Serializes the content of the object into the SerializationStreamWriter.
SERVER_ID - Static variable in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
SERVER_ID - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
ServerFailure - Class in com.google.gwt.requestfactory.shared
Deprecated. 
ServerFailure() - Constructor for class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Constructs a ServerFailure with null properties.
ServerFailure(String) - Constructor for class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Constructs a fatal ServerFailure with null type and null stack trace.
ServerFailure(String, String, String, boolean) - Constructor for class com.google.gwt.requestfactory.shared.ServerFailure
Deprecated. Constructs a ServerFailure object.
ServerFailure - Class in com.google.web.bindery.requestfactory.shared
Describes a request failure on the server.
ServerFailure() - Constructor for class com.google.web.bindery.requestfactory.shared.ServerFailure
Constructs a ServerFailure with null properties.
ServerFailure(String) - Constructor for class com.google.web.bindery.requestfactory.shared.ServerFailure
Constructs a fatal ServerFailure with null type and null stack trace.
ServerFailure(String, String, String, boolean) - Constructor for class com.google.web.bindery.requestfactory.shared.ServerFailure
Constructs a ServerFailure object.
ServerFailureMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
ServerFailureMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
Encapsulates a ServerFailure object.
Service - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
Service - Annotation Type in com.google.web.bindery.requestfactory.shared
Annotation on Request classes specifying the server side implementations that back them.
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
 
ServiceLayer - Class in com.google.gwt.requestfactory.server
Deprecated. 
ServiceLayer - Class in com.google.web.bindery.requestfactory.server
The ServiceLayer mediates all interactions between the SimpleRequestProcessor and the domain environment.
ServiceLayerDecorator - Class in com.google.gwt.requestfactory.server
Deprecated. 
ServiceLayerDecorator() - Constructor for class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
ServiceLayerDecorator - Class in com.google.web.bindery.requestfactory.server
Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it to ServiceLayer.create(ServiceLayerDecorator...).
ServiceLayerDecorator() - Constructor for class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
ServiceLocator - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
ServiceLocator - Interface in com.google.web.bindery.requestfactory.shared
A ServiceLocator provides instances of a type specified by a Service when Request methods declared in a RequestContextare mapped onto instance (non-static) methods.
ServiceName - Annotation Type in com.google.gwt.requestfactory.shared
Deprecated. 
ServiceName - Annotation Type in com.google.web.bindery.requestfactory.shared
Annotation on Request classes specifying the server side implementations that back them.This annotation can be used in place of Service if the service type is not available to the GWT compiler or DevMode runtime.
ServletContainer - Class in com.google.gwt.core.ext
An instance of a servlet container that can be used by the shell.
ServletContainer() - Constructor for class com.google.gwt.core.ext.ServletContainer
 
ServletContainerLauncher - Class in com.google.gwt.core.ext
Defines the service provider interface for launching servlet containers that can be used by the GWT development mode.
ServletContainerLauncher() - Constructor for class com.google.gwt.core.ext.ServletContainerLauncher
 
set(Object) - Method in interface com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext
Deprecated. Sets a property value.
set(int, int) - Method in class com.google.gwt.canvas.dom.client.CanvasPixelArray
Sets the data value at position i to the given value.
set(int, T) - Method in class com.google.gwt.core.client.JsArray
Sets the object value at a given index.
set(int, boolean) - Method in class com.google.gwt.core.client.JsArrayBoolean
Sets the value value at a given index.
set(int, int) - Method in class com.google.gwt.core.client.JsArrayInteger
Sets the value value at a given index.
set(int, boolean) - Method in class com.google.gwt.core.client.JsArrayMixed
Sets the boolean value at a given index.
set(int, double) - Method in class com.google.gwt.core.client.JsArrayMixed
Sets the double value at a given index.
set(int, JavaScriptObject) - Method in class com.google.gwt.core.client.JsArrayMixed
Sets the object value at a given index.
set(int, String) - Method in class com.google.gwt.core.client.JsArrayMixed
Sets the String value at a given index.
set(int, double) - Method in class com.google.gwt.core.client.JsArrayNumber
Sets the value value at a given index.
set(int, String) - Method in class com.google.gwt.core.client.JsArrayString
Sets the value value at a given index.
set(int, JSONValue) - Method in class com.google.gwt.json.client.JSONArray
Sets the specified index to the given value.
set(int, String) - Method in class com.google.gwt.regexp.shared.SplitResult
Sets (overrides) one of the strings split off.
set(Object, Field, Object) - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
set(Object, int, Object) - Method in interface com.google.gwt.rpc.server.CommandSerializationUtil.Accessor
 
set(Object) - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.PropertyContext
Sets a property value.
setAccept(String) - Method in class com.google.gwt.dom.client.InputElement
A comma-separated list of content types that a server processing this form will handle correctly.
setAcceptableValues(Collection<T>) - Method in interface com.google.gwt.user.client.ui.HasConstrainedValue
Set the acceptable values.
setAcceptableValues(Collection<T>) - Method in class com.google.gwt.user.client.ui.ValueListBox
 
setAcceptableValues(Collection<T>) - Method in class com.google.gwt.user.client.ui.ValuePicker
 
setAcceptCharset(String) - Method in class com.google.gwt.dom.client.FormElement
List of character sets supported by the server.
setAccessKey(String) - Method in class com.google.gwt.dom.client.AnchorElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in class com.google.gwt.dom.client.AreaElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in class com.google.gwt.dom.client.ButtonElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in class com.google.gwt.dom.client.InputElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in class com.google.gwt.dom.client.LabelElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in class com.google.gwt.dom.client.LegendElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in class com.google.gwt.dom.client.TextAreaElement
A single character access key to give access to the form control.
setAccessKey(char) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Sets the widget's 'access key'.
setAccessKey(char) - Method in class com.google.gwt.user.cellview.client.CellTree
Sets the widget's 'access key'.
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.Anchor
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setAccessKey(char) - Method in interface com.google.gwt.user.client.ui.Focusable
Sets the widget's 'access key'.
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 class com.google.gwt.user.client.ui.SuggestBox
 
setAccessKey(char) - Method in class com.google.gwt.user.client.ui.Tree
 
setAccessKey(char) - Method in class com.google.gwt.user.datepicker.client.DateBox
Sets the date box's 'access key'.
setAction(String) - Method in class com.google.gwt.dom.client.FormElement
Server-side form handler.
setAction(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the 'action' associated with this form.
setAlign(String) - Method in class com.google.gwt.dom.client.TableCellElement
Horizontal alignment of data in cell.
setAlign(String) - Method in class com.google.gwt.dom.client.TableColElement
Horizontal alignment of cell data in column.
setAlign(String) - Method in class com.google.gwt.dom.client.TableRowElement
Horizontal alignment of data within cells of this row.
setAlign(String) - Method in class com.google.gwt.dom.client.TableSectionElement
Horizontal alignment of data in cells.
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.
setAlignment(ValueBoxBase.TextAlignment) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
setAlphaAt(int, int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Sets the alpha value at position (x,y).
setAlt(String) - Method in class com.google.gwt.dom.client.AreaElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - Method in class com.google.gwt.dom.client.ImageElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - Method in class com.google.gwt.dom.client.InputElement
Alternate text for user agents not rendering the normal content of this element.
setAltText(String) - Method in class com.google.gwt.user.client.ui.Image
Sets the alternate text of the image for user agents that can't render the image.
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.
setAnimation(CellTree.NodeAnimation) - Method in class com.google.gwt.user.cellview.client.CellTree
Set the animation used to open and close nodes in this tree.
setAnimationDuration(int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Set the duration of the animated transition between tabs.
setAnimationDuration(int) - Method in class com.google.gwt.user.client.ui.NotificationMole
Sets the animation duration in milliseconds.
setAnimationDuration(int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Set the duration of the animated transition between children.
setAnimationDuration(int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Set the duration of the animated transition between tabs.
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.cellview.client.CellBrowser
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.cellview.client.CellTree
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.DeckPanel
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
setAnimationEnabled(boolean) - Method in interface com.google.gwt.user.client.ui.HasAnimation
Enable or disable animations.
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.DefaultSuggestionDisplay.setAnimationEnabled(boolean) instead
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
 
setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.Tree
 
setAnimationVertical(boolean) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Set whether or not transitions slide in vertically or horizontally.
setAnimationVertical(boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Set whether or not transitions slide in vertically or horizontally.
setApiVersion(String) - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
setApiVersion(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
setAstTypes(String[]) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
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(String, String) - Method in class com.google.gwt.dom.client.Element
Adds a new attribute.
setAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.setElementProperty(Element, String, String) instead.
setAttribute(String, String) - Method in interface com.google.gwt.xml.client.Element
This method sets the attribute specified by name to value.
setAutoHideEnabled(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
Enable or disable the autoHide feature.
setAutoHideOnHistoryEventsEnabled(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
Enable or disable autoHide on history change events.
setAutoHorizontalAlignment(HasHorizontalAlignment.AutoHorizontalAlignmentConstant) - Method in interface com.google.gwt.user.client.ui.HasAutoHorizontalAlignment
Sets the horizontal alignment, allowing in addition to the "static" HasHorizontalAlignment.HorizontalAlignmentConstant values, the "automatic" HasHorizontalAlignment.AutoHorizontalAlignmentConstant values that depend on the content direction.
setAutoHorizontalAlignment(HasHorizontalAlignment.AutoHorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.LabelBase
 
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.
setAutoplay(boolean) - Method in class com.google.gwt.dom.client.MediaElement
Enables or disables autoplay of the resource.
setAutoplay(boolean) - Method in class com.google.gwt.media.client.MediaBase
Enables or disables autoplay of the resource.
setAutoSelectEnabled(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox
Turns on or off the behavior that automatically selects the first suggested item.
setBackColor(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Sets the background color.
setBackColor(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Sets the background color.
setBackgroundColor(String) - Method in class com.google.gwt.dom.client.Style
Set the background-color css property.
setBackgroundImage(String) - Method in class com.google.gwt.dom.client.Style
Set the background-image css property.
setBindAddress(String) - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Set the bind address for the web server socket.
setBlueAt(int, int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Sets the blue value at position (x,y).
setBooleanAttribute(Element, String, boolean) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.setElementPropertyBoolean(Element, String, boolean) instead.
setBorder(int) - Method in class com.google.gwt.dom.client.TableElement
The width of the border around the table.
setBorderColor(String) - Method in class com.google.gwt.dom.client.Style
Set the border-color css property.
setBorderStyle(Style.BorderStyle) - Method in class com.google.gwt.dom.client.Style
Sets the border-style CSS property.
setBorderWidth(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the border-width css property.
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.
setBottom(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the bottom css property.
setBottomHeight(double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's bottom and height values.
setBottomWidget(Widget) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated. Sets the widget in the bottom of the panel.
setCallback(RequestCallback) - Method in class com.google.gwt.http.client.RequestBuilder
Sets the response handler for this request.
setCallback(RequestCallback) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Sets the RequestCallback to be used by the RequestBuilder.
setCallbackParam(String) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
setCanceled(boolean) - Method in class com.google.gwt.view.client.CellPreviewEvent
Cancel the event and prevent it from firing to the Cell.
setCancelled(boolean) - Method in class com.google.gwt.user.client.ui.FormSubmitEvent
Sets whether the form submit will be canceled.
setCaption(TableCaptionElement) - Method in class com.google.gwt.dom.client.TableElement
The table's CAPTION, or null if none exists.
setCaption(FieldSetElement, Element, SafeHtml) - Method in class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
 
setCaption(FieldSetElement, Element, String, boolean) - Method in class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
 
setCaption(FieldSetElement, Element, SafeHtml) - Method in class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla
 
setCaption(FieldSetElement, Element, String, boolean) - Method in class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla
 
setCaption(FieldSetElement, Element, SafeHtml) - Method in class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari
 
setCaption(FieldSetElement, Element, String, boolean) - Method in class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari
 
setCaption(String) - Method in interface com.google.gwt.user.client.ui.HasCaption
Sets this widget's caption.
setCaptionHTML(String) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Sets the caption for the panel using an HTML fragment.
setCaptionHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Sets the caption for the panel using a SafeHtml string.
setCaptionText(String) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Sets the caption for the panel using text that will be automatically escaped.
setCapture(Element) - Static method in class com.google.gwt.user.client.DOM
Sets mouse/touch/gesture capture on the given element.
setCapture(Element) - Static method in class com.google.gwt.user.client.Event
Sets mouse-capture on the given element.
setCategories(Class<?>...) - Method in class com.google.gwt.autobean.server.Configuration.Builder
Deprecated. Equivalent to applying a Category annotation to an AutoBeanFactory declaration.
setCategories(Class<?>...) - Method in class com.google.web.bindery.autobean.vm.Configuration.Builder
Equivalent to applying a Category annotation to an AutoBeanFactory declaration.
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(IsWidget, String) - Method in class com.google.gwt.user.client.ui.CellPanel
Overloaded version for IsWidget.
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(IsWidget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
Overloaded version for IsWidget.
setCellHorizontalAlignment(Element, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
 
setCellHorizontalAlignment(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCellPadding(int) - Method in class com.google.gwt.dom.client.TableElement
Specifies the horizontal and vertical space between cell content and cell borders.
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.dom.client.TableElement
Specifies the horizontal and vertical separation between 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(IsWidget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
Overloaded version for IsWidget.
setCellVerticalAlignment(Element, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
 
setCellVerticalAlignment(Widget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCellWidth(Widget, String) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the width of the cell associated with the given widget, related to the panel as a whole.
setCellWidth(IsWidget, String) - Method in class com.google.gwt.user.client.ui.CellPanel
Overloaded version for IsWidget.
setCellWidth(Widget, String) - Method in class com.google.gwt.user.client.ui.DockPanel
 
setCh(String) - Method in class com.google.gwt.dom.client.TableCellElement
Alignment character for cells in a column.
setCh(String) - Method in class com.google.gwt.dom.client.TableColElement
Alignment character for cells in a column.
setCh(String) - Method in class com.google.gwt.dom.client.TableRowElement
Alignment character for cells in a column.
setCh(String) - Method in class com.google.gwt.dom.client.TableSectionElement
Alignment character for cells in a column.
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.dom.client.InputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
setChecked(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
Deprecated. Use CheckBox.setValue(Boolean) instead
setChecked(boolean) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
Deprecated. Use SimpleCheckBox.setValue(Boolean) instead
setChildHorizontalPosition(Layout.Alignment) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the child element's horizontal position within the layer.
setChildOpen(int, boolean) - Method in interface com.google.gwt.user.cellview.client.TreeNode
Open or close a child node and fire an event.
setChildOpen(int, boolean, boolean) - Method in interface com.google.gwt.user.cellview.client.TreeNode
Open or close the node, optionally firing an event.
setChildVerticalPosition(Layout.Alignment) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the child element's vertical position within the layer.
setChOff(String) - Method in class com.google.gwt.dom.client.TableCellElement
Offset of alignment character.
setChOff(String) - Method in class com.google.gwt.dom.client.TableColElement
Offset of alignment character.
setChOff(String) - Method in class com.google.gwt.dom.client.TableRowElement
Offset of alignment character.
setChOff(String) - Method in class com.google.gwt.dom.client.TableSectionElement
Offset of alignment character.
setCite(String) - Method in class com.google.gwt.dom.client.ModElement
A URI designating a document that describes the reason for the change.
setCite(String) - Method in class com.google.gwt.dom.client.QuoteElement
A URI designating a source document or message.
setClassName(String) - Method in class com.google.gwt.dom.client.Element
The class attribute of the element.
setClientId(int) - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
setClientId(int) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
setCode(String) - Method in class com.google.gwt.dom.client.ObjectElement
Applet class file.
setColor(String) - Method in class com.google.gwt.dom.client.Style
Sets the color CSS property.
setCols(String) - Method in class com.google.gwt.dom.client.FrameSetElement
The number of columns of frames in the frameset.
setCols(int) - Method in class com.google.gwt.dom.client.TextAreaElement
Width of control (in characters).
setColSpan(int) - Method in class com.google.gwt.dom.client.TableCellElement
Number of columns spanned by cell.
setColSpan(int, int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Sets the column span for the given cell.
setColumnBlacklisted(int, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
Set whether or not the specified column in blacklisted.
setColumnFormatter(HTMLTable.ColumnFormatter) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
setColumnWhitelisted(int, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
Set whether or not the specified column in whitelisted.
setColumnWidth(Column<T, ?>, String) - Method in class com.google.gwt.user.cellview.client.CellTable
Set the width of a Column.
setColumnWidth(Column<T, ?>, double, Style.Unit) - Method in class com.google.gwt.user.cellview.client.CellTable
Set the width of a Column.
setCommand(Command) - Method in class com.google.gwt.user.client.ui.MenuItem
Sets the command associated with this item.
setComparator(Column<T, ?>, Comparator<T>) - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler
Set the comparator used to sort the specified column in ascending order.
setCompileElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in interface com.google.gwt.editor.client.EditorDriver
Show ConstraintViolations generated through a Validator.
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
A no-op method that always returns false.
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. A no-op method that always returns false.
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
A no-op method that always returns false.
setConsumed(boolean) - Method in interface com.google.gwt.editor.client.EditorError
Indicates whether or not the EditorError will be propagated to the enclosing Editor.
setConsumed(boolean) - Method in class com.google.gwt.editor.client.testing.MockEditorError
No-op.
setContent(String) - Method in class com.google.gwt.dom.client.MetaElement
Associated information.
setContent(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Sets the content widget which can be opened and closed by this panel.
setContents(StyleElement, String) - Static method in class com.google.gwt.dom.client.StyleInjector
Deprecated. The associated StyleElement cannot be implemented consistently across all browsers
setContents(StyleElement, String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
 
setContentType(String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Sets the MIME content type to be used by the RequestBuilder.
setContentWidget(Widget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
Sets or replaces the content widget within the CaptionPanel.
setContentWidget(Widget) - Method in class com.google.gwt.user.client.ui.HeaderPanel
Set the widget in the content portion between the header and footer.
setControls(boolean) - Method in class com.google.gwt.dom.client.MediaElement
Enables or disables interactive controls.
setControls(boolean) - Method in class com.google.gwt.media.client.MediaBase
Enables or disables interactive controls.
setCookie(String, String) - Static method in class com.google.gwt.user.client.Cookies
Sets a cookie.
setCookie(String, String, Date) - Static method in class com.google.gwt.user.client.Cookies
Sets a cookie.
setCookie(String, String, Date, String, String, boolean) - Static method in class com.google.gwt.user.client.Cookies
Sets a cookie.
setCoordinateSpaceHeight(int) - Method in class com.google.gwt.canvas.client.Canvas
Sets the height of the internal canvas coordinate space.
setCoordinateSpaceWidth(int) - Method in class com.google.gwt.canvas.client.Canvas
Sets the width of the internal canvas coordinate space.
setCoords(String) - Method in class com.google.gwt.dom.client.AreaElement
Comma-separated list of lengths, defining an active region geometry.
setCssText(String) - Method in class com.google.gwt.dom.client.StyleElement
Sets the CSS text.
setCurrentMonth(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Sets the currently specified date.
setCurrentMonth(Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets the date picker to show the given month, use DatePicker.getFirstDate() and DatePicker.getLastDate() to access the exact date range the date picker chose to display.
setCurrentTime(double) - Method in class com.google.gwt.dom.client.MediaElement
Sets the current playback time within the media stream, in seconds.
setCurrentTime(double) - Method in class com.google.gwt.media.client.MediaBase
Sets the current playback time within the media stream, in seconds.
setCurrentValue(String) - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
Set the current value.
setCursor(Style.Cursor) - Method in class com.google.gwt.dom.client.Style
Sets the cursor CSS property.
setCursorPos(int) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Sets the cursor position.
setData(String) - Method in class com.google.gwt.dom.client.ObjectElement
A URI specifying the location of the object's data.
setData(String) - Method in class com.google.gwt.dom.client.Text
The character data of this text node.
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.
setDataDisplay(HasData<T>) - Method in class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
 
setDataDisplay(HasData<T>) - Method in interface com.google.gwt.view.client.TreeViewModel.NodeInfo
Set the display that is listening to this TreeViewModel.DefaultNodeInfo.
setDate(int) - Method in class com.google.gwt.core.client.JsDate
Sets the day of the month.
setDateTime(String) - Method in class com.google.gwt.dom.client.ModElement
The date and time of the change.
setDefaultChecked(boolean) - Method in class com.google.gwt.dom.client.InputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
setDefaultColumnWidth(int) - Method in class com.google.gwt.user.cellview.client.CellBrowser
Set the default width of new columns.
setDefaultNodeSize(int) - Method in class com.google.gwt.user.cellview.client.CellTree
Set the default number of children to display beneath each child node.
setDefaultPlaybackRate(double) - Method in class com.google.gwt.dom.client.MediaElement
Sets the default playback rate.
setDefaultPlaybackRate(double) - Method in class com.google.gwt.media.client.MediaBase
Sets the default playback rate.
setDefaultSelected(boolean) - Method in class com.google.gwt.dom.client.OptionElement
Represents the value of the HTML selected attribute.
setDefaultSuggestions(Collection<SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Sets the default suggestion collection.
setDefaultSuggestionsFromText(Collection<String>) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
A convenience method to set default suggestions using plain text strings.
setDefaultValue(String) - Method in class com.google.gwt.dom.client.InputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
setDefaultValue(String) - Method in class com.google.gwt.dom.client.TextAreaElement
Represents the contents of the element.
setDefaultValue(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the default value of the hidden field.
setDefer(String) - Method in class com.google.gwt.dom.client.ScriptElement
Indicates that the user agent can defer processing of the script.
setDelegate(EditorDelegate<List<T>>) - Method in class com.google.gwt.editor.client.adapters.ListEditor
 
setDelegate(EditorDelegate<T>) - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
 
setDelegate(EditorDelegate<T>) - Method in interface com.google.gwt.editor.client.HasEditorDelegate
Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with.
setDelegate(EditorDelegate<T>) - Method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Sets the EditorDelegate for this instance.
setDir(String) - Method in class com.google.gwt.dom.client.Element
Specifies the base direction of directionally neutral text and the directionality of tables.
setDir(File) - Method in class com.google.gwt.util.tools.ArgHandlerDir
 
setDirection(HasDirection.Direction) - Method in interface com.google.gwt.i18n.client.HasDirection
Sets the directionality for a widget.
setDirection(HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Anchor
Deprecated. Use Anchor.setDirectionEstimator(boolean) and / or pass explicit direction to Anchor.setText(java.lang.String), Anchor.setHTML(com.google.gwt.safehtml.shared.SafeHtml) instead
setDirection(HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
Deprecated.  
setDirection(HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use LabelBase.setDirectionEstimator(boolean) and / or pass explicit direction to Label.setText(java.lang.String) instead
setDirection(HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
setDirectionEstimator(boolean) - Method in class com.google.gwt.i18n.client.AutoDirectionHandler
Toggles direction estimation on (using a default estimator) and off.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.i18n.client.AutoDirectionHandler
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in interface com.google.gwt.i18n.shared.HasDirectionEstimator
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in interface com.google.gwt.i18n.shared.HasDirectionEstimator
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.Anchor
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.Anchor
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.CheckBox
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
See note at DirectionalTextHelper.setDirectionEstimator(com.google.gwt.i18n.shared.DirectionEstimator).
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
Note: if the element already has non-empty content, this will update its direction according to the new estimator's result.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.Hyperlink
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.Hyperlink
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.LabelBase
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.LabelBase
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.ListBox
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the DirectionEstimator object.
setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Toggles on / off direction estimation.
setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Sets the direction estimation model of the auto-dir handler.
setDirectionOnElement(Element, HasDirection.Direction) - Static method in class com.google.gwt.i18n.client.BidiUtils
Sets the directionality property for an element.
setDirty(boolean) - Method in interface com.google.gwt.editor.client.EditorDelegate
Toggle the dirty-state flag for the Editor.
setDirty(boolean) - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
Records the value of dirty which can be retrieved from MockEditorDelegate.isDirty().
setDisabled(boolean) - Method in class com.google.gwt.dom.client.ButtonElement
The control is unavailable in this context.
setDisabled(String) - Method in class com.google.gwt.dom.client.ButtonElement
Deprecated. use ButtonElement.setDisabled(boolean) instead
setDisabled(boolean) - Method in class com.google.gwt.dom.client.InputElement
The control is unavailable in this context.
setDisabled(boolean) - Method in class com.google.gwt.dom.client.LinkElement
Enables/disables the link.
setDisabled(boolean) - Method in class com.google.gwt.dom.client.OptGroupElement
The control is unavailable in this context.
setDisabled(String) - Method in class com.google.gwt.dom.client.OptGroupElement
The control is unavailable in this context.
setDisabled(boolean) - Method in class com.google.gwt.dom.client.OptionElement
The control is unavailable in this context.
setDisabled(boolean) - Method in class com.google.gwt.dom.client.SelectElement
The control is unavailable in this context.
setDisabled(String) - Method in class com.google.gwt.dom.client.SelectElement
The control is unavailable in this context.
setDisabled(boolean) - Method in class com.google.gwt.dom.client.StyleElement
Enables/disables the style sheet.
setDisabled(boolean) - Method in class com.google.gwt.dom.client.TextAreaElement
The control is unavailable in this context.
setDisplay(AcceptsOneWidget) - Method in class com.google.gwt.activity.shared.ActivityManager
Sets the display for the receiver, and has the side effect of starting or stopping its monitoring the event bus for place change events.
setDisplay(Style.Display) - Method in class com.google.gwt.dom.client.Style
Sets the display CSS property.
setDisplay(HasRows) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Set the HasRows to be paged.
setDisplay(HasRows) - Method in class com.google.gwt.user.cellview.client.PageSizePager
 
setDisplay(HasRows) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
setDown(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets whether this button is down.
setDown(boolean) - Method in class com.google.gwt.user.client.ui.ToggleButton
Sets whether this button is down.
setDuration(int) - Method in class com.google.gwt.user.cellview.client.CellTree.NodeAnimation
Set the duration of the animation in milliseconds.
setEditor(ValueBoxEditor<T>) - Method in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
Sets the associated ValueBoxEditor.
setEditorChain(CompositeEditor.EditorChain<T, E>) - Method in class com.google.gwt.editor.client.adapters.ListEditor
 
setEditorChain(CompositeEditor.EditorChain<T, E>) - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
 
setEditorChain(CompositeEditor.EditorChain<C, E>) - Method in interface com.google.gwt.editor.client.CompositeEditor
Called by the Editor framework to provide the CompositeEditor.EditorChain.
setElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
setElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
setElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
setElement(Element) - Method in class com.google.gwt.user.client.ui.UIObject
Sets this object's browser element.
setElement(Element) - Method in class com.google.gwt.user.client.ui.UIObject
Sets this object's browser element.
setElementAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Sets an attribute on a given element.
setElementProperty(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Sets a property on the given element.
setElementPropertyBoolean(Element, String, boolean) - Static method in class com.google.gwt.user.client.DOM
Sets a boolean property on the given element.
setElementPropertyInt(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Sets an int property on the given element.
setEmptyListMessage(SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellList
Deprecated. as of GWT 2.3, use #setEmptyDataWidget(com.google.gwt.user.client.ui.Widget) instead
setEmptyListWidget(Widget) - Method in class com.google.gwt.user.cellview.client.CellList
Set the widget to display when the list has no rows.
setEmptyTableWidget(Widget) - Method in class com.google.gwt.user.cellview.client.CellTable
Set the widget to display when the table has no rows.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets whether this button is enabled.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.FileUpload
Sets whether this widget is enabled.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.FocusWidget
Sets whether this widget is enabled.
setEnabled(boolean) - Method in interface com.google.gwt.user.client.ui.HasEnabled
Sets whether this widget is enabled.
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
 
setEnabled(boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox
Sets whether the date box is enabled.
setEnabledOnDate(boolean, Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
Enables or Disables a particular date.
setEnabledOnDate(boolean, Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
setEncoding(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the encoding used for submitting this form.
setEnctype(String) - Method in class com.google.gwt.dom.client.FormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
setEndOfLineWidget(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Sets the widget in the pane that is at the end of the line direction for the layout.
setEnhanced() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Indicates that the type may be enhanced on the server to contain extra fields that are unknown to client code.
setEventCancelled(boolean) - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Set whether the next scheduled event should be canceled.
setEventListener(Element, EventListener) - Static method in class com.google.gwt.user.client.DOM
Sets the EventListener to receive events for the given element.
setEventListener(Element, EventListener) - Static method in class com.google.gwt.user.client.Event
Sets the EventListener to receive events for the given element.
setEventScheduled(boolean) - Method in class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Set whether an event is scheduled to be fired.
setExceptionHandler(ExceptionHandler) - Method in class com.google.gwt.requestfactory.server.SimpleRequestProcessor
Deprecated.  
setExceptionHandler(ExceptionHandler) - Method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
 
setExceptionType(String) - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
setExceptionType(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
setFactory(F) - Method in interface com.google.gwt.place.shared.PlaceHistoryMapperWithFactory
Sets the factory to be used to generate PlaceTokenizer instances.
setFailureCallbackParam(String) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
setFatal(boolean) - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
setFatal(boolean) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
setFields(String, List<String>) - Method in class com.google.gwt.rpc.linker.RpcDataArtifact
 
setFieldUpdater(FieldUpdater<T, C>) - Method in class com.google.gwt.user.cellview.client.Column
Set the FieldUpdater used for updating values in the column.
setFile(File) - Method in class com.google.gwt.util.tools.ArgHandlerFile
 
setFillStyle(FillStrokeStyle) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the context's fillStyle.
setFillStyle(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Convenience method to set the context's fillStyle to a CssColor, specified in String form.
setFinalTypeOracleTypes(List<String>) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
setFlag() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
 
setFloat(Style.Float) - Method in class com.google.gwt.dom.client.Style
Set the float css property.
setFocus(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setFocus(boolean) - Method in class com.google.gwt.user.cellview.client.CellTree
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.Anchor
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setFocus(boolean) - Method in interface com.google.gwt.user.client.ui.Focusable
Explicitly focus/unfocus this widget.
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 class com.google.gwt.user.client.ui.RichTextArea
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setFocus(boolean) - Method in class com.google.gwt.user.client.ui.Tree
 
setFocus(boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox
Explicitly focus/unfocus this widget.
setFocusable(Element, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Make an element focusable or not.
setFocusOnHoverEnabled(boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
Enable or disable auto focus when the mouse hovers over the MenuBar.
setFont(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the font.
setFontName(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Sets the font name.
setFontName(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Sets the font name.
setFontSize(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the font-size css property.
setFontSize(RichTextArea.FontSize) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Sets the font size.
setFontSize(RichTextArea.FontSize) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Sets the font size.
setFontStyle(Style.FontStyle) - Method in class com.google.gwt.dom.client.Style
Sets the font-style CSS property.
setFontWeight(Style.FontWeight) - Method in class com.google.gwt.dom.client.Style
Sets the font-weight CSS property.
setFooterWidget(Widget) - Method in class com.google.gwt.user.client.ui.HeaderPanel
Set the widget in the footer portion at the bottom of the panel.
setForceCheckCompleteHtml(boolean) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
Sets a global flag that controls whether or not SafeHtmlHostedModeUtils.maybeCheckCompleteHtml(String) should perform its check in a server-side environment.
setForceCheckCompleteHtmlFromProperty() - Static method in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
Sets a global flag that controls whether or not SafeHtmlHostedModeUtils.maybeCheckCompleteHtml(String) should perform its check in a server-side environment from the value of the "com.google.gwt.safehtml.ForceCheckCompleteHtml" property.
setForcedLatinDigits(boolean) - Static method in class com.google.gwt.i18n.client.NumberFormat
Specify whether all new NumberFormat instances will use latin digits and related characters rather than the localized ones.
setForcePureJava(boolean) - Method in class com.google.gwt.junit.client.GWTTestCase
Specifies whether this test case should be always run in pure Java mode (non-GWT).
setForeColor(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Sets the foreground color.
setForeColor(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Sets the foreground color.
setFormat(DateBox.Format) - Method in class com.google.gwt.user.datepicker.client.DateBox
Sets the format used to control formatting and parsing of dates in this DateBox.
setFormValue(String) - Method in class com.google.gwt.user.client.ui.CheckBox
Set the value property on the input element that backs this widget.
setFormValue(String) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
Set the value property on the input element that backs this widget.
setFrame(String) - Method in class com.google.gwt.dom.client.TableElement
Specifies which external table borders to render.
setFrameBorder(int) - Method in class com.google.gwt.dom.client.FrameElement
Request frame borders.
setFrameBorder(int) - Method in class com.google.gwt.dom.client.IFrameElement
Request frame borders.
setFrozen(boolean) - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. Disallows any method calls other than getters.
setFrozen(boolean) - Method in interface com.google.web.bindery.autobean.shared.AutoBean
Disallows any method calls other than getters.
setFullYear(int) - Method in class com.google.gwt.core.client.JsDate
Sets the year.
setFullYear(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the year and month.
setFullYear(int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the year, month, and day.
setGeneralFailure(ServerFailureMessage) - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
setGeneralFailure(ServerFailureMessage) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
setGlassEnabled(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
When enabled, the background will be blocked with a semi-transparent pane the next time it is shown.
setGlassStyleName(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the style name to be used on the glass element.
setGlobalAlpha(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the global alpha value.
setGlobalCompositeOperation(Context2d.Composite) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the global composite operation.
setGlobalCompositeOperation(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the global composite operation.
setGreenAt(int, int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Sets the green value at position (x,y).
setGzipEncodingHeader(HttpServletResponse) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Sets the correct header to indicate that a response is gzipped.
setHash(String) - Method in class com.google.gwt.http.client.UrlBuilder
Set the hash portion of the location (ex.
setHeader(String, String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets a request header with the given name and value.
setHeader(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Sets the widget used as the header for the panel.
setHeaderHTML(int, String) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Sets a stack header's HTML contents.
setHeaderHTML(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Sets a stack header's HTML contents.
setHeaders(String) - Method in class com.google.gwt.dom.client.TableCellElement
List of id attribute values for header cells.
setHeaderText(int, String) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Sets a stack header's text contents.
setHeaderWidget(Widget) - Method in class com.google.gwt.user.client.ui.HeaderPanel
Set the widget in the header portion at the top of the panel.
setHeight(int) - Method in class com.google.gwt.dom.client.CanvasElement
Sets the height of the canvas.
setHeight(int) - Method in class com.google.gwt.dom.client.ImageElement
Height of the image in pixels.
setHeight(String) - Method in class com.google.gwt.dom.client.ObjectElement
Override height.
setHeight(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the height css property.
setHeight(int) - Method in class com.google.gwt.dom.client.VideoElement
Sets the height of the element.
setHeight(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the height of the specified cell.
setHeight(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the height of the panel's child widget.
setHeight(String) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets the object's height.
setHeight(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's height.
setHeight(String) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated.  
setHighlightedDate(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
Allows the calendar view to update the date picker's highlighted date.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.cellview.client.Column
Sets the horizontal alignment.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.Anchor
 
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.LabelBase
Sets the horizontal alignment.
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 interface com.google.gwt.user.client.ui.HasHorizontalScrolling
Sets the horizontal scroll position.
setHorizontalScrollPosition(int) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets the horizontal scroll position.
setHost(String) - Method in class com.google.gwt.http.client.UrlBuilder
Set the host portion of the location (ex.
setHours(int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour.
setHours(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour and minutes.
setHours(int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour, minutes, and seconds.
setHours(int, int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour, minutes, seconds, and milliseconds.
setHref(String) - Method in class com.google.gwt.dom.client.AnchorElement
The absolute URI of the linked resource.
setHref(String) - Method in class com.google.gwt.dom.client.AreaElement
The URI of the linked resource.
setHref(String) - Method in class com.google.gwt.dom.client.BaseElement
The base URI See the href attribute definition in HTML 4.01.
setHref(String) - Method in class com.google.gwt.dom.client.LinkElement
The URI of the linked resource.
setHref(String) - Method in class com.google.gwt.user.client.ui.Anchor
Sets the anchor's href (the url to which it links).
setHreflang(String) - Method in class com.google.gwt.dom.client.AnchorElement
Language code of the linked resource.
setHreflang(String) - Method in class com.google.gwt.dom.client.LinkElement
Language code of the linked resource.
setHTML(SafeHtml) - Method in interface com.google.gwt.safehtml.client.HasSafeHtml
Sets this object's contents via known-safe HTML.
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.Anchor
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.Anchor
 
setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Anchor
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.ButtonBase
 
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.ButtonBase
 
setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Set the face's contents as html.
setHTML(String) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Set the face's contents as html.
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets the current face's html.
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.DialogBox
Sets the html string inside the caption by calling its #setHTML(SafeHTML) method.
setHTML(String) - Method in class com.google.gwt.user.client.ui.DialogBox
Sets the html string inside the caption by calling its DialogBox.setHTML(SafeHtml) method.
setHTML(String, HasDirection.Direction) - Method in interface com.google.gwt.user.client.ui.HasDirectionalHtml
Sets this object's html, also declaring its direction.
setHTML(SafeHtml, HasDirection.Direction) - Method in interface com.google.gwt.user.client.ui.HasDirectionalSafeHtml
Sets this object's html, also declaring its direction.
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
Sets the label's content to the given HTML.
setHTML(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.HTML
Sets the label's content to the given HTML, applying the given direction.
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.HTML
Sets this object's contents via known-safe HTML.
setHTML(SafeHtml, HasDirection.Direction) - 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(int, int, SafeHtml) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the HTML contents of the specified cell.
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setHTML(String) - Method in class com.google.gwt.user.client.ui.TreeItem
 
setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.TreeItem
 
setHtmlFor(String) - Method in class com.google.gwt.dom.client.LabelElement
This attribute links this label with another form control by id attribute.
setHttpEquiv(String) - Method in class com.google.gwt.dom.client.MetaElement
HTTP response header name [IETF RFC 2616].
setId(String) - Method in class com.google.gwt.dom.client.Element
The element's identifier.
setId(String) - Method in class com.google.gwt.requestfactory.server.Logging
Deprecated. Sets the id on this instance.
setId(int) - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
setID(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the id of the hidden field.
setId(String) - Method in class com.google.web.bindery.requestfactory.server.Logging
Sets the id on this instance.
setId(int) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
setImage(Image) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Set the face's contents as an image.
setImgSrc(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sets the src attribute of an img element.
setIndex(E, int) - Method in class com.google.gwt.editor.client.adapters.EditorSource
Re-order a sub-Editor.
setIndex(FakeLeafValueEditor<T>, int) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
 
setInitialTypes(Collection<String>) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
setInModel(T) - Method in interface com.google.gwt.editor.client.EditorContext
Sets a new value in the data hierarchy being edited.
setInModel(T) - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
A no-op.
setInnerHTML(String) - Method in class com.google.gwt.dom.client.Element
All of the markup and content within a given element.
setInnerHTML(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sets the HTML contained within an element.
setInnerText(String) - Method in class com.google.gwt.dom.client.Element
The text between the start and end tags of the object.
setInnerText(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sets the text contained within an element.
setInt(int) - Method in class com.google.gwt.util.tools.ArgHandlerInt
 
setIntAttribute(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.setElementPropertyInt(Element, String, int) instead.
setIntStyleAttribute(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Sets an integer attribute on the given element's style.
setInvocationResults(List<Splittable>) - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
setInvocationResults(List<Splittable>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
setInvocations(List<InvocationMessage>) - Method in interface com.google.gwt.requestfactory.shared.messages.RequestMessage
Deprecated.  
setInvocations(List<InvocationMessage>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
 
setIsMap(boolean) - Method in class com.google.gwt.dom.client.ImageElement
Use server-side image map.
setItem(T) - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Sets the item.
setItem(String, String) - Method in class com.google.gwt.storage.client.Storage
Sets the value in the Storage associated with the specified key to the specified data.
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.
setItemText(int, String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the text associated with the item at a given index.
setJsSize(SizeBreakdown[]) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
setJustification(RichTextArea.Justification) - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Sets the justification.
setJustification(RichTextArea.Justification) - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Sets the justification.
setKey(char) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Deprecated. this method only works in IE and should not have been added to the API
setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy) - Method in interface com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy
Set the HasKeyboardPagingPolicy.KeyboardPagingPolicy.
setKeyboardSelected(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Update an element to reflect its keyboard selected state.
setKeyboardSelected(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellList
 
setKeyboardSelected(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellTable
 
setKeyboardSelectionPolicy(HasKeyboardSelectionPolicy.KeyboardSelectionPolicy) - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
 
setKeyboardSelectionPolicy(HasKeyboardSelectionPolicy.KeyboardSelectionPolicy) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setKeyboardSelectionPolicy(HasKeyboardSelectionPolicy.KeyboardSelectionPolicy) - Method in class com.google.gwt.user.cellview.client.CellBrowser
 
setKeyboardSelectionPolicy(HasKeyboardSelectionPolicy.KeyboardSelectionPolicy) - Method in interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
Set the HasKeyboardSelectionPolicy.KeyboardSelectionPolicy.
setLabel(String) - Method in class com.google.gwt.dom.client.OptGroupElement
Assigns a label to this option group.
setLabel(String) - Method in class com.google.gwt.dom.client.OptionElement
Option label for use in hierarchical menus.
setLang(String) - Method in class com.google.gwt.dom.client.Element
Language code defined in RFC 1766.
setLastIndex(int) - Method in class com.google.gwt.regexp.shared.RegExp
Sets the zero-based position at which to start the next match.
setLastValue(String) - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
Set the last value.
setLayoutData(Object) - Method in class com.google.gwt.user.client.ui.Widget
Sets the panel-defined layout data associated with this widget.
setLeft(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the left css property.
setLeftRight(double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's left and right values.
setLeftWidget(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Sets the widget in the left side of the panel.
setLeftWidth(double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's left and width values.
setLength(int) - Method in class com.google.gwt.core.client.JsArray
Reset the length of the array.
setLength(int) - Method in class com.google.gwt.core.client.JsArrayBoolean
Reset the length of the array.
setLength(int) - Method in class com.google.gwt.core.client.JsArrayInteger
Reset the length of the array.
setLength(int) - Method in class com.google.gwt.core.client.JsArrayMixed
Reset the length of the array.
setLength(int) - Method in class com.google.gwt.core.client.JsArrayNumber
Reset the length of the array.
setLength(int) - Method in class com.google.gwt.core.client.JsArrayString
Reset the length of the array.
setLimit(int) - Method in class com.google.gwt.user.client.ui.SuggestBox
Sets the limit to the number of suggestions the oracle should provide.
setLimit(int) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Sets the limit on the number of suggestions that should be created.
setLineCap(Context2d.LineCap) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the line-cap style.
setLineCap(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the line-cap style.
setLineJoin(Context2d.LineJoin) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the line-join style.
setLineJoin(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the line-join style.
setLineWidth(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the line-width.
setList(List<T>) - Method in class com.google.gwt.view.client.ListDataProvider
Replace this model's list.
setListStyleType(Style.ListStyleType) - Method in class com.google.gwt.dom.client.Style
Sets the list-style-type CSS property.
setLoadingIndicator(Widget) - Method in class com.google.gwt.user.cellview.client.CellList
Set the widget to display when the data is loading.
setLoadingIndicator(Widget) - Method in class com.google.gwt.user.cellview.client.CellTable
Set the widget to display when the data is loading.
setLoggerNameOverride(String) - Method in class com.google.gwt.logging.server.RemoteLoggingServiceImpl
By default, messages are logged to a logger that has the same name as the logger that created them on the client.
setLongDesc(String) - Method in class com.google.gwt.dom.client.FrameElement
URI designating a long description of this image or frame.
setLoop(boolean) - Method in class com.google.gwt.dom.client.MediaElement
Enables or disables looping.
setLoop(boolean) - Method in class com.google.gwt.media.client.MediaBase
Enables or disables looping.
setMargin(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the margin css property.
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.
setMarginBottom(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the margin-bottom css property.
setMarginHeight(int) - Method in class com.google.gwt.dom.client.FrameElement
Frame margin height, in pixels.
setMarginHeight(int) - Method in class com.google.gwt.dom.client.IFrameElement
Frame margin height, in pixels.
setMarginLeft(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the margin-left css property.
setMarginRight(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the margin-right css property.
setMarginTop(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the margin-top css property.
setMarginWidth(int) - Method in class com.google.gwt.dom.client.FrameElement
Frame margin width, in pixels.
setMarginWidth(int) - Method in class com.google.gwt.dom.client.IFrameElement
Frame margin width, in pixels.
setMaxLength(int) - Method in class com.google.gwt.dom.client.InputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
setMaxLength(int) - Method in class com.google.gwt.user.client.ui.TextBox
Sets the maximum allowable length of the text box.
setMaxLength(int) - Method in class com.google.gwt.user.client.ui.ValueBox
Sets the maximum allowable length.
setMedia(String) - Method in class com.google.gwt.dom.client.LinkElement
Designed for use with one or more target media.
setMedia(String) - Method in class com.google.gwt.dom.client.StyleElement
Designed for use with one or more target media.
setMessage(String) - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
setMessage(String) - Method in interface com.google.gwt.requestfactory.shared.messages.ViolationMessage
Deprecated.  
setMessage(String) - Method in class com.google.gwt.user.client.ui.NotificationMole
Sets the message text to be displayed.
setMessage(String) - Method in class com.google.gwt.user.client.Window.ClosingEvent
Set the message to a non-null value to present a confirmation dialog that asks the user whether or not she wishes to navigate away from the page.
setMessage(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
setMessage(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
 
setMethod(String) - Method in class com.google.gwt.dom.client.FormElement
HTTP method [IETF RFC 2616] used to submit form.
setMethod(String) - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
setMethod(String) - Method in class com.google.gwt.user.client.ui.FormPanel
Sets the HTTP method used for submitting this form.
setMethod(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
setMinimumColumnWidth(int) - Method in class com.google.gwt.user.cellview.client.CellBrowser
Set the minimum width of columns.
setMinutes(int) - Method in class com.google.gwt.core.client.JsDate
Sets the minutes.
setMinutes(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the minutes and seconds.
setMinutes(int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the minutes, seconds, and milliseconds.
setMiterLimit(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the miter-limit.
setModal(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
When the popup is modal, keyboard or mouse events that do not target the PopupPanel or its children will be ignored.
setMomentum(Momentum) - Method in class com.google.gwt.touch.client.TouchScroller
Set the Momentum that controls scrolling after the user completes a gesture.
setMonth(int) - Method in class com.google.gwt.core.client.JsDate
Sets the month.
setMonth(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the month and day.
setMoreSuggestions(boolean, int) - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Accepts information about whether there were more suggestions matching than were provided to SuggestBox.SuggestionDisplay.showSuggestions(com.google.gwt.user.client.ui.SuggestBox, java.util.Collection, boolean, boolean, com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback).
setMoreSuggestions(boolean) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Sets whether or not the suggestion list was truncated due to the SuggestOracle.Request.getLimit().
setMoreSuggestionsCount(int) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Sets whether or not the suggestion list was truncated due to the SuggestOracle.Request.getLimit(), by providing an exact count of remaining suggestions.
setMultiple(boolean) - Method in class com.google.gwt.dom.client.SelectElement
If true, multiple OPTION elements may be selected in this SELECT.
setMultipleSelect(boolean) - Method in class com.google.gwt.user.client.ui.ListBox
Deprecated. use ListBox.ListBox(boolean) instead
setMuted(boolean) - Method in class com.google.gwt.dom.client.MediaElement
Enables or disables muting.
setMuted(boolean) - Method in class com.google.gwt.media.client.MediaBase
Enables or disables muting.
setName(String) - Method in class com.google.gwt.dom.client.AnchorElement
Anchor name.
setName(String) - Method in class com.google.gwt.dom.client.ButtonElement
Form control or object name when submitted with a form.
setName(String) - Method in class com.google.gwt.dom.client.FormElement
Names the form.
setName(String) - Method in class com.google.gwt.dom.client.FrameElement
The frame name (object of the target attribute).
setName(String) - Method in class com.google.gwt.dom.client.IFrameElement
The frame name (object of the target attribute).
setName(String) - Method in class com.google.gwt.dom.client.InputElement
Form control or object name when submitted with a form.
setName(String) - Method in class com.google.gwt.dom.client.MapElement
Names the map (for use with usemap).
setName(String) - Method in class com.google.gwt.dom.client.MetaElement
Meta information name.
setName(String) - Method in class com.google.gwt.dom.client.ObjectElement
Form control or object name when submitted with a form.
setName(String) - Method in class com.google.gwt.dom.client.ParamElement
The name of a run-time parameter.
setName(String) - Method in class com.google.gwt.dom.client.SelectElement
Form control or object name when submitted with a form.
setName(String) - Method in class com.google.gwt.dom.client.TextAreaElement
Form control or object name when submitted with a form.
setName(String) - Method in class com.google.gwt.junit.client.GWTTestCase
 
setName(String) - Method in class com.google.gwt.user.client.ui.Anchor
 
setName(String) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setName(String) - Method in class com.google.gwt.user.client.ui.FileUpload
 
setName(String) - Method in interface com.google.gwt.user.client.ui.HasName
Sets the widget's name.
setName(String) - Method in class com.google.gwt.user.client.ui.Hidden
Sets the name of the hidden field.
setName(String) - Method in class com.google.gwt.user.client.ui.ListBox
 
setName(String) - Method in class com.google.gwt.user.client.ui.RadioButton
Change the group name of this radio button.
setName(String) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
 
setName(String) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
setNativeEvent(NativeEvent) - Method in class com.google.gwt.event.dom.client.DomEvent
Sets the native event associated with this dom event.
setNodeValue(String) - Method in class com.google.gwt.dom.client.Node
The value of this node, depending on its type; see the table above.
setNodeValue(String) - Method in interface com.google.gwt.xml.client.Node
This method sets the value to nodeValue.
setNoResize(boolean) - Method in class com.google.gwt.dom.client.FrameElement
When true, forbid user from resizing frame.
setNoResize(boolean) - Method in class com.google.gwt.dom.client.IFrameElement
When true, forbid user from resizing frame.
setNoWrap(Class<?>...) - Method in class com.google.gwt.autobean.server.Configuration.Builder
Deprecated. Equivalent to applying a NoWrap annotation to an AutoBeanFactory declaration.
setNoWrap(Class<?>...) - Method in class com.google.web.bindery.autobean.vm.Configuration.Builder
Equivalent to applying a NoWrap annotation to an AutoBeanFactory declaration.
setOnReadyStateChange(ReadyStateChangeHandler) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Sets the ReadyStateChangeHandler to be notified when the object's ready-state changes.
setOpacity(double) - Method in class com.google.gwt.dom.client.Style
Set the opacity css property.
setOpen(boolean) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Changes the visible state of this DisclosurePanel.
setOperation(String) - Method in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
setOperation(WriteOperation) - Method in interface com.google.gwt.requestfactory.shared.messages.OperationMessage
Deprecated.  
setOperation(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
setOperation(WriteOperation) - Method in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
 
setOperations(List<OperationMessage>) - Method in interface com.google.gwt.requestfactory.shared.messages.RequestMessage
Deprecated.  
setOperations(List<OperationMessage>) - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
setOperations(List<OperationMessage>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
 
setOperations(List<OperationMessage>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
setOptionText(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
Sets the option text of the given select object.
setOptionText(OptionElement, String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the text of an option element.
setOverflow(Style.Overflow) - Method in class com.google.gwt.dom.client.Style
Sets the overflow CSS property.
setOverflowX(Style.Overflow) - Method in class com.google.gwt.dom.client.Style
Sets the overflow-x CSS property.
setOverflowY(Style.Overflow) - Method in class com.google.gwt.dom.client.Style
Sets the overflow-y CSS property.
setPadding(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the padding css property.
setPaddingBottom(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the padding-bottom css property.
setPaddingLeft(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the padding-left css property.
setPaddingRight(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the padding-right css property.
setPaddingTop(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the padding-top css property.
setPage(int) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Go to a specific page.
setPage(int) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
setPageSize(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Set the number of rows per page and refresh the view.
setPageSize(int) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Set the page size of the display.
setPageSize(int) - Method in class com.google.gwt.user.cellview.client.PageSizePager
 
setPageSize(int) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
setPageSize(int) - Method in class com.google.gwt.user.client.ui.ValuePicker
 
setPageStart(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Set the starting index of the current visible page.
setPageStart(int) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Set the page start index.
setPageStart(int) - Method in class com.google.gwt.user.cellview.client.SimplePager
 
setParameter(String, String...) - Method in class com.google.gwt.http.client.UrlBuilder
Set a query parameter to a list of values.
setParameters(List<Splittable>) - Method in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
setParameters(List<Splittable>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
setParams(Map<String, Splittable>) - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
setParams(Map<String, Splittable>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
setPassword(String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets the password to use in the request URL.
setPath(String) - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
Controls the return value of MockEditorDelegate.getPath().
setPath(String) - Method in class com.google.gwt.http.client.UrlBuilder
Set the path portion of the location (ex.
setPath(String) - Method in interface com.google.gwt.requestfactory.shared.messages.ViolationMessage
Deprecated.  
setPath(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
 
setPermuationIds(int[]) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
 
setPermutationDescription(String) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
 
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.
setPlaybackRate(double) - Method in class com.google.gwt.dom.client.MediaElement
Sets the playback rate.
setPlaybackRate(double) - Method in class com.google.gwt.media.client.MediaBase
Sets the playback rate.
setPopupPosition(int, int) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the popup's position relative to the browser's client area.
setPopupPositionAndShow(PopupPanel.PositionCallback) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the popup's position using a PopupPanel.PositionCallback, and shows the popup.
setPopupStyleName(String) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Sets the style name of the suggestion popup.
setPopupStyleName(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.DefaultSuggestionDisplay.setPopupStyleName(String) instead
setPort(int) - Method in class com.google.gwt.http.client.UrlBuilder
Set the port to connect to.
setPosition(Style.Position) - Method in class com.google.gwt.dom.client.Style
Sets the position CSS property.
setPosition(Point) - Method in class com.google.gwt.touch.client.Momentum.State
Set the current position.
setPosition(int, int) - Method in interface com.google.gwt.user.client.ui.PopupPanel.PositionCallback
Provides the opportunity to set the position of the PopupPanel right before the PopupPanel is shown.
setPositionRelativeTo(UIObject) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Sets the UI object where the suggestion display should appear next to.
setPoster(String) - Method in class com.google.gwt.dom.client.VideoElement
Sets the poster URL.
setPoster(String) - Method in class com.google.gwt.media.client.Video
Sets the poster URL.
setPredeterminedId(String) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
setPreload(String) - Method in class com.google.gwt.dom.client.MediaElement
Changes the preload setting to one of MediaElement.PRELOAD_AUTO, MediaElement.PRELOAD_METADATA, or MediaElement.PRELOAD_NONE.
setPreload(String) - Method in class com.google.gwt.media.client.MediaBase
Changes the preload setting to one of MediaElement.PRELOAD_AUTO, MediaElement.PRELOAD_METADATA, or MediaElement.PRELOAD_NONE.
setPreviewingAllNativeEvents(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
When enabled, the popup will preview all native events, even if another popup was opened after this one.
setPrivate(boolean) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Deprecated. use EmittedArtifact.setVisibility(Visibility) instead
setProperty(String, String) - Method in class com.google.gwt.dom.client.Style
Sets the value of a named property.
setProperty(String, double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Sets the value of a named property in the specified units.
setProperty(Object, String, Class<?>, Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Sets a property on a domain object.
setProperty(Object, String, Class<?>, Object) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
setProperty(Object, String, Class<?>, Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Sets a property on a domain object.
setProperty(Object, String, Class<?>, Object) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
setPropertyBoolean(String, boolean) - Method in class com.google.gwt.dom.client.Element
Sets a boolean property on this element.
setPropertyDouble(String, double) - Method in class com.google.gwt.dom.client.Element
Sets a double property on this element.
setPropertyInt(String, int) - Method in class com.google.gwt.dom.client.Element
Sets an integer property on this element.
setPropertyJSO(String, JavaScriptObject) - Method in class com.google.gwt.dom.client.Element
Sets a JSO property on this element.
setPropertyMap(Map<String, Splittable>) - Method in interface com.google.gwt.requestfactory.shared.messages.OperationMessage
Deprecated.  
setPropertyMap(Map<String, Splittable>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
 
setPropertyObject(String, Object) - Method in class com.google.gwt.dom.client.Element
Sets an object property on this element.
setPropertyPx(String, int) - Method in class com.google.gwt.dom.client.Style
Sets the value of a named property, in pixels.
setPropertyRefs(Set<String>) - Method in interface com.google.gwt.requestfactory.shared.messages.InvocationMessage
Deprecated.  
setPropertyRefs(Set<String>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
 
setPropertyString(String, String) - Method in class com.google.gwt.dom.client.Element
Sets a property on this element.
setProtocol(String) - Method in class com.google.gwt.http.client.UrlBuilder
Set the protocol portion of the location (ex.
setProxyCallback(AsyncProxy.ProxyCallback<T>) - Method in interface com.google.gwt.user.client.AsyncProxy
Sets a callback that can be used to influence the initialization process.
setQuery(String) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Request
Sets the query string used for this request.
setRangeLimited(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractPager
Set whether or not the page range should be limited to the actual data size.
setRangeSelection(MultiSelectionModel<? super T>, HasData<T>, Range, boolean, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager
Select or deselect a range of row indexes, optionally deselecting all other values.
setReadOnly(boolean) - Method in class com.google.gwt.dom.client.InputElement
This control is read-only.
setReadOnly(boolean) - Method in class com.google.gwt.dom.client.TextAreaElement
This control is read-only.
setReadOnly(boolean) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Turns read-only mode on or off.
setRedAt(int, int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
Sets the red value at position (x,y).
setReified(String, Object) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Associates a tag value with the Splittable.
setRel(String) - Method in class com.google.gwt.dom.client.AnchorElement
Forward link type.
setRel(String) - Method in class com.google.gwt.dom.client.LinkElement
Forward link type.
setRelativeElement(Element) - Method in class com.google.gwt.event.dom.client.DomEvent
Gets the element relative to which event coordinates will be measured.
setRequestContext(RequestContext) - Method in interface com.google.gwt.requestfactory.client.HasRequestContext
Deprecated. Called by RequestFactoryEditorDriver with the RequestContext passed into edit() or null if display() is called.
setRequestContext(RequestContext) - Method in interface com.google.web.bindery.requestfactory.gwt.client.HasRequestContext
Called by RequestFactoryEditorDriver with the RequestContext passed into edit() or null if display() is called.
setRequestData(String) - Method in class com.google.gwt.http.client.RequestBuilder
Sets the data to send as part of this request.
setRequestData(String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Sets the request data to be sent in the request.
setRequestHeader(String, String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
Sets a request header.
setRequestId(int) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Sets the request id of the request.
setRequestUrl(String) - Method in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated. Override the default URL used by this transport.
setRequestUrl(String) - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
Override the default URL used by this transport.
setResource(ImageResource) - Method in class com.google.gwt.user.client.ui.Image
Sets the url and the visibility rectangle for the image at the same time, based on an ImageResource instance.
setRight(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the right css property.
setRightWidget(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Sets the widget in the right side of the panel.
setRightWidth(double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's right and width values.
setRole(Element, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
Assigns the specified element the specified role and value for that role.
setRowCount(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setRowCount(int, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setRowCount(int) - Method in interface com.google.gwt.view.client.HasRows
Set the exact total count of all rows.
setRowCount(int, boolean) - Method in interface com.google.gwt.view.client.HasRows
Set the total count of all rows, specifying whether the count is exact or an estimate.
setRowData(List<? extends T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Set the complete list of values to display on one page.
setRowData(int, List<? extends T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setRowData(int, List<? extends T>) - Method in interface com.google.gwt.view.client.HasData
Set a values associated with the rows in the visible range.
setRowFormatter(HTMLTable.RowFormatter) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the table's RowFormatter.
setRows(String) - Method in class com.google.gwt.dom.client.FrameSetElement
The number of rows of frames in the frameset.
setRows(int) - Method in class com.google.gwt.dom.client.TextAreaElement
Number of text rows.
setRowSpan(int) - Method in class com.google.gwt.dom.client.TableCellElement
Number of rows spanned by cell.
setRowSpan(int, int, int) - Method in class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
Sets the row span for the given cell.
setRowStyles(RowStyles<T>) - Method in class com.google.gwt.user.cellview.client.CellTable
Sets the object used to determine how a row is styled; the change will take effect the next time that the table is rendered.
setRpcRequestBuilder(RpcRequestBuilder) - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Sets the RpcRequestBuilder that should be used by the service implementation.
setRpcToken(RpcToken) - Method in interface com.google.gwt.user.client.rpc.HasRpcToken
Sets the RpcToken to be included with each RPC call.
setRpcTokenExceptionHandler(RpcTokenExceptionHandler) - Method in interface com.google.gwt.user.client.rpc.HasRpcToken
Sets the handler for exceptions that occurred during RPC token processing.
setRules(String) - Method in class com.google.gwt.dom.client.TableElement
Specifies which internal table borders to render.
setScrolling(String) - Method in class com.google.gwt.dom.client.FrameElement
Specify whether or not the frame should have scrollbars.
setScrolling(String) - Method in class com.google.gwt.dom.client.IFrameElement
Specify whether or not the frame should have scrollbars.
setScrollLeft(int) - Method in class com.google.gwt.dom.client.Document
Sets the number of pixels that the document's content is scrolled from the left.
setScrollLeft(int) - Method in class com.google.gwt.dom.client.Element
The number of pixels that an element's content is scrolled to the left.
setScrollPosition(int) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Deprecated. as of GWT 2.3, replaced by ScrollPanel.setVerticalScrollPosition(int)
setScrollTop(int) - Method in class com.google.gwt.dom.client.Document
Sets the number of pixels that the document's content is scrolled from the top.
setScrollTop(int) - Method in class com.google.gwt.dom.client.Element
The number of pixels that an element's content is scrolled to the top.
setSeconds(int) - Method in class com.google.gwt.core.client.JsDate
Sets the seconds.
setSeconds(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the seconds and milliseconds.
setSelected(boolean) - Method in class com.google.gwt.dom.client.OptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
setSelected(Element, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Deprecated. this method is never called by AbstractHasData, render the selected styles in AbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel)
setSelected(Element, boolean) - Method in class com.google.gwt.user.cellview.client.CellList
Deprecated. this method is never called by AbstractHasData, render the selected styles in CellList.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel)
setSelected(Element, boolean) - Method in class com.google.gwt.user.cellview.client.CellTable
Deprecated. this method is never called by AbstractHasData, render the selected styles in CellTable.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel)
setSelected(boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
Selects or deselects this item.
setSelected(T, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionModel
Sets an object's selection state.
setSelected(T, boolean) - Method in class com.google.gwt.view.client.MultiSelectionModel
 
setSelected(T, boolean) - Method in class com.google.gwt.view.client.NoSelectionModel
 
setSelected(T, boolean) - Method in interface com.google.gwt.view.client.SelectionModel
Set the selected state of an object and fire a SelectionChangeEvent if the selection has changed.
setSelected(T, boolean) - Method in class com.google.gwt.view.client.SingleSelectionModel
 
setSelectedIndex(int) - Method in class com.google.gwt.dom.client.SelectElement
The ordinal index of the selected option, starting from 0.
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.
setSelectionModel(SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Set the SelectionModel used by this HasData.
setSelectionModel(SelectionModel<? super T>, CellPreviewEvent.Handler<T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
Set the SelectionModel that defines which items are selected and the CellPreviewEvent.Handler that controls how user selection is handled.
setSelectionModel(SelectionModel<? super T>) - Method in interface com.google.gwt.view.client.HasData
Set the SelectionModel used by this HasData.
setSelectionRange(int, int) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Sets the range of text to be selected.
setSelectionStyle(boolean) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setSerializableFields(String, List<String>) - Method in class com.google.gwt.rpc.server.WebModeClientOracle.Builder
 
setServerId(String) - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
setServerId(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
setServiceEntryPoint(String) - Method in interface com.google.gwt.user.client.rpc.ServiceDefTarget
Sets the URL of a service implementation.
setShadowBlur(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the shadow-blur.
setShadowColor(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the shadow-color.
setShadowOffsetX(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the x-shadow-offset.
setShadowOffsetY(double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the y-shadow-offset.
setShape(String) - Method in class com.google.gwt.dom.client.AreaElement
The shape of the active area.
setSize(int) - Method in class com.google.gwt.dom.client.InputElement
Size information.
setSize(int) - Method in class com.google.gwt.dom.client.SelectElement
Number of visible rows.
setSize(String, String) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets the object's size.
setSize(String, String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's size.
setSize(int) - Method in interface com.google.web.bindery.autobean.shared.Splittable
Resets the length of an indexed Splittable.
setSortable(boolean) - Method in class com.google.gwt.user.cellview.client.Column
Set whether or not the column can be sorted.
setSource(Widget) - Method in class com.google.gwt.user.client.BaseListenerWrapper
Deprecated. Sets the widget source to pass to the listeners.
setSource(Object) - Method in class com.google.web.bindery.event.shared.Event
Set the source that triggered this event.
setSourceFiles(String[]) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
 
setSpacing(int) - Method in class com.google.gwt.user.client.ui.CellPanel
Sets the amount of spacing between this panel's cells.
setSpan(int) - Method in class com.google.gwt.dom.client.TableColElement
Indicates the number of columns in a group or affected by a grouping.
setSplitPosition(String) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Moves the position of the splitter.
setSplitPosition(String) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated.  
setSrc(String) - Method in class com.google.gwt.dom.client.FrameElement
A URI designating the initial frame contents.
setSrc(String) - Method in class com.google.gwt.dom.client.IFrameElement
A URI designating the initial frame contents.
setSrc(String) - Method in class com.google.gwt.dom.client.ImageElement
URI designating the source of this image.
setSrc(String) - Method in class com.google.gwt.dom.client.InputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
setSrc(String) - Method in class com.google.gwt.dom.client.MediaElement
Sets the source URL for the media.
setSrc(String) - Method in class com.google.gwt.dom.client.ScriptElement
URI designating an external script.
setSrc(String) - Method in class com.google.gwt.media.client.MediaBase
Sets the source URL for the media.
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, SafeHtml) - Method in class com.google.gwt.user.client.ui.StackPanel
Sets the html 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.
setStackTrace(String) - Method in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
setStackTrace(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
setStartOfLineWidget(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Deprecated. Sets the widget in the pane that is at the start of the line direction for the layout.
setState(Element, String, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
Assigns the specified element the specified state and value for that state.
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.
setStatus(String) - Static method in class com.google.gwt.user.client.Window
Sets the status text for the window, if permitted by the browser's settings.
setStatusCodes(List<Boolean>) - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
setStatusCodes(List<Boolean>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
setStrength(IdMessage.Strength) - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
setStrength(IdMessage.Strength) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
setString(String) - Method in class com.google.gwt.user.tools.util.ArgHandlerAddToClassPath
 
setString(String) - Method in class com.google.gwt.util.tools.ArgHandlerString
 
setStrokeStyle(FillStrokeStyle) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the context's stroke style.
setStrokeStyle(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Convenience method to set the context's strokeStyle to a CssColor.
setStyleAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
Sets an attribute on the given element's style.
setStyleDependentName(String, boolean) - Method in class com.google.gwt.user.client.ui.UIObject
Adds or removes a dependent style name by specifying the style name's suffix.
setStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the style name associated with the specified cell.
setStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Sets the style name associated with the specified column.
setStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets the style name associated with the specified row.
setStyleName(Element, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Clears all of the element's style names and sets it to the given style.
setStyleName(Element, String, boolean) - Static method in class com.google.gwt.user.client.ui.UIObject
This convenience method adds or removes a style name for a given element.
setStyleName(String, boolean) - Method in class com.google.gwt.user.client.ui.UIObject
Adds or removes a style name.
setStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Clears all of the object's style names and sets it to the given style.
setStyleName(String) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets the date picker style name.
setStylePrimaryName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the primary style name associated with the specified cell.
setStylePrimaryName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Sets the primary style name associated with the specified column.
setStylePrimaryName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets the primary style name associated with the specified row.
setStylePrimaryName(Element, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Sets the element's primary style name and updates all dependent style names.
setStylePrimaryName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's primary style name and updates all dependent style names.
setSubMenu(MenuBar) - Method in class com.google.gwt.user.client.ui.MenuItem
Sets the sub-menu associated with this item.
setSuggestionListHiddenWhenEmpty(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Set whether or not the suggestion list should be hidden when there are no suggestions to display.
setSuggestions(Collection<? extends SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
Sets the suggestions for this response.
setSymbolMapsDirectory(String) - Method in class com.google.gwt.logging.server.RemoteLoggingServiceImpl
By default, this service does not do any deobfuscation.
setSymbolMapsDirectory(String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
 
setSymbolMapsDirectory(String) - Static method in class com.google.gwt.requestfactory.server.Logging
Deprecated. This function is only for server side use which is why it's not in the LoggingRequest interface.
setSymbolMapsDirectory(String) - Static method in class com.google.web.bindery.requestfactory.server.Logging
This function is only for server side use which is why it's not in the LoggingRequest interface.
setSyntheticId(int) - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
setSyntheticId(int) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
setTabEnabled(int, boolean) - Method in class com.google.gwt.user.client.ui.TabBar
Enable or disable a tab.
setTabHTML(int, String) - Method in class com.google.gwt.user.client.ui.TabBar
Sets a tab's contents via HTML.
setTabHTML(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.TabBar
Sets a tab's contents via safe html.
setTabHTML(int, String) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Sets a tab's HTML contents.
setTabHTML(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Sets a tab's HTML contents.
setTabIndex(int) - Method in class com.google.gwt.dom.client.Element
The index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setTabIndex(int) - Method in class com.google.gwt.user.cellview.client.CellTree
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.Anchor
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.CustomButton
 
setTabIndex(int) - Method in interface com.google.gwt.user.client.ui.Focusable
Sets the widget's position in the tab index.
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 class com.google.gwt.user.client.ui.SuggestBox
 
setTabIndex(int) - Method in class com.google.gwt.user.client.ui.Tree
 
setTabIndex(int) - Method in class com.google.gwt.user.datepicker.client.DateBox
Sets the date box's position in the tab index.
setTableLayout(Style.TableLayout) - Method in class com.google.gwt.dom.client.Style
Set the table-layout CSS property.
setTableLayoutFixed(boolean) - Method in class com.google.gwt.user.cellview.client.CellTable
Enable or disable fixed table layout.
setTabText(int, String) - Method in class com.google.gwt.user.client.ui.TabBar
Sets a tab's text contents.
setTabText(int, String) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
Sets a tab's text contents.
setTag(String, Object) - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. A tag is an arbitrary piece of external metadata to be associated with the wrapped value.
setTag(String, Object) - Method in interface com.google.web.bindery.autobean.shared.AutoBean
A tag is an arbitrary piece of external metadata to be associated with the wrapped value.
setTarget(String) - Method in class com.google.gwt.dom.client.AnchorElement
Frame to render the resource in.
setTarget(String) - Method in class com.google.gwt.dom.client.AreaElement
Frame to render the resource in.
setTarget(String) - Method in class com.google.gwt.dom.client.BaseElement
The default target frame.
setTarget(String) - Method in class com.google.gwt.dom.client.FormElement
Frame to render the resource in.
setTarget(String) - Method in class com.google.gwt.dom.client.LinkElement
Frame to render the resource in.
setTarget(String) - Method in class com.google.gwt.user.client.ui.Anchor
Sets the anchor's target frame (the frame in which navigation will occur when the link is selected).
setTargetHistoryToken(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
Sets the history token referenced by this hyperlink.
setTargetWidget(HasScrolling) - Method in class com.google.gwt.touch.client.TouchScroller
Set the target HasScrolling widget that this scroller affects.
setText(String) - Method in class com.google.gwt.dom.client.OptionElement
The text contained within the option element.
setText(String) - Method in class com.google.gwt.dom.client.ScriptElement
The script content of the element.
setText(String) - Method in class com.google.gwt.dom.client.TitleElement
The specified title as a string.
setText(String) - Method in class com.google.gwt.user.client.ui.Anchor
 
setText(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Anchor
 
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, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.CheckBox
 
setText(String) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
Sets the face's contents as text.
setText(String) - Method in class com.google.gwt.user.client.ui.CustomButton
Sets the current face's text.
setText(String) - Method in class com.google.gwt.user.client.ui.DialogBox
Sets the text inside the caption by calling its DialogBox.setText(String) method.
setText(String, HasDirection.Direction) - Method in interface com.google.gwt.user.client.ui.HasDirectionalText
Sets this object's text, also declaring its direction.
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, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
setText(String) - Method in class com.google.gwt.user.client.ui.Label
Sets the label's content to the given text.
setText(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Label
Sets the label's content to the given text, applying the given direction.
setText(String) - Method in class com.google.gwt.user.client.ui.MenuItem
 
setText(String) - Method in class com.google.gwt.user.client.ui.RichTextArea
 
setText(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setText(String) - Method in class com.google.gwt.user.client.ui.TreeItem
 
setText(String) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
Sets this object's text.
setTextAlign(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the text alignment.
setTextAlign(Context2d.TextAlign) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the text alignment.
setTextAlignment(TextBoxBase.TextAlignConstant) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Deprecated. use ValueBoxBase.setAlignment(TextAlignment)
setTextBaseline(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the text baseline.
setTextBaseline(Context2d.TextBaseline) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the text baseline.
setTextDecoration(Style.TextDecoration) - Method in class com.google.gwt.dom.client.Style
Sets the text-decoration CSS property.
setTextOrHtml(String, boolean) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
Sets the element's content to the given value (either plain text or HTML).
setTextOrHtml(String, HasDirection.Direction, boolean) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
Sets the element's content to the given value (either plain text or HTML), applying the given direction.
setTFoot(TableSectionElement) - Method in class com.google.gwt.dom.client.TableElement
The table's TFOOT, or null if none exists.
setTHead(TableSectionElement) - Method in class com.google.gwt.dom.client.TableElement
The table's THEAD, or null if none exists.
setTime(double) - Method in class com.google.gwt.core.client.JsDate
Sets the internal date representation.
setTimeout(int) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
 
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.dom.client.Document
Sets the title of a document as specified by the TITLE element in the head of the document.
setTitle(String) - Method in class com.google.gwt.dom.client.Element
The element's advisory title.
setTitle(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
setTitle(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the title associated with this object.
setTitle(String) - Static method in class com.google.gwt.user.client.Window
Sets the browser window's title.
setToFirstDayOfMonth(Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Sets a date object to be at the beginning of the month and no time specified.
setToken(String) - Method in class com.google.gwt.user.client.rpc.XsrfToken
 
setTop(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the top css property.
setTopBottom(double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's top and bottom values.
setTopHeight(double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's top and height values.
setTopWidget(Widget) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated. Sets the widget in the top of the panel.
setTouchScrollingDisabled(boolean) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Set whether or not touch scrolling is disabled.
setTransform(double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Sets the 2D transformation matrix.
setTransientEnabledOnDates(boolean, Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets a visible date to be enabled or disabled.
setTransientEnabledOnDates(boolean, Date, Date...) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets a visible date to be enabled or disabled.
setTransientEnabledOnDates(boolean, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets a group of visible dates to be enabled or disabled.
setType(String) - Method in class com.google.gwt.dom.client.AnchorElement
Advisory content type.
setType(String) - Method in class com.google.gwt.dom.client.LinkElement
Advisory content type.
setType(String) - Method in class com.google.gwt.dom.client.ObjectElement
Content type for data downloaded via data attribute.
setType(String) - Method in class com.google.gwt.dom.client.ScriptElement
The content type of the script language.
setType(String) - Method in class com.google.gwt.dom.client.SelectElement
The type of this form control.
setType(String) - Method in class com.google.gwt.dom.client.StyleElement
The content type of the style sheet language.
setTypeToken(String) - Method in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
setTypeToken(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
setUncaughtExceptionHandler(GWT.UncaughtExceptionHandler) - Static method in class com.google.gwt.core.client.GWT
Sets a custom uncaught exception handler.
Setup - Annotation Type in com.google.gwt.benchmarks.client
Specifies a setup method that will be executed before the annotated Benchmark test method.
setUp() - Method in class com.google.gwt.junit.client.GWTTestCase
This method has been made final to prevent you from accidentally running client code outside of the GWT environment.
setup() - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets up the date picker.
setup() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
setup() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
 
setUpdater(ValueUpdater<H>) - Method in class com.google.gwt.user.cellview.client.Header
Set the ValueUpdater.
setUriEncode(boolean) - Static method in class com.google.gwt.user.client.Cookies
Updates the URIencode flag and empties the cached cookies set.
setUrl(String) - Method in class com.google.gwt.user.client.ui.Frame
Sets the URL of the resource to be displayed within the frame.
setUrl(String) - Method in class com.google.gwt.user.client.ui.Image
Sets the URL of the image to be displayed.
setUrlAndVisibleRect(String, int, int, int, int) - Method in class com.google.gwt.user.client.ui.Image
Sets the url and the visibility rectangle for the image at the same time.
setUseMap(boolean) - Method in class com.google.gwt.dom.client.ImageElement
Use client-side image map.
setUseMap(boolean) - Method in class com.google.gwt.dom.client.InputElement
Use client-side image map.
setUseMap(boolean) - Method in class com.google.gwt.dom.client.ObjectElement
Use client-side image map.
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.
setUTCDate(int) - Method in class com.google.gwt.core.client.JsDate
Sets the day of the month, in UTC.
setUTCFullYear(int) - Method in class com.google.gwt.core.client.JsDate
Sets the year, in UTC.
setUTCFullYear(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the year and month, in UTC.
setUTCFullYear(int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the year, month, and day, in UTC.
setUTCHours(int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour, in UTC.
setUTCHours(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour and minutes, in UTC.
setUTCHours(int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour, minutes, and seconds, in UTC.
setUTCHours(int, int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the hour, minutes, seconds, and milliseconds, in UTC.
setUTCMinutes(int) - Method in class com.google.gwt.core.client.JsDate
Sets the minutes, in UTC.
setUTCMinutes(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the minutes and seconds, in UTC.
setUTCMinutes(int, int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the minutes, seconds, and milliseconds, in UTC.
setUTCMonth(int) - Method in class com.google.gwt.core.client.JsDate
Sets the month, in UTC.
setUTCMonth(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the month and day, in UTC.
setUTCSeconds(int) - Method in class com.google.gwt.core.client.JsDate
Sets the seconds, in UTC.
setUTCSeconds(int, int) - Method in class com.google.gwt.core.client.JsDate
Sets the seconds and milliseconds, in UTC.
setVAlign(String) - Method in class com.google.gwt.dom.client.TableCellElement
Vertical alignment of data in cell.
setVAlign(String) - Method in class com.google.gwt.dom.client.TableColElement
Vertical alignment of cell data in column.
setVAlign(String) - Method in class com.google.gwt.dom.client.TableRowElement
Vertical alignment of data within cells of this row.
setVAlign(String) - Method in class com.google.gwt.dom.client.TableSectionElement
Vertical alignment of data in cells.
setValue(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.AbstractCell
 
setValue(Cell.Context, Element, C) - Method in interface com.google.gwt.cell.client.Cell
This method may be used by cell containers to set the value on a single cell directly, rather than using Element.setInnerHTML(String).
setValue(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.CompositeCell
 
setValue(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.IconCellDecorator
 
setValue(String) - Method in class com.google.gwt.dom.client.ButtonElement
The current form control value.
setValue(String) - Method in class com.google.gwt.dom.client.InputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
setValue(String) - Method in class com.google.gwt.dom.client.OptionElement
The current form control value.
setValue(String) - Method in class com.google.gwt.dom.client.ParamElement
The value of a run-time parameter.
setValue(String) - Method in class com.google.gwt.dom.client.SelectElement
The current form control value (i.e., the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
setValue(String) - Method in class com.google.gwt.dom.client.TextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
setValue(List<T>) - Method in class com.google.gwt.editor.client.adapters.ListEditor
Sets the ListEditor's backing data.
setValue(T) - Method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
 
setValue(T) - Method in class com.google.gwt.editor.client.adapters.SimpleEditor
 
setValue(T) - Method in class com.google.gwt.editor.client.adapters.TakesValueEditor
 
setValue(T) - Method in class com.google.gwt.editor.client.testing.FakeLeafValueEditor
 
setValue(T) - Method in interface com.google.gwt.editor.client.ValueAwareEditor
Called by the EditorDriver to set the object the Editor is peered with
setValue(String) - Method in class com.google.gwt.editor.ui.client.adapters.HasTextEditor
 
setValue(T) - Method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
 
setValue(C) - Method in class com.google.gwt.user.cellview.client.CellWidget
Sets this object's value without firing any events.
setValue(C, boolean) - Method in class com.google.gwt.user.cellview.client.CellWidget
Sets this object's value.
setValue(C, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellWidget
Sets this object's value and optionally redraw the widget.
setValue(V) - Method in interface com.google.gwt.user.client.TakesValue
Sets the value.
setValue(Boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
Checks or unchecks the check box.
setValue(Boolean, boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
Checks or unchecks the check box, firing ValueChangeEvent if appropriate.
setValue(T) - Method in interface com.google.gwt.user.client.ui.HasValue
Sets this object's value without firing any events.
setValue(T, boolean) - Method in interface com.google.gwt.user.client.ui.HasValue
Sets this object's value.
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.
setValue(Boolean) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
Checks or unchecks the check box.
setValue(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setValue(String, boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
setValue(Boolean) - Method in class com.google.gwt.user.client.ui.ToggleButton
Sets whether this button is down.
setValue(Boolean, boolean) - Method in class com.google.gwt.user.client.ui.ToggleButton
Sets whether this button is down, firing ValueChangeEvent if appropriate.
setValue(T) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
setValue(T, boolean) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
 
setValue(T) - Method in class com.google.gwt.user.client.ui.ValueLabel
 
setValue(T) - Method in class com.google.gwt.user.client.ui.ValueListBox
Set the value and display it in the select element.
setValue(T, boolean) - Method in class com.google.gwt.user.client.ui.ValueListBox
 
setValue(T) - Method in class com.google.gwt.user.client.ui.ValuePicker
 
setValue(T, boolean) - Method in class com.google.gwt.user.client.ui.ValuePicker
 
setValue(Date) - Method in class com.google.gwt.user.datepicker.client.DateBox
Set the date.
setValue(Date, boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox
 
setValue(Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets the DatePicker's value.
setValue(Date, boolean) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Sets the DatePicker's value.
setValueBox(ValueBoxBase<T>) - Method in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
Set the widget that the EditorPanel will display.
setValueUpdater(ValueUpdater<T>) - Method in class com.google.gwt.user.cellview.client.CellList
Set the value updater to use when cells modify items.
setVelocity(Point) - Method in class com.google.gwt.touch.client.Momentum.State
Get the current velocity in pixels per millisecond.
setVersion(Integer) - Method in class com.google.gwt.requestfactory.server.Logging
Deprecated. Sets the version of this instance.
setVersion(String) - Method in interface com.google.gwt.requestfactory.shared.messages.JsonRpcRequest
Deprecated.  
setVersion(String) - Method in interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
Deprecated.  
setVersion(Integer) - Method in class com.google.web.bindery.requestfactory.server.Logging
Sets the version of this instance.
setVersion(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
 
setVersion(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
 
setVerticalAlign(Style.VerticalAlign) - Method in class com.google.gwt.dom.client.Style
Sets the vertical-align CSS property.
setVerticalAlign(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Sets the vertical-align CSS property.
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.cellview.client.Column
Sets the vertical alignment.
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.
setVerticalScrollPosition(int) - Method in interface com.google.gwt.user.client.ui.HasVerticalScrolling
Sets the vertical scroll position.
setVerticalScrollPosition(int) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
setViewData(Object, V) - Method in class com.google.gwt.cell.client.AbstractEditableCell
Associate view data with the specified key.
setViolations(Iterable<Violation>) - Method in interface com.google.gwt.requestfactory.client.RequestFactoryEditorDriver
Deprecated. Show Violations returned from an attempt to submit a request.
setViolations(Iterable<Violation>) - Method in class com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
Deprecated. A no-op method that always returns false.
setViolations(List<ViolationMessage>) - Method in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
setViolations(Iterable<Violation>) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
Show Violations returned from an attempt to submit a request.
setViolations(Iterable<Violation>) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
A no-op method that always returns false.
setViolations(List<ViolationMessage>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
setVisibility(EmittedArtifact.Visibility) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
 
setVisibility(Style.Visibility) - Method in class com.google.gwt.dom.client.Style
Sets the visibility CSS property.
setVisible(boolean) - Method in class com.google.gwt.layout.client.Layout.Layer
Sets the layer's visibility.
setVisible(int, int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets whether this cell is visible via the display style property.
setVisible(int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Sets whether this row is visible.
setVisible(boolean) - Method in class com.google.gwt.user.client.ui.LazyPanel
 
setVisible(boolean) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets whether this object is visible.
setVisible(Element, boolean) - Static method in class com.google.gwt.user.client.ui.UIObject
 
setVisible(boolean) - Method in class com.google.gwt.user.client.ui.UIObject
Sets whether this object is visible.
setVisibleItemCount(int) - Method in class com.google.gwt.user.client.ui.ListBox
Sets the number of items that are visible.
setVisibleLength(int) - Method in class com.google.gwt.user.client.ui.TextBox
Sets the number of visible characters in the text box.
setVisibleLength(int) - Method in class com.google.gwt.user.client.ui.ValueBox
Sets the number of visible characters.
setVisibleLines(int) - Method in class com.google.gwt.user.client.ui.TextArea
Sets the number of text lines that are visible.
setVisibleRange(int, int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setVisibleRange(Range) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setVisibleRange(int, int) - Method in interface com.google.gwt.view.client.HasRows
Set the visible range or rows.
setVisibleRange(Range) - Method in interface com.google.gwt.view.client.HasRows
Set the visible range or rows.
setVisibleRangeAndClearData(Range, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
 
setVisibleRangeAndClearData(Range, boolean) - Method in interface com.google.gwt.view.client.HasData
Set the visible range and clear the current visible data.
setVisibleRect(int, int, int, int) - Method in class com.google.gwt.user.client.ui.Image
Sets the visibility rectangle of an image.
setVolume(double) - Method in class com.google.gwt.dom.client.MediaElement
Sets the playback volume.
setVolume(double) - Method in class com.google.gwt.media.client.MediaBase
Sets the playback volume.
setWarning(String) - Method in class com.google.gwt.place.shared.PlaceChangeRequestEvent
Set a message to warn the user that it might be unwise to navigate away from the current place, e.g.
setWidget(Widget) - Method in class com.google.gwt.logging.client.LoggingPopup
 
setWidget(IsWidget) - Method in interface com.google.gwt.user.client.ui.AcceptsOneWidget
Set the only widget of the receiver, replacing the previous widget if there was one.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.Composite
Deprecated. Use Composite.initWidget(Widget) instead
setWidget(IsWidget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Show the specified widget.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.DecoratedPopupPanel
 
setWidget(Widget) - Method in interface com.google.gwt.user.client.ui.HasOneWidget
Sets this panel's widget.
setWidget(int, int, Widget) - Method in class com.google.gwt.user.client.ui.HTMLTable
Sets the widget within the specified cell.
setWidget(int, int, IsWidget) - Method in class com.google.gwt.user.client.ui.HTMLTable
Overloaded version for IsWidget.
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel
 
setWidget(Widget) - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
 
setWidget(IsWidget) - Method in class com.google.gwt.user.client.ui.SimplePanel
 
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.
setWidgetBottomHeight(Widget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's bottom and height values.
setWidgetBottomHeight(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Overloaded version for IsWidget.
setWidgetHorizontalPosition(Widget, Layout.Alignment) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's horizontal position within its layer.
setWidgetLeftRight(Widget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's left and right values.
setWidgetLeftRight(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Overloaded version for IsWidget.
setWidgetLeftWidth(Widget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's left and width values.
setWidgetLeftWidth(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Overloaded version for IsWidget.
setWidgetMinSize(Widget, int) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
Sets the minimum allowable size for the given widget.
setWidgetPosition(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Sets the position of the specified child widget.
setWidgetPositionImpl(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
 
setWidgetRightWidth(Widget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's right and width values.
setWidgetRightWidth(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Overloaded version for IsWidget.
setWidgetSize(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
Updates the size of the widget passed in as long as it is not the center widget and updates the layout of the dock.
setWidgetTopBottom(Widget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's top and bottom values.
setWidgetTopBottom(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Overloaded version for IsWidget.
setWidgetTopHeight(Widget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's top and height values.
setWidgetTopHeight(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Overloaded version for IsWidget.
setWidgetVerticalPosition(Widget, Layout.Alignment) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Sets the child widget's vertical position within its layer.
setWidgetVisible(Widget, boolean) - Method in class com.google.gwt.user.client.ui.LayoutPanel
Shows or hides the given widget and its layer.
setWidth(int) - Method in class com.google.gwt.dom.client.CanvasElement
Sets the width of the canvas.
setWidth(int) - Method in class com.google.gwt.dom.client.ImageElement
The width of the image in pixels.
setWidth(String) - Method in class com.google.gwt.dom.client.ObjectElement
Override width.
setWidth(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
Set the width css property.
setWidth(String) - Method in class com.google.gwt.dom.client.TableColElement
Default column width.
setWidth(String) - Method in class com.google.gwt.dom.client.TableElement
Specifies the desired table width.
setWidth(int) - Method in class com.google.gwt.dom.client.VideoElement
Sets the width of the element.
setWidth(String, boolean) - Method in class com.google.gwt.user.cellview.client.CellTable
Set the width of the width and specify whether or not it should use fixed table layout.
setWidth(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Sets the width of the specified cell.
setWidth(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Sets the width of the specified column.
setWidth(String) - Method in class com.google.gwt.user.client.ui.PopupPanel
Sets the width of the panel's child widget.
setWidth(String) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Sets the object's width.
setWidth(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sets the object's width.
setWordWrap(boolean) - Method in class com.google.gwt.user.client.ui.Anchor
 
setWordWrap(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
 
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.LabelBase
 
setYear(int) - Method in class com.google.gwt.core.client.JsDate
Deprecated. Use JsDate.setFullYear(int).
setZIndex(int) - Method in class com.google.gwt.dom.client.Style
Set the z-index css property.
Shardable - Annotation Type in com.google.gwt.core.ext.linker
This annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the Linker API.
shift() - Method in class com.google.gwt.core.client.JsArray
Shifts the first value off the array.
shift() - Method in class com.google.gwt.core.client.JsArrayBoolean
Shifts the first value off the array.
shift() - Method in class com.google.gwt.core.client.JsArrayInteger
Shifts the first value off the array.
shift() - Method in class com.google.gwt.core.client.JsArrayNumber
Shifts the first value off the array.
shift() - Method in class com.google.gwt.core.client.JsArrayString
Shifts the first value off the array.
shiftBoolean() - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts the first value off the array.
shiftCurrentMonth(int) - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Shifts the currently specified date by the given number of months.
shiftNumber() - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts the first value off the array.
shiftObject() - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts the first value off the array.
shiftString() - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts the first value off the array.
shortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
shortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
shortQuarters() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
shortQuarters() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
shortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
shortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
shouldCompressResponse(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.rpc.server.RpcServlet
Determines whether the response to a given servlet request should or should not be GZIP compressed.
shouldCompressResponse(HttpServletRequest, HttpServletResponse, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Determines whether the response to a given servlet request should or should not be GZIP compressed.
shouldDeserializeFields(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Returns true if the class' fields should be deserialized.
shouldFire(HasValueChangeHandlers<T>, T, T) - Static method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Convenience method to allow subtypes to know when they should fire a value change event in a null-safe manner.
shouldGzipResponseContent(HttpServletRequest, String) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the request accepts gzip encoding and the the response content's estimated UTF-8 byte length exceeds 256 bytes.
shouldIncludeBootstrapInPrimaryFragment(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
shouldInstallCode(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
shouldOutputPropertyMap(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
shouldSerializeFields(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Returns true if the class' fields should be serialized.
shouldValidateXsrfToken(Method) - Method in class com.google.gwt.user.server.rpc.AbstractXsrfProtectedServiceServlet
Override this method to change default XSRF enforcement logic.
show() - Method in class com.google.gwt.user.client.ui.DialogBox
 
show() - Method in class com.google.gwt.user.client.ui.NotificationMole
Display the notification with the existing message.
show(String) - Method in class com.google.gwt.user.client.ui.NotificationMole
Set the message text and then display the notification.
show() - Method in class com.google.gwt.user.client.ui.PopupPanel
Shows the popup and attach it to the page.
showDatePicker() - Method in class com.google.gwt.user.datepicker.client.DateBox
Parses the current date box's value and shows that date.
showDelayed(int) - Method in class com.google.gwt.user.client.ui.NotificationMole
Display the notification, but after a delay.
showErrors(List<EditorError>) - Method in interface com.google.gwt.editor.client.HasEditorErrors
Called by the EditorDriver to propagate errors.
showErrors(List<EditorError>) - Method in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
The default implementation will display, but not consume, received errors whose getEditor() method returns the Editor passed into ValueBoxEditorDecorator.setEditor(com.google.gwt.editor.ui.client.adapters.ValueBoxEditor).
ShowRangeEvent<V> - Class in com.google.gwt.event.logical.shared
Represents a show range event.
ShowRangeEvent(V, V) - Constructor for class com.google.gwt.event.logical.shared.ShowRangeEvent
Creates a new show range event.
ShowRangeHandler<V> - Interface in com.google.gwt.event.logical.shared
Handler interface for ShowRangeEvent events.
showRelativeTo(UIObject) - Method in class com.google.gwt.user.client.ui.PopupPanel
Normally, the popup is positioned directly below the relative target, with its left edge aligned with the left edge of the target.
showStack(int) - Method in class com.google.gwt.user.client.ui.StackPanel
Shows the widget at the specified child index.
showSuggestionList() - Method in class com.google.gwt.user.client.ui.SuggestBox
Show the current list of suggestions.
showSuggestions(SuggestBox, Collection<? extends SuggestOracle.Suggestion>, boolean, boolean, SuggestBox.SuggestionCallback) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
 
showSuggestions(SuggestBox, Collection<? extends SuggestOracle.Suggestion>, boolean, boolean, SuggestBox.SuggestionCallback) - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
Update the list of visible suggestions.
showWidget(int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Shows the widget at the specified index.
showWidget(Widget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
Shows the widget at the specified index.
showWidget(int) - Method in class com.google.gwt.user.client.ui.DeckPanel
Shows the widget at the specified index.
showWidget(int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Shows the widget at the specified index and fires events.
showWidget(int, boolean) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Shows the widget at the specified index.
showWidget(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Shows the specified widget and fires events.
showWidget(Widget, boolean) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
Shows the specified widget.
SimpleBeanEditorDriver<T,E extends Editor<? super T>> - Interface in com.google.gwt.editor.client
Automates editing of simple bean-like objects.
SimpleCheckBox - Class in com.google.gwt.user.client.ui
A simple checkbox widget, with no label.
SimpleCheckBox() - Constructor for class com.google.gwt.user.client.ui.SimpleCheckBox
Creates a new simple checkbox.
SimpleCheckBox(Element) - Constructor for class com.google.gwt.user.client.ui.SimpleCheckBox
This constructor may be used by subclasses to explicitly use an existing element.
SimpleEditor<T> - Class in com.google.gwt.editor.client.adapters
A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.
SimpleEditor(T) - Constructor for class com.google.gwt.editor.client.adapters.SimpleEditor
Constructs a new SimpleEditor that holds the given value.
SimpleEventBus - Class in com.google.gwt.event.shared
Wraps {com.google.web.bindery.event.shared.SimpleEventBus} for legacy compatibility.
SimpleEventBus() - Constructor for class com.google.gwt.event.shared.SimpleEventBus
 
SimpleEventBus - Class in com.google.web.bindery.event.shared
Basic implementation of EventBus.
SimpleEventBus() - Constructor for class com.google.web.bindery.event.shared.SimpleEventBus
 
SimpleEventBus(boolean) - Constructor for class com.google.web.bindery.event.shared.SimpleEventBus
Deprecated. This is a legacy feature, required by GWT's old HandlerManager. Reverse order is not honored for handlers tied to a specific event source (via SimpleEventBus.addHandlerToSource(com.google.web.bindery.event.shared.Event.Type, java.lang.Object, H).
SimpleHtmlSanitizer - Class in com.google.gwt.safehtml.shared
A simple and relatively inexpensive HTML sanitizer.
SimpleKeyProvider<T> - Class in com.google.gwt.view.client
Simple passthrough implementation of ProvidesKey.
SimpleKeyProvider() - Constructor for class com.google.gwt.view.client.SimpleKeyProvider
 
SimpleLayoutPanel - Class in com.google.gwt.user.client.ui
A simple panel that ProvidesResize to its one child.
SimpleLayoutPanel() - Constructor for class com.google.gwt.user.client.ui.SimpleLayoutPanel
 
SimplePager - Class in com.google.gwt.user.cellview.client
A pager for controlling a HasRows that only supports simple page navigation.
SimplePager() - Constructor for class com.google.gwt.user.cellview.client.SimplePager
Construct a SimplePager with the default text location.
SimplePager(SimplePager.TextLocation) - Constructor for class com.google.gwt.user.cellview.client.SimplePager
Construct a SimplePager with the specified text location.
SimplePager(SimplePager.TextLocation, SimplePager.Resources, boolean, int, boolean) - Constructor for class com.google.gwt.user.cellview.client.SimplePager
Construct a SimplePager with the specified resources.
SimplePager.Resources - Interface in com.google.gwt.user.cellview.client
A ClientBundle that provides images for this widget.
SimplePager.Style - Interface in com.google.gwt.user.cellview.client
Styles used by this widget.
SimplePager.TextLocation - Enum in com.google.gwt.user.cellview.client
The location of the text relative to the paging buttons.
simplePagerFastForward() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The image used to skip ahead multiple pages.
simplePagerFastForwardDisabled() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The disabled "fast forward" image.
simplePagerFirstPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The image used to go to the first page.
simplePagerFirstPageDisabled() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The disabled first page image.
simplePagerLastPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The image used to go to the last page.
simplePagerLastPageDisabled() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The disabled last page image.
simplePagerNextPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The image used to go to the next page.
simplePagerNextPageDisabled() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The disabled next page image.
simplePagerPreviousPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The image used to go to the previous page.
simplePagerPreviousPageDisabled() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The disabled previous page image.
simplePagerStyle() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Resources
The styles used in this widget.
SimplePanel - Class in com.google.gwt.user.client.ui
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(Widget) - Constructor for class com.google.gwt.user.client.ui.SimplePanel
Create a panel with the specified child widget.
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.
SimplePayloadDecoder - Class in com.google.gwt.rpc.server
Decodes the simple payload.
SimplePayloadDecoder(ClientOracle, CharSequence) - Constructor for class com.google.gwt.rpc.server.SimplePayloadDecoder
Construct a new SimplePayloadDecoder.
SimpleRadioButton - Class in com.google.gwt.user.client.ui
A simple radio button widget, with no label.
SimpleRadioButton(String) - Constructor for class com.google.gwt.user.client.ui.SimpleRadioButton
Creates a new radio associated with a particular group name.
SimpleRadioButton(Element) - Constructor for class com.google.gwt.user.client.ui.SimpleRadioButton
This constructor may be used by subclasses to explicitly use an existing element.
SimpleRemoteLogHandler - Class in com.google.gwt.logging.client
A very simple handler which sends messages to the server via GWT RPC to be logged.
SimpleRemoteLogHandler() - Constructor for class com.google.gwt.logging.client.SimpleRemoteLogHandler
 
SimpleRequestProcessor - Class in com.google.gwt.requestfactory.server
Deprecated. 
SimpleRequestProcessor(ServiceLayer) - Constructor for class com.google.gwt.requestfactory.server.SimpleRequestProcessor
Deprecated.  
SimpleRequestProcessor - Class in com.google.web.bindery.requestfactory.server
Processes request payloads from a RequestFactory client.
SimpleRequestProcessor(ServiceLayer) - Constructor for class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
 
SimpleSafeHtmlRenderer - Class in com.google.gwt.text.shared
A simple SafeHtmlRenderer implementation that calls SafeHtmlUtils.fromString(String) to escape its arguments.
SingleJsoImpl - Annotation Type in com.google.gwt.core.client
This annotation may be placed on an interface to declare the single JavaScriptObject type that implements the interface.
SingleJsoImplName - Annotation Type in com.google.gwt.core.client
This annotation may be placed on an interface to name the single JavaScriptObject type that implements the interface.
SingleScriptLinker - Class in com.google.gwt.core.linker
A Linker for producing a single JavaScript file from a GWT module.
SingleScriptLinker() - Constructor for class com.google.gwt.core.linker.SingleScriptLinker
 
SingleSelectionModel<T> - Class in com.google.gwt.view.client
A simple selection model that allows only one object to be selected a a time.
SingleSelectionModel() - Constructor for class com.google.gwt.view.client.SingleSelectionModel
Constructs a SingleSelectionModel without a key provider.
SingleSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.SingleSelectionModel
Constructs a SingleSelectionModel with the given key provider.
sinkBitlessEvent(Element, String) - Static method in class com.google.gwt.user.client.DOM
Sinks a named event.
sinkBitlessEvent(String) - Method in class com.google.gwt.user.client.ui.UIObject
Sinks a named event.
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(Element, int) - Static method in class com.google.gwt.user.client.Event
Sets the current set of events sunk by a given element.
sinkEvents(int) - Method in class com.google.gwt.user.client.ui.CheckBox
 
sinkEvents(int) - Method in class com.google.gwt.user.client.ui.RadioButton
 
sinkEvents(int) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a set of events to be sunk by this object.
sinkEvents(int) - Method in class com.google.gwt.user.client.ui.Widget
Overridden to defer the call to super.sinkEvents until the first time this widget is attached to the dom, as a performance enhancement.
size() - Method in interface com.google.gwt.autobean.shared.Splittable
Deprecated. Returns the size of the list.
size() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
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 properties on this object.
size() - Method in class com.google.gwt.storage.client.StorageMap
Returns the number of items in the Storage.
size() - Method in class com.google.gwt.user.cellview.client.ColumnSortList
Get the size of the list.
size - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
 
size() - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets the number of widgets in this collection.
size() - Method in interface com.google.web.bindery.autobean.shared.Splittable
Returns the size of an indexed Splittable.
SkipInterfaceValidation - Annotation Type in com.google.web.bindery.requestfactory.shared
Annotation on methods of RequestContext, EntityProxy, or ValueProxy interfaces so that the RequestFactoryInterfaceValidator doesn't enforce the presence of a corresponding method on the domain type.
SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents a Small font.
SoftPermutation - Class in com.google.gwt.core.ext.linker
Represents a permutation of collapsed deferred-binding property values.
SoftPermutation() - Constructor for class com.google.gwt.core.ext.linker.SoftPermutation
 
sort(JClassType[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort class types in a consistent way.
sort(JConstructor[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort constructors in a consistent way.
sort(JField[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort fields in a consistent way.
sort(JMethod[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort methods in a consistent way.
sortedRegionCodes - Variable in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
 
SOURCE_NAME_COMPARATOR - Static variable in interface com.google.gwt.core.ext.soyc.Member
Compares Members based solely on source name.
SOURCE_ORDER_COMPARATOR - Static variable in class com.google.gwt.core.ext.soyc.Range
Sorts Ranges into the order in which they would appear in the source code based on start position and end position.
SourcesChangeEvents - Interface in com.google.gwt.user.client.ui
Deprecated. we have now separated dom and logical change events. Use HasChangeHandlers if the change listener was triggered by a dom change event or HasValueChangeHandlers if it was based on a logical event
SourcesClickEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasClickHandlers instead
SourcesFocusEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasAllFocusHandlers instead
SourcesKeyboardEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasAllKeyHandlers instead
SourcesLoadEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasErrorHandlers and HasLoadHandlers instead
SourcesMouseEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasAllMouseHandlers instead
SourcesMouseWheelEvents - Interface in com.google.gwt.user.client.ui
Deprecated. Use HasMouseWheelHandlers instead
SourcesPopupEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasCloseHandlers instead
SourcesScrollEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasScrollHandlers instead
SourcesTabEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasSelectionHandlers and HasBeforeSelectionHandlers instead
SourcesTableEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasClickHandlers instead. Event sources should implement methods similar to HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
SourcesTreeEvents - Interface in com.google.gwt.user.client.ui
Deprecated. use HasBeforeSelectionHandlers, HasOpenHandlers and HasClickHandlers instead
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.
SoycReportLinker - Class in com.google.gwt.core.linker
Converts SOYC report files into emitted private artifacts.
SoycReportLinker() - Constructor for class com.google.gwt.core.linker.SoycReportLinker
 
SPAM - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs extremely verbose and detailed information that is typically useful only to product implementors.
SpanElement - Class in com.google.gwt.dom.client
Generic inline container.
SpanElement() - Constructor for class com.google.gwt.dom.client.SpanElement
 
spanWrap(String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.spanWrap(String, boolean, boolean), but assumes isHtml is false and dirReset is true.
spanWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.spanWrap(String, boolean, boolean), but assumes dirReset is true.
spanWrap(String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Formats a string of unknown direction for use in HTML output of the context direction, so an opposite-direction string is neither garbled nor garbles what follows it.
spanWrap(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrap(SafeHtml, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrap(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrapBase(String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
spanWrapWithKnownDir(HasDirection.Direction, String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.spanWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean), but assumes isHtml is false and dirReset is true.
spanWrapWithKnownDir(HasDirection.Direction, String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.spanWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean), but assumes dirReset is true.
spanWrapWithKnownDir(HasDirection.Direction, String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Formats a string of given direction for use in HTML output of the context direction, so an opposite-direction string is neither garbled nor garbles what follows it.
spanWrapWithKnownDir(HasDirection.Direction, SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrapWithKnownDir(HasDirection.Direction, SafeHtml, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrapWithKnownDir(HasDirection.Direction, String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrapWithKnownDir(HasDirection.Direction, String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
spanWrapWithKnownDirBase(HasDirection.Direction, String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
split(String) - Method in class com.google.gwt.regexp.shared.RegExp
Splits the input string around matches of the regular expression.
split(String, int) - Method in class com.google.gwt.regexp.shared.RegExp
Splits the input string around matches of the regular expression.
SplitLayoutPanel - Class in com.google.gwt.user.client.ui
A panel that adds user-positioned splitters between each of its child widgets.
SplitLayoutPanel() - Constructor for class com.google.gwt.user.client.ui.SplitLayoutPanel
Construct a new SplitLayoutPanel with the default splitter size of 8px.
SplitLayoutPanel(int) - Constructor for class com.google.gwt.user.client.ui.SplitLayoutPanel
Construct a new SplitLayoutPanel with the specified splitter size in pixels.
SplitResult - Class in com.google.gwt.regexp.shared
Pure Java implementation of a regular expression split result.
SplitResult(String[]) - Constructor for class com.google.gwt.regexp.shared.SplitResult
 
Splittable - Interface in com.google.gwt.autobean.shared
Deprecated. 
Splittable - Interface in com.google.web.bindery.autobean.shared
This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
splitText(int) - Method in class com.google.gwt.dom.client.Text
Splits the data in this node into two separate text nodes.
splitText(int) - Method in interface com.google.gwt.xml.client.Text
Splits the node into two text nodes.
stableId() - Method in interface com.google.gwt.requestfactory.shared.EntityProxy
Deprecated. Returns the EntityProxyId that identifies a particular instance of the type proxied by the receiver.
stableId() - Method in interface com.google.web.bindery.requestfactory.shared.EntityProxy
Returns the EntityProxyId that identifies a particular instance of the type proxied by the receiver.
STACK_TRACE - Static variable in interface com.google.gwt.requestfactory.shared.messages.ServerFailureMessage
Deprecated.  
STACK_TRACE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
 
StackLayoutPanel - 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.
StackLayoutPanel(Style.Unit) - Constructor for class com.google.gwt.user.client.ui.StackLayoutPanel
Creates an empty stack panel.
StackLayoutPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses StackLayoutPanel widgets.
StackLayoutPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.StackLayoutPanelParser
 
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.
StackPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses StackPanel widgets.
StackPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.StackPanelParser
 
StackTraceDeobfuscator - Class in com.google.gwt.logging.server
Deobfuscates stack traces on the server side.
StackTraceDeobfuscator(String) - Constructor for class com.google.gwt.logging.server.StackTraceDeobfuscator
Constructor, which takes a symbolMaps directory as its argument.
standaloneMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
standaloneMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
standaloneNarrowMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
standaloneNarrowMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
standaloneNarrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
standaloneNarrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
standaloneShortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
standaloneShortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
standaloneShortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
standaloneShortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
standaloneWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
standaloneWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
start(AcceptsOneWidget, EventBus) - Method in interface com.google.gwt.activity.shared.Activity
Called when the Activity should ready its widget for the user.
start() - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
Start prefetching.
start(int) - Method in interface com.google.gwt.core.ext.linker.StatementRanges
The start of the ith statement.
start(TreeLogger, int, File) - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Start an embedded HTTP servlet container.
start(int) - Method in class com.google.gwt.media.dom.client.TimeRanges
Returns the start time of the range indexed by index.
startEdge() - Method in class com.google.gwt.i18n.shared.BidiFormatter
Returns "right" for RTL context direction.
startEdge() - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
Returns "right" for RTL context direction.
startEdgeBase() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
startLoading() - Method in class com.google.gwt.user.cellview.client.SimplePager
Let the page know that the table is loading.
startOf(HasDirection.Direction) - Static method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
 
startsWithLtr(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.startsWithLtr(String, boolean), but assumes str is not HTML / HTML-escaped.
startsWithLtr(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Check whether the first strongly-directional character in the string is LTR.
startsWithRtl(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
Like BidiUtils.startsWithRtl(String, boolean), but assumes str is not HTML / HTML-escaped.
startsWithRtl(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
Check whether the first strongly-directional character in the string is RTL.
STATE_ACTIVEDESCENDANT - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_EXPANDED - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_HASPOPUP - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_LEVEL - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_POSINSET - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_PRESSED - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_SELECTED - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
STATE_SETSIZE - Static variable in class com.google.gwt.user.client.ui.Accessibility
 
StatementRanges - Interface in com.google.gwt.core.ext.linker
Describes the source-code positions of top-level statements in a string of JavaScript.
STATUS_CODES - Static variable in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
STATUS_CODES - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
StatusCodeException - Exception in com.google.gwt.user.client.rpc
Indicates that an RPC response was returned with an invalid HTTP status code.
StatusCodeException(int, String) - Constructor for exception com.google.gwt.user.client.rpc.StatusCodeException
Construct an exception with the given status code and description.
stop() - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
Stop prefetching.
stop() - Method in class com.google.gwt.core.ext.ServletContainer
Stops the running servlet container.
stopPropagation() - Method in class com.google.gwt.dom.client.NativeEvent
Stops the event from being propagated to parent elements.
stopPropagation() - Method in class com.google.gwt.event.dom.client.DomEvent
Stops the propagation of the underlying native event.
Storage - Class in com.google.gwt.storage.client
Implements the HTML5 Storage interface.
StorageEvent - Class in com.google.gwt.storage.client
Represents a Storage Event.
StorageEvent() - Constructor for class com.google.gwt.storage.client.StorageEvent
 
StorageEvent.Handler - Interface in com.google.gwt.storage.client
Represents an Event handler for StorageEvents.
StorageMap - Class in com.google.gwt.storage.client
Exposes the local/session Storage as a standard Map<String, String>.
StorageMap(Storage) - Constructor for class com.google.gwt.storage.client.StorageMap
Creates the Map with the specified Storage as data provider.
store(OutputStream) - Method in class com.google.gwt.rpc.server.WebModeClientOracle
Write the state of the WebModeClientOracle into an OutputStream.
Story - Interface in com.google.gwt.core.ext.soyc
Represents a (possibly disjoint) region of the JavaScript output for which metadata is available.
streamOut(File, OutputStream, int) - Static method in class com.google.gwt.util.tools.Utility
 
streamOut(InputStream, OutputStream, int) - Static method in class com.google.gwt.util.tools.Utility
 
streamResponseForFailure(ClientOracle, OutputStream, Throwable) - Static method in class com.google.gwt.rpc.server.RPC
 
streamResponseForSuccess(ClientOracle, OutputStream, Object) - Static method in class com.google.gwt.rpc.server.RPC
 
STRENGTH - Static variable in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
STRENGTH - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
stringValue() - Method in class com.google.gwt.json.client.JSONString
Returns the raw Java string value of this item.
stroke() - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws the current path with the current stroke style.
strokeRect(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws the outline of a rectangle with the current stroke style.
strokeText(String, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws the text outline.
strokeText(String, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Draws the text outline, squeezing the text into the given max width by compressing the font.
STRONG_NAME_HEADER - Static variable in class com.google.gwt.user.client.rpc.RpcRequestBuilder
Used by RpcRequestBuilder.doFinish(com.google.gwt.http.client.RequestBuilder).
STRONG_NAME_SUFFIX - Static variable in class com.google.gwt.core.linker.SymbolMapsLinker
This value is appended to the strong name of the CompilationResult to form the symbol map's filename.
StubScheduler - Class in com.google.gwt.core.client.testing
A no-op implementation of Scheduler that simply records its arguments.
StubScheduler() - Constructor for class com.google.gwt.core.client.testing.StubScheduler
 
Style - Class in com.google.gwt.dom.client
Provides programmatic access to properties of the style object.
Style() - Constructor for class com.google.gwt.dom.client.Style
 
Style.BorderStyle - Enum in com.google.gwt.dom.client
Enum for the border-style property.
Style.Cursor - Enum in com.google.gwt.dom.client
Enum for the cursor property.
Style.Display - Enum in com.google.gwt.dom.client
Enum for the display property.
Style.Float - Enum in com.google.gwt.dom.client
Enum for the float property.
Style.FontStyle - Enum in com.google.gwt.dom.client
Enum for the font-style property.
Style.FontWeight - Enum in com.google.gwt.dom.client
Enum for the font-weight property.
Style.HasCssName - Interface in com.google.gwt.dom.client
Interface to be implemented by enumerated CSS values.
Style.ListStyleType - Enum in com.google.gwt.dom.client
Enum for the list-style-type property.
Style.Overflow - Enum in com.google.gwt.dom.client
Enum for the overflow property.
Style.Position - Enum in com.google.gwt.dom.client
Enum for the display property.
Style.TableLayout - Enum in com.google.gwt.dom.client
Enum for the table-layout property.
Style.TextDecoration - Enum in com.google.gwt.dom.client
Enum for the text-decoration property.
Style.Unit - Enum in com.google.gwt.dom.client
CSS length units.
Style.VerticalAlign - Enum in com.google.gwt.dom.client
Enum for the vertical-align property.
Style.Visibility - Enum in com.google.gwt.dom.client
Enum for the visibility property.
StyleElement - Class in com.google.gwt.dom.client
Style information.
StyleElement() - Constructor for class com.google.gwt.dom.client.StyleElement
 
StyleInjector - Class in com.google.gwt.dom.client
Used to add stylesheets to the document.
StyleInjector.StyleInjectorImpl - Class in com.google.gwt.dom.client
The DOM-compatible way of adding stylesheets.
StyleInjector.StyleInjectorImpl() - Constructor for class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
 
StyleInjector.StyleInjectorImplIE - Class in com.google.gwt.dom.client
IE doesn't allow manipulation of a style element through DOM methods.
StyleInjector.StyleInjectorImplIE() - Constructor for class com.google.gwt.dom.client.StyleInjector.StyleInjectorImplIE
 
StylesheetReference - Class in com.google.gwt.core.ext.linker
An external stylesheet referenced in the module manifest.
StylesheetReference(Class<? extends Linker>, String, int) - Constructor for class com.google.gwt.core.ext.linker.StylesheetReference
 
submit() - Method in class com.google.gwt.dom.client.FormElement
Submits the form.
submit() - Method in class com.google.gwt.user.client.ui.FormPanel
Submits the form.
SubmitButton - Class in com.google.gwt.user.client.ui
A standard push-button widget which will automatically submit its enclosing FormPanel if any.
SubmitButton() - Constructor for class com.google.gwt.user.client.ui.SubmitButton
Creates a button with no caption.
SubmitButton(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
Creates a button with the given HTML caption.
SubmitButton(String) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
Creates a button with the given HTML caption.
SubmitButton(SafeHtml, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
Creates a button with the given HTML caption and click listener.
SubmitButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
Creates a button with the given HTML caption and click listener.
SubmitButton(Element) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
This constructor may be used by subclasses to explicitly use an existing element.
subscribe() - Method in interface com.google.gwt.editor.client.EditorDelegate
Register for notifications if object being edited is updated.
subscribe() - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
Returns a no-op HandlerRegistration instance.
subSet(Artifact<?>, Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
substringData(int, int) - Method in interface com.google.gwt.xml.client.CharacterData
This method gets a substring of the character data.
SuggestBox - Class in com.google.gwt.user.client.ui
A SuggestBox is a text box or text area which displays a pre-configured set of selections that match the user's input.
SuggestBox() - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestBox(SuggestOracle) - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestBox(SuggestOracle, TextBoxBase) - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestBox(SuggestOracle, TextBoxBase, SuggestBox.SuggestionDisplay) - Constructor for class com.google.gwt.user.client.ui.SuggestBox
Constructor for SuggestBox.
SuggestBox.DefaultSuggestionDisplay - Class in com.google.gwt.user.client.ui
The default implementation of SuggestBox.SuggestionDisplay displays suggestions in a PopupPanel beneath the SuggestBox.
SuggestBox.DefaultSuggestionDisplay() - Constructor for class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
Construct a new SuggestBox.DefaultSuggestionDisplay.
SuggestBox.SuggestionCallback - Interface in com.google.gwt.user.client.ui
The callback used when a user selects a SuggestOracle.Suggestion.
SuggestBox.SuggestionDisplay - Class in com.google.gwt.user.client.ui
Used to display suggestions to the user.
SuggestBox.SuggestionDisplay() - Constructor for class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
 
SuggestionEvent - Class in com.google.gwt.user.client.ui
Event object containing information about the selection of a SuggestOracle.Suggestion displayed by a SuggestBox.
SuggestionEvent(SuggestBox, SuggestOracle.Suggestion) - Constructor for class com.google.gwt.user.client.ui.SuggestionEvent
 
SuggestionHandler - Interface in com.google.gwt.user.client.ui
Deprecated. use SelectionHandler instead
SuggestOracle - Class in com.google.gwt.user.client.ui
A SuggestOracle can be used to create suggestions associated with a specific query string.
SuggestOracle() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle
Constructor for SuggestOracle.
SuggestOracle.Callback - Interface in com.google.gwt.user.client.ui
Callback for SuggestOracle.
SuggestOracle.Request - Class in com.google.gwt.user.client.ui
A SuggestOracle request.
SuggestOracle.Request() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
Constructor for SuggestOracle.Request.
SuggestOracle.Request(String) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
Constructor for SuggestOracle.Request.
SuggestOracle.Request(String, int) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
Constructor for SuggestOracle.Request.
SuggestOracle.Response - Class in com.google.gwt.user.client.ui
SuggestOracle response.
SuggestOracle.Response() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Response
Constructor for SuggestOracle.Response.
SuggestOracle.Response(Collection<? extends SuggestOracle.Suggestion>) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Response
Constructor for SuggestOracle.Response.
SuggestOracle.Suggestion - Interface in com.google.gwt.user.client.ui
Suggestion supplied by the SuggestOracle.
supportsAsync() - Method in class com.google.gwt.benchmarks.client.Benchmark
Benchmarks do not support asynchronous mode.
supportsAsync() - Method in class com.google.gwt.junit.client.GWTTestCase
Returns true if this test case supports asynchronous mode.
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.
supportsDataUrls() - Method in interface com.google.gwt.resources.ext.ResourceContext
Indicates if the runtime context supports data: urls.
supportsDevModeInJunit(LinkerContext) - Method in class com.google.gwt.core.ext.Linker
Does this linker support DevMode?
SupportsGeneratorResultCaching - Interface in com.google.gwt.resources.ext
A marker interface that a ResourceGenerator can implement to indicate it supports generator result caching.
SymbolData - Interface in com.google.gwt.core.ext.linker
Provides basic information about symbols in the generated JavaScript.
SymbolData.ClassIdentComparator - Class in com.google.gwt.core.ext.linker
A Comparator for use when presenting the data to humans.
SymbolData.ClassIdentComparator() - Constructor for class com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator
 
SymbolMapsLinker - Class in com.google.gwt.core.linker
This Linker exports the symbol maps associated with each compilation result as a private file.
SymbolMapsLinker() - Constructor for class com.google.gwt.core.linker.SymbolMapsLinker
 
SYNTAX_ERR - Static variable in exception com.google.gwt.xml.client.DOMException
 
SYNTHETIC_ID - Static variable in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
SYNTHETIC_ID - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
SyntheticArtifact - Class in com.google.gwt.core.ext.linker
Artifacts created by AbstractLinker.
SyntheticArtifact(Class<? extends Linker>, String, byte[]) - Constructor for class com.google.gwt.core.ext.linker.SyntheticArtifact
 
SyntheticArtifact(Class<? extends Linker>, String, byte[], long) - Constructor for class com.google.gwt.core.ext.linker.SyntheticArtifact
 
SystemLogHandler - Class in com.google.gwt.logging.client
A Handler that prints logs to System.out or System.err.
SystemLogHandler() - Constructor for class com.google.gwt.logging.client.SystemLogHandler
 

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.
TabBar.Tab - Interface in com.google.gwt.user.client.ui
Set of characteristic interfaces supported by TabBar tabs.
TabLayoutPanel - Class in com.google.gwt.user.client.ui
A panel that represents a tabbed set of pages, each of which contains another widget.
TabLayoutPanel(double, Style.Unit) - Constructor for class com.google.gwt.user.client.ui.TabLayoutPanel
Creates an empty tab panel.
TabLayoutPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses TabLayoutPanel widgets.
TabLayoutPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.TabLayoutPanelParser
 
TableCaptionElement - Class in com.google.gwt.dom.client
Table caption.
TableCaptionElement() - Constructor for class com.google.gwt.dom.client.TableCaptionElement
 
TableCellElement - Class in com.google.gwt.dom.client
The object used to represent the TH and TD elements.
TableCellElement() - Constructor for class com.google.gwt.dom.client.TableCellElement
 
TableColElement - Class in com.google.gwt.dom.client
Regroups the COL and COLGROUP elements.
TableColElement() - Constructor for class com.google.gwt.dom.client.TableColElement
 
TableElement - Class in com.google.gwt.dom.client
The create* and delete* methods on the table allow authors to construct and modify tables.
TableElement() - Constructor for class com.google.gwt.dom.client.TableElement
 
TableListener - Interface in com.google.gwt.user.client.ui
Deprecated. use ClickHandler and HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent) instead
TableListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
TableListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TableListenerCollection
Deprecated.  
TableRowElement - Class in com.google.gwt.dom.client
A row in a table.
TableRowElement() - Constructor for class com.google.gwt.dom.client.TableRowElement
 
TableSectionElement - Class in com.google.gwt.dom.client
The THEAD, TFOOT, and TBODY elements.
TableSectionElement() - Constructor for class com.google.gwt.dom.client.TableSectionElement
 
TabListener - Interface in com.google.gwt.user.client.ui
Deprecated. use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and/or TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
TabListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
TabListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TabListenerCollection
Deprecated.  
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.
TabPanelParser - Class in com.google.gwt.uibinder.elementparsers
Parses TabPanel widgets.
TabPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.TabPanelParser
 
TAG - Static variable in class com.google.gwt.dom.client.AudioElement
The tag for this element.
TAG - Static variable in class com.google.gwt.dom.client.CanvasElement
The tag for this element.
TAG - Static variable in class com.google.gwt.dom.client.VideoElement
The tag for this element.
TAG_TYPEARGS - Static variable in class com.google.gwt.core.ext.typeinfo.TypeOracle
Deprecated. gwt.typeArgs is not longer supported
TagName - Annotation Type in com.google.gwt.dom.client
Indicates the tag name of an Element subclass.
tailSet(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
TakesValue<V> - Interface in com.google.gwt.user.client
Implemented by objects that hold a value.
TakesValueEditor<T> - Class in com.google.gwt.editor.client.adapters
Adapts the TakesValue interface to the Editor framework.
TakesValueEditor(TakesValue<T>) - Constructor for class com.google.gwt.editor.client.adapters.TakesValueEditor
Returns a new ValueEditor that modifies the given TakesValue peer instance.
Teardown - Annotation Type in com.google.gwt.benchmarks.client
Specifies a teardown method that will be executed after the annotated Benchmark test method.
tearDown() - Method in class com.google.gwt.junit.client.GWTTestCase
This method has been made final to prevent you from accidentally running client code outside of the GWT environment.
test(String) - Method in class com.google.gwt.regexp.shared.RegExp
Determines if the regular expression matches the given string.
testResult - Variable in class com.google.gwt.junit.client.GWTTestCase
Object that collects the results of this test case execution.
Text - Class in com.google.gwt.dom.client
The Text interface represents textual content.
Text() - Constructor for class com.google.gwt.dom.client.Text
 
Text - Interface in com.google.gwt.xml.client
This interface describes text nodes, as might occur between tags.
TEXT_NODE - Static variable in class com.google.gwt.dom.client.Node
The node is a Text node.
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.
TextArea(Element) - Constructor for class com.google.gwt.user.client.ui.TextArea
This constructor may be used by subclasses to explicitly use an existing element.
TextAreaElement - Class in com.google.gwt.dom.client
Multi-line text field.
TextAreaElement() - Constructor for class com.google.gwt.dom.client.TextAreaElement
 
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.
TextBox(Element) - Constructor for class com.google.gwt.user.client.ui.TextBox
This constructor may be used by subclasses to explicitly use an existing element.
TextBoxBase - Class in com.google.gwt.user.client.ui
Abstract base class for most 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
Deprecated. use ValueBoxBase.setAlignment(ValueBoxBase.TextAlignment)
TextCell - Class in com.google.gwt.cell.client
A Cell used to render text.
TextCell() - Constructor for class com.google.gwt.cell.client.TextCell
Constructs a TextCell that uses a SimpleSafeHtmlRenderer to render its text.
TextCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.TextCell
Constructs a TextCell that uses the provided SafeHtmlRenderer to render its text.
TextColumn<T> - Class in com.google.gwt.user.cellview.client
A column that displays its contents with a TextCell and does not make use of view data.
TextColumn() - Constructor for class com.google.gwt.user.cellview.client.TextColumn
Construct a new TextColumn.
TextHeader - Class in com.google.gwt.user.cellview.client
A Header containing String data rendered by a TextCell.
TextHeader(String) - Constructor for class com.google.gwt.user.cellview.client.TextHeader
Construct a new TextHeader.
TextInputCell - Class in com.google.gwt.cell.client
An AbstractCell used to render a text input.
TextInputCell() - Constructor for class com.google.gwt.cell.client.TextInputCell
Constructs a TextInputCell that renders its text without HTML markup.
TextInputCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.TextInputCell
Deprecated. the value of a text input is never treated as html
TextInputCell.ViewData - Class in com.google.gwt.cell.client
The ViewData for this cell.
TextInputCell.ViewData(String) - Constructor for class com.google.gwt.cell.client.TextInputCell.ViewData
Construct a ViewData instance containing a given value.
TextInterpreter - Class in com.google.gwt.uibinder.elementparsers
The interpreter of choice for calls to XMLElement.consumeInnerText(com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter).
TextInterpreter(UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.TextInterpreter
 
TextLogFormatter - Class in com.google.gwt.logging.client
Formats LogRecords into 2 lines of text.
TextLogFormatter(boolean) - Constructor for class com.google.gwt.logging.client.TextLogFormatter
 
TextMetrics - Class in com.google.gwt.canvas.dom.client
HTML 5 Canvas text metrics.
TextMetrics() - Constructor for class com.google.gwt.canvas.dom.client.TextMetrics
 
TextPlaceholderInterpreter - Class in com.google.gwt.uibinder.elementparsers
Interprets the interior of text message.
TextPlaceholderInterpreter(UiBinderWriter, MessageWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.TextPlaceholderInterpreter
 
TextResource - Interface in com.google.gwt.resources.client
A resource that contains text that should be incorporated into the compiled output.
TextResourceCallback - Interface in com.google.gwt.resources.client
Deprecated. use ResourceCallback directly
timeFormat() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a safe default time format.
timeFormat() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
timeFormatFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "full" time format.
timeFormatFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
timeFormatLong() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "long" time format.
timeFormatLong() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
timeFormatMedium() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "medium" time format.
timeFormatMedium() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
timeFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
timeFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
timeFormatShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns a "short" time format.
timeFormatShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
TimeoutException - Exception in com.google.gwt.jsonp.client
Exception sent when a JSONP calls expires the timeout.
TimeoutException() - Constructor for exception com.google.gwt.jsonp.client.TimeoutException
 
TimeoutException(String) - Constructor for exception com.google.gwt.jsonp.client.TimeoutException
 
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
 
TimeRanges - Class in com.google.gwt.media.dom.client
A JavaScriptObject representing a time range returned from a MediaElement.
TimeRanges() - Constructor for class com.google.gwt.media.dom.client.TimeRanges
 
TimeZone - Class in com.google.gwt.i18n.client
The TimeZone class implements a time zone information source for client applications.
TimeZoneConstants - Interface in com.google.gwt.i18n.client.constants
TimeZoneConstants encapsulates a collection of time zone data for use with DateTimeFormat services.
TimeZoneInfo - Class in com.google.gwt.i18n.client
A JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone.
TimeZoneInfo() - Constructor for class com.google.gwt.i18n.client.TimeZoneInfo
 
TitleElement - Class in com.google.gwt.dom.client
The document title.
TitleElement() - Constructor for class com.google.gwt.dom.client.TitleElement
 
to(Receiver<? super T>) - Method in interface com.google.gwt.requestfactory.shared.Request
Deprecated. Specify the object that will receive the result of the method invocation.
to(Receiver<? super T>) - Method in interface com.google.web.bindery.requestfactory.shared.Request
Specify the object that will receive the result of the method invocation.
toArray() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
toArray(T[]) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
toBase64(byte[]) - Static method in class com.google.gwt.user.server.Base64Utils
Converts a byte array into a base 64 encoded string.
toBase64(long) - Static method in class com.google.gwt.user.server.Base64Utils
Return a string containing a base-64 encoded version of the given long value.
toDataUrl() - Method in class com.google.gwt.canvas.client.Canvas
Returns a data URL for the current content of the canvas element.
toDataUrl(String) - Method in class com.google.gwt.canvas.client.Canvas
Returns a data URL for the current content of the canvas element, with a specified type.
toDataUrl() - Method in class com.google.gwt.dom.client.CanvasElement
Returns a data URL for the current content of the canvas element.
toDataUrl(String) - Method in class com.google.gwt.dom.client.CanvasElement
Returns a data URL for the current content of the canvas element, with a specified type.
toDateString() - Method in class com.google.gwt.core.client.JsDate
Returns a date string in the local time zone.
toDebugString() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
 
toDebugString() - Method in class com.google.gwt.event.dom.client.KeyPressEvent
 
toDebugString() - Method in class com.google.gwt.event.logical.shared.AttachEvent
 
toDebugString() - Method in class com.google.gwt.event.logical.shared.ResizeEvent
 
toDebugString() - Method in class com.google.gwt.event.logical.shared.ValueChangeEvent
 
toDebugString() - Method in class com.google.gwt.view.client.RangeChangeEvent
 
toDebugString() - Method in class com.google.gwt.view.client.RowCountChangeEvent
 
toDebugString() - Method in class com.google.web.bindery.event.shared.Event
This is a method used primarily for debugging.
toggleBold() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Toggles bold.
toggleBold() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Toggles bold.
ToggleButton - Class in com.google.gwt.user.client.ui
A ToggleButton is a stylish stateful button which allows the user to toggle between up and down states.
ToggleButton() - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Deprecated. Use ToggleButton.ToggleButton(Image, ClickHandler) instead
ToggleButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Deprecated. Use ToggleButton.ToggleButton(Image, Image, ClickHandler) instead
ToggleButton(String) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Deprecated. Use ToggleButton.ToggleButton(String, ClickHandler) instead
ToggleButton(String, String) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
ToggleButton(String, String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ToggleButton
Constructor for ToggleButton.
toggleItalic() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Toggles italic.
toggleItalic() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Toggles italic.
toggleStrikethrough() - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Deprecated. Toggles strikethrough.
toggleStrikethrough() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Toggles strikethrough.
toggleSubscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Toggles subscript.
toggleSubscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Toggles subscript.
toggleSuperscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Toggles superscript.
toggleSuperscript() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Toggles superscript.
toggleUnderline() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Deprecated. Toggles underline.
toggleUnderline() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Toggles underline.
toGMTString() - Method in class com.google.gwt.core.client.JsDate
Deprecated. Use JsDate.toUTCString().
toHexString(byte[]) - Static method in class com.google.gwt.util.tools.Utility
Returns a string representation of the byte array as a series of hexadecimal characters.
toJs() - Method in interface com.google.gwt.core.ext.linker.CastableTypeMap
Returns an eval-able JSON object.
toJs() - Method in class com.google.gwt.rpc.linker.CastableTypeDataImpl
 
toJs() - Method in interface com.google.gwt.rpc.server.CastableTypeData
Returns an eval-able JSON object.
toLocaleDateString() - Method in class com.google.gwt.core.client.JsDate
Returns a date string in the local time zone according to local formatting conventions.
toLocaleString() - Method in class com.google.gwt.core.client.JsDate
Returns a date and time string in the local time zone according to local formatting conventions.
toLocaleTimeString() - Method in class com.google.gwt.core.client.JsDate
Returns a time string in the local time zone according to local formatting conventions.
ToolBase - Class in com.google.gwt.util.tools
A base class for a GWT related command-line application.
ToolBase() - Constructor for class com.google.gwt.util.tools.ToolBase
 
toSafeHtml() - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
Returns the safe HTML accumulated in the builder as a SafeHtml.
toSafeHtml(Object) - Method in class com.google.gwt.text.shared.AbstractSafeHtmlRenderer
 
toSafeStyles() - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
Returns the safe CSS properties accumulated in the builder as a SafeStyles.
toSource() - Method in class com.google.gwt.core.client.JavaScriptObject
Call the toSource() on the JSO.
toString() - Method in class com.google.gwt.benchmarks.client.Operator
Returns the textual representation of the Operator.
toString() - Method in class com.google.gwt.core.client.JavaScriptObject
Makes a best-effort attempt to get a useful debugging string describing the given JavaScriptObject.
toString() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
 
toString() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
 
toString() - Method in class com.google.gwt.core.ext.linker.Artifact
 
toString() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
toString() - Method in class com.google.gwt.core.ext.linker.CompilationResult
 
toString() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
 
toString() - Method in class com.google.gwt.core.ext.linker.ScriptReference
 
toString() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
 
toString() - Method in class com.google.gwt.core.ext.soyc.Range
For debugging use only.
toString() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
toString(EditorDriver<?>) - Static method in class com.google.gwt.editor.client.testing.EditorHierarchyPrinter
Produce a string representation of the Editor hierarchy being controlled by driver.
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.i18n.server.GwtLocaleImpl
 
toString() - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
 
toString() - Method in interface com.google.gwt.i18n.shared.GwtLocale
Returns a human readable string -- "default" or the same as getAsString().
toString() - Method in class com.google.gwt.json.client.JSONArray
Create the JSON encoded string representation of this JSONArray instance.
toString() - Method in class com.google.gwt.json.client.JSONBoolean
Returns "true" for the true value, and "false" for the false value.
toString() - Method in class com.google.gwt.json.client.JSONNull
Returns "null" to allow for formatting null values.
toString() - Method in class com.google.gwt.json.client.JSONNumber
Returns the JSON representation of this number.
toString() - Method in class com.google.gwt.json.client.JSONObject
Converts a JSONObject into a JSON representation that can be used to communicate with a JSON service.
toString() - Method in class com.google.gwt.json.client.JSONString
Returns the JSON formatted value of this string, quoted for evaluating in a JavaScript interpreter.
toString() - Method in class com.google.gwt.json.client.JSONValue
Returns a JSON-encoded string for this entity.
toString() - Method in class com.google.gwt.jsonp.client.JsonpRequest
 
toString() - Method in class com.google.gwt.touch.client.Point
 
toString(Element) - Static method in class com.google.gwt.user.client.DOM
Returns a stringized version of the element.
toString() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
Serializes the contents of this stream into a string.
toString() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
 
toString() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated.  
toString() - Method in class com.google.gwt.user.client.ui.RichTextArea.FontSize
 
toString() - Method in class com.google.gwt.user.client.ui.RichTextArea.Justification
 
toString() - Method in class com.google.gwt.user.client.ui.SuggestionEvent
Returns the string representation of this event object.
toString() - Method in class com.google.gwt.user.client.ui.UIObject
This method is overridden so that any object can be viewed in the debugger as an HTML snippet.
toString() - Method in class com.google.gwt.user.server.rpc.RPCRequest
For debugging use only.
toString() - Method in class com.google.gwt.view.client.Range
Returns a String representation for debugging.
toString() - Method in class com.google.web.bindery.event.shared.Event
The toString() for abstract event is overridden to avoid accidently including class literals in the the compiled output.
toString() - Method in class com.google.web.bindery.event.shared.Event.Type
 
toTimeString() - Method in class com.google.gwt.core.client.JsDate
Returns a time string in the local time zone.
Touch - Class in com.google.gwt.dom.client
Class representing touches.
Touch() - Constructor for class com.google.gwt.dom.client.Touch
 
TouchCancelEvent - Class in com.google.gwt.event.dom.client
Represents a native touch start event.
TouchCancelEvent() - Constructor for class com.google.gwt.event.dom.client.TouchCancelEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire touch start events.
TouchCancelHandler - Interface in com.google.gwt.event.dom.client
Handler interface for TouchCancelEvent events.
TouchEndEvent - Class in com.google.gwt.event.dom.client
Represents a native touch end event.
TouchEndEvent() - Constructor for class com.google.gwt.event.dom.client.TouchEndEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire touch end events.
TouchEndHandler - Interface in com.google.gwt.event.dom.client
Handler interface for TouchEndEvent events.
TouchEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Abstract class representing touch events.
TouchEvent() - Constructor for class com.google.gwt.event.dom.client.TouchEvent
 
TOUCHEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering all touch events (start, move, end, cancel).
TouchMoveEvent - Class in com.google.gwt.event.dom.client
Represents a native touch move event.
TouchMoveEvent() - Constructor for class com.google.gwt.event.dom.client.TouchMoveEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire touch move events.
TouchMoveHandler - Interface in com.google.gwt.event.dom.client
Handler interface for TouchMoveEvent events.
TouchScroller - Class in com.google.gwt.touch.client
Adds touch based scrolling to a scroll panel.
TouchScroller() - Constructor for class com.google.gwt.touch.client.TouchScroller
Construct a new TouchScroller.
TouchStartEvent - Class in com.google.gwt.event.dom.client
Represents a native touch start event.
TouchStartEvent() - Constructor for class com.google.gwt.event.dom.client.TouchStartEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire touch start events.
TouchStartHandler - Interface in com.google.gwt.event.dom.client
Handler interface for TouchStartEvent events.
toUTCString() - Method in class com.google.gwt.core.client.JsDate
Returns a date and time string in UTC.
TRACE - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs information related to lower-level operation.
Transferable - Annotation Type in com.google.gwt.core.ext.linker
An artifact marked with this annotation is passed through a compilation all the way to the final call to Linker.link(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext, ArtifactSet, boolean) .
transform(double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Multiplies the current transform by the given matrix.
translate(double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
Applies a translation to the current transform.
translateSelectionEvent(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
 
translateSelectionEvent(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.CheckboxEventTranslator
 
translateSelectionEvent(CellPreviewEvent<T>) - Method in interface com.google.gwt.view.client.DefaultSelectionEventManager.EventTranslator
Translate the user selection event into a DefaultSelectionEventManager.SelectAction.
translateSelectionEvent(CellPreviewEvent<T>) - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
 
traverseSyntheticCompositeEditor(EditorVisitor) - Method in interface com.google.gwt.editor.client.EditorContext
Traverse an editor created by CompositeEditor.createEditorForTraversal() that reflects an uninitialized instance of a composite sub-editor.
traverseSyntheticCompositeEditor(EditorVisitor) - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
No-op.
Tree - Class in com.google.gwt.user.client.ui
A standard hierarchical tree widget.
Tree() - Constructor for class com.google.gwt.user.client.ui.Tree
Constructs an empty tree.
Tree(Tree.Resources) - Constructor for class com.google.gwt.user.client.ui.Tree
Constructs a tree that uses the specified ClientBundle for images.
Tree(Tree.Resources, boolean) - Constructor for class com.google.gwt.user.client.ui.Tree
Constructs a tree that uses the specified ClientBundle for images.
Tree(TreeImages) - Constructor for class com.google.gwt.user.client.ui.Tree
Deprecated. replaced by Tree.Tree(Resources)
Tree(TreeImages, boolean) - Constructor for class com.google.gwt.user.client.ui.Tree
Deprecated. replaced by Tree.Tree(Resources, boolean)
Tree.Resources - Interface in com.google.gwt.user.client.ui
A ClientBundle that provides images for this widget.
treeClosed() - Method in interface com.google.gwt.user.client.ui.Tree.Resources
An image indicating a closed branch.
treeClosed() - Method in interface com.google.gwt.user.client.ui.TreeImages
Deprecated. An image indicating a closed branch.
TreeImages - Interface in com.google.gwt.user.client.ui
Deprecated. replaced by Tree.Resources.
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(SafeHtml) - 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.
TreeItem.TreeItemImpl - Class in com.google.gwt.user.client.ui
Implementation class for TreeItem.
TreeItem.TreeItemImpl() - Constructor for class com.google.gwt.user.client.ui.TreeItem.TreeItemImpl
 
TreeItem.TreeItemImplIE6 - Class in com.google.gwt.user.client.ui
IE specific implementation class for TreeItem.
TreeItem.TreeItemImplIE6() - Constructor for class com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE6
 
treeItemIterator() - Method in class com.google.gwt.user.client.ui.Tree
Iterator of tree items.
treeLeaf() - Method in interface com.google.gwt.user.client.ui.Tree.Resources
An image indicating a leaf.
treeLeaf() - Method in interface com.google.gwt.user.client.ui.TreeImages
Deprecated. An image indicating a leaf.
TreeListener - Interface in com.google.gwt.user.client.ui
Deprecated. Use SelectionHandler, OpenHandler, and CloseHandler instead
TreeListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
TreeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TreeListenerCollection
Deprecated.  
TreeLogger - Class in com.google.gwt.core.ext
An interface used to log messages in deferred binding generators.
TreeLogger() - Constructor for class com.google.gwt.core.ext.TreeLogger
 
TreeLogger.HelpInfo - Class in com.google.gwt.core.ext
Provides extra information to the user, generally details of what caused the problem or what the user should do to fix the problem.
TreeLogger.HelpInfo() - Constructor for class com.google.gwt.core.ext.TreeLogger.HelpInfo
 
TreeLogger.Type - Enum in com.google.gwt.core.ext
A type-safe enum of all possible logging severity types.
TreeNode - Interface in com.google.gwt.user.cellview.client
A representation of a node in a tree.
treeOpen() - Method in interface com.google.gwt.user.client.ui.Tree.Resources
An image indicating an open branch.
treeOpen() - Method in interface com.google.gwt.user.client.ui.TreeImages
Deprecated. An image indicating an open branch.
TreeViewModel - Interface in com.google.gwt.view.client
A model of a tree.
TreeViewModel.DefaultNodeInfo<T> - Class in com.google.gwt.view.client
Default implementation of TreeViewModel.DefaultNodeInfo.
TreeViewModel.DefaultNodeInfo(AbstractDataProvider<T>, Cell<T>) - Constructor for class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
Construct a new TreeViewModel.DefaultNodeInfo.
TreeViewModel.DefaultNodeInfo(AbstractDataProvider<T>, Cell<T>, SelectionModel<? super T>, ValueUpdater<T>) - Constructor for class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
Construct a new TreeViewModel.DefaultNodeInfo.
TreeViewModel.DefaultNodeInfo(AbstractDataProvider<T>, Cell<T>, SelectionModel<? super T>, CellPreviewEvent.Handler<T>, ValueUpdater<T>) - Constructor for class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
Construct a new TreeViewModel.DefaultNodeInfo.
TreeViewModel.NodeInfo<T> - Interface in com.google.gwt.view.client
The info needed to create the children of a tree node.
tryCommand(Iterable<Widget>, AttachDetachException.Command) - Static method in exception com.google.gwt.user.client.ui.AttachDetachException
Iterator through all child widgets, trying to perform the specified AttachDetachException.Command for each.
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.
tryCreate(TreeLogger, String, String) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
tryCreateResource(TreeLogger, String) - Method in interface com.google.gwt.core.ext.GeneratorContext
Attempts to get an OutputStream so that the caller can write file contents into the named file underneath the compilation output directory.
tryCreateResource(TreeLogger, String) - Method in class com.google.gwt.core.ext.GeneratorContextExtWrapper
 
tryFindResource(TreeLogger, GeneratorContext, ResourceContext, String) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
Try to find a resource with the given resourceName.
tryGetValue() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns the defined value for the deferred binding property or null if the value of the property is not constant.
TYPE - Static variable in class com.google.gwt.place.shared.PlaceChangeEvent
A singleton instance of Type<Handler>.
TYPE - Static variable in class com.google.gwt.place.shared.PlaceChangeRequestEvent
A singleton instance of Type<Handler>.
TYPE - Static variable in class com.google.gwt.user.cellview.client.LoadingStateChangeEvent
A singleton instance of Type.
TYPE_AND_SOURCE_NAME_COMPARATOR - Static variable in interface com.google.gwt.core.ext.soyc.Member
Compares Members based on type and source name.
TYPE_CSSCOLOR - Static variable in class com.google.gwt.canvas.dom.client.FillStrokeStyle
Constant for CssColor style.
TYPE_GRADIENT - Static variable in class com.google.gwt.canvas.dom.client.FillStrokeStyle
Constant for Gradient style.
TYPE_PATTERN - Static variable in class com.google.gwt.canvas.dom.client.FillStrokeStyle
Constant for Pattern style.
TYPE_TOKEN - Static variable in interface com.google.gwt.requestfactory.shared.messages.IdMessage
Deprecated.  
TYPE_TOKEN - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
 
TypeOracle - Class in com.google.gwt.core.ext.typeinfo
Provides type-related information about a set of source files.
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

UiBinder<U,O> - Interface in com.google.gwt.uibinder.client
Interface implemented by classes that generate DOM or Widget structures from ui.xml template files, and which inject portions of the generated UI into the fields of an owner.
UiBinderUtil - Class in com.google.gwt.uibinder.client
Static helper methods used by UiBinder.
UiBinderUtil.TempAttachment - Class in com.google.gwt.uibinder.client
Temporary attachment record that keeps track of where an element was before attachment.
UiChild - Annotation Type in com.google.gwt.uibinder.client
Mark a method as the appropriate way to add a child widget to the parent class.
UiChildParser - Class in com.google.gwt.uibinder.elementparsers
Parses any children of widgets that use the UIChild annotation.
UiChildParser(UiBinderContext) - Constructor for class com.google.gwt.uibinder.elementparsers.UiChildParser
 
UiConstructor - Annotation Type in com.google.gwt.uibinder.client
Marks a constructor that may be used as an alternative to a widget's zero args construtor in a UiBinder template.
UiFactory - Annotation Type in com.google.gwt.uibinder.client
Marks a method that may be called as an alternative to a GWT.create call in a UiBinder template.
UiField - Annotation Type in com.google.gwt.uibinder.client
Marks fields in a UiBinder client that must be filled by the binder's UiBinder.createAndBindUi(O) method.
UiHandler - Annotation Type in com.google.gwt.uibinder.client
Marks a method to be automatically bound as an event handler.
UIObject - Class in com.google.gwt.user.client.ui
The superclass for all user-interface objects.
UIObject() - Constructor for class com.google.gwt.user.client.ui.UIObject
 
UIObject.DebugIdImpl - Class in com.google.gwt.user.client.ui
The implementation of the set debug id method, which does nothing by default.
UIObject.DebugIdImpl() - Constructor for class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
 
UIObject.DebugIdImplEnabled - Class in com.google.gwt.user.client.ui
The implementation of the setDebugId method, which sets the id of the Elements in this UIObject.
UIObject.DebugIdImplEnabled() - Constructor for class com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
UIObjectParser - Class in com.google.gwt.uibinder.elementparsers
Parser of all UIObject types.
UIObjectParser() - Constructor for class com.google.gwt.uibinder.elementparsers.UIObjectParser
 
UiTemplate - Annotation Type in com.google.gwt.uibinder.client
Indicates the template from which to generate a UiBinder.
UiTextInterpreter - Class in com.google.gwt.uibinder.elementparsers
Interprets generic message tags like: <ui:text from="{myMsg.message}" />.
UiTextInterpreter(MortalLogger) - Constructor for class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
 
UListElement - Class in com.google.gwt.dom.client
Unordered list.
UListElement() - Constructor for class com.google.gwt.dom.client.UListElement
 
UmbrellaException - Exception in com.google.gwt.event.shared
Wraps {com.google.web.bindery.event.shared.UmbrellaException} for legacy compatibility.
UmbrellaException(Set<Throwable>) - Constructor for exception com.google.gwt.event.shared.UmbrellaException
 
UmbrellaException() - Constructor for exception com.google.gwt.event.shared.UmbrellaException
Required for GWT RPC serialization.
UmbrellaException - Exception in com.google.web.bindery.event.shared
A RuntimeException that collects a Set of child Throwables together.
UmbrellaException(Set<Throwable>) - Constructor for exception com.google.web.bindery.event.shared.UmbrellaException
 
UmbrellaException() - Constructor for exception com.google.web.bindery.event.shared.UmbrellaException
Required for GWT RPC serialization.
UnableToCompleteException - Exception in com.google.gwt.core.ext
Used to indicate that some part of a multi-step process failed.
UnableToCompleteException() - Constructor for exception com.google.gwt.core.ext.UnableToCompleteException
 
UNDEFINED - Static variable in class com.google.gwt.user.client.Event
Deprecated. 
undo() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
Undo the last action.
UnexpectedException - Exception in com.google.gwt.user.server.rpc
The GWT RPC class throws UnexpectedException when a service method, being invoked by GWT RPC, throws a checked exception that is not in the service method's signature.
UnexpectedException(String, Throwable) - Constructor for exception com.google.gwt.user.server.rpc.UnexpectedException
Construct an UnexpectedException.
unicodeWrap(String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.unicodeWrap(String, boolean, boolean), but assumes isHtml is false and dirReset is true.
unicodeWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.unicodeWrap(String, boolean, boolean), but assumes dirReset is true.
unicodeWrap(String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Formats a string of unknown direction for use in plain-text output of the context direction, so an opposite-direction string is neither garbled nor garbles what follows it.
unicodeWrap(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrap(SafeHtml, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrap(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrapBase(String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
unicodeWrapWithKnownDir(HasDirection.Direction, String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.unicodeWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean), but assumes isHtml is false and dirReset is true.
unicodeWrapWithKnownDir(HasDirection.Direction, String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Like BidiFormatter.unicodeWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean), but assumes dirReset is true.
unicodeWrapWithKnownDir(HasDirection.Direction, String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
Formats a string of given direction for use in plain-text output of the context direction, so an opposite-direction string is neither garbled nor garbles what follows it.
unicodeWrapWithKnownDir(HasDirection.Direction, SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrapWithKnownDir(HasDirection.Direction, SafeHtml, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrapWithKnownDir(HasDirection.Direction, String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrapWithKnownDir(HasDirection.Direction, String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
 
unicodeWrapWithKnownDirBase(HasDirection.Direction, String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
 
UNKNOWN - Static variable in class com.google.gwt.editor.client.testing.FakeEditorSource
Return value for FakeEditorSource.getLastKnownPosition(com.google.gwt.editor.client.testing.FakeLeafValueEditor) if the editor was not created by this FakeEditorSource.
unsafeEval(String) - Static method in class com.google.gwt.core.client.JsonUtils
Evaluates a JSON expression using eval().
UnsafeNativeLong - Annotation Type in com.google.gwt.core.client
This annotation can be placed on a native method to allow it to directly access Java long values.
UNSENT - Static variable in class com.google.gwt.xhr.client.XMLHttpRequest
When constructed, the XMLHttpRequest object must be in the UNSENT state.
unsetDataDisplay() - Method in class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
 
unsetDataDisplay() - Method in interface com.google.gwt.view.client.TreeViewModel.NodeInfo
Unset the display from the TreeViewModel.DefaultNodeInfo.
unshift(T) - Method in class com.google.gwt.core.client.JsArray
Shifts a value onto the beginning of the array.
unshift(boolean) - Method in class com.google.gwt.core.client.JsArrayBoolean
Shifts a value onto the beginning of the array.
unshift(int) - Method in class com.google.gwt.core.client.JsArrayInteger
Shifts a value onto the beginning of the array.
unshift(boolean) - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts a boolean onto the beginning of the array.
unshift(double) - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts a double onto the beginning of the array.
unshift(JavaScriptObject) - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts a JavaScriptObject onto the beginning of the array.
unshift(String) - Method in class com.google.gwt.core.client.JsArrayMixed
Shifts a String onto the beginning of the array.
unshift(double) - Method in class com.google.gwt.core.client.JsArrayNumber
Shifts a value onto the beginning of the array.
unshift(String) - Method in class com.google.gwt.core.client.JsArrayString
Shifts a value onto the beginning of the array.
unsinkEvents(int) - Method in class com.google.gwt.user.client.ui.UIObject
Removes a set of events from this object's event list.
UNSPECIFIED_STRONGNAME - Static variable in class com.google.gwt.user.linker.rpc.RpcLogArtifact
This strong name indicates that the artifact doesn't really have its own strong name.
unwrap() - Method in interface com.google.gwt.autobean.shared.AutoBean
Deprecated. If the AutoBean wraps an object, return the underlying object.
unwrap() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
If the AutoBean wraps an object, return the underlying object.
update(int, T, C) - Method in interface com.google.gwt.cell.client.FieldUpdater
Announces a new value for a field within a base object.
update(C) - Method in interface com.google.gwt.cell.client.ValueUpdater
Announces a new value.
updateHorizontalAlignment() - Method in class com.google.gwt.user.client.ui.LabelBase
Sets the horizontal alignment of the widget according to the current AutoHorizontalAlignment setting.
updateRowCount(int, boolean) - Method in class com.google.gwt.view.client.AbstractDataProvider
Inform the displays of the total number of items that are available.
updateRowCount(int, boolean) - Method in class com.google.gwt.view.client.AsyncDataProvider
 
updateRowData(int, List<T>) - Method in class com.google.gwt.view.client.AbstractDataProvider
Inform the displays of the new data.
updateRowData(HasData<T>, int, List<T>) - Method in class com.google.gwt.view.client.AbstractDataProvider
Informs a single display of new data.
updateRowData(int, List<T>) - Method in class com.google.gwt.view.client.AsyncDataProvider
 
updateState(Momentum.State) - Method in class com.google.gwt.touch.client.DefaultMomentum
 
updateState(Momentum.State) - Method in interface com.google.gwt.touch.client.Momentum
Update the state based on the specified Momentum.State.
UriUtils - Class in com.google.gwt.safehtml.shared
Utility class containing static methods for validating and sanitizing URIs.
URL - Class in com.google.gwt.http.client
Utility class for the encoding and decoding URLs in their entirety or by their individual components.
URL - Static variable in class com.google.gwt.requestfactory.client.DefaultRequestTransport
Deprecated. The default URL for a DefaultRequestTransport is GWT.getHostPageBaseURL() + "gwtRequest" which may be overridden by calling DefaultRequestTransport.setRequestUrl(String).
URL - Static variable in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
The default URL for a DefaultRequestTransport is GWT.getHostPageBaseURL() + "gwtRequest" which may be overridden by calling DefaultRequestTransport.setRequestUrl(String).
UrlBuilder - Class in com.google.gwt.http.client
Utility class to build a URL from components.
UrlBuilder() - Constructor for class com.google.gwt.http.client.UrlBuilder
 
useMap() - Method in class com.google.gwt.dom.client.ImageElement
Use client-side image map.
useMap() - Method in class com.google.gwt.dom.client.InputElement
Use client-side image map.
useMap() - Method in class com.google.gwt.dom.client.ObjectElement
Use client-side image map.
UserAgentAsserter - Class in com.google.gwt.user.client
Helper class, which, during startup, asserts that the specified user.agent selection property value indeed matches the expected value for this browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser.
UserAgentAsserter() - Constructor for class com.google.gwt.user.client.UserAgentAsserter
 
usesSameScript(GwtLocale) - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
Checks if this locale uses the same script as another locale, taking into account default scripts.
usesSameScript(GwtLocale) - Method in interface com.google.gwt.i18n.shared.GwtLocale
Checks if this locale uses the same script as another locale.
using(P) - Method in interface com.google.gwt.requestfactory.shared.InstanceRequest
Deprecated. Provide the instance on which the request will be invoked.
using(P) - Method in interface com.google.web.bindery.requestfactory.shared.InstanceRequest
Provide the instance on which the request will be invoked.
UTC(int, int, int, int, int, int, int) - Static method in class com.google.gwt.core.client.JsDate
Returns the internal millisecond representation of the specified UTC date and time.
Util - Class in com.google.gwt.user.server
A bunch of useful methods.
Utility - Class in com.google.gwt.util.tools
A smattering of useful functions.
Utility() - Constructor for class com.google.gwt.util.tools.Utility
 

V

validate(T) - Method in class com.google.gwt.requestfactory.server.ServiceLayer
Deprecated. Invoke a JSR 303 validator on the given domain object.
validate(T) - Method in class com.google.gwt.requestfactory.server.ServiceLayerDecorator
Deprecated.  
validate(T) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
Invoke a JSR 303 validator on the given domain object.
validate(T) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
 
validateCookieName(String) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Validate that a name is a valid cookie name.
validateDeserialize(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Validates that the specified class should be deserialized from a stream.
validateEntityProxy(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. This method checks an EntityProxy interface against its peer domain object to determine if the server code would be able to process a request using the methods defined in the EntityProxy interface.
validateEntityProxy(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
This method checks an EntityProxy interface against its peer domain object to determine if the server code would be able to process a request using the methods defined in the EntityProxy interface.
validatePathsAndModules(String, List<String>, List<String>) - Static method in class com.google.gwt.user.tools.util.CreatorUtilities
Check to see that the userJar and pathList files all exist, and that the moduleList entries can be found within the jars.
validateProxy(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. Determine if the specified type implements a proxy interface and apply the appropriate validations.
validateProxy(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
Determine if the specified type implements a proxy interface and apply the appropriate validations.
validateQueryParam(String) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
Validate that a value is a valid query parameter name.
validateRequestContext(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. This method checks a RequestContext interface against its peer domain domain object to determine if the server code would be able to process a request using the the methods defined in the RequestContext interface.
validateRequestContext(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
This method checks a RequestContext interface against its peer domain domain object to determine if the server code would be able to process a request using the the methods defined in the RequestContext interface.
validateRequestFactory(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. This method checks a RequestFactory interface.
validateRequestFactory(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
This method checks a RequestFactory interface.
validateSerialize(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
Validates that the specified class should be serialized into a stream.
validateValueProxy(String) - Method in class com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
Deprecated. This method checks a ValueProxy interface against its peer domain object to determine if the server code would be able to process a request using the methods defined in the ValueProxy interface.
validateValueProxy(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryInterfaceValidator
This method checks a ValueProxy interface against its peer domain object to determine if the server code would be able to process a request using the methods defined in the ValueProxy interface.
validateXsrfToken(RpcToken, Method) - Method in class com.google.gwt.user.server.rpc.AbstractXsrfProtectedServiceServlet
Override this method to perform XSRF token verification.
validateXsrfToken(RpcToken, Method) - Method in class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
Validates XsrfToken included with RPCRequest against XSRF cookie.
value() - Method in class com.google.gwt.canvas.dom.client.CssColor
Returns the value of the CssColor, as a String.
ValueAwareEditor<T> - Interface in com.google.gwt.editor.client
Editors whose behavior changes based on the value being edited will implement this interface.
ValueBox<T> - Class in com.google.gwt.user.client.ui
A text box able to parse its displayed value.
ValueBox(Element, Renderer<T>, Parser<T>) - Constructor for class com.google.gwt.user.client.ui.ValueBox
This constructor may be used by subclasses to explicitly use an existing element.
ValueBoxBase<T> - Class in com.google.gwt.user.client.ui
Abstract base class for all text entry widgets.
ValueBoxBase(Element, Renderer<T>, Parser<T>) - Constructor for class com.google.gwt.user.client.ui.ValueBoxBase
Creates a value box that wraps the given browser element handle.
ValueBoxBase.TextAlignment - Enum in com.google.gwt.user.client.ui
Alignment values for ValueBoxBase.setAlignment(com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment).
ValueBoxEditor<T> - Class in com.google.gwt.editor.ui.client.adapters
Adapts the ValueBoxBase interface to the Editor framework.
ValueBoxEditor(ValueBoxBase<T>) - Constructor for class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
Constructs a new ValueBoxEditor that adapts a ValueBoxBase peer instance.
ValueBoxEditorDecorator<T> - Class in com.google.gwt.editor.ui.client
A simple decorator to display leaf widgets with an error message.
ValueBoxEditorDecorator() - Constructor for class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
Constructs a ValueBoxEditorDecorator.
ValueBoxEditorDecorator(ValueBoxBase<T>, ValueBoxEditor<T>) - Constructor for class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
Constructs a ValueBoxEditorDecorator using a ValueBoxBase widget and a ValueBoxEditor editor.
ValueChangeEvent<T> - Class in com.google.gwt.event.logical.shared
Represents a value change event.
ValueChangeEvent(T) - Constructor for class com.google.gwt.event.logical.shared.ValueChangeEvent
Creates a value change event.
ValueChangeHandler<T> - Interface in com.google.gwt.event.logical.shared
Handler interface for ValueChangeEvent events.
ValueCodex - Class in com.google.gwt.autobean.shared
Deprecated. 
ValueCodex() - Constructor for class com.google.gwt.autobean.shared.ValueCodex
Deprecated.  
ValueCodex - Class in com.google.web.bindery.autobean.shared
Provides unified encoding and decoding of value objects.
ValueCodex() - Constructor for class com.google.web.bindery.autobean.shared.ValueCodex
 
ValueLabel<T> - Class in com.google.gwt.user.client.ui
A label displaying its value through a renderer.
ValueLabel(Renderer<? super T>) - Constructor for class com.google.gwt.user.client.ui.ValueLabel
Creates an empty value label.
ValueLabel(Element, Renderer<? super T>) - Constructor for class com.google.gwt.user.client.ui.ValueLabel
This constructor may be used by subclasses to explicitly use an existing element.
ValueListBox<T> - Class in com.google.gwt.user.client.ui
Implementation of HasConstrainedValue based on a SelectElement.
ValueListBox(Renderer<T>) - Constructor for class com.google.gwt.user.client.ui.ValueListBox
 
ValueListBox(Renderer<T>, ProvidesKey<T>) - Constructor for class com.google.gwt.user.client.ui.ValueListBox
 
valueOf(String) - Static method in enum com.google.gwt.canvas.dom.client.Context2d.Composite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.canvas.dom.client.Context2d.LineCap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.canvas.dom.client.Context2d.LineJoin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.core.client.CodeDownloadException.Reason
Returns the enum constant of this type with the specified name.
valueOf() - Method in class com.google.gwt.core.client.JsDate
Returns the millisecond representation, as JsDate.getTime().
valueOf(String) - Static method in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.core.ext.linker.LinkerOrder.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.core.ext.TreeLogger.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Display
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Float
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.FontWeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.ListStyleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Overflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.TableLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.TextDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.i18n.client.HasDirection.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.layout.client.Layout.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.requestfactory.shared.messages.IdMessage.Strength
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.requestfactory.shared.WriteOperation
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.resources.client.ImageResource.RepeatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.user.cellview.client.SimplePager.TextLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.web.bindery.requestfactory.shared.WriteOperation
Returns the enum constant of this type with the specified name.
ValuePicker<T> - Class in com.google.gwt.user.client.ui
Allows the user to pick a single value from a list.
ValuePicker(CellList<T>) - Constructor for class com.google.gwt.user.client.ui.ValuePicker
 
ValuePicker(Renderer<T>) - Constructor for class com.google.gwt.user.client.ui.ValuePicker
 
ValueProxy - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
ValueProxy - Interface in com.google.web.bindery.requestfactory.shared
An analog to EntityProxy for domain types that do not have an identity concept.
values() - Static method in enum com.google.gwt.canvas.dom.client.Context2d.Composite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.canvas.dom.client.Context2d.LineCap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.canvas.dom.client.Context2d.LineJoin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.core.client.CodeDownloadException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.core.ext.linker.LinkerOrder.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.core.ext.TreeLogger.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Display
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Float
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.FontWeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.ListStyleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Overflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.TableLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.TextDecoration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.dom.client.Style.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.google.gwt.i18n.client.Dictionary
Collection of values associated with this dictionary.
values() - Static method in enum com.google.gwt.i18n.client.HasDirection.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.layout.client.Layout.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.requestfactory.shared.messages.IdMessage.Strength
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.requestfactory.shared.WriteOperation
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.resources.client.ImageResource.RepeatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.user.cellview.client.SimplePager.TextLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.web.bindery.requestfactory.shared.WriteOperation
Returns an array containing the constants of this enum type, in the order they are declared.
ValueUpdater<C> - Interface in com.google.gwt.cell.client
A ValueUpdater may be added to a Cell to provide updated data.
VERSION - Static variable in interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
Deprecated.  
VERSION - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
 
VersionedMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
VersionedMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
Describes a message that contains version information.
VerticalPanel - Class in com.google.gwt.user.client.ui
A panel that lays all of its widgets out in a single vertical column.
VerticalPanel() - Constructor for class com.google.gwt.user.client.ui.VerticalPanel
Creates an empty vertical panel.
VerticalSplitPanel - Class in com.google.gwt.user.client.ui
Deprecated. Use SplitLayoutPanel instead, but understand that it is not a drop in replacement for this class. It requires standards mode, and is most easily used under a RootLayoutPanel (as opposed to a RootPanel
VerticalSplitPanel() - Constructor for class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated.  
VerticalSplitPanel(VerticalSplitPanelImages) - Constructor for class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated. replaced by VerticalSplitPanel.VerticalSplitPanel(Resources)
VerticalSplitPanel(VerticalSplitPanel.Resources) - Constructor for class com.google.gwt.user.client.ui.VerticalSplitPanel
Deprecated.  
VerticalSplitPanel.Resources - Interface in com.google.gwt.user.client.ui
Deprecated. The default resources used by this widget.
VerticalSplitPanelImages - Interface in com.google.gwt.user.client.ui
Deprecated. replaced by VerticalSplitPanel.Resources.
verticalSplitPanelThumb() - Method in interface com.google.gwt.user.client.ui.VerticalSplitPanel.Resources
Deprecated. An image representing the drag thumb.
verticalSplitPanelThumb() - Method in interface com.google.gwt.user.client.ui.VerticalSplitPanelImages
Deprecated. An image representing the drag thumb.
Video - Class in com.google.gwt.media.client
A widget representing a <video> element.
Video(VideoElement) - Constructor for class com.google.gwt.media.client.Video
Protected constructor.
Video(String) - Constructor for class com.google.gwt.media.client.Video
Deprecated. use Video.createIfSupported().
VideoElement - Class in com.google.gwt.dom.client
Video element.
VideoElement() - Constructor for class com.google.gwt.dom.client.VideoElement
 
violation() - Method in interface com.google.gwt.requestfactory.shared.messages.MessageFactory
Deprecated.  
Violation - Interface in com.google.gwt.requestfactory.shared
Deprecated. 
violation() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
 
Violation - Interface in com.google.web.bindery.requestfactory.shared
A lightweight representation of a ConstraintViolation.
ViolationMessage - Interface in com.google.gwt.requestfactory.shared.messages
Deprecated. 
ViolationMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
Represents a ConstraintViolation.
VIOLATIONS - Static variable in interface com.google.gwt.requestfactory.shared.messages.ResponseMessage
Deprecated.  
VIOLATIONS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
 
visit(AutoBean<?>, AutoBeanVisitor.Context) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called when visiting an AutoBean.
visit(EditorContext<T>) - Method in class com.google.gwt.editor.client.EditorVisitor
Receive an Editor.
visit(EditorContext<T>) - Method in class com.google.gwt.editor.client.testing.EditorHierarchyPrinter
 
visit(AutoBean<?>, AutoBeanVisitor.Context) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called when visiting an AutoBean.
visitCollectionProperty(String, AutoBean<Collection<?>>, AutoBeanVisitor.CollectionPropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
visitCollectionProperty(String, AutoBean<Collection<?>>, AutoBeanVisitor.CollectionPropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
visitMapProperty(String, AutoBean<Map<?, ?>>, AutoBeanVisitor.MapPropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
visitMapProperty(String, AutoBean<Map<?, ?>>, AutoBeanVisitor.MapPropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
visitParameter() - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Deprecated. Called when visiting a type parameter.
visitParameter() - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Called when visiting a type parameter.
visitReferenceProperty(String, AutoBean<?>, AutoBeanVisitor.PropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
visitReferenceProperty(String, AutoBean<?>, AutoBeanVisitor.PropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
visitType(Class<?>) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Deprecated. Called when visiting a possibly parameterized type.
visitType(Class<?>) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
Called when visiting a possibly parameterized type.
visitValueProperty(String, Object, AutoBeanVisitor.PropertyContext) - Method in class com.google.gwt.autobean.shared.AutoBeanVisitor
Deprecated. TODO: document.
visitValueProperty(String, Object, AutoBeanVisitor.PropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
TODO: document.
vY - Variable in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated. Stores the Y-axis velocity.

W

WARN - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs a warning.
WebAppCreator - Class in com.google.gwt.user.tools
Creates a GWT application skeleton.
WebAppCreator() - Constructor for class com.google.gwt.user.tools.WebAppCreator
 
WebAppCreatorException - Exception in com.google.gwt.user.tools
Indicates a problem was found while creating a web application.
WebAppCreatorException(String) - Constructor for exception com.google.gwt.user.tools.WebAppCreatorException
 
WebAppCreatorException(String, Exception) - Constructor for exception com.google.gwt.user.tools.WebAppCreatorException
 
WebModeClientOracle - Class in com.google.gwt.rpc.server
Encapsulates data about the structure of the client code.
WebModeClientOracle() - Constructor for class com.google.gwt.rpc.server.WebModeClientOracle
Instances of WebModeClientOracle are created either through the WebModeClientOracle.Builder class or via the WebModeClientOracle.load(java.io.InputStream) method.
WebModeClientOracle.Builder - Class in com.google.gwt.rpc.server
A Builder object to create ClientOracles.
WebModeClientOracle.Builder() - Constructor for class com.google.gwt.rpc.server.WebModeClientOracle.Builder
 
WebModeClientOracle.Triple<A,B,C> - Class in com.google.gwt.rpc.server
A pair with extra data.
WebModeClientOracle.Triple(A, B, C...) - Constructor for class com.google.gwt.rpc.server.WebModeClientOracle.Triple
 
WebModePayloadSink - Class in com.google.gwt.rpc.server
A CommandSink that will generate a web-mode payload.
WebModePayloadSink(ClientOracle, OutputStream) - Constructor for class com.google.gwt.rpc.server.WebModePayloadSink
 
weekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
weekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
weekdaysFull() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the full names of weekdays.
weekdaysFull() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekdaysFullStandalone() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the full names of weekdays, suitable for use in a stand-alone context.
weekdaysFullStandalone() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekdaysNarrow() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the shortest abbreviations for weekdays, typically a single character and not guaranteed to be unique.
weekdaysNarrow() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekdaysNarrowStandalone() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of the shortest abbreviations for weekdays suitable for use in a stand-alone context, typically a single character and not guaranteed to be unique.
weekdaysNarrowStandalone() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekdaysShort() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of abbreviations for weekdays.
weekdaysShort() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekdaysShortStandalone() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns an array of abbreviations for weekdays, suitable for use in a stand-alone context.
weekdaysShortStandalone() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekendEnd() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns the day which ends the weekend, as an index into the return value of DateTimeFormatInfo.weekdaysFull().
weekendEnd() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
weekendRange() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
Deprecated.  
weekendRange() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
 
weekendStart() - Method in interface com.google.gwt.i18n.client.DateTimeFormatInfo
Returns the day which starts the weekend, as an index into the return value of DateTimeFormatInfo.weekdaysFull().
weekendStart() - Method in class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
 
WEEKS_IN_MONTH - Static variable in class com.google.gwt.user.datepicker.client.CalendarModel
The number of weeks normally displayed in a month.
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.
Window.ClosingEvent - Class in com.google.gwt.user.client
Fired just before the browser window closes or navigates to a different site.
Window.ClosingEvent() - Constructor for class com.google.gwt.user.client.Window.ClosingEvent
 
Window.ClosingHandler - Interface in com.google.gwt.user.client
Handler for Window.ClosingEvent events.
Window.Location - Class in com.google.gwt.user.client
This class provides access to the browser's location's object.
Window.Navigator - Class in com.google.gwt.user.client
This class provides access to the browser's navigator object.
Window.ScrollEvent - Class in com.google.gwt.user.client
Fired when the browser window is scrolled.
Window.ScrollHandler - Interface in com.google.gwt.user.client
Handler for Window.ScrollEvent events.
WindowCloseListener - Interface in com.google.gwt.user.client
Deprecated. use Window.ClosingHandler and CloseHandler instead
windowGetClientHeight() - Static method in class com.google.gwt.user.client.DOM
Deprecated. As of GWT 1.5, replaced by Window.getClientHeight()
windowGetClientWidth() - Static method in class com.google.gwt.user.client.DOM
Deprecated. As of GWT 1.5, replaced by Window.getClientWidth()
WindowResizeListener - Interface in com.google.gwt.user.client
Deprecated. use ResizeHandler instead
WindowScrollListener - Interface in com.google.gwt.user.client
Deprecated. use Window.addWindowScrollHandler(com.google.gwt.user.client.Window.ScrollHandler) instead instead
WIRE_LOGGER_NAME - Static variable in class com.google.gwt.logging.client.RemoteLogHandlerBase
 
wireLogger - Static variable in class com.google.gwt.logging.client.RemoteLogHandlerBase
 
with(String...) - Method in interface com.google.gwt.requestfactory.shared.Request
Deprecated. Request additional reference properties to fetch with the return value.
with(String...) - Method in interface com.google.web.bindery.requestfactory.shared.Request
Request additional reference properties to fetch with the return value.
WithProperties - Annotation Type in com.google.gwt.junit.client
Annotation indicating that a test method inside a GWTTestCase requires a set of binding properties to be set in its module.
WithProperties.Property - Annotation Type in com.google.gwt.junit.client
Annotation defining a binding property.
WithTokenizers - Annotation Type in com.google.gwt.place.shared
Indicates PlaceTokenizer types used by an implementation of PlaceHistoryMapper generated by com.google.gwt.place.rebind.PlaceHistoryMapperGenerator.
WordCountDirectionEstimator - Class in com.google.gwt.i18n.shared
Direction estimator that uses the "word count" heuristic.
WordCountDirectionEstimator() - Constructor for class com.google.gwt.i18n.shared.WordCountDirectionEstimator
 
wrap(HandlerRegistration) - Method in class com.google.gwt.event.shared.EventBus
 
wrap(Element) - Static method in class com.google.gwt.user.client.ui.Anchor
Creates an Anchor widget that wraps an existing <a> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.Button
Creates a Button widget that wraps an existing <button> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.FileUpload
Creates a FileUpload widget that wraps an existing <input type='file'> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.FormPanel
Creates a FormPanel that wraps an existing <form> element.
wrap(Element, boolean) - Static method in class com.google.gwt.user.client.ui.FormPanel
Creates a FormPanel that wraps an existing <form> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.Frame
Creates a Frame widget that wraps an existing <frame> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.Hidden
Creates a Hidden widget that wraps an existing <input type='hidden'> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.HTML
Creates an HTML widget that wraps an existing <div> or <span> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.HTMLPanel
Creates an HTML panel that wraps an existing element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.Image
Creates a Image widget that wraps an existing <img> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.InlineHTML
Creates an InlineHTML widget that wraps an existing <div> or <span> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.InlineLabel
Creates a InlineLabel widget that wraps an existing <div> or <span> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.Label
Creates a Label widget that wraps an existing <div> or <span> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.ListBox
Creates a ListBox widget that wraps an existing <select> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.PasswordTextBox
Creates a PasswordTextBox widget that wraps an existing <input type='password'> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.ResetButton
Creates a ResetButton widget that wraps an existing <button> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.SimpleCheckBox
Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.SimpleRadioButton
Creates a SimpleRadioButton widget that wraps an existing <input type='radio'> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.SubmitButton
Creates a SubmitButton widget that wraps an existing <button> element.
wrap(SuggestOracle, Element) - Static method in class com.google.gwt.user.client.ui.SuggestBox
Creates a SuggestBox widget that wraps an existing <input type='text'> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.TextArea
Creates a TextArea widget that wraps an existing <textarea> element.
wrap(Element) - Static method in class com.google.gwt.user.client.ui.TextBox
Creates a TextBox widget that wraps an existing <input type='text'> element.
wrap(Element, Renderer<T>, Parser<T>) - Static method in class com.google.gwt.user.client.ui.ValueBox
Creates a ValueBox widget that wraps an existing <input type='text'> element.
wrap(Element, Renderer<? super T>) - Static method in class com.google.gwt.user.client.ui.ValueLabel
Creates a ValueLabel widget that wraps an existing <span> element.
wrap(Element, Renderer<? super T>, Parser<? extends T>) - Static method in class com.google.gwt.user.client.ui.ValueLabel
Creates a ValueLabel widget that wraps an existing <span> element.
wrapPrimaryFragment(TreeLogger, LinkerContext, String, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
 
write(TreeLogger, String, AbstractResource.ResourceList, PrintWriter, JClassType) - Method in interface com.google.gwt.i18n.rebind.format.MessageCatalogFormat
Write a message catalog file.
write(TreeLogger, String, AbstractResource.ResourceList, PrintWriter, JClassType) - Method in class com.google.gwt.i18n.rebind.format.PropertiesFormat
 
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
 
WriteOperation - Enum in com.google.gwt.requestfactory.shared
Deprecated. 
WriteOperation - Enum in com.google.web.bindery.requestfactory.shared
The values returned by EntityProxyChange.getWriteOperation() to describe the type of change being announced.
writeResponse(ServletContext, HttpServletResponse, String, boolean) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Write the response content into the HttpServletResponse.
writeResponseForUnexpectedFailure(ServletContext, HttpServletResponse, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Called when the servlet itself has a problem, rather than the invoked third-party method.
writeShort(short) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeString(String) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamWriter
 
writeTemplateBinaryFile(File, byte[]) - Static method in class com.google.gwt.util.tools.Utility
 
writeTemplateFile(File, String, Map<String, String>) - Static method in class com.google.gwt.util.tools.Utility
 
writeTo(TreeLogger, OutputStream) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Provides access to the contents of the EmittedResource.
writeTo(TreeLogger, OutputStream) - Method in class com.google.gwt.core.ext.linker.SyntheticArtifact
 

X

X_LARGE - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an X-Large font.
X_SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an X-Small font.
XMLHttpRequest - Class in com.google.gwt.xhr.client
The native XMLHttpRequest object.
XMLHttpRequest() - Constructor for class com.google.gwt.xhr.client.XMLHttpRequest
 
XMLParser - Class in com.google.gwt.xml.client
This class represents the client interface to XML parsing.
XSLinker - Class in com.google.gwt.core.linker
Generates a cross-site compatible bootstrap sequence.
XSLinker() - Constructor for class com.google.gwt.core.linker.XSLinker
 
XsrfProtect - Annotation Type in com.google.gwt.user.server.rpc
Annotation for RPC interfaces and methods indicating that they should be XSRF protected.
XsrfProtectedService - Interface in com.google.gwt.user.client.rpc
XSRF protected equivalent of RemoteService.
XsrfProtectedServiceAsync - Interface in com.google.gwt.user.client.rpc
Async peer of XsrfProtectedService.
XsrfProtectedServiceServlet - Class in com.google.gwt.user.server.rpc
EXPERIMENTAL and subject to change.
XsrfProtectedServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
 
XsrfProtectedServiceServlet(String) - Constructor for class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
 
XsrfProtectedServiceServlet(Object) - Constructor for class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
 
XsrfProtectedServiceServlet(Object, String) - Constructor for class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
 
XsrfToken - Class in com.google.gwt.user.client.rpc
XSRF token.
XsrfToken() - Constructor for class com.google.gwt.user.client.rpc.XsrfToken
 
XsrfToken(String) - Constructor for class com.google.gwt.user.client.rpc.XsrfToken
 
XsrfTokenService - Interface in com.google.gwt.user.client.rpc
XSRF token generation RPC service.
XsrfTokenServiceAsync - Interface in com.google.gwt.user.client.rpc
Async peer of XsrfTokenService.
XsrfTokenServiceServlet - Class in com.google.gwt.user.server.rpc
EXPERIMENTAL and subject to change.
XsrfTokenServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
Default constructor.
XsrfTokenServiceServlet(String) - Constructor for class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
Alternative constructor that accepts session cookie name instead of getting it from ServletConfig or ServletContext.
XX_LARGE - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an XX-Large font.
XX_SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
Represents an XX-Small font.

Z

zeroDigit() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
 
zeroDigit() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
 

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