Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort() - Method in class com.google.gwt.codegen.server.AbortablePrintWriter
-
Abort creation of this output.
- abort() - Method in class com.google.gwt.codegen.server.JavaSourceWriter
- abort() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Abort the source file being generated.
- abort() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- abort() - Method in class com.google.gwt.codegen.server.StringSourceWriter
- abort() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Aborts the current request.
- AbortablePrintWriter - Class in com.google.gwt.codegen.server
-
Wrapper for a
PrintWriter
that adds the ability to abort creation and an onClose hook - AbortablePrintWriter(PrintWriter) - Constructor for class com.google.gwt.codegen.server.AbortablePrintWriter
-
Wrap a
PrintWriter
instance. - AbortCodeGenException() - Constructor for exception class com.google.gwt.codegen.server.CodeGenContext.AbortCodeGenException
- AbortCodeGenException(String) - Constructor for exception class com.google.gwt.codegen.server.CodeGenContext.AbortCodeGenException
- AbortCodeGenException(String, Throwable) - Constructor for exception class com.google.gwt.codegen.server.CodeGenContext.AbortCodeGenException
- AbortCodeGenException(Throwable) - Constructor for exception class com.google.gwt.codegen.server.CodeGenContext.AbortCodeGenException
- ABSOLUTE - Enum constant in enum com.google.gwt.dom.client.Style.Position
- 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. - AbstractCellTable<T> - Class in com.google.gwt.user.cellview.client
-
Abstract base class for tabular views that supports paging and columns.
- AbstractCellTable(Element, int, AbstractCellTable.Resources, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTable
-
Constructs a table with the given page size, the specified
AbstractCellTable.Style
, and the given key provider. - AbstractCellTable(Widget, int, AbstractCellTable.Resources, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTable
-
Constructs a table with the given page size, the specified
AbstractCellTable.Style
, and the given key provider. - AbstractCellTable.CellTableKeyboardSelectionHandler<T> - Class in com.google.gwt.user.cellview.client
-
Default implementation of a keyboard navigation handler for tables that supports navigation between cells.
- AbstractCellTable.Resources - Interface in com.google.gwt.user.cellview.client
-
A ClientBundle that provides images for this widget.
- AbstractCellTable.Style - Interface in com.google.gwt.user.cellview.client
-
Styles used by this widget.
- AbstractCellTable.TableSectionChangeHandler - Interface in com.google.gwt.user.cellview.client
-
Interface that this class's subclass may implement to get notified with table section change event.
- AbstractCellTable.Template - Interface in com.google.gwt.user.cellview.client
- AbstractCellTableBuilder<T> - Class in com.google.gwt.user.cellview.client
-
Builder used to construct a CellTable.
- AbstractCellTableBuilder(AbstractCellTable<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Construct a new table builder.
- AbstractCellTree - Class in com.google.gwt.user.cellview.client
-
An abstract representation of a tree widget that renders items using
Cell
s. - AbstractCellTree(TreeViewModel) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTree
-
Construct a new
CellTree
with the specifiedTreeViewModel
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. - AbstractElementBuilderBase<R> - Class in com.google.gwt.dom.builder.shared
-
Abstract base class for implementations of
ElementBuilderBase
. - AbstractElementBuilderBase(ElementBuilderImpl, boolean) - Constructor for class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- AbstractHasData<T> - Class in com.google.gwt.user.cellview.client
- AbstractHasData(Element, int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractHasData
-
Constructs an
AbstractHasData
with the given page size. - AbstractHasData(Widget, int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractHasData
-
Constructs an
AbstractHasData
with the given page size. - AbstractHasData.DefaultKeyboardSelectionHandler<T> - Class in com.google.gwt.user.cellview.client
-
Default implementation of a keyboard navigation handler.
- AbstractHasData.RedrawEvent - Class in com.google.gwt.user.cellview.client
-
Event fired when one or more existing rows are re-rendered.
- AbstractHasData.RedrawEvent.Handler - Interface in com.google.gwt.user.cellview.client
-
Implemented by objects that handle
AbstractHasData.RedrawEvent
. - AbstractHeaderOrFooterBuilder<T> - Class in com.google.gwt.user.cellview.client
-
Default implementation of
HeaderBuilder
that renders columns. - AbstractHeaderOrFooterBuilder(AbstractCellTable<T>, boolean) - Constructor for class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Create a new DefaultHeaderBuilder for the header of footer section.
- 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()
. - 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
- AbstractNativeScrollbar - Class in com.google.gwt.user.client.ui
-
Abstract parent class for scrollbars implemented using the native browser scrollbars.
- AbstractNativeScrollbar() - Constructor for class com.google.gwt.user.client.ui.AbstractNativeScrollbar
- 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 - Class in com.google.gwt.user.server.rpc.jakarta
-
An abstract base class containing utility methods.
- AbstractRemoteServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
- AbstractRemoteServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.jakarta.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
Cell
s 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
- AbstractSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
-
Construct an AbstractSelectionModel with a given key provider.
- 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
orNoXsrfProtect
annotation to enable or disable XSRF protection on all methods of an RPC interface or a single method correspondingly. - AbstractXsrfProtectedServiceServlet - Class in com.google.gwt.user.server.rpc.jakarta
-
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
orNoXsrfProtect
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() - Constructor for class com.google.gwt.user.server.rpc.jakarta.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.
- AbstractXsrfProtectedServiceServlet(Object) - Constructor for class com.google.gwt.user.server.rpc.jakarta.AbstractXsrfProtectedServiceServlet
-
The wrapping constructor used by service implementations that are separate from this class.
- A Caveat Regarding Locale - Search tag in class com.google.gwt.i18n.client.Dictionary
- Section
- 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.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
-
A no-op method.
- 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(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- accept(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- accept(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
A comma-separated list of content types that a server processing this form will handle correctly.
- acceptByDefault() - Method in class com.google.gwt.util.regexfilter.RegexFilter
-
If no pattern matches, whether the query should be considered as an accept.
- acceptByDefault() - Method in class com.google.gwt.util.regexfilter.WhitelistRegexFilter
- acceptCharset(String) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- acceptCharset(String) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
List of character sets supported by the server.
- acceptCharset(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- acceptsGzipEncoding(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Returns
true
if theHttpServletRequest
accepts Gzip encoding. - acceptsGzipEncoding(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Returns
true
if theHttpServletRequest
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
-
Deprecated.
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomAreaBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomButtonBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomLabelBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomLegendBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
A single character access key to give access to the form control.
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.AreaBuilder
-
A single character access key to give access to the form control.
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.ButtonBuilder
-
A single character access key to give access to the form control.
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlButtonBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLabelBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLegendBuilder
- accessKey(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
A single character access key to give access to the form control.
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.LabelBuilder
-
A single character access key to give access to the form control.
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.LegendBuilder
-
A single character access key to give access to the form control.
- accessKey(String) - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
A single character access key to give access to the form control.
- action(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- action(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
Server-side form handler.
- action(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- action(String) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- action(String) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
Server-side form handler.
- action(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- 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.
- ACTIVEDESCENDANT - Static variable in class com.google.gwt.aria.client.Property
- 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 toPlaceChangeEvent
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 toPlaceChangeEvent
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 anActivityManager
. - add(int, T) - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- 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(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(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(HasClickHandlers, TableListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTableListener
-
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(HasCloseHandlers<PopupPanel>, PopupListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedPopupListener
-
Deprecated.
- 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(XMLElement.Interpreter<T>) - Method in class com.google.gwt.uibinder.elementparsers.InterpreterPipe
- add(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
-
Deprecated.As of release 1.4, replaced by
DeferredCommand.addCommand(Command)
- add(DisclosurePanel, DisclosureHandler) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldDisclosureHandler
-
Deprecated.
- add(FormPanel, FormHandler) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldFormHandler
-
Deprecated.
- add(IsWidget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
-
Overloaded version for IsWidget.
- add(IsWidget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
-
Overloaded version for IsWidget.
- add(IsWidget) - Method in interface com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
- add(IsWidget) - Method in interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
- add(IsWidget) - Method in class com.google.gwt.user.client.ui.Panel
- add(IsWidget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Convenience overload to allow
IsWidget
to be used directly. - add(IsWidget) - Method in class com.google.gwt.user.client.ui.Tree
-
Overloaded version for IsWidget.
- add(IsWidget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
-
Overloaded version for IsWidget.
- add(IsWidget, DockPanel.DockLayoutConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
-
Overloaded version for IsWidget.
- add(IsWidget, 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.TabPanel
-
Convenience overload to allow
IsWidget
to be used directly. - add(IsWidget, IsWidget, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
-
Overloaded version for IsWidget.
- 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) - 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.TabLayoutPanel
-
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(IsWidget, String, boolean, double) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
-
Overloaded version for IsWidget.
- add(SuggestBox, SuggestionHandler) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldSuggestionHandler
-
Deprecated.will be removed in GWT 2.0 along with the listener classes
- add(TabBar, TabListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener
-
Deprecated.will be removed in GWT 2.0 along with the listener classes
- add(TabPanel, TabListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener
-
Deprecated.
- add(Tree, TreeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener
-
Deprecated.will be removed in GWT 2.0 along with the listener classes
- add(Widget) - Method in class com.google.gwt.logging.client.LoggingPopup
- add(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
- add(Widget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
- 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(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Adds a widget at the center of the dock.
- add(Widget) - Method in class com.google.gwt.user.client.ui.FlowPanel
-
Adds a new child widget to the panel.
- add(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
-
Adds a child widget.
- add(Widget) - Method in class com.google.gwt.user.client.ui.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) - Method in interface com.google.gwt.user.client.ui.InsertPanel
-
Adds a child widget to this panel.
- add(Widget) - Method in class com.google.gwt.user.client.ui.LayoutPanel
-
Adds a widget to this panel.
- add(Widget) - Method in class com.google.gwt.user.client.ui.Panel
-
Adds a child widget.
- add(Widget) - Method in class com.google.gwt.user.client.ui.RenderablePanel
-
Adds a child widget to the 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.SplitPanel
-
Deprecated.
- add(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
- add(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
- add(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
- add(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
- add(Widget) - Method in class com.google.gwt.user.client.ui.Tree
-
Adds the widget as a root tree item.
- add(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
- add(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
-
Adds a widget to the end of this collection.
- add(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
-
Adds a widget to the panel at the specified position.
- add(Widget, Element) - Method in class com.google.gwt.user.client.ui.ComplexPanel
-
Adds a new child widget to the panel, attaching its Element to the specified container Element.
- add(Widget, 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, 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, SafeHtml) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Adds a widget to the panel.
- 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, Element) - Method in class com.google.gwt.user.client.ui.ComplexPanel
-
Deprecated.Call and override
ComplexPanel.add(Widget, Element)
instead. - add(Widget, DockPanel.DockLayoutConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
-
Adds a widget to the specified edge of the dock.
- add(Widget, Widget) - 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.TabPanel
-
Adds a widget to the tab panel.
- 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(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, String) - Method in class com.google.gwt.user.client.ui.StackPanel
-
Adds a new child with the given widget and header.
- add(Widget, String) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Adds a widget to the panel.
- 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.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.TabLayoutPanel
-
Adds a widget to the panel.
- add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Adds a widget to the tab panel.
- 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(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(WindowCloseListener) - Static method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowClose
-
Deprecated.
- add(WindowResizeListener) - Static method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowResize
-
Deprecated.
- add(WindowScrollListener) - Static method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowScroll
-
Deprecated.
- add(Receiver<? super T>) - Method in class com.google.web.bindery.requestfactory.shared.FanoutReceiver
-
Register a receiver to be called by the fanout.
- 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(Comparable) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet.TypeIndex
-
Adds an item to the index.
- add(String) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
-
Adds a suggestion to the oracle.
- add(String) - Method in class com.google.gwt.user.client.ui.PrefixTree
-
Add a String to the PrefixTree.
- add(String) - Method in class com.google.gwt.util.regexfilter.RegexFilter
- 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(T) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- addAbsolutePositoning(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Sets an elements positioning to absolute.
- addAll(RegexFilter) - Method in class com.google.gwt.util.regexfilter.RegexFilter
- addAll(Collection<? extends Artifact<?>>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- addAll(Collection<? extends T>) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- addAll(Collection<String>) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
-
Adds all suggestions specified.
- addAll(List<String>) - Method in class com.google.gwt.util.regexfilter.RegexFilter
- addAndReplaceElement(IsWidget, Element) - Method in class com.google.gwt.user.client.ui.HTMLPanel
-
Overloaded version for IsWidget.
- addAndReplaceElement(IsWidget, Element) - Method in class com.google.gwt.user.client.ui.RenderablePanel
-
Overloaded version for IsWidget.
- addAndReplaceElement(IsWidget, Element) - Method in class com.google.gwt.user.client.ui.HTMLPanel
-
Deprecated.
- addAndReplaceElement(IsWidget, Element) - Method in class com.google.gwt.user.client.ui.RenderablePanel
-
Deprecated.
- addAndReplaceElement(IsWidget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
-
Overloaded version for IsWidget.
- 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.RenderablePanel
-
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.
- addAndReplaceElement(Widget, Element) - Method in class com.google.gwt.user.client.ui.RenderablePanel
-
Deprecated.
- 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.
- addAnnotationDeclaration(String) - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Add an class/interface annotation.
- 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<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
- addBeforeSelectionHandler(BeforeSelectionHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasBeforeSelectionHandlers
-
Adds a
BeforeSelectionEvent
handler. - 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.
- addCellAttributes(TableCellBuilder) - Method in class com.google.gwt.user.cellview.client.DefaultCellTableBuilder
-
Hook for subclasses to add their own attributes to each cell in the table.
- addCellPreviewHandler(CellPreviewEvent.Handler<C>) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- addCellPreviewHandler(CellPreviewEvent.Handler<T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- addCellPreviewHandler(CellPreviewEvent.Handler<T>) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- addCellPreviewHandler(CellPreviewEvent.Handler<T>) - Method in interface com.google.gwt.view.client.HasCellPreviewHandlers
-
Adds a
CellPreviewEvent
handler. - addCells(Element, int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
- 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.
- 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.
- addClass(ClassDescriptor) - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
- addClass(String, String) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Begin generating a new class.
- addClass(String, String) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- addClass(String, String, String) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Begin generating a new class, possibly using GWT super-source.
- addClass(String, String, String) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- 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.
- addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
-
Deprecated.
- 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.
- addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
-
Deprecated.
- 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 - addClipping(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Adds clipping to an element.
- 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
-
Deprecated.This method requires the use of the
unload
browser event, which is deprecated in all browsers. - addCloseHandler(CloseHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasCloseHandlers
-
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.AbstractCellTable
-
Adds a column to the end of the table.
- addColumn(Column<T, ?>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Adds a column to the end of the table with an associated
SafeHtml
header. - addColumn(Column<T, ?>, SafeHtml, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Adds a column to the end of the table with an associated
SafeHtml
header and footer. - addColumn(Column<T, ?>, Header<?>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
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.AbstractCellTable
-
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.AbstractCellTable
-
Adds a column to the end of the table with an associated String header.
- addColumn(Column<T, ?>, String, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Adds a column to the end of the table with an associated String header and footer.
- addColumnSortHandler(ColumnSortEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Add a handler to handle
ColumnSortEvent
s. - addColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Add a style name to the
col
element at the specified index, creating it if necessary. - addColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.CellTable
- addColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.DataGrid
- addColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.DataGrid.TableWidget
- 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.
- addDependant(MethodDescriptor) - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- 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
- addDragEndHandler(DragEndHandler) - Method in interface com.google.gwt.event.dom.client.HasDragEndHandlers
-
Adds a
DragEndEvent
handler. - addDragEndHandler(DragEndHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDragEndHandler(DragEndHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDragEndHandler(DragEndHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDragEndHandler(DragEndHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDragEndHandler(DragEndHandler) - Method in class com.google.gwt.user.client.ui.Label
- addDragEnterHandler(DragEnterHandler) - Method in interface com.google.gwt.event.dom.client.HasDragEnterHandlers
-
Adds a
DragEnterEvent
handler. - addDragEnterHandler(DragEnterHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDragEnterHandler(DragEnterHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDragEnterHandler(DragEnterHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDragEnterHandler(DragEnterHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDragEnterHandler(DragEnterHandler) - Method in class com.google.gwt.user.client.ui.Label
- addDragHandler(DragHandler) - Method in interface com.google.gwt.event.dom.client.HasDragHandlers
-
Adds a
DragEvent
handler. - addDragHandler(DragHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDragHandler(DragHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDragHandler(DragHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDragHandler(DragHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDragHandler(DragHandler) - Method in class com.google.gwt.user.client.ui.Label
- addDragLeaveHandler(DragLeaveHandler) - Method in interface com.google.gwt.event.dom.client.HasDragLeaveHandlers
-
Adds a
DragLeaveEvent
handler. - addDragLeaveHandler(DragLeaveHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDragLeaveHandler(DragLeaveHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDragLeaveHandler(DragLeaveHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDragLeaveHandler(DragLeaveHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDragLeaveHandler(DragLeaveHandler) - Method in class com.google.gwt.user.client.ui.Label
- addDragOverHandler(DragOverHandler) - Method in interface com.google.gwt.event.dom.client.HasDragOverHandlers
-
Adds a
DragOverEvent
handler. - addDragOverHandler(DragOverHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDragOverHandler(DragOverHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDragOverHandler(DragOverHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDragOverHandler(DragOverHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDragOverHandler(DragOverHandler) - Method in class com.google.gwt.user.client.ui.Label
- addDragStartHandler(DragStartHandler) - Method in interface com.google.gwt.event.dom.client.HasDragStartHandlers
-
Adds a
DragStartEvent
handler. - addDragStartHandler(DragStartHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDragStartHandler(DragStartHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDragStartHandler(DragStartHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDragStartHandler(DragStartHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDragStartHandler(DragStartHandler) - Method in class com.google.gwt.user.client.ui.Label
- addDropHandler(DropHandler) - Method in interface com.google.gwt.event.dom.client.HasDropHandlers
-
Adds a
DropEvent
handler. - addDropHandler(DropHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addDropHandler(DropHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addDropHandler(DropHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
- addDropHandler(DropHandler) - Method in class com.google.gwt.user.client.ui.Image
- addDropHandler(DropHandler) - Method in class com.google.gwt.user.client.ui.Label
- addEast(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Overloaded version for IsWidget.
- addEast(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Adds a widget to the east edge of the dock.
- 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.
- 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
- addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.
- addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.Event
-
Deprecated.
- addExtraArg(String) - Method in class com.google.gwt.util.tools.ArgHandlerExtra
-
Processes the given "extra" argument.
- addField(FieldDescriptor) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- 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.
- addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
-
Deprecated.
- 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.
- addFormHandler(FormHandler) - Method in interface com.google.gwt.user.client.ui.FiresFormEvents
- addFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
- addFragment(EntityDescriptor.Fragment) - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
- 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(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(GwtEvent.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.EventBus
- addHandler(Event.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.SimpleEventBus
- addHandler(Event.Type<H>, H) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
- 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
- addHandler(Event.Type<H>, H) - Method in class com.google.web.bindery.event.shared.testing.RecordingEventBus
- addHandler(H, GwtEvent.Type<H>) - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.View
-
Add a handler to the view.
- addHandler(H, GwtEvent.Type<H>) - Method in class com.google.gwt.user.client.ui.Widget
-
Adds this handler to the widget.
- 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(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(GwtEvent.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.EventBus
- addHandlerToSource(Event.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.SimpleEventBus
- 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
- addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.google.web.bindery.event.shared.testing.RecordingEventBus
- addHeaderStyleName(int, String) - Method in class com.google.gwt.user.client.ui.StackPanel
-
Adds the
styleName
on the<tr>
for the header specified byindex
. - addHighlightHandler(HighlightHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
- addHighlightHandler(HighlightHandler<V>) - Method in interface com.google.gwt.event.logical.shared.HasHighlightHandlers
-
Adds a
HighlightEvent
handler. - addHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
-
Deprecated.
- addImplementedInterface(String) - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Add an implemented/extended interface.
- addImport(String) - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Add an import entry.
- 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(SafeHtml) - 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.TreeItem
-
Adds a child tree item containing the specified html.
- addItem(SafeHtml, Scheduler.ScheduledCommand) - 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(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(IsTreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
-
Adds an item wrapped by specified
IsTreeItem
. - addItem(IsTreeItem) - 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.TreeItem
-
Adds another item as a child to this one.
- addItem(IsWidget) - Method in interface com.google.gwt.user.client.ui.HasTreeItems.ForIsWidget
- addItem(IsWidget) - Method in class com.google.gwt.user.client.ui.Tree
-
Overloaded version for IsWidget.
- addItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Adds a menu item to the bar.
- addItem(TreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
-
Adds an tree item.
- addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
-
Adds an item to the root level of this tree.
- addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Adds another item as a child to this one.
- addItem(Widget) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
-
Adds a new tree item containing the specified widget.
- addItem(Widget) - Method in class com.google.gwt.user.client.ui.Tree
-
Adds a new tree item containing the specified widget.
- addItem(Widget) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Adds a child tree item containing the specified widget.
- addItem(String) - Method in class com.google.gwt.user.client.ui.ListBox
-
Adds an item to the list box.
- addItem(String, boolean, Scheduler.ScheduledCommand) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Adds a menu item to the bar, that will fire the given command when it is selected.
- addItem(String, boolean, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Adds a menu item to the bar, that will open the specified menu when it is selected.
- addItem(String, Scheduler.ScheduledCommand) - 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, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.ListBox
-
Adds an item to the list box, specifying its direction.
- 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(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, 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.
- Additional Parsing Considerations - Search tag in class com.google.gwt.i18n.client.DateTimeFormat
- Section
- Additional Parsing Considerations - Search tag in class com.google.gwt.i18n.shared.DateTimeFormat
- Section
- ADDITIONS - Enum constant in enum com.google.gwt.aria.client.RelevantValue
- addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
- addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
- addKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
-
Deprecated.use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler instead
- addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
- addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
- 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.
- addLoadedMetadataHandler(LoadedMetadataHandler) - Method in interface com.google.gwt.event.dom.client.HasLoadedMetadataHandlers
-
Adds a
LoadedMetadataEvent
handler. - addLoadedMetadataHandler(LoadedMetadataHandler) - Method in class com.google.gwt.media.client.MediaBase
- 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. - addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- addLoadListener(LoadListener) - Method in class com.google.gwt.user.client.ui.Image
-
Deprecated.use
LoadHandler
andErrorHandler
instead - addLoadListener(LoadListener) - Method in interface com.google.gwt.user.client.ui.SourcesLoadEvents
-
Deprecated.
- addLoseCaptureHandler(LoseCaptureHandler) - Method in interface com.google.gwt.event.dom.client.HasLoseCaptureHandlers
-
Adds a
LoseCaptureEvent
handler. - addMapping(Range, String) - Method in class com.google.gwt.core.ext.soyc.SourceMappingWriter
-
Sends one mapping to the sourcemap.
- addMapping(ExecutableElement, ExecutableElement) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Add a mapping from a client method to a domain method.
- addMapping(TypeElement, TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Add a mapping from a client type to a domain type.
- addMethod(MethodDescriptor) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- addMonths(int) - Method in class com.google.gwt.user.datepicker.client.DatePickerComponent
- 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)
andFocusPanel.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)
andFocusWidget.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)
andImage.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)
andLabel.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)
andTree.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.
- addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
-
Deprecated.
- addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
-
Deprecated.
- addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
-
Deprecated.
- addMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
-
Deprecated.
- 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(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Overloaded version for IsWidget.
- addNorth(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Adds a widget to the north edge of the dock.
- addObfuscatedName(String) - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
- 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
- addOpenHandler(OpenHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasOpenHandlers
-
Adds an
OpenEvent
handler. - addPackage(PackageDescriptor) - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
- 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
- addPopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
-
Deprecated.
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- addRangeChangeHandler(RangeChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- addRangeChangeHandler(RangeChangeEvent.Handler) - Method in interface com.google.gwt.view.client.HasRows
-
Add a
RangeChangeEvent.Handler
. - addRedrawHandler(AbstractHasData.RedrawEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Adds the given handler as a callback that is notified of events of type
AbstractHasData.RedrawEvent
. - addReference(JMethod) - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- 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.
- addRowAttributes(TableRowBuilder) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Hook for subclasses to add their own attributes to each row in the table.
- addRowAttributes(TableRowBuilder, T) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Hook for subclasses to add their own attributes to each row in the table.
- addRowCountChangeHandler(RowCountChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- addRowCountChangeHandler(RowCountChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- addRowCountChangeHandler(RowCountChangeEvent.Handler) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- addRowCountChangeHandler(RowCountChangeEvent.Handler) - Method in interface com.google.gwt.view.client.HasRows
-
Add a
RowCountChangeEvent.Handler
. - addRowHoverHandler(RowHoverEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Add a handler to handle
RowHoverEvent
s. - 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.AbstractNativeScrollbar
- addScrollHandler(ScrollHandler) - Method in class com.google.gwt.user.client.ui.ScrollPanel
- addScrolling(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Adds as-needed scrolling to an element.
- addScrollListener(ScrollListener) - Method in class com.google.gwt.user.client.ui.ScrollPanel
-
Deprecated.
- addScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
-
Deprecated.
- addSelectionChangeHandler(SelectionChangeEvent.Handler) - Method in interface com.google.gwt.view.client.SelectionChangeEvent.HasSelectionChangedHandlers
-
Adds a
SelectionChangeEvent
handler. - 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<SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.SuggestBox
- addSelectionHandler(SelectionHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
- addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
- 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<T>) - Method in interface com.google.gwt.event.logical.shared.HasSelectionHandlers
-
Adds a
SelectionEvent
handler. - addSeparator() - Method in class com.google.gwt.user.client.ui.MenuBar
- addSeparator(MenuItemSeparator) - Method in class com.google.gwt.user.client.ui.MenuBar
- addShowRangeHandler(ShowRangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
- addShowRangeHandler(ShowRangeHandler<V>) - Method in interface com.google.gwt.event.logical.shared.HasShowRangeHandlers
-
Adds a
ShowRangeEvent
handler. - 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.
- addSource(String) - Method in class com.google.gwt.media.client.MediaBase
-
Add a source element to this media.
- addSource(String, String) - Method in class com.google.gwt.media.client.MediaBase
-
Add a source element to this media, specifying the type (format) of the media.
- addSouth(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Overloaded version for IsWidget.
- addSouth(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Adds a widget to the south edge of the dock.
- addStorageEventHandler(StorageEvent.Handler) - Static method in class com.google.gwt.storage.client.Storage
-
Registers an event handler for StorageEvents.
- addStorageEventHandler(StorageEvent.Handler) - Method in class com.google.gwt.storage.client.StorageImpl
-
Registers an event handler for StorageEvents.
- addStorageEventHandler0() - Method in class com.google.gwt.storage.client.StorageImpl
- addStorageEventHandler0() - Method in class com.google.gwt.storage.client.StorageImplNonNativeEvents
- 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.
- addStyleName(String) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- 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, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Add a style name to the given dates.
- 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.
- 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(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
-
Adds a new tab with the specified widget.
- addTab(String) - Method in class com.google.gwt.user.client.ui.TabBar
-
Adds a new tab with the specified text.
- addTab(String, boolean) - Method in class com.google.gwt.user.client.ui.TabBar
-
Adds a new tab with the specified text.
- addTableListener(TableListener) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
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
- addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
-
Deprecated.
- addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
- addTagValue(String, boolean) - Method in class com.google.gwt.util.tools.ArgHandlerFlag
- 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
ifenabled
, 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, 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.
- 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.
- addTreeItems(List<TreeItem>) - Method in class com.google.gwt.user.client.ui.TreeItem
- addTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
-
Deprecated.
- addTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
-
Deprecated.Use
Tree.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.TreeItem>)
,Tree.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<com.google.gwt.user.client.ui.TreeItem>)
, andTree.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.TreeItem>)
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<C>) - Method in class com.google.gwt.user.cellview.client.CellWidget
- addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.google.gwt.user.client.ui.CheckBox
- addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
- addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.google.gwt.user.client.ui.ToggleButton
- 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<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<String>) - Method in class com.google.gwt.user.client.ui.SuggestBox
- 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
- addValueChangeHandler(ValueChangeHandler<List<T>>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Add a
ValueChangeHandler
that is called when the display values change. - addValueChangeHandler(ValueChangeHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
-
Adds a
ValueChangeEvent
handler. - 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
- addWest(IsWidget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Overloaded version for IsWidget.
- addWest(Widget, double) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Adds a widget to the west edge of the dock.
- addWindowCloseListener(WindowCloseListener) - Static method in class com.google.gwt.user.client.Window
-
Deprecated.
- 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.cellview.client.AbstractHasData
-
Adopt the specified widget.
- adopt(Widget) - Method in class com.google.gwt.user.client.ui.Panel
-
Finalize the attachment of a Widget to this Panel.
- adopt(Widget, TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
- Advanced Example - Search tag in class com.google.gwt.user.server.rpc.RPC
- Section
- Advanced Example - Search tag in class com.google.gwt.user.server.rpc.jakarta.RPC
- Section
- 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
- afterExpression(StringGenerator.Type) - Method in class com.google.gwt.codegen.server.PlainStringGenerator
- afterExpression(StringGenerator.Type) - Method in class com.google.gwt.codegen.server.SafeHtmlStringGenerator
- afterExpression(StringGenerator.Type) - Method in class com.google.gwt.codegen.server.StringGenerator
- alert(String) - Static method in class com.google.gwt.user.client.Window
-
Displays a message in a modal dialog box.
- AlertdialogRole - Interface in com.google.gwt.aria.client
-
A type that represents the alertdialog role in the ARIA specification.
- AlertdialogRoleImpl - Class in com.google.gwt.aria.client
-
Implements
AlertdialogRole
. - AlertdialogRoleImpl(String) - Constructor for class com.google.gwt.aria.client.AlertdialogRoleImpl
- AlertRole - Interface in com.google.gwt.aria.client
-
A type that represents the alert role in the ARIA specification.
- AlertRoleImpl - Class in com.google.gwt.aria.client
-
Implements
AlertRole
. - AlertRoleImpl(String) - Constructor for class com.google.gwt.aria.client.AlertRoleImpl
- align(String) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- align(String) - Method in class com.google.gwt.dom.builder.client.DomTableColBuilder
- align(String) - Method in class com.google.gwt.dom.builder.client.DomTableRowBuilder
- align(String) - Method in class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- align(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- align(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- align(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- align(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- align(String) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
Horizontal alignment of data in cell.
- align(String) - Method in interface com.google.gwt.dom.builder.shared.TableColBuilder
-
Horizontal alignment of cell data in column.
- align(String) - Method in interface com.google.gwt.dom.builder.shared.TableRowBuilder
-
Horizontal alignment of data within cells of this row.
- align(String) - Method in interface com.google.gwt.dom.builder.shared.TableSectionBuilder
-
Horizontal alignment of data in cells.
- 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() - Constructor for class com.google.gwt.logging.client.DefaultLevel.All
- ALL - Enum constant in enum com.google.gwt.aria.client.RelevantValue
- ALL - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs everything -- quite a bit of stuff.
- ALL - Static variable in annotation type com.google.gwt.core.ext.Generator.RunsLocal
-
A special value for
Generator.RunsLocal.requiresProperties()
to indicate that any property can affect this generator's output. - 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.
- ALPHABETIC - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
- alt(String) - Method in class com.google.gwt.dom.builder.client.DomAreaBuilder
- alt(String) - Method in class com.google.gwt.dom.builder.client.DomImageBuilder
- alt(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- alt(String) - Method in interface com.google.gwt.dom.builder.shared.AreaBuilder
-
Alternate text for user agents not rendering the normal content of this element.
- alt(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- alt(String) - Method in class com.google.gwt.dom.builder.shared.HtmlImageBuilder
- alt(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- alt(String) - Method in interface com.google.gwt.dom.builder.shared.ImageBuilder
-
Alternate text for user agents not rendering the normal content of this element.
- alt(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Alternate text for user agents not rendering the normal content of this element.
- AlternateAnnotationCreatorVisitor - Class in com.google.gwt.resources.converter
-
Visitor that adds @alternate annotations where required in CSSRules.
- AlternateAnnotationCreatorVisitor() - Constructor for class com.google.gwt.resources.converter.AlternateAnnotationCreatorVisitor
- AlternateForm(String, String) - Constructor for class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
-
Create the plural form.
- AlternateForm(String, String, boolean) - Constructor for class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
-
Create the plural form.
- 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.
- 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
- americaArgentinaSalta() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaArgentinaSanJuan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaArgentinaSanLuis() - 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
- americaBahiaBanderas() - 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
- americaCreston() - 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
- americaIndianaTellCity() - 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
- americaIndianaWinamac() - 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
- americaKralendijk() - 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
- americaLowerPrinces() - 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
- americaMarigot() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaMartinique() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaMatamoros() - 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
- americaMetlakatla() - 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
- 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
- americaNorthDakotaBeulah() - 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
- americaOjinaga() - 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
- americaResolute() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaRioBranco() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaSantaIsabel() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaSantarem() - 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
- americaSitka() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- americaStBarthelemy() - 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 class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- ampms() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- ampms() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.
- ampms() - Method in class com.google.gwt.i18n.shared.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(Element) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
This constructor may be used by subclasses to explicitly use an existing element.
- 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, HasDirection.Direction, SafeUri) - 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) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor for scripting.
- Anchor(SafeHtml, DirectionEstimator, SafeUri) - 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(SafeHtml, SafeUri) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor with its html and href (target URL) specified.
- Anchor(SafeHtml, SafeUri, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates a source anchor (link to URI).
- 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, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates a source anchor (link to URI).
- Anchor(String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor for scripting.
- Anchor(String, boolean) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor for scripting.
- Anchor(String, boolean, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor with its text and href (target URL) specified.
- Anchor(String, boolean, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates a source anchor (link to URI).
- Anchor(String, HasDirection.Direction) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor for scripting.
- 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) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor for scripting.
- 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, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates an anchor with its text and href (target URL) specified.
- Anchor(String, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
-
Creates a source anchor with a frame target.
- AnchorBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an anchor 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) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
- animate(int) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- animate(int) - Method in class com.google.gwt.user.client.ui.LayoutPanel
- animate(int) - 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 interface com.google.gwt.user.client.ui.AnimatedLayout
-
Layout children, animating over the specified period of time.
- animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
- animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.LayoutPanel
- animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
- animate(int, Layout.AnimationCallback) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
- animate(CellTreeNodeView<?>, boolean) - Method in class com.google.gwt.user.cellview.client.CellTree.NodeAnimation
-
Animate a tree node into its new state.
- animate(CellTreeNodeView<?>, boolean) - Method in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
-
Animate a
CellTreeNodeView
into its new state. - 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
-
Construct a new
Animation
. - Animation(AnimationScheduler) - Constructor for class com.google.gwt.animation.client.Animation
-
Construct a new
AnimationScheduler
using the specified scheduler to sheduler request frames. - AnimationHandle() - Constructor for class com.google.gwt.animation.client.AnimationScheduler.AnimationHandle
- AnimationScheduler - Class in com.google.gwt.animation.client
-
This class provides task scheduling for animations.
- AnimationScheduler() - Constructor for class com.google.gwt.animation.client.AnimationScheduler
- AnimationScheduler.AnimationCallback - Interface in com.google.gwt.animation.client
-
The callback used when an animation frame becomes available.
- AnimationScheduler.AnimationHandle - Class in com.google.gwt.animation.client
-
A handle to the requested animation frame created by
AnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
. - AnimationScheduler.AnimationSupportDetector - Class in com.google.gwt.animation.client
-
Helper to detect native support for animations.
- AnimationSchedulerImplStandard - Class in com.google.gwt.animation.client
-
AnimationScheduler
implementation that uses standardrequestAnimationFrame
API. - AnimationSchedulerImplStandard() - Constructor for class com.google.gwt.animation.client.AnimationSchedulerImplStandard
- AnimationSchedulerImplTimer - Class in com.google.gwt.animation.client
-
Implementation using a timer for browsers that do not support animation frames.
- AnimationSchedulerImplTimer() - Constructor for class com.google.gwt.animation.client.AnimationSchedulerImplTimer
- AnimationSupportDetector() - Constructor for class com.google.gwt.animation.client.AnimationScheduler.AnimationSupportDetector
- 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
- antarcticaMacquarie() - 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
- anyCompilerMetricsPresent(ArtifactSet) - Method in class com.google.gwt.core.linker.SoycReportLinker
-
Check whether an artifact set contains any compilerMetrics.
- anyReportFilesPresent(ArtifactSet) - Method in class com.google.gwt.core.linker.SoycReportLinker
-
Check whether an artifact set contains any SOYC report documents.
- 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(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(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(SafeHtml) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
-
Appends the contents of another
SafeHtml
object, without applying HTML-escaping to it. - append(T) - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
-
Joins another RequestContext to this RequestContext.
- append(T) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
Always returns
other
. - append(T) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestContext
- 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
. - 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.
- appendData(String) - Method in interface com.google.gwt.xml.client.CharacterData
-
This method appends
data
to the data in thisCharacterData
. - 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.
- appendExpression(String, boolean, boolean, boolean) - Method in class com.google.gwt.codegen.server.StringGenerator
-
Append an expression to this string expression.
- appendHtmlConstant(String) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
-
Appends a compile-time-constant string, which will not be escaped.
- appendStringLiteral(String) - Method in class com.google.gwt.codegen.server.StringGenerator
-
Append part of a string literal.
- appendStringValuedExpression(String) - Method in class com.google.gwt.codegen.server.StringGenerator
-
Append an expression to this string expression.
- appendTrustedString(String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Appends
SafeStyles
constructed from a trusted string, i.e., without escaping the string. - appendValueNode(CssValueNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- ApplicationRole - Interface in com.google.gwt.aria.client
-
A type that represents the application role in the ARIA specification.
- ApplicationRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ApplicationRole
. - ApplicationRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ApplicationRoleImpl
- 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. - applyTo(Image) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
-
Transforms an existing
Image
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.
- arcticLongyearbyen() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- 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.
- AreaBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an area element.
- 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
- 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
- ArgHandlerEnum<T> - Class in com.google.gwt.util.tools
-
A generic arg handler for options defined by enums.
- ArgHandlerEnum(Class<T>) - Constructor for class com.google.gwt.util.tools.ArgHandlerEnum
-
Constructor, default value must be handled by the user code.
- ArgHandlerEnum(Class<T>, T, boolean) - Constructor for class com.google.gwt.util.tools.ArgHandlerEnum
-
Constructor, allows to specify the default value for the option and whether to accept or prefixes as abbreviations.
- ArgHandlerExtra - Class in com.google.gwt.util.tools
-
Argument handler that handles arguments that do not have preceding 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 boolean flags that have no parameters.
- ArgHandlerFlag() - Constructor for class com.google.gwt.util.tools.ArgHandlerFlag
- ArgHandlerIgnore - Class in com.google.gwt.user.tools.util
-
Ignores any existing files and does not overwrite them.
- 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
- ArgHandlerNoopDeprecatedFlag - Class in com.google.gwt.util.tools
-
Argument handler for deprecated no-op flags.
- ArgHandlerNoopDeprecatedFlag(int, String...) - Constructor for class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- ArgHandlerNoopDeprecatedFlag(String...) - Constructor for class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- 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
-
Overwrites any existing files.
- 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
- ArgProcessor() - Constructor for class com.google.gwt.user.tools.WebAppCreator.ArgProcessor
- argumentConsumers - Static variable in class com.google.gwt.resources.converter.Css2Gss.Options
- AriaAttributeType - Interface in com.google.gwt.aria.client
-
Interface that is and needs to be implemented by ALL non primitive attribute types
- AriaValueAttribute<T> - Class in com.google.gwt.aria.client
-
ARIA specific type attribute.
- AriaValueAttribute(String) - Constructor for class com.google.gwt.aria.client.AriaValueAttribute
- AriaValueAttribute(String, String) - Constructor for class com.google.gwt.aria.client.AriaValueAttribute
- arrayBuf - Variable in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- ArrayBuffer - Enum constant in enum com.google.gwt.xhr.client.XMLHttpRequest.ResponseType
-
The default response type -- use
XMLHttpRequest.getResponseArrayBuffer()
for the return value. - ArrayBuffer - Interface in com.google.gwt.typedarrays.shared
-
A buffer containing an arbitrary sequence of bytes.
- arrayBufferFromString(String) - Static method in class com.google.gwt.typedarrays.client.JsUtils
-
Creates an
ArrayBuffer
from a string, with bytes encoded as individual characters (which means in UTF8-encoded strings, byte values0x80-0xFF
take two bytes. - ArrayBufferImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
ArrayBuffer
, plus package-protected methods for use by related implementation classes. - ArrayBufferImpl(int) - Constructor for class com.google.gwt.typedarrays.server.ArrayBufferImpl
- ArrayBufferNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
ArrayBuffer
. - ArrayBufferNative() - Constructor for class com.google.gwt.typedarrays.client.ArrayBufferNative
- ArrayBufferView - Interface in com.google.gwt.typedarrays.shared
-
Common information across all types of views of
ArrayBuffer
s. - ArrayBufferViewImpl - Class in com.google.gwt.typedarrays.server
-
Base class for
ArrayBufferView
implementations. - ArrayBufferViewImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- ArrayBufferViewNative - Class in com.google.gwt.typedarrays.client
-
Base class for JS implementation of various views.
- ArrayBufferViewNative() - Constructor for class com.google.gwt.typedarrays.client.ArrayBufferViewNative
- ArticleRole - Interface in com.google.gwt.aria.client
-
A type that represents the article role in the ARIA specification.
- ArticleRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ArticleRole
. - ArticleRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ArticleRoleImpl
- 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.web.bindery.autobean.shared.AutoBean
-
Returns a proxy implementation of the
T
interface which will delegate to the underlying wrapped object, if any. - as(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Element
- 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.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(Element) - Static method in class com.google.gwt.dom.client.FieldSetElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.FormElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.FrameElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.HeadElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.HRElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ImageElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.InputElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LabelElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LegendElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LIElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LinkElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.MapElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.MetaElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ModElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.OListElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.OptionElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ParamElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.PreElement
-
Assert that the given
Element
is compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.QuoteElement
-
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.SourceElement
-
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(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(Element) - Static method in class com.google.gwt.user.client.ui.PotentialElement
- as(NativeEvent) - Static method in class com.google.gwt.user.client.Event
-
Converts the
NativeEvent
to Event. - as(Node) - Static method in class com.google.gwt.dom.client.Element
- as(Node) - Static method in class com.google.gwt.dom.client.Text
-
Assert that the given
Node
is of typeNode.TEXT_NODE
and automatically typecast it. - asBoolean() - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Returns a boolean representation of the data.
- ASCENDING - Enum constant in enum com.google.gwt.aria.client.SortValue
- asCompositeEditor() - Method in interface com.google.gwt.editor.client.EditorContext
-
Returns a non-null value if the editor returned by
EditorContext.getEditor()
implementsCompositeEditor
. - 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 SuggestBox. - 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()
implementsHasEditorDelegate
. - 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()
implementsHasEditorErrors
. - 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
- asiaNovokuznetsk() - 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()
implementsLeafValueEditor
. - 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.
- asOld(Element) - Static method in class com.google.gwt.user.client.DOM
- 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
- asSafeHtml() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
-
Return the HTML as a
SafeHtml
string. - asSafeHtml() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Return the HTML as a
SafeHtml
string. - assertCanAddAttribute() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
-
Assert that the builder is in a state where an attribute can be added.
- assertCanAddAttribute() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
-
Assert that the builder is in a state where an attribute can be added.
- assertCanAddAttributeImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Assert that the builder is in a state where an attribute can be added.
- assertCanAddStyleProperty() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
-
Assert that the builder is in a state where a style property can be added.
- assertCanAddStylePropertyImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Assert that a style property can be added, and setup the state as if one is about to be added.
- assertIsChild(Element) - Method in class com.google.gwt.layout.client.Layout
-
Asserts that the given child element is managed by this layout.
- assertIsChild(Widget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
-
Assert that the specified widget is null or a child of this widget.
- assertIsChild(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- ASSERTIVE - Enum constant in enum com.google.gwt.aria.client.LiveValue
- assertLive() - Method in class com.google.gwt.event.shared.GwtEvent
-
Asserts that the event still should be accessed.
- assertValidTagName(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Assert that the specified tag name is valid.
- 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. - assign(String) - Static method in class com.google.gwt.user.client.Window.Location
-
Assigns the window to a new URL.
- Associating Data Transfer Objects (DTOs) with Suggestion Objects - Search tag in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
- Section
- 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.safecss.shared.SafeStylesString
-
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 class com.google.gwt.safehtml.shared.SafeHtmlString
-
Returns this object's contained HTML as a string.
- asString() - Method in interface com.google.gwt.safehtml.shared.SafeUri
-
Returns this object's contained URI as a string.
- asString() - Method in class com.google.gwt.safehtml.shared.SafeUriString
-
Returns this object's contained URI as a string.
- asString() - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Returns a string representation of the data.
- asStringLiteral(String) - Static method in class com.google.gwt.codegen.server.CodeGenUtils
-
Produce a string which represents a string literal in Java source, including null values.
- 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()
implementsValueAwareEditor
. - 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.
- AsyncHandler(HasData<?>) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortEvent.AsyncHandler
- AsyncProvider<T,
F> - Interface in com.google.gwt.core.client -
An object capable of providing an instance of type T asynchronously via
Callback
. - AT_MOST_ONE_SPECIFIED_CURRENCY - Static variable in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
- AT_MOST_ONE_SPECIFIED_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.DateLabelParser
- AT_MOST_ONE_SPECIFIED_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
- AT_MOST_ONE_SPECIFIED_TIME_ZONE - Static variable in class com.google.gwt.uibinder.elementparsers.DateLabelParser
- 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
- ATOMIC - Static variable in class com.google.gwt.aria.client.Property
- attach() - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
-
Must be called after construction.
- attach(C, FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
- 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.
- 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, Element, Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- attachChild(Element, Element, Object) - 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.
- attachCommand - Static variable in exception class com.google.gwt.user.client.ui.AttachDetachException
-
The singleton command used to attach widgets.
- AttachDetachException - Exception Class 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 class 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 onElement
objects. - attribute(String, int) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- attribute(String, int) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Add an integer attribute to the object.
- attribute(String, int) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- attribute(String, int) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- attribute(String, String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- attribute(String, String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Add a string attribute to the object.
- attribute(String, String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- attribute(String, String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- Attribute<T> - Class in com.google.gwt.aria.client
-
Class representing ARIA state/property attribute.
- Attribute(String) - Constructor for class com.google.gwt.aria.client.Attribute
-
Constructs a state/property ARIA attribute with name
name
and null default value. - Attribute(String, String) - Constructor for class com.google.gwt.aria.client.Attribute
-
Constructs a state/property ARIA attribute with name
name
anddefaultValue
. - ATTRIBUTE_NODE - Static variable in interface com.google.gwt.xml.client.Node
-
The constant 2 denotes DOM nodes of type Attribute.
- AttributeMessageInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Examines each element for child <ui:attr/> elements, and replaces the corresponding attributes of the examinee with references to the translatable messages created.
- AttributeMessageInterpreter(UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.AttributeMessageInterpreter
- 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.
- AudioBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an audio element.
- 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
- AUTO - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- AUTO - Enum constant in enum com.google.gwt.dom.client.Style.Overflow
- AUTO - Enum constant in enum com.google.gwt.dom.client.Style.TableLayout
- AUTO - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- 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.web.bindery.autobean.shared
-
An annotation that allows inferred property names to be overridden.
- 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.web.bindery.autobean.shared
-
A tag interface for the AutoBean generator.
- 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.web.bindery.autobean.shared
-
The types specified by this annotation will not be wrapped by an AutoBean when returned from an AutoBean-controlled method.
- 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.web.bindery.autobean.shared
-
Utility methods for working with AutoBeans.
- 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.web.bindery.autobean.shared
-
A PropertyContext that describes the parameterization of the Collection being visited.
- AutoBeanVisitor.Context - Interface in com.google.web.bindery.autobean.shared
-
Reserved for future expansion to avoid API breaks.
- 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.web.bindery.autobean.shared
-
The ParameterizationVisitor provides access to more complete type information than a simple class literal can provide.
- AutoBeanVisitor.PropertyContext - Interface in com.google.web.bindery.autobean.shared
-
Allows properties to be reset.
- AUTOCOMPLETE - Static variable in class com.google.gwt.aria.client.Property
- AutocompleteValue - Enum in com.google.gwt.aria.client
-
Property enum for 'aria-autocomplete' values.
- 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.
- AutoHorizontalAlignmentConstant() - Constructor for class com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant
- autoplay() - Method in class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- autoplay() - Method in class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- autoplay() - Method in interface com.google.gwt.dom.builder.shared.MediaBuilder
-
Enable autoplay of the resource.
B
- back() - Static method in class com.google.gwt.user.client.History
-
Programmatic equivalent to the user pressing the browser's 'back' button.
- backgroundImage(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- backgroundImage(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- backgroundImage(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the background-image CSS property.
- backgroundImage(SafeUri) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the background-image CSS property.
- BAD_CHILD - Static variable in class com.google.gwt.uibinder.elementparsers.HasTreeItemsParser
- BAD_CHILD - Static variable in class com.google.gwt.uibinder.elementparsers.MenuBarParser
- BadPropertyValueException - Exception Class in com.google.gwt.core.ext
-
Thrown when a deferred binding property contains an invalid value.
- BadPropertyValueException(String) - Constructor for exception class com.google.gwt.core.ext.BadPropertyValueException
- BadPropertyValueException(String, String) - Constructor for exception class com.google.gwt.core.ext.BadPropertyValueException
- BadTypeArgsException - Exception Class 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 class com.google.gwt.core.ext.typeinfo.BadTypeArgsException
- BadTypeArgsException(String, Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.BadTypeArgsException
- BadTypeArgsException(Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.BadTypeArgsException
- BannerRole - Interface in com.google.gwt.aria.client
-
A type that represents the banner role in the ARIA specification.
- BannerRoleImpl - Class in com.google.gwt.aria.client
-
Implements
BannerRole
. - BannerRoleImpl(String) - Constructor for class com.google.gwt.aria.client.BannerRoleImpl
- 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
- BaseBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an base element.
- baseDir - Variable in class com.google.gwt.resources.converter.Css2Gss.Options
- BaseElement - Class in com.google.gwt.dom.client
-
Document base URI.
- BaseElement() - Constructor for class com.google.gwt.dom.client.BaseElement
- BASELINE - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- BaseListenerWrapper<T> - Class in com.google.gwt.user.client
-
Deprecated.will be removed in GWT 2.7 with the handler listeners themselves
- BaseListenerWrapper(T) - Constructor for class com.google.gwt.user.client.BaseListenerWrapper
-
Deprecated.Creates a new listener wrapper.
- BaseListenerWrapper.WrapWindowClose - Class in com.google.gwt.user.client
-
Deprecated.
- BaseListenerWrapper.WrapWindowResize - Class in com.google.gwt.user.client
-
Deprecated.
- BaseListenerWrapper.WrapWindowScroll - Class in com.google.gwt.user.client
-
Deprecated.
- baseName(URL) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
-
Returns the base filename of a resource.
- BaseProxy - Interface in com.google.web.bindery.requestfactory.shared
-
The root type from which all client-side proxy objects are derived.
- baseProxyType - Variable in class com.google.web.bindery.requestfactory.apt.State
- 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
- beans - Variable in class com.google.web.bindery.requestfactory.server.RequestState
- beforeExpression(StringGenerator.Type) - Method in class com.google.gwt.codegen.server.PlainStringGenerator
- beforeExpression(StringGenerator.Type) - Method in class com.google.gwt.codegen.server.SafeHtmlStringGenerator
- beforeExpression(StringGenerator.Type) - Method in class com.google.gwt.codegen.server.StringGenerator
- 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. - BEGIN - Enum constant in enum com.google.gwt.layout.client.Layout.Alignment
-
Positions an element at the beginning of a given axis.
- 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.
- beginJavaDocComment() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Begin emitting a JavaDoc comment.
- beginJavaDocComment() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- beginPath() - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Begins a new path.
- belongsToTree(CellTree) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- BEVEL - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.LineJoin
- 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.
- BidiFormatter.Factory - Class in com.google.gwt.i18n.shared
- BidiFormatterBase - Class in com.google.gwt.i18n.shared
-
Base class for
BidiFormatter
andSafeHtmlBidiFormatter
that contains their common implementation. - BidiFormatterBase(HasDirection.Direction, boolean) - Constructor for class com.google.gwt.i18n.shared.BidiFormatterBase
- BidiFormatterBase.Factory<T> - Class in com.google.gwt.i18n.shared
-
Abstract factory class for BidiFormatterBase.
- BidiFormatterBase.Format - Class in com.google.gwt.i18n.shared
-
A container class for direction-related string constants, e.g.
- 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.BidiPolicyImplOn - Class in com.google.gwt.i18n.client
-
Implementation class for
BidiPolicy
used when bidi is always on. - BidiPolicyImpl() - Constructor for class com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl
- 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 - Class in com.google.gwt.i18n.shared
-
Utility functions for performing common Bidi tests on strings.
- BidiUtils() - Constructor for class com.google.gwt.i18n.client.BidiUtils
- BIG_DECIMAL - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- BIG_INTEGER - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- 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
- BINDER - Static variable in interface com.google.gwt.editor.ui.client.ValueBoxEditorDecorator.Binder
- Binding to Properties Files - Search tag in interface com.google.gwt.i18n.client.Constants
- Section
- Binding to Properties Files - Search tag in interface com.google.gwt.i18n.client.Messages
- Section
- BlacklistEventTranslator(int...) - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.BlacklistEventTranslator
-
Construct a new
DefaultSelectionEventManager.BlacklistEventTranslator
. - BLINK - Enum constant in enum com.google.gwt.dom.client.Style.TextDecoration
- BLOCK - Enum constant in enum com.google.gwt.dom.client.Style.Display
- blur() - Method in class com.google.gwt.dom.client.Element
-
Removes keyboard focus from this element.
- BLUR - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - BodyBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an body element.
- BodyElement - Class in com.google.gwt.dom.client
-
The HTML document body.
- BodyElement() - Constructor for class com.google.gwt.dom.client.BodyElement
- BOLD - Enum constant in enum com.google.gwt.dom.client.Style.FontWeight
- BOLDER - Enum constant in enum com.google.gwt.dom.client.Style.FontWeight
- BOOLEAN - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- BOOLEAN - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- BooleanAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses a single boolean attribute.
- BooleanAttributeParser(FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.BooleanAttributeParser
- BooleanConditionCollector - Class in com.google.gwt.resources.gss
-
Visitor that collects the simple boolean conditions that are mapped to configuration properties.
- BooleanConditionCollector(MutatingVisitController) - Constructor for class com.google.gwt.resources.gss.BooleanConditionCollector
- booleanValue() - Method in class com.google.gwt.json.client.JSONBoolean
-
Returns
true
if this is the instance representing "true",false
otherwise. - border(int) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- border(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- border(int) - Method in interface com.google.gwt.dom.builder.shared.TableBuilder
-
The width of the border around the table.
- borderElement - Variable in class com.google.gwt.user.client.ui.NotificationMole
- borderStyle(Style.BorderStyle) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- borderStyle(Style.BorderStyle) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- borderStyle(Style.BorderStyle) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the border-style CSS property.
- borderStyle(Style.BorderStyle) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the border-style CSS property.
- borderWidth(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- borderWidth(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- borderWidth(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the border-width css property.
- borderWidth(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the border-width css property.
- Both - Enum constant in enum com.google.gwt.resources.client.ImageResource.RepeatStyle
-
The image is intended to be tiled both horizontally and vertically.
- BOTH - Enum constant in enum com.google.gwt.aria.client.AutocompleteValue
- BOTH - Enum constant in enum com.google.gwt.dom.client.Style.Clear
- BOTH - Enum constant in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- BOTH - Enum constant in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- bottom - Variable in class com.google.gwt.layout.client.Layout.Layer
- bottom(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- bottom(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- bottom(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the bottom css property.
- bottom(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the bottom css property.
- BOTTOM - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
- BOTTOM - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- bottomUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- BOUND_TO_SELECTION - Enum constant in enum com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
-
Keyboard selection is bound to the
SelectionModel
. - 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 anull
caught
andhelpInfo
. - branch(TreeLogger.Type, String, Throwable) - Method in class com.google.gwt.core.ext.TreeLogger
- 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.
- BRBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an br element.
- BRElement - Class in com.google.gwt.dom.client
-
Force a line break.
- BRElement() - Constructor for class com.google.gwt.dom.client.BRElement
- BrowserCellList(Cell<T>, int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser.BrowserCellList
- BrowserEvents - Class in com.google.gwt.dom.client
-
Constant strings representing browser events.
- buf - Variable in class com.google.gwt.codegen.server.StringGenerator
-
Output string buffer.
- buffer - Variable in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- buffer() - Method in class com.google.gwt.typedarrays.client.ArrayBufferViewNative
- buffer() - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- buffer() - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- buffer() - Method in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- buffer() - Method in interface com.google.gwt.typedarrays.shared.ArrayBufferView
-
Get the underlying
ArrayBuffer
. - BUFFER_SIZE - Static variable in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Package protected for use in tests.
- BUFFER_SIZE - Static variable in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Package protected for use in tests.
- bufferByteOffset - Variable in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- build() - Method in class com.google.gwt.user.cellview.client.CellBrowser.Builder
-
Creates a new
CellBrowser
. - build() - Method in class com.google.web.bindery.autobean.vm.Configuration.Builder
- build(UIObject) - Static method in class com.google.gwt.user.client.ui.PotentialElement
-
Builds a new PotentialElement with the tag name set to "div".
- build(UIObject, String) - Static method in class com.google.gwt.user.client.ui.PotentialElement
-
Builds a new PotentialElement.
- Builder() - Constructor for class com.google.web.bindery.autobean.vm.Configuration.Builder
- Builder(TreeViewModel, T) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser.Builder
-
Construct a new
CellBrowser.Builder
. - buildFooter() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- buildFooter() - Method in interface com.google.gwt.user.cellview.client.FooterBuilder
-
Builds the DOM subtree for this footer.
- buildHeader() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- buildHeader() - Method in interface com.google.gwt.user.cellview.client.HeaderBuilder
-
Builds the DOM subtree for this header.
- buildHeaderOrFooterImpl() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Implementation that builds the header or footer using the convenience methods in this class.
- buildHeaderOrFooterImpl() - Method in class com.google.gwt.user.cellview.client.DefaultHeaderOrFooterBuilder
- buildListParamMap(String) - Static method in class com.google.gwt.user.client.Window.Location
-
Builds the immutable map from String to List
that we'll return in getParameterMap(). - buildRow(T, int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Build zero or more table rows for the specified row value.
- buildRow(T, int) - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Build zero or more table rows for the specified row value.
- buildRowImpl(T, int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Build zero or more table rows for the specified row value.
- buildRowImpl(T, int) - Method in class com.google.gwt.user.cellview.client.DefaultCellTableBuilder
- 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.
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.Anchor
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.CheckBox
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.HTML
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.Hyperlink
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.InlineHTML
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.InlineHyperlink
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.InlineLabel
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.Label
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.ListBox
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.RadioButton
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.TextArea
- Section
- Built-in Bidi Text Support - Search tag in class com.google.gwt.user.client.ui.TextBox
- Section
- BUSY - Static variable in class com.google.gwt.aria.client.State
- BUTT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.LineCap
- 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(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(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.Button
-
Creates a button with the given HTML caption.
- 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) - Constructor for class com.google.gwt.user.client.ui.Button
-
Creates a button with the given HTML caption.
- 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(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.Button
-
Deprecated.Use
Button(String, ClickHandler)
instead - 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
- ButtonBase(Element) - Constructor for class com.google.gwt.user.client.ui.ButtonBase
-
Creates a new ButtonBase that wraps the given browser element.
- ButtonBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an button 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
. - buttonCellBase() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to the button.
- ButtonCellBase<C> - Class in com.google.gwt.cell.client
-
Base class for button Cells.
- ButtonCellBase(ButtonCellBase.Appearance<C>) - Constructor for class com.google.gwt.cell.client.ButtonCellBase
-
Construct a new
ButtonCellBase
using the specifiedButtonCellBase.Appearance
to render the contents. - ButtonCellBase.Appearance<C> - Interface in com.google.gwt.cell.client
-
The appearance used to render this Cell.
- ButtonCellBase.Decoration - Enum in com.google.gwt.cell.client
-
The decoration applied to the button.
- ButtonCellBase.DefaultAppearance<C> - Class in com.google.gwt.cell.client
-
The default implementation of the
ButtonCellBase.Appearance
. - ButtonCellBase.DefaultAppearance.Resources - Interface in com.google.gwt.cell.client
-
The resources used by this appearance.
- ButtonCellBase.DefaultAppearance.Style - Interface in com.google.gwt.cell.client
-
The Styles used by this appearance.
- ButtonCellBase.DefaultAppearance.Template - Interface in com.google.gwt.cell.client
-
The templates used by this appearance.
- buttonCellBaseBackground() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Resources
-
The background image applied to the button.
- buttonCellBaseCollapseLeft() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to the button when it has a collapsed left side.
- buttonCellBaseCollapseRight() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to the button when it has a collapsed right side.
- buttonCellBaseDefault() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to default buttons.
- buttonCellBaseNegative() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to negative buttons.
- buttonCellBasePrimary() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to primary buttons.
- buttonCellBasePushing() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
-
Applied to the button when being pushed.
- buttonCellBaseStyle() - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Resources
- buttonClick(ButtonElement) - Method in class com.google.gwt.dom.client.DOMImpl
- buttonClick(ButtonElement) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- ButtonElement - Class in com.google.gwt.dom.client
-
Push button.
- ButtonElement() - Constructor for class com.google.gwt.dom.client.ButtonElement
- ButtonRole - Interface in com.google.gwt.aria.client
-
A type that represents the button role in the ARIA specification.
- ButtonRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ButtonRole
. - ButtonRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ButtonRoleImpl
- BYTE - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- BYTE - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- byteLength - Variable in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- byteLength - Variable in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- byteLength() - Method in class com.google.gwt.typedarrays.client.ArrayBufferNative
- byteLength() - Method in class com.google.gwt.typedarrays.client.ArrayBufferViewNative
- byteLength() - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- byteLength() - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- byteLength() - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- byteLength() - Method in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- byteLength() - Method in interface com.google.gwt.typedarrays.shared.ArrayBuffer
-
The length of the
ArrayBuffer
in bytes, which does not change. - byteLength() - Method in interface com.google.gwt.typedarrays.shared.ArrayBufferView
-
Get the length of this view in bytes.
- byteOffset - Variable in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- byteOffset() - Method in class com.google.gwt.typedarrays.client.ArrayBufferViewNative
- byteOffset() - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- byteOffset() - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- byteOffset() - Method in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
- byteOffset() - Method in interface com.google.gwt.typedarrays.shared.ArrayBufferView
-
Get the offset from the beginning of the underlying
ArrayBuffer
. - BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Float32Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Float64Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Int16Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Int32Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Int8Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Uint16Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Uint32Array
- BYTES_PER_ELEMENT - Static variable in interface com.google.gwt.typedarrays.shared.Uint8Array
C
- cachedCookies - Static variable in class com.google.gwt.user.client.Cookies
-
Cached copy of cookies.
- CachedGeneratorResult - Interface in com.google.gwt.core.ext
-
An interface to represent the cached results from a previous generator invocation.
- CachedPropertyInformation - Class in com.google.gwt.core.ext
-
A container for saving lists of deferred-binding and configuration properties to be compared subsequently with a PropertyOracle.
- CachedPropertyInformation(TreeLogger, PropertyOracle, Collection<String>, Collection<String>) - Constructor for class com.google.gwt.core.ext.CachedPropertyInformation
- 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.
- Caching Recommendations for Image Bundle Files - Search tag in interface com.google.gwt.user.client.ui.ImageBundle
- Section
- calculateEndVelocity(TouchScroller.TemporalPoint, TouchScroller.TemporalPoint) - Method in class com.google.gwt.touch.client.TouchScroller
-
Calculate the end velocity.
- calculateModifiedRanges(JsArrayInteger, int, int) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Combine the modified row indexes into as many as two
Range
s, optimizing to have the fewest unmodified rows within the ranges. - 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.
- call(Class, Object, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Reflectively invokes a method on a JavaScriptObject.
- call(Class, Object, String, Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
A convenience form of
JsoEval.call(Class, Object, String, Class[], Object...)
for use directly by users in a debugger. - Callback<T,
F> - Interface in com.google.gwt.core.client -
A callback for any asynchronous call that can result in success or failure.
- callEx(Class, Object, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Reflectively invokes a method on a JavaScriptObject.
- callEx(Class, Object, String, Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
A convenience form of
JsoEval.call(Class, Object, String, Class[], Object...)
for use directly by users in a debugger. - callStatic(Class, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Reflectively invokes a static method on a JavaScriptObject.
- callStaticEx(Class, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Reflectively invokes a static method on a JavaScriptObject.
- 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.animation.client.AnimationScheduler.AnimationHandle
-
Cancel the requested animation frame.
- cancel() - Method in class com.google.gwt.animation.client.testing.StubAnimationScheduler.StubAnimationHandle
- 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.
- cancelTreeNodeAnimation() - Method in class com.google.gwt.user.cellview.client.CellTree
-
Cancel a pending animation.
- 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.
- canDecode(Class<?>) - Static method in class com.google.web.bindery.autobean.shared.ValueCodexHelper
-
Returns
true
ifclazz
is assignable to any of the value types. - CANNOT_PLAY - Static variable in class com.google.gwt.dom.client.MediaElement
-
Constant returned from
MediaElement.canPlayType(String)
. - Canonical Example - Search tag in class com.google.gwt.user.server.rpc.RPC
- Section
- Canonical Example - Search tag in class com.google.gwt.user.server.rpc.jakarta.RPC
- Section
- CANPLAYTHROUGH - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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.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
ifEditorContext.setInModel(Object)
can be called successfully. - canSetInModel() - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
-
Returns
false
. - canUpcast(Object) - Method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
-
Determines whether or not the Type can handle the given value via upcasting semantics.
- Canvas - Class in com.google.gwt.canvas.client
-
A widget representing a <canvas> element.
- CanvasBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an 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
- CAPITALIZE - Enum constant in enum com.google.gwt.dom.client.Style.TextTransform
- CaptionImpl() - Constructor for class com.google.gwt.user.client.ui.DialogBox.CaptionImpl
- 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.CaptionPanelImplMozilla - Class in com.google.gwt.user.client.ui
-
Implementation class that handles Mozilla rendering issues.
- CaptionPanel.CaptionPanelImplSafari - Class in com.google.gwt.user.client.ui
-
Implementation class that handles Safari rendering issues.
- CaptionPanelImpl() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
- CaptionPanelImplMozilla() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla
- 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 otherJavaScriptObject
type. - 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.
- Caveats - Search tag in package com.google.gwt.http.client
- Section
- 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() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to every cell.
- Cell<C> - Interface in com.google.gwt.cell.client
-
A lightweight representation of a renderable object.
- Cell(int, int) - Constructor for class com.google.gwt.user.client.ui.HTMLTable.Cell
-
Creates a cell.
- Cell(Element, V) - Constructor for class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- Cell(V) - Constructor for class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- CELL_HOVER - Enum constant in enum com.google.gwt.user.cellview.client.RowHoverEvent.HoveringScope
-
Cell-only hover event, the mouse remains on the same row
- Cell.Context - Class in com.google.gwt.cell.client
-
Contains information about the context of the Cell.
- CellBasedWidgetImpl - Class in com.google.gwt.user.cellview.client
-
Deprecated.
- CellBasedWidgetImpl() - Constructor for class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.
- CellBasedWidgetImplStandard - Class in com.google.gwt.user.cellview.client
-
Standard implementation used by most cell based widgets.
- CellBasedWidgetImplStandard() - Constructor for class com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard
- 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(CellBrowser.Builder<T>) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser
- CellBrowser(TreeViewModel, T) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser
-
Deprecated.please use
CellBrowser.Builder
- CellBrowser(TreeViewModel, T, CellBrowser.Resources) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser
-
Deprecated.please use
CellBrowser.Builder
- CellBrowser.BrowserCellList<T> - Class in com.google.gwt.user.cellview.client
-
A custom version of cell list used by the browser.
- CellBrowser.Builder<T> - Class in com.google.gwt.user.cellview.client
-
Builder object to create CellBrowser.
- CellBrowser.PagerFactory - Interface in com.google.gwt.user.cellview.client
-
Pager factory used to create pagers for each
CellList
of theCellBrowser
. - 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.
- CellBrowser.Template - Interface in com.google.gwt.user.cellview.client
- CellBrowser.TreeNodeImpl<C> - Class in com.google.gwt.user.cellview.client
-
A node in the tree.
- 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.
- CellFormatter() - Constructor for class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
- CellGrid() - Constructor for class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid
- CellGridImpl<V> - Class in com.google.gwt.user.datepicker.client
-
Highlighting, selectable cell grid.
- CellGridImpl() - Constructor for class com.google.gwt.user.datepicker.client.CellGridImpl
- CellGridImpl.Cell - Class in com.google.gwt.user.datepicker.client
- cellIsEditing - Variable in class com.google.gwt.user.cellview.client.CellTree
-
A boolean indicating whether or not a cell is being edited.
- 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 specifiedCellList.Resources
. - CellList(Cell<T>, CellList.Resources, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellList
- CellList(Cell<T>, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.CellList
-
Construct a new
CellList
with the specifiedkey 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.
- CellList.Template - Interface in com.google.gwt.user.cellview.client
- 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.
- cellPadding(int) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- cellPadding(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- cellPadding(int) - Method in interface com.google.gwt.dom.builder.shared.TableBuilder
-
Specifies the horizontal and vertical space between cell content and cell borders.
- 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
. - cellSpacing(int) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- cellSpacing(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- cellSpacing(int) - Method in interface com.google.gwt.dom.builder.shared.TableBuilder
-
Specifies the horizontal and vertical separation between cells.
- cellTable - Variable in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
- 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(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.Resources
. - 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.Resources
, 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.Resources
, key provider, and loading indicator. - CellTable(int, CellTable.Resources, ProvidesKey<T>, Widget, boolean, boolean) - Constructor for class com.google.gwt.user.cellview.client.CellTable
-
Constructs a table with the specified page size,
CellTable.Resources
, key provider, and loading indicator. - 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(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.BasicResources - Interface in com.google.gwt.user.cellview.client
-
Resources that match the GWT standard style theme.
- CellTable.BasicStyle - Interface in com.google.gwt.user.cellview.client
-
Styles used by
CellTable.BasicResources
. - 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.
- CellTableBuilder<T> - Interface in com.google.gwt.user.cellview.client
-
Builder used to construct a CellTable.
- 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.
- CellTableKeyboardSelectionHandler(AbstractCellTable<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTable.CellTableKeyboardSelectionHandler
-
Construct a new keyboard selection handler for the specified table.
- 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(TreeViewModel, T, CellTree.Resources, CellTree.CellTreeMessages) - Constructor for class com.google.gwt.user.cellview.client.CellTree
-
Construct a new
CellTree
. - CellTree(TreeViewModel, T, CellTree.Resources, CellTree.CellTreeMessages, int) - 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.BasicStyle - Interface in com.google.gwt.user.cellview.client
-
Styles used by
CellTree.BasicResources
. - CellTree.CellTreeMessages - Interface in com.google.gwt.user.cellview.client
-
Constants for labeling the cell tree.
- 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.
- CellTree.Template - Interface in com.google.gwt.user.cellview.client
- 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.
- CellTreeNodeView<T> - Class in com.google.gwt.user.cellview.client
-
A view of a tree node.
- CellTreeNodeView(CellTree, CellTreeNodeView<?>, TreeViewModel.NodeInfo<T>, Element, T, CellTree.CellTreeMessages) - Constructor for class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Construct a
CellTreeNodeView
. - CellTreeNodeView.NodeCellList<C> - Class in com.google.gwt.user.cellview.client
-
The
HasData
used to show children. - CellTreeNodeView.Template - Interface in com.google.gwt.user.cellview.client
- CellTreeNodeView.TreeNodeImpl - Class in com.google.gwt.user.cellview.client
-
An implementation of
TreeNode
that delegates to aCellTreeNodeView
. - 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
- 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 ofnull
. - 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>, 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 ofnull
. - 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() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Centers the popup in the browser window and shows it.
- CENTER - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
- CENTER - Enum constant in enum com.google.gwt.dom.client.Style.TextAlign
- CENTER - Enum constant in enum com.google.gwt.user.cellview.client.SimplePager.TextLocation
- CENTER - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- CENTER - Enum constant in enum com.google.gwt.user.client.ui.PopupPanel.AnimationType
- CENTER - Enum constant in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
- 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 - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
-
Center justification.
- ch(String) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.client.DomTableColBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.client.DomTableRowBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- ch(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- ch(String) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
Alignment character for cells in a column.
- ch(String) - Method in interface com.google.gwt.dom.builder.shared.TableColBuilder
-
Alignment character for cells in a column.
- ch(String) - Method in interface com.google.gwt.dom.builder.shared.TableRowBuilder
-
Alignment character for cells in a column.
- ch(String) - Method in interface com.google.gwt.dom.builder.shared.TableSectionBuilder
-
Alignment character for cells in a column.
- CHANGE - Static variable in class com.google.gwt.dom.client.BrowserEvents
- CHANGE_PAGE - Enum constant in enum com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
-
Users can navigate between pages.
- 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 andValueChangeHandler
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<H>)
- ChangeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ChangeListenerCollection
-
Deprecated.
- CHAR - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- CHARACTER - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- CharacterData - Interface in com.google.gwt.xml.client
-
This interface describes
CharacterData
XML nodes. - CHARSET_UTF8 - Static variable in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Deprecated.
- CHARSET_UTF8 - Static variable in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Deprecated.
- CHARSET_UTF8_NAME - Static variable in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
- CHARSET_UTF8_NAME - Static variable in class com.google.gwt.user.server.rpc.RPCServletUtils
- checkAssignment(Object) - Method in interface com.google.gwt.editor.client.EditorContext
-
Returns
value
cast to the type accepted by the Editor or throws aClassCastException
. - 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(Element) - Constructor for class com.google.gwt.user.client.ui.CheckBox
- 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, boolean) - 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.
- 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(boolean, boolean)
instead - CheckboxCell(boolean, boolean) - Constructor for class com.google.gwt.cell.client.CheckboxCell
-
Construct a new
CheckboxCell
that optionally controls selection. - 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. - 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. - CheckboxRole - Interface in com.google.gwt.aria.client
-
A type that represents the checkbox role in the ARIA specification.
- CheckboxRoleImpl - Class in com.google.gwt.aria.client
-
Implements
CheckboxRole
. - CheckboxRoleImpl(String) - Constructor for class com.google.gwt.aria.client.CheckboxRoleImpl
- checkCellBounds(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Bounds checks that the cell exists at the specified location.
- checkDataViewSupport() - Method in class com.google.gwt.typedarrays.client.NativeImpl
- checkDataViewSupport() - Method in class com.google.gwt.typedarrays.client.NativeImplFull
- checked() - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- checked() - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- checked() - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Set the state of the form control to
true
when type attribute of the element has the value "radio" or "checkbox". - CHECKED - Static variable in class com.google.gwt.aria.client.State
- CheckedValue - Enum in com.google.gwt.aria.client
-
State enum for 'aria-checked' values.
- checkExtraTypes(Element) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Check an element for an
ExtraTypes
annotation. - checkForAnnotation(Element, State) - Method in class com.google.web.bindery.requestfactory.apt.ExtraTypesScanner
-
Check an element for a declaration.
- checkForAnnotation(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ExtraTypesScanner
-
Check a type and all of its supertypes for the annotation.
- 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.jakarta.RemoteServiceServlet
-
This method is called by
RemoteServiceServlet.processCall(String)
and will throw a SecurityException ifAbstractRemoteServiceServlet.getPermutationStrongName()
returnsnull
. - checkPermutationStrongName() - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
This method is called by
RemoteServiceServlet.processCall(String)
and will throw a SecurityException ifAbstractRemoteServiceServlet.getPermutationStrongName()
returnsnull
. - checkPropertiesWithPropertyOracle(TreeLogger, PropertyOracle) - Method in class com.google.gwt.core.ext.CachedPropertyInformation
-
Check a previously cached set of deferred-binding and configuration properties with the provided property oracle.
- checkRange(int, int) - Method in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
-
Check the index range and throw an exception if out of range, if ok return the byte index of the specified element.
- checkRebindRuleAvailable(String) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- checkRebindRuleAvailable(String) - Method in interface com.google.gwt.core.ext.GeneratorContext
-
Checks whether a rebind rule is available for a given sourceTypeName, such as can appear in a replace-with or generate-with rule.
- checkRebindRuleAvailable(String) - Method in class com.google.gwt.core.ext.StubGeneratorContext
- checkRebindRuleResolvable(String) - Method in interface com.google.gwt.core.ext.RebindRuleResolver
- 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.
- checkUint8ClampedArraySupport() - Method in class com.google.gwt.typedarrays.client.NativeImpl
- checkUint8ClampedArraySupport() - Method in class com.google.gwt.typedarrays.client.NativeImplFull
- child - Variable in class com.google.gwt.layout.client.Layout.Layer
- chOff(String) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.client.DomTableColBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.client.DomTableRowBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- chOff(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- chOff(String) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
Offset of alignment character.
- chOff(String) - Method in interface com.google.gwt.dom.builder.shared.TableColBuilder
-
Offset of alignment character.
- chOff(String) - Method in interface com.google.gwt.dom.builder.shared.TableRowBuilder
-
Offset of alignment character.
- chOff(String) - Method in interface com.google.gwt.dom.builder.shared.TableSectionBuilder
-
Offset of alignment character.
- CIRCLE - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- cite(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomModBuilder
- cite(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomQuoteBuilder
- cite(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlQuoteBuilder
- cite(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.ModBuilder
-
A URI designating a document that describes the reason for the change.
- cite(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.QuoteBuilder
-
A URI designating a source document or message.
- cite(String) - Method in class com.google.gwt.dom.builder.client.DomModBuilder
- cite(String) - Method in class com.google.gwt.dom.builder.client.DomQuoteBuilder
- cite(String) - Method in class com.google.gwt.dom.builder.shared.HtmlQuoteBuilder
- cite(String) - Method in interface com.google.gwt.dom.builder.shared.ModBuilder
-
A URI designating a document that describes the reason for the change.
- cite(String) - Method in interface com.google.gwt.dom.builder.shared.QuoteBuilder
-
A URI designating a source document or message.
- claimElement(Element) - Method in class com.google.gwt.user.client.ui.Composite
- claimElement(Element) - Method in interface com.google.gwt.user.client.ui.IsRenderable
-
Replace the previous contents of the receiver with the given element, presumed to have been created and stamped via a previous call to
IsRenderable.render(com.google.gwt.user.client.ui.RenderableStamper)
. - claimElement(Element) - Method in class com.google.gwt.user.client.ui.RenderablePanel
- ClassDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
-
A succinct code representation for classes.
- ClassDescriptor(String, String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- classDescriptorFrom(JDeclaredType) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
-
Returns a class descriptor from a JDeclaredType.
- CLASSES - Enum constant in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- CLASSES - Enum constant in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- CLASSES - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- ClassIdentComparator() - Constructor for class com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator
- ClassInstantiatorBase() - Constructor for class com.google.gwt.core.server.ServerGwtBridge.ClassInstantiatorBase
- ClassLoaderLoader(ClassLoader) - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ClassLoaderLoader
-
Deprecated.
- ClassLoaderLoader(ClassLoader) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ClassLoaderLoader
-
Deprecated.
- ClassMember - Interface in com.google.gwt.core.ext.soyc
-
Represents a reference type, such as a class or interface, in the compiled output.
- className(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- className(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
The class attribute of the element.
- className(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- ClassNamesCollector - Class in com.google.gwt.resources.gss
-
Collect all CSS class names in a stylesheet.
- ClassNamesCollector() - Constructor for class com.google.gwt.resources.gss.ClassNamesCollector
- cleanup() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
-
Cleanup this node view.
- cleanup(boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Unregister the list handler and destroy all child nodes.
- clear() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- clear() - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- clear() - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet.TypeIndex
- 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.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() - 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.PrefixTree
-
Initialize native state.
- 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.
- clear() - Method in interface com.google.gwt.view.client.SetSelectionModel
-
Clears the current selection.
- clear() - Method in class com.google.gwt.view.client.SingleSelectionModel
- 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(boolean) - Method in class com.google.gwt.user.client.ui.RootPanel
-
Deprecated.Simply removing all DOM elements can cause issues with other elements in the page.
- clear(Style.Clear) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'clear' CSS property.
- clear(String) - Method in class com.google.gwt.storage.client.StorageImpl
-
Removes all items in the Storage.
- clear(String) - Method in class com.google.gwt.storage.client.StorageImplNonNativeEvents
- 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.
- clearClear() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'clear' CSS property.
- 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.AbstractCellTable
-
Clear the width of the specified
Column
. - clearColumnWidth(Integer) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
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.
- clearData() - Method in class com.google.gwt.dom.client.DataTransfer
-
Remove all data from the current drag sequence.
- clearData(String) - Method in class com.google.gwt.dom.client.DataTransfer
-
Remove the data for the specified format for all drag events in the current drag sequence.
- 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.
- clearFiredEvents() - Method in class com.google.web.bindery.event.shared.testing.RecordingEventBus
-
Clears the remembered list of fired events.
- clearFloat() - Method in class com.google.gwt.dom.client.Style
-
Clear the float 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.
- clearKeyboardSelectedRowValue() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Clear the row value associated with the keyboard selected row.
- clearLeft() - Method in class com.google.gwt.dom.client.Style
-
Clear the left css property.
- clearLineHeight() - Method in class com.google.gwt.dom.client.Style
-
Clear the line-height 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.
- clearOutlineColor() - Method in class com.google.gwt.dom.client.Style
-
Clear the outline-color css property.
- clearOutlineStyle() - Method in class com.google.gwt.dom.client.Style
-
Clears the outline-style CSS property.
- clearOutlineWidth() - Method in class com.google.gwt.dom.client.Style
-
Clear the outline-width 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.
- clearSelectionModel() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Clear the
SelectionModel
without updating the view. - clearTableLayout() - Method in class com.google.gwt.dom.client.Style
-
Clear the table-layout css property.
- clearTableWidth() - Method in class com.google.gwt.user.cellview.client.DataGrid
-
Clear the width of the tables in this widget, which causes them to fill the available width.
- clearTextAlign() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'text-align' CSS property.
- clearTextDecoration() - Method in class com.google.gwt.dom.client.Style
-
Clears the text-decoration CSS property.
- clearTextIndent() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'text-indent' CSS property.
- clearTextJustify() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'text-justify' CSS3 property.
- clearTextOverflow() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'text-overflow' CSS3 property.
- clearTextTransform() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'text-transform' 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.
- clearWatch(int) - Method in class com.google.gwt.geolocation.client.Geolocation
-
Stops watching the user's position.
- clearWhitelist() - Method in class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
-
Clear all columns from the whitelist.
- clearWhiteSpace() - Method in class com.google.gwt.dom.client.Style
-
Clear the 'white-space' CSS property.
- 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.
- click() - Method in class com.google.gwt.user.client.ui.FileUpload
-
Programmatic equivalent of the user clicking the button, opening the file selection browser.
- CLICK - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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
to manage handlers for your widget insteadaddDomHandler
(myHandler, ClickEvent.getType()) - 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 enhanced class that are visible to client code.
- CLIENT_ID - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- 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.
- ClientToDomainMapper - Class in com.google.web.bindery.requestfactory.apt
-
Uses information in a State object to convert client types to their domain equivalents.
- ClientToDomainMapper() - Constructor for class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- ClientToDomainMapper.UnmappedTypeException - Exception Class in com.google.web.bindery.requestfactory.apt
- clip() - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Creates a new clipping region from the current path.
- CLIP - Enum constant in enum com.google.gwt.dom.client.Style.TextOverflow
- clone(boolean) - Method in interface com.google.web.bindery.autobean.shared.AutoBean
-
Deprecated.with no replacement
- clone(Element, boolean) - Static method in class com.google.gwt.user.client.DOM
-
Clones an element.
- 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.codegen.server.AbortablePrintWriter
- close() - Method in class com.google.gwt.codegen.server.JavaSourceWriter
- close() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Close the source file being generated.
- close() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- 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.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() - Method in class com.google.web.bindery.requestfactory.apt.ValidationTool.JarOrDirectoryOutputFileManager
- close() - Method in interface com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Emitter
-
Deprecated.
- close() - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.JarEmitter
-
Deprecated.
- close() - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Emitter
-
Deprecated.
- close() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.JarEmitter
-
Deprecated.
- close(AutoCloseable) - Static method in class com.google.gwt.util.tools.Utility
-
Helper that ignores exceptions during close, because what are you going to do?
- closeAllChildren(boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Closes this menu and all child menu popups.
- closeAllParents() - Method in class com.google.gwt.user.client.ui.MenuBar
- closeAllParentsAndChildren() - Method in class com.google.gwt.user.client.ui.MenuBar
-
Closes all parent and 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.
- ClosingEvent() - Constructor for class com.google.gwt.user.client.Window.ClosingEvent
- CM - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- code - Variable in exception class com.google.gwt.xml.client.DOMException
- CodeDownloadException - Exception Class in com.google.gwt.core.client
-
Exception indicating an interruption while downloading resources.
- CodeDownloadException(String) - Constructor for exception class com.google.gwt.core.client.CodeDownloadException
- CodeDownloadException(String, CodeDownloadException.Reason) - Constructor for exception class com.google.gwt.core.client.CodeDownloadException
- CodeDownloadException.Reason - Enum in com.google.gwt.core.client
-
Reason codes for the interruption of code down load.
- CodeGenContext - Interface in com.google.gwt.codegen.server
-
Context for code generators.
- CodeGenContext.AbortCodeGenException - Exception Class in com.google.gwt.codegen.server
-
An exception which can be thrown by a code generator to abort - callers of code generators should catch this exception.
- CodeGenUtils - Class in com.google.gwt.codegen.server
-
Helper class for code generators.
- COL_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- colgroup - Variable in class com.google.gwt.user.cellview.client.CellTable
- collect(TypeElement, State) - Static method in class com.google.web.bindery.requestfactory.apt.ReferredTypesCollector
-
Collect all RequestContext and proxy types reachable from the given RequestFactory.
- CollectAndRemoveConstantDefinitions - Class in com.google.gwt.resources.gss
-
A pass that collects the constant definitions inside the tree.
- CollectAndRemoveConstantDefinitions(CssTree) - Constructor for class com.google.gwt.resources.gss.CollectAndRemoveConstantDefinitions
- CollectAndRemoveConstantDefinitions(MutatingVisitController) - Constructor for class com.google.gwt.resources.gss.CollectAndRemoveConstantDefinitions
- cols(int) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- cols(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- cols(int) - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Width of control (in characters).
- cols(String) - Method in class com.google.gwt.dom.builder.client.DomFrameSetBuilder
- cols(String) - Method in interface com.google.gwt.dom.builder.shared.FrameSetBuilder
-
The number of columns of frames in the frameset.
- cols(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameSetBuilder
- colSpan(int) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- colSpan(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- colSpan(int) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
Number of columns spanned by cell.
- 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
. - ColumnFormatter() - Constructor for class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
- columnGroup - Variable in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
- ColumnheaderRole - Interface in com.google.gwt.aria.client
-
A type that represents the columnheader role in the ARIA specification.
- ColumnheaderRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ColumnheaderRole
. - ColumnheaderRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ColumnheaderRoleImpl
- Columns - Search tag in class com.google.gwt.user.cellview.client.AbstractCellTable
- Section
- Columns - Search tag in class com.google.gwt.user.cellview.client.CellTable
- Section
- Columns - Search tag in class com.google.gwt.user.cellview.client.DataGrid
- Section
- 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.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. - ColumnSortInfo() - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
-
Default constructor used for RPC.
- ColumnSortInfo(Column<?, ?>, boolean) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
-
Construct a new
ColumnSortList.ColumnSortInfo
. - ColumnSortList - Class in com.google.gwt.user.cellview.client
-
An ordered list containing the sort history of
Column
s in a table. - ColumnSortList() - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList
-
Construct a new
ColumnSortList
without aColumnSortList.Delegate
. - ColumnSortList(ColumnSortList.Delegate) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList
-
Construct a new
ColumnSortList
with the specifiedColumnSortList.Delegate
. - ColumnSortList.ColumnSortInfo - Class in com.google.gwt.user.cellview.client
-
Information about the sort order of a specific column in a table.
- 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.animation.client.testing - package com.google.gwt.animation.client.testing
- com.google.gwt.aria.client - package com.google.gwt.aria.client
- 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
- com.google.gwt.codegen.server - package com.google.gwt.codegen.server
-
Classes used by code generation, either on the server or from a GWT generator.
- com.google.gwt.core.client - package com.google.gwt.core.client
-
Fundamental classes used in client-side GWT code.
- com.google.gwt.core.client.debug - package com.google.gwt.core.client.debug
- 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.debug - package com.google.gwt.core.ext.debug
- 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.soyc.coderef - package com.google.gwt.core.ext.soyc.coderef
- 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.core.server - package com.google.gwt.core.server
- com.google.gwt.core.server.jakarta - package com.google.gwt.core.server.jakarta
-
Jakarta-specific package for server-only classes.
- com.google.gwt.core.shared - package com.google.gwt.core.shared
- 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.builder.client - package com.google.gwt.dom.builder.client
-
Classes used to build DOM elements.
- com.google.gwt.dom.builder.shared - package com.google.gwt.dom.builder.shared
-
Classes used to build DOM elements.
- 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.geolocation.client - package com.google.gwt.geolocation.client
-
Support for the HTML5 Geolocation API.
- 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.server.jakarta - package com.google.gwt.logging.server.jakarta
-
Jakarta-specific package for server-only classes.
- 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.resources.client - package com.google.gwt.resources.client
-
Classes for aggregating static resources into bundles.
- com.google.gwt.resources.converter - package com.google.gwt.resources.converter
- 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.resources.gss - package com.google.gwt.resources.gss
- com.google.gwt.resources.gss.ast - package com.google.gwt.resources.gss.ast
- 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.safehtml.shared.annotations - package com.google.gwt.safehtml.shared.annotations
- 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.typedarrays.client - package com.google.gwt.typedarrays.client
- com.google.gwt.typedarrays.server - package com.google.gwt.typedarrays.server
- com.google.gwt.typedarrays.shared - package com.google.gwt.typedarrays.shared
- 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.jakarta - package com.google.gwt.user.server.jakarta
-
Jakarta-specific package for server-only classes.
- com.google.gwt.user.server.rpc - package com.google.gwt.user.server.rpc
-
Classes used in server-side implementation of remote procedure calls.
- com.google.gwt.user.server.rpc.jakarta - package com.google.gwt.user.server.rpc.jakarta
-
Jakarta-specific package for server-only classes.
- 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.useragent.client - package com.google.gwt.useragent.client
- 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.util.tools.shared - package com.google.gwt.util.tools.shared
-
Utility classes shared between gwt-dev and gwt-servlet.
- 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.apt - package com.google.web.bindery.requestfactory.apt
- 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.jakarta - package com.google.web.bindery.requestfactory.server.jakarta
-
Jakarta-specific package for server-only classes.
- 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.jakarta - package com.google.web.bindery.requestfactory.shared.jakarta
-
Jakarta-specific package for server-only classes.
- 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.shared.testing - package com.google.web.bindery.requestfactory.shared.testing
- 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.
- com.google.web.bindery.requestfactory.vm.testing - package com.google.web.bindery.requestfactory.vm.testing
- ComboboxRole - Interface in com.google.gwt.aria.client
-
A type that represents the combobox role in the ARIA specification.
- ComboboxRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ComboboxRole
. - ComboboxRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ComboboxRoleImpl
- Command - Interface in com.google.gwt.user.client
-
Encapsulates an action for later execution, often from a different context.
- CommandCanceledException - Exception Class in com.google.gwt.user.client
-
Exception reported to the current
GWT.UncaughtExceptionHandler
when a deferredCommand
is canceled as a result of a slow script warning. - CommandCanceledException(Command) - Constructor for exception class com.google.gwt.user.client.CommandCanceledException
- CommandExecutor - Class in com.google.gwt.user.client
-
Class which executes
Command
s andIncrementalCommand
s after all currently pending event handlers have completed. - CommandExecutor() - Constructor for class com.google.gwt.user.client.CommandExecutor
- CommandRole - Interface in com.google.gwt.aria.client
-
A type that represents the command role in the ARIA specification.
- 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 class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- commitArtifact(TreeLogger, Artifact<?>) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- commitArtifact(TreeLogger, Artifact<?>) - Method in interface com.google.gwt.core.ext.GeneratorContext
-
Add an Artifact to the
ArtifactSet
that will be presented to theLinker
chain at the end of the compilation cycle. - commitArtifact(TreeLogger, Artifact<?>) - Method in class com.google.gwt.core.ext.StubGeneratorContext
- commitResource(TreeLogger, OutputStream) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- 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
- CommonResources.Bundle - Interface in com.google.gwt.resources.client
-
The
ClientBundle
of resources. - CommonResources.InlineBlockStyle - Interface in com.google.gwt.resources.client
-
Cross-browser implementation of the "display: inline-block" CSS property.
- 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(Member, Member) - Method in class com.google.gwt.core.ext.soyc.SourceNameComparator
- compare(Member, Member) - Method in class com.google.gwt.core.ext.soyc.TypeAndSourceNameComparator
- compare(Element, Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use identity comparison.
- compare(TypeElement, TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.TypeComparator
- compareTo(JsoInspector.JsoProperty) - Method in class com.google.gwt.core.client.debug.JsoInspector.JsoProperty
- compareTo(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.Artifact
- compareTo(AlternateMessageSelector.AlternateForm) - Method in class com.google.gwt.i18n.shared.AlternateMessageSelector.AlternateForm
- compareTo(GwtLocale) - Method in class com.google.gwt.i18n.server.GwtLocaleImpl
- 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(SymbolMapsLinker.ScriptFragmentEditsArtifact) - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- 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.
- ComplementaryRole - Interface in com.google.gwt.aria.client
-
A type that represents the complementary role in the ARIA specification.
- ComplementaryRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ComplementaryRole
. - ComplementaryRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ComplementaryRoleImpl
- Complete Annotations Example - Search tag in interface com.google.gwt.i18n.client.Messages
- Section
- completeString() - Method in class com.google.gwt.codegen.server.StringGenerator
-
Complete the string, closing an open quote and handling empty strings.
- 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
- compose(HandlerRegistration...) - Static method in class com.google.web.bindery.event.shared.HandlerRegistrations
-
Create and return a
HandlerRegistration
that will callHandlerRegistration.removeHandler()
on all supplied handlers ifHandlerRegistration.removeHandler()
is called on the returned object. - 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
- CompositeCell(List<HasCell<C, ?>>) - Constructor for class com.google.gwt.cell.client.CompositeCell
-
Construct a new
CompositeCell
. - CompositeEditor<T,
C, - Interface in com.google.gwt.editor.clientE> -
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> - Interface in com.google.gwt.editor.client -
Allows instances of the component type to be attached to the Editor framework.
- CompositeRole - Interface in com.google.gwt.aria.client
-
A type that represents the composite role in the ARIA specification.
- computedAttributeInterpreter - Variable in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- ComputedAttributeInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Assigns computed values to element attributes, e.g.
- ComputedAttributeInterpreter(UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter
- ComputedAttributeInterpreter(UiBinderWriter, ComputedAttributeInterpreter.Delegate) - Constructor for class com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter
- ComputedAttributeInterpreter.DefaultDelegate - Class in com.google.gwt.uibinder.elementparsers
- ComputedAttributeInterpreter.Delegate - Interface in com.google.gwt.uibinder.elementparsers
- Config() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Config
- Configuration - Class in com.google.web.bindery.autobean.vm
- CONFIGURATION - Static variable in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
-
Allows the creation of properly-configured AutoBeans without having to create an AutoBeanFactory with the desired annotations.
- Configuration.Builder - Class in com.google.web.bindery.autobean.vm
-
Builds
Configuration
objects. - 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.
- configureConnection(HttpURLConnection) - Method in class com.google.web.bindery.requestfactory.vm.testing.UrlRequestTransport
- 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.
- 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.
- consumeAnimate() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- consumePlaceholderInnards(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.HtmlPlaceholderInterpreter
- consumePlaceholderInnards(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.TextPlaceholderInterpreter
- container - Variable in class com.google.gwt.layout.client.Layout.Layer
- container() - Method in interface com.google.gwt.user.client.ui.NotificationMole.Style
- 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.
- contains(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- contains(Object) - Method in class com.google.gwt.user.client.ui.PrefixTree
- contains(String) - Method in class com.google.gwt.user.client.ui.PrefixTree
- containsAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- containsKey(Object) - Method in class com.google.gwt.storage.client.StorageMap
-
Returns
true
if the Storage contains the specified key,false
otherwise. - containsKey(String) - Method in class com.google.gwt.json.client.JSONObject
-
Tests whether or not this JSONObject contains the specified property.
- 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 isnull
). - content(String) - Method in class com.google.gwt.dom.builder.client.DomMetaBuilder
- content(String) - Method in class com.google.gwt.dom.builder.shared.HtmlMetaBuilder
- content(String) - Method in interface com.google.gwt.dom.builder.shared.MetaBuilder
-
Associated information.
- CONTENT_TYPE_HEADER - Static variable in class com.google.gwt.user.client.rpc.RpcRequestBuilder
- contentContainer - Variable in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
-
The container that holds the content, includind the children.
- contentDiv - Variable in class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
The div inside the scrollable div that forces scrollbars to appear.
- contentDiv - Variable in class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
The div inside the scrollable div that forces scrollbars to appear.
- ContentinfoRole - Interface in com.google.gwt.aria.client
-
A type that represents the contentinfo role in the ARIA specification.
- ContentinfoRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ContentinfoRole
. - ContentinfoRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ContentinfoRoleImpl
- contents - Variable in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
- Context - Interface in com.google.gwt.canvas.dom.client
-
Rendering Context interface used to draw on a
CanvasElement
. - Context(int, int, Object) - Constructor for class com.google.gwt.cell.client.Cell.Context
-
Create a new
Cell.Context
. - Context(int, int, Object, int) - Constructor for class com.google.gwt.cell.client.Cell.Context
-
Create a new
Cell.Context
. - CONTEXT_ID - Static variable in class com.google.gwt.canvas.dom.client.Context2d
-
Specifies the context id property used in creating a Context.
- 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.
- CONTEXTMENU - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - contextMissingDomainType(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- contextMustBeAnnotated(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- contextRequiredReturnTypes(Object, Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- 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)
. - controls() - Method in class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- controls() - Method in class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- controls() - Method in interface com.google.gwt.dom.builder.shared.MediaBuilder
-
Enable interactive controls.
- CONTROLS - Static variable in class com.google.gwt.aria.client.Property
- convert(XMLElement, String, FieldReferenceConverter.Delegate) - Method in class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter
- 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
- convertSingleParamType(DeclaredType, DeclaredType, int, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
-
Utility method to convert a
Foo<BarProxy> -> BarDomain
. - convertToElements(SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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(Widget, Element, SafeHtml) - Static method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Convenience method to convert the specified HTML into DOM elements and return the parent of the DOM elements.
- convertToFullNode(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem.TreeItemImpl
-
Deprecated.
- convertToInspectableObject(Object) - Static method in class com.google.gwt.core.client.debug.JsoInspector
-
Wraps a JavaScript object into a suitable inspectable type.
- COOKIE_NAME_NOT_SET_ERROR_MSG - Static variable in class com.google.gwt.user.server.rpc.jakarta.XsrfTokenServiceServlet
- COOKIE_NAME_NOT_SET_ERROR_MSG - Static variable in class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
- COOKIE_NAME_PARAM - Static variable in class com.google.gwt.user.server.rpc.jakarta.XsrfTokenServiceServlet
-
Session cookie name initialization parameter.
- 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.
- CoordinatesImpl() - Constructor for class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- coords(String) - Method in class com.google.gwt.dom.builder.client.DomAreaBuilder
- coords(String) - Method in interface com.google.gwt.dom.builder.shared.AreaBuilder
-
Comma-separated list of lengths, defining an active region geometry.
- coords(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- COPY - Enum constant in enum com.google.gwt.aria.client.DropeffectValue
- COPY - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A (B is ignored).
- COPY - Enum constant in enum com.google.gwt.dom.client.DataTransfer.DropEffect
-
a copy of the source item is made at the new location.
- copyDate(Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
-
Copies a date.
- countFieldReferences(String) - Static method in class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter
-
Returns the number of field references in the given string.
- CountingEventBus - Class in com.google.gwt.event.shared.testing
-
Legacy compatibility wrapper for
CountingEventBus
. - CountingEventBus - Class in com.google.web.bindery.event.shared.testing
-
Wraps an
EventBus
to keep a count of registered handlers and how many times events have fired. - CountingEventBus() - Constructor for class com.google.gwt.event.shared.testing.CountingEventBus
- CountingEventBus() - Constructor for class com.google.web.bindery.event.shared.testing.CountingEventBus
- CountingEventBus(EventBus) - Constructor for class com.google.gwt.event.shared.testing.CountingEventBus
- CountingEventBus(EventBus) - Constructor for class com.google.web.bindery.event.shared.testing.CountingEventBus
- create() - Static method in class com.google.gwt.core.client.JsDate
-
Creates a new date with the current time.
- 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() - Static method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Creates an XMLHttpRequest object.
- 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) - Method in class com.google.gwt.editor.client.adapters.EditorSource
-
Create a new Editor.
- create(int) - Method in class com.google.gwt.editor.client.adapters.HasDataEditor.HasDataEditorSource
- create(int) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
- create(int) - Static method in class com.google.gwt.typedarrays.client.ArrayBufferNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- create(int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance. - create(int[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance from an array. - create(int, int) - Static method in class com.google.gwt.core.client.JsDate
-
Creates a new date using the specified values.
- create(int, int) - Method in class com.google.gwt.editor.client.adapters.EditorSource
-
Create multiple Editors.
- 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(short[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance from an array. - create(short[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Create a
Uint8ClampedArray
instance from a short array. - create(JavaScriptObject) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance from a JavaScript array-like object. - create(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Create a
Uint8ClampedArray
instance from a JavaScript array containing integers. - create(ImageResource) - Static method in class com.google.gwt.user.client.ui.AbstractImagePrototype
-
Create an AbstractImagePrototype backed by a ClientBundle ImageResource.
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.DataViewNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- create(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance. - create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.DataViewNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- create(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance. - create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.DataViewNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance. - create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Create a
Uint8ClampedArray
instance on an existingArrayBuffer
. - create(HasRows) - Method in interface com.google.gwt.user.cellview.client.CellBrowser.PagerFactory
- 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<?>) - 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.server.ServerGwtBridge
- create(Class<?>) - Static method in class com.google.gwt.core.shared.GWT
-
Instantiates a class via deferred binding.
- create(Class<?>) - Method in class com.google.gwt.core.shared.GWTBridge
- create(Class<?>, ServerGwtBridge.Properties) - Method in class com.google.gwt.core.server.LocalizableInstantiator
- create(Class<?>, ServerGwtBridge.Properties) - Method in class com.google.gwt.core.server.ObjectNew
- create(Class<?>, ServerGwtBridge.Properties) - Method in interface com.google.gwt.core.server.ServerGwtBridge.ClassInstantiator
-
Create an instance given a base class.
- create(Class<? extends T>) - Method in class com.google.web.bindery.requestfactory.shared.Locator
-
Create a new instance of the requested type.
- create(Class<F>) - Static method in class com.google.web.bindery.autobean.vm.AutoBeanFactorySource
-
Create an instance of an AutoBeanFactory.
- 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>) - 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>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
Returns
null
. - create(Class<T>) - Static method in class com.google.web.bindery.requestfactory.vm.RequestFactorySource
-
Create an instance of a RequestFactory.
- 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(String) - Static method in class com.google.gwt.core.client.JsDate
-
Creates a new date from a string to be parsed.
- create(String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
-
Initialize the RpcRequestBuilder.
- create(StringBuilder, boolean) - Static method in class com.google.gwt.codegen.server.StringGenerator
-
Create a
StringGenerator
instance. - createAnchor() - Static method in class com.google.gwt.user.client.DOM
-
Creates an HTML A element.
- createAnchorBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createAnchorBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createAnchorBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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
. - createAreaBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createAreaBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createAreaBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createArray(int) - Static method in class com.google.gwt.core.client.JavaScriptObject
-
Returns a new array with a given size.
- createArrayBuffer(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createArrayBuffer(int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createArrayBuffer(int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createArrayBuffer(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a new
ArrayBuffer
oflength
bytes. - createArrayBuffer(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- 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.
- createAudioBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createAudioBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createAudioBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createAudioElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <audio> element.
- createBaseBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createBaseBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createBaseBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createBaseElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <base> element.
- 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. - createBlockQuoteBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createBlockQuoteBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createBlockQuoteBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createBodyBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createBodyBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createBodyBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createBRBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createBRBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createBRBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createBRElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <br> element.
- createBuilderFor(Element) - Static method in class com.google.gwt.user.client.ui.PotentialElement
-
Creates an
HtmlElementBuilder
instance inheriting all attributes set for the given PotentialElement. - 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.
- createButtonElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImpl
- createButtonElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.The type property on a button element is read-only in safari, so we need to set it using setAttribute.
- createButtonInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createButtonInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createButtonInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createButtonInputElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <input type='button'> element.
- createCanvasBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createCanvasBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createCanvasBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createCheckboxInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createCheckboxInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createCheckboxInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createCheckInputElement(Document) - Method in class com.google.gwt.dom.client.DOMImpl
- createClamped(int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArray
instance. - createClamped(int[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance from an array. - createClamped(short[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Array
instance from an array. - createClamped(JavaScriptObject) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArray
instance from a JavaScript array-like object. - createClamped(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArray
instance. - createClamped(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArray
instance. - createClamped(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArray
instance. - 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.
- createColBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createColBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createColBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createColGroupBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createColGroupBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createColGroupBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createColGroupElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <colgroup> element.
- createComment(String) - Method in interface com.google.gwt.xml.client.Document
-
This method creates a new
Comment
. - createComputedAttributeInterpreter() - Method in class com.google.gwt.uibinder.elementparsers.UiSafeHtmlInterpreter
- createComputedAttributeInterpreter() - Method in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- createContext(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Create the context for a column based on the current table building state.
- createContext(F) - Method in class com.google.web.bindery.requestfactory.gwt.client.RequestBatcher
-
Subclasses must implement this method to return an instance of a RequestContext.
- 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 specifiedDefaultSelectionEventManager.EventTranslator
to control whichDefaultSelectionEventManager.SelectAction
to take for each event. - createDataView(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createDataView(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a new
DataView
instance on anArrayBuffer
. - createDataView(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createDataView(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createDataView(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createDataView(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createDataView(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createDataView(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createDataView(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createDataView(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a new
DataView
instance on anArrayBuffer
, starting at an offset ofbyteOffset
and continuing forlength
bytes. - createDataView(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- 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.
- createDivBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createDivBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createDivBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createDListBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createDListBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createDListBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.web.bindery.requestfactory.server.LocatorServiceLayer
- createDomainObject(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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
- createEditorForTraversal() - Method in class com.google.gwt.editor.client.adapters.EditorSource
-
Creates a temporary sub-Editor to use for traversal.
- createEditorForTraversal() - Method in class com.google.gwt.editor.client.adapters.HasDataEditor.HasDataEditorSource
- 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.
- createEditorForTraversal() - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
- createElement() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
-
Creates a new
Element
based on the image represented by this prototype. - createElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImpl
- 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(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.
- createFieldSetBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createFieldSetBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createFieldSetBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createFieldSetElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <fieldset> element.
- createFileInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createFileInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createFileInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createFileInputElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <input type='file'> element.
- createFloat32Array(float[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat32Array(float[]) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createFloat32Array(float[]) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createFloat32Array(float[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat32Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat32Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createFloat32Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat32Array(JsArrayNumber) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createFloat32Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat32Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Float32Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createFloat32Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat32Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat32Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Float32Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createFloat32Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createFloat32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createFloat32Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Float32Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createFloat32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat64Array(double[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat64Array(double[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat64Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat64Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createFloat64Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat64Array(JsArrayNumber) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createFloat64Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat64Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Float64Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createFloat64Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat64Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat64Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Float64Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createFloat64Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createFloat64Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createFloat64Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createFloat64Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createFloat64Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Float64Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createFloat64Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- 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.
- createFormBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createFormBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createFormBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createFormElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <form> element.
- createFrameBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createFrameBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createFrameBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createFrameElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <frame> element.
- createFrameSetBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createFrameSetBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createFrameSetBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createH1Builder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createH1Builder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createH1Builder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createH2Builder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createH2Builder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createH2Builder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createH3Builder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createH3Builder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createH3Builder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createH4Builder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createH4Builder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createH4Builder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createH5Builder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createH5Builder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createH5Builder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createH6Builder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createH6Builder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createH6Builder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createHandlerManager() - Method in class com.google.gwt.user.client.ui.Widget
-
Creates the
HandlerManager
used by this Widget. - createHeadBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createHeadBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createHeadBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createHeadElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <head> element.
- createHeaderElem() - Method in class com.google.gwt.user.client.ui.DecoratedStackPanel
- createHeaderElem() - Method in class com.google.gwt.user.client.ui.StackPanel
-
Returns a header element.
- createHElement(int) - Method in class com.google.gwt.dom.client.Document
-
Creates an <h(n)> element.
- createHiddenInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createHiddenInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createHiddenInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createHiddenInputElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <input type='hidden'> element.
- createHRBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createHRBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createHRBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createHRElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <hr> element.
- createHtmlEvent(Document, String, boolean, boolean) - Method in class com.google.gwt.dom.client.DOMImpl
- createHtmlEvent(Document, String, boolean, boolean) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- 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.
- createIFrameBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createIFrameBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createIFrameBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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. - createImageBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createImageBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createImageBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createImageData(int, int) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Creates an image data object of the given size.
- 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.
- createImageElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <img> element.
- createImageInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createImageInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createImageInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createImpl() - Static method in class com.google.gwt.typedarrays.shared.TypedArraysFactory
- createImpl(Class<?>) - Static method in class com.google.gwt.core.shared.GWT
-
Instantiates a class via deferred binding.
- createInputCheck() - Static method in class com.google.gwt.user.client.DOM
-
Creates an HTML INPUT type='CHECK' element.
- createInputElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImpl
- createInputEvent() - Method in class com.google.gwt.dom.client.Document
-
Creates an 'input' event.
- 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.
- createInputRadioElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImpl
- createInputRadioElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- 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.BidiFormatter.Factory
- createInstance(HasDirection.Direction, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase.Factory
- createInstance(HasDirection.Direction, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter.Factory
- createInt16Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt16Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createInt16Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt16Array(short[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt16Array(short[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt16Array(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createInt16Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt16Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int16Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createInt16Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt16Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt16Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int16Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createInt16Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createInt16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createInt16Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int16Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createInt16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt32Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt32Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createInt32Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt32Array(int[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt32Array(int[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt32Array(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createInt32Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt32Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int32Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createInt32Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt32Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt32Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int32Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createInt32Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createInt32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createInt32Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int32Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createInt32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt8Array(byte[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt8Array(byte[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt8Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt8Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createInt8Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt8Array(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createInt8Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt8Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int8Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end. - createInt8Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt8Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt8Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int8Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createInt8Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createInt8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createInt8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createInt8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createInt8Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Int8Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createInt8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createKeyCodeEvent(Document, String, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.DOMImpl
- createKeyCodeEvent(Document, String, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- createKeyCodeEvent(Document, String, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- 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(Document, String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.DOMImpl
-
Deprecated.
- createKeyEvent(Document, String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.DOMImplMozilla
-
Deprecated.
- createKeyEvent(Document, String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- createKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
- 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)
- createKeyPressEvent(Document, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.DOMImpl
- createKeyPressEvent(Document, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- createKeyPressEvent(Document, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- 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.
- createLabelBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createLabelBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createLabelBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createLegendBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createLegendBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createLegendBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createLegendElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <legend> element.
- createLIBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createLIBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createLIBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createLinkBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createLinkBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createLinkBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.web.bindery.requestfactory.server.LocatorServiceLayer
- 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.ServiceLayerCache
- createLocator(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- createMapBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createMapBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createMapBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createMapElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <map> element.
- createMetaBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createMetaBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createMetaBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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(Document, String, boolean, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.DOMImpl
- createMouseEvent(Document, String, boolean, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- 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
- createNormalizedCopy(int, int) - Method in class com.google.gwt.core.ext.soyc.Range
-
Creates a Range copy whose start position and line number have been rebased relative to some base position.
- 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.
- createOffsetCopy(int, int) - Method in class com.google.gwt.core.ext.soyc.Range
-
Creates a Range copy whose start position and line number have been moved by some known offset size.
- createOLElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <ol> element.
- createOListBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createOListBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createOListBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createOobMessage(List<T>) - Method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
-
Encode a list of objects into a self-contained message that can be used for out-of-band communication.
- createOptGroupBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createOptGroupBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createOptGroupBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createOptionBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createOptionBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createOptionBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createParagraphBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createParagraphBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createParagraphBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createParamBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createParamBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createParamBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createParamElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <param> element.
- createPasswordInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createPasswordInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createPasswordInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createPreBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createPreBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createPreBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createPreElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <pre> element.
- createPrefixTree(int) - Static method in class com.google.gwt.user.client.ui.PrefixTree
-
Used by native methods to create an appropriately blessed PrefixTree.
- createProcessingInstruction(String, String) - Method in interface com.google.gwt.xml.client.Document
-
This method creates a new
ProcessingInstruction
. - createProxy(Class<T>, SimpleProxyId<T>, boolean) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestContext
- createPushButtonBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createPushButtonBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createPushButtonBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createQuoteBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createQuoteBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createQuoteBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createRadialGradient(double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Creates a radial gradient.
- createRadioInputBuilder(String) - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createRadioInputBuilder(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
-
Create a builder for an <input type='radio'> element.
- createRadioInputBuilder(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createRadioInputElement(String) - Method in class com.google.gwt.dom.client.Document
-
Creates an <input type='radio'> element.
- createRequestBuilder() - Method in class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
-
Constructs a
RequestBuilder
using theRequestBuilder.POST
method sent to the URL returned fromDefaultRequestTransport.getRequestUrl()
. - 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. - createResetButtonBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createResetButtonBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createResetButtonBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createResetButtonElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <button type='reset'> element.
- createResetInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createResetInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createResetInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createResetInputElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <input type='reset'> element.
- createResponse(XMLHttpRequest) - Method in class com.google.gwt.http.client.Request.RequestImpl
-
Deprecated.Creates a
Response
instance for the given JavaScript XmlHttpRequest object. - createRuler(Style.Unit, Style.Unit) - Static method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- CreateRuntimeConditionalNodes - Class in com.google.gwt.resources.gss
-
Visitor that handles conditional nodes with conditions that need to be evaluated at runtime.
- CreateRuntimeConditionalNodes(MutatingVisitController) - Constructor for class com.google.gwt.resources.gss.CreateRuntimeConditionalNodes
- createScriptBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createScriptBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createScriptBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createScriptElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <script> element.
- createScriptElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImpl
- createScriptElement(Document, String) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.Safari 2 does not support
ScriptElement.setText(String)
. - 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.
- createSelectBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createSelectBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createSelectBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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
-
Deprecated.
- 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 receivedexception
. - createServiceInstance(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- createServiceInstance(Class<? extends RequestContext>) - 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(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- createServiceInstance(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- createServiceLocator(Class<T>) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- 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
- createSourceBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createSourceBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createSourceBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createSourceElement() - Method in class com.google.gwt.dom.client.Document
-
Creates an <source> element.
- createSourceWriter() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Creates an implementation of
JavaSourceWriter
that can be used to write the innards of a class. - createSpan() - Static method in class com.google.gwt.user.client.DOM
-
Creates an HTML SPAN element.
- createSpanBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createSpanBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createSpanBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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. - 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
. - createStyleBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createStyleBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createStyleBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createStyleElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <style> element.
- createSubmitButtonBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createSubmitButtonBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createSubmitButtonBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createSubmitButtonElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <button type='submit'> element.
- createSubmitInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createSubmitInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createSubmitInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createTableBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTableBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTableBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createTableCaptionBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTableCaptionBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTableCaptionBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createTBodyBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTBodyBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTBodyBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createTBodyBuilder() - Static method in class com.google.gwt.dom.builder.shared.HtmlOnlyTableSectionBuilder
-
Create and return a table body section builder.
- 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.
- createTDBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTDBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTDBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createTextAreaBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTextAreaBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTextAreaBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createTextAreaElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <textarea> element.
- createTextInputBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTextInputBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTextInputBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createTFootBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTFootBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTFootBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createTFootBuilder() - Static method in class com.google.gwt.dom.builder.shared.HtmlOnlyTableSectionBuilder
-
Create and return a table footer section builder.
- 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.
- createTHBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTHBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTHBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createTHeadBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTHeadBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTHeadBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createTHeadBuilder() - Static method in class com.google.gwt.dom.builder.shared.HtmlOnlyTableSectionBuilder
-
Create and return a table header section builder.
- 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(int) - Method in class com.google.gwt.i18n.shared.DateTimeFormat
- createTimeZone(TimeZoneInfo) - Static method in class com.google.gwt.i18n.client.TimeZone
- 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.
- createTitleBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createTR(String) - Static method in class com.google.gwt.user.client.ui.DecoratorPanel
-
Create a new row with a specific style name.
- createTRBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createTRBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createTRBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- createTreeNodeView(TreeViewModel.NodeInfo<C>, Element, C, Object) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Returns an instance of TreeNodeView of the same subclass as the calling object.
- createTRElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <tr> element.
- createUint16Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint16Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createUint16Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint16Array(int[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint16Array(int[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint16Array(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createUint16Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint16Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint16Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createUint16Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint16Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint16Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint16Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createUint16Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createUint16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createUint16Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint16Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createUint16Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint32Array(double[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint32Array(double[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint32Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint32Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createUint32Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint32Array(long[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint32Array(long[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint32Array(JsArrayNumber) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createUint32Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint32Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint32Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createUint32Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint32Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint32Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint32Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer (which must be an integral number of elements). - createUint32Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createUint32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createUint32Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint32Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createUint32Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8Array(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8Array(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createUint8Array(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8Array(short[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8Array(short[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8Array(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createUint8Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8Array(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint8Array
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements). - createUint8Array(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8Array(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint8Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer. - createUint8Array(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createUint8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createUint8Array(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint8Array
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createUint8Array(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8ClampedArray(int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8ClampedArray(int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
- createUint8ClampedArray(int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8ClampedArray(short[]) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8ClampedArray(short[]) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8ClampedArray(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- createUint8ClampedArray(ArrayBuffer) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8ClampedArray(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint8ClampedArray
instance onbuffer
, starting at starting at the beginning of the buffer and continuing to the end. - createUint8ClampedArray(ArrayBuffer) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8ClampedArray(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8ClampedArray(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint8ClampedArray
instance onbuffer
, starting atbyteOffset
into the buffer, continuing to the end of the buffer. - createUint8ClampedArray(ArrayBuffer, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createUint8ClampedArray(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NativeImpl
- createUint8ClampedArray(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- createUint8ClampedArray(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.server.JavaImpl
- createUint8ClampedArray(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Create a
Uint8ClampedArray
instance onbuffer
, starting atbyteOffset
into the buffer, continuing forlength
elements. - createUint8ClampedArray(ArrayBuffer, int, int) - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- createULElement() - Method in class com.google.gwt.dom.client.Document
-
Creates a <ul> element.
- createUListBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createUListBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createUListBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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.
- createUrlBuilder() - Static method in class com.google.gwt.user.client.Window.Location
-
Create a
UrlBuilder
based on thisWindow.Location
. - createVideoBuilder() - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- createVideoBuilder() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
- createVideoBuilder() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- 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
. - createWidgetIterator(HasWidgets, Widget[]) - Static method in class com.google.gwt.user.client.ui.WidgetIterators
-
Wraps an array of widgets to be returned during iteration.
- CROSSHAIR - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- 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
- css() - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Gets the css associated with this date picker for use by extended month and cell grids.
- css() - Method in class com.google.gwt.user.datepicker.client.DatePickerComponent
- Css2Gss - Class in com.google.gwt.resources.converter
-
Converter from Css to Gss.
- Css2Gss(String) - Constructor for class com.google.gwt.resources.converter.Css2Gss
- Css2Gss(URL, boolean) - Constructor for class com.google.gwt.resources.converter.Css2Gss
- Css2Gss(URL, boolean, Predicate<String>, Set<URL>) - Constructor for class com.google.gwt.resources.converter.Css2Gss
- Css2Gss(URL, TreeLogger, boolean, Predicate<String>) - Constructor for class com.google.gwt.resources.converter.Css2Gss
- Css2Gss(URL, TreeLogger, boolean, Predicate<String>, Set<URL>) - Constructor for class com.google.gwt.resources.converter.Css2Gss
- Css2Gss.Options - Class in com.google.gwt.resources.converter
- Css2GssConversionException - Exception Class in com.google.gwt.resources.converter
-
Css2GssConversionException signals a problem with the conversion from CSS to GSS.
- Css2GssConversionException(String) - Constructor for exception class com.google.gwt.resources.converter.Css2GssConversionException
- Css2GssConversionException(String, Throwable) - Constructor for exception class com.google.gwt.resources.converter.Css2GssConversionException
- cssClearOpacity(Style) - Method in class com.google.gwt.dom.client.DOMImpl
- CssColor - Class in com.google.gwt.canvas.dom.client
-
CSS Color object.
- CssColor() - Constructor for class com.google.gwt.canvas.dom.client.CssColor
- CssDotPathNode - Class in com.google.gwt.resources.gss.ast
-
Represents a sequence of no-arg method invocations.
- CssDotPathNode(String, String, String, SourceCodeLocation) - Constructor for class com.google.gwt.resources.gss.ast.CssDotPathNode
- CssDotPathNode(String, String, String, String, SourceCodeLocation) - Constructor for class com.google.gwt.resources.gss.ast.CssDotPathNode
- CssElIf - Class in com.google.gwt.resources.converter
-
Represents a else if node in the css ast.
- CssElIf(CssIf) - Constructor for class com.google.gwt.resources.converter.CssElIf
- CssElse - Class in com.google.gwt.resources.converter
-
Represents a else node in the css ast.
- CssElse() - Constructor for class com.google.gwt.resources.converter.CssElse
- cssFloatPropertyName() - Method in class com.google.gwt.dom.client.DOMImpl
- CssJavaExpressionNode - Class in com.google.gwt.resources.gss.ast
-
Represents a Java expression.
- CssJavaExpressionNode(String) - Constructor for class com.google.gwt.resources.gss.ast.CssJavaExpressionNode
- CssJavaExpressionNode(String, SourceCodeLocation) - Constructor for class com.google.gwt.resources.gss.ast.CssJavaExpressionNode
- 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 Class in com.google.gwt.uibinder.attributeparsers
-
Thrown by
CssNameConverter.convertSet(Set)
on name collision. - CssPrinter - Class in com.google.gwt.resources.gss
-
Visitor that converts the AST to a
String
that can be evaluated as a Java expression. - CssPrinter(CssNode) - Constructor for class com.google.gwt.resources.gss.CssPrinter
- CssPrinter(CssTree) - Constructor for class com.google.gwt.resources.gss.CssPrinter
- 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
- CssResourceBase - Interface in com.google.gwt.resources.client
-
Marker interface for all classes that should be obfuscated together in Css Resource generation.
- CssRuntimeConditionalRuleNode - Class in com.google.gwt.resources.gss.ast
-
Represents a conditional rule that needs to be evaluated at runtime.
- CssRuntimeConditionalRuleNode(CssRuntimeConditionalRuleNode) - Constructor for class com.google.gwt.resources.gss.ast.CssRuntimeConditionalRuleNode
-
Copy constructor.
- CssRuntimeConditionalRuleNode(CssConditionalRuleNode, CssJavaExpressionNode) - Constructor for class com.google.gwt.resources.gss.ast.CssRuntimeConditionalRuleNode
- cssSetOpacity(Style, double) - Method in class com.google.gwt.dom.client.DOMImpl
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Anchor
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Button
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.CheckBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DecoratedPopupPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DecoratedStackPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DecoratedTabBar
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DecoratedTabPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DecoratorPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DialogBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.DisclosurePanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.FileUpload
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Frame
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.HTML
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.HorizontalSplitPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Hyperlink
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Image
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.InlineHTML
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.InlineHyperlink
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.InlineLabel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Label
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.ListBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.MenuBar
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.NamedFrame
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.PasswordTextBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.PopupPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.PushButton
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.RadioButton
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.ResetButton
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.RichTextArea
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.SimpleCheckBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.SimpleRadioButton
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.SplitLayoutPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.StackLayoutPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.StackPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.SubmitButton
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.SuggestBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.TabBar
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.TabLayoutPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.TabPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.TextArea
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.TextBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.ToggleButton
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.Tree
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.client.ui.VerticalSplitPanel
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.datepicker.client.DateBox
- Section
- CSS Style Rules - Search tag in class com.google.gwt.user.datepicker.client.DatePicker
- Section
- cssText(String) - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- cssText(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- cssText(String) - Method in interface com.google.gwt.dom.builder.shared.StyleBuilder
-
Sets the CSS text.
- cST6CDT() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- 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
- CURRENT_PAGE - Enum constant in enum com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
-
Users cannot navigate past the current page.
- currentTimeMillis() - Static method in class com.google.gwt.core.client.Duration
-
Returns the same result as
System.currentTimeMillis()
, but as a double. - cursor(Style.Cursor) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- cursor(Style.Cursor) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- cursor(Style.Cursor) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the cursor CSS property.
- cursor(Style.Cursor) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the cursor CSS property.
- 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() - Constructor for class com.google.gwt.user.client.ui.CustomButton
-
Constructor for
CustomButton
. - 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(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(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(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(String, String, ClickHandler)
instead - 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 - Interface in com.google.gwt.i18n.shared
-
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.
- CustomDateTimeFormat.Pattern - Annotation Type in com.google.gwt.i18n.shared
-
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
- customScrollPanel() - Method in interface com.google.gwt.user.client.ui.CustomScrollPanel.Style
-
Applied to the widget.
- CustomScrollPanel - Class in com.google.gwt.user.client.ui
-
A custom version of the
ScrollPanel
that allows user provided scrollbars. - CustomScrollPanel() - Constructor for class com.google.gwt.user.client.ui.CustomScrollPanel
-
Creates an empty
CustomScrollPanel
. - CustomScrollPanel(CustomScrollPanel.Resources) - Constructor for class com.google.gwt.user.client.ui.CustomScrollPanel
- CustomScrollPanel(Widget) - Constructor for class com.google.gwt.user.client.ui.CustomScrollPanel
-
Creates a
CustomScrollPanel
with the specified child widget. - CustomScrollPanel.Resources - Interface in com.google.gwt.user.client.ui
-
A ClientBundle of resources used by this widget.
- CustomScrollPanel.Style - Interface in com.google.gwt.user.client.ui
-
Styles used by this widget.
- customScrollPanelCorner() - Method in interface com.google.gwt.user.client.ui.CustomScrollPanel.Style
-
Applied to the square that appears in the bottom corner where the vertical and horizontal scrollbars meet, when both are visible.
- customScrollPanelStyle() - Method in interface com.google.gwt.user.client.ui.CustomScrollPanel.Resources
-
The styles used in this widget.
D
- D8ScriptLinker - Class in com.google.gwt.core.linker
-
A Linker for producing a single JavaScript file from a GWT module that can be run in the d8 command line profiler.
- D8ScriptLinker() - Constructor for class com.google.gwt.core.linker.D8ScriptLinker
- DASHED - Enum constant in enum com.google.gwt.dom.client.Style.BorderStyle
- DASHED - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- DataGrid<T> - Class in com.google.gwt.user.cellview.client
-
A tabular view with a fixed header and footer section and a scrollable data section in the middle.
- DataGrid() - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with a default page size of 50.
- DataGrid(int) - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with the given page size.
- DataGrid(int, DataGrid.Resources) - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with the given page size with the specified
DataGrid.Resources
. - DataGrid(int, DataGrid.Resources, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with the given page size, the specified
DataGrid.Resources
, and the given key provider. - DataGrid(int, DataGrid.Resources, ProvidesKey<T>, Widget) - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with the given page size, the specified
DataGrid.Resources
, and the given key provider. - DataGrid(int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with the given page size and the given
key provider
. - DataGrid(ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.DataGrid
-
Constructs a table with a default page size of 50, and the given
key provider
. - DataGrid.Resources - Interface in com.google.gwt.user.cellview.client
-
A ClientBundle that provides images for this widget.
- DataGrid.Style - Interface in com.google.gwt.user.cellview.client
-
Styles used by this widget.
- DataGrid.TableWidget - Class in com.google.gwt.user.cellview.client
-
A simple widget wrapper around a table element.
- dataGridCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to every cell.
- dataGridEvenRow() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to even rows.
- dataGridEvenRowCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to cells in even rows.
- dataGridFirstColumn() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the first column.
- dataGridFirstColumnFooter() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the first column footers.
- dataGridFirstColumnHeader() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the first column headers.
- dataGridFooter() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to footers cells.
- dataGridHeader() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to headers cells.
- dataGridHoveredRow() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the hovered row.
- dataGridHoveredRowCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the cells in the hovered row.
- dataGridKeyboardSelectedCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the keyboard selected cell.
- dataGridKeyboardSelectedRow() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the keyboard selected row.
- dataGridKeyboardSelectedRowCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the cells in the keyboard selected row.
- dataGridLastColumn() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the last column.
- dataGridLastColumnFooter() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the last column footers.
- dataGridLastColumnHeader() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the last column headers.
- dataGridLoading() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Resources
-
The loading indicator used while the table is waiting for data.
- dataGridOddRow() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to odd rows.
- dataGridOddRowCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to cells in odd rows.
- dataGridSelectedRow() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to selected rows.
- dataGridSelectedRowCell() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to cells in selected rows.
- dataGridSortableHeader() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to header cells that are sortable.
- dataGridSortAscending() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Resources
-
Icon used when a column is sorted in ascending order.
- dataGridSortDescending() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Resources
-
Icon used when a column is sorted in descending order.
- dataGridSortedHeaderAscending() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to header cells that are sorted in ascending order.
- dataGridSortedHeaderDescending() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to header cells that are sorted in descending order.
- dataGridStyle() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Resources
-
The styles used in this widget.
- dataGridWidget() - Method in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
Applied to the table.
- 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
. - DataTransfer - Class in com.google.gwt.dom.client
-
Class representing DataTransfer interface.
- DataTransfer() - Constructor for class com.google.gwt.dom.client.DataTransfer
-
Required constructor for GWT compiler to function.
- DataTransfer.DropEffect - Enum in com.google.gwt.dom.client
-
Used to specify the drop effect to use on dragenter or dragover events.
- DataView - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as heterogeneous values. - DataViewImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
DataView
. - DataViewImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.DataViewImpl
- DataViewNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
DataView
. - DataViewNative() - Constructor for class com.google.gwt.typedarrays.client.DataViewNative
- DataViewNativeEmul - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
DataView
for platforms with typed array support but missing DataView (ie, Firefox). - DataViewNativeEmul(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.client.DataViewNativeEmul
- DataViewStream - Class in com.google.gwt.typedarrays.shared
-
A stream of heterogeneous values on top of a
DataViewStream
. - DataViewStream(DataView) - Constructor for class com.google.gwt.typedarrays.shared.DataViewStream
- DATE - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- DATE_FULL - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_FULL - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_LONG - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_LONG - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_MEDIUM - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_MEDIUM - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_SHORT - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_SHORT - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_TIME_FULL - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_TIME_FULL - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_TIME_LONG - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_TIME_LONG - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_TIME_MEDIUM - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_TIME_MEDIUM - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- DATE_TIME_SHORT - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DATE_TIME_SHORT - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- 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.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
- DateCell() - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCell
using the formatDateTimeFormat.PredefinedFormat.DATE_FULL
and aSimpleSafeHtmlRenderer
. - DateCell(boolean) - Constructor for class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- DateCell(DateTimeFormat) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCell
using the specified format and aSimpleSafeHtmlRenderer
. - DateCell(DateTimeFormat, TimeZone) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCell
using the specified format and time zone. - DateCell(DateTimeFormat, SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCell
using the specified format and the givenSafeHtmlRenderer
. - DateCell(DateTimeFormat, SafeHtmlRenderer<String>, TimeZone) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCell
using the specified format, the givenSafeHtmlRenderer
, and the specified time zone. - DateCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCell
using the formatDateTimeFormat.PredefinedFormat.DATE_FULL
and aSimpleSafeHtmlRenderer
. - DateChangeEvent - Class in com.google.gwt.user.datepicker.client
-
Creates a new value every time a date is accessed.
- DateChangeEvent(Date) - Constructor for class com.google.gwt.user.datepicker.client.DateChangeEvent
-
Creates a new date value change event.
- dateFormat() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a safe default date format.
- dateFormat() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- dateFormatFull() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- dateFormatFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "full" date format.
- dateFormatFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- dateFormatLong() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- dateFormatLong() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "long" date format.
- dateFormatLong() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- dateFormatMedium() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- dateFormatMedium() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "medium" date format.
- dateFormatMedium() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- dateFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- dateFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- dateFormats() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- dateFormatShort() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- dateFormatShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "short" date format.
- dateFormatShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- DateLabel - Class in com.google.gwt.user.client.ui
-
Extends
ValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
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() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- 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.
- DatePicker.StandardCss - Class in com.google.gwt.user.datepicker.client
-
Convenience class to group css style names.
- DatePickerCell - Class in com.google.gwt.cell.client
- 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(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
. - 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 givenSafeHtmlRenderer
. - DatePickerComponent - Class in com.google.gwt.user.datepicker.client
-
Package protected class used to combine functionality for the
MonthSelector
andCalendarView
components. - DatePickerComponent() - Constructor for class com.google.gwt.user.datepicker.client.DatePickerComponent
- dateTime(String) - Method in class com.google.gwt.dom.builder.client.DomModBuilder
- dateTime(String) - Method in interface com.google.gwt.dom.builder.shared.ModBuilder
-
The date and time of the change.
- dateTime(String, String) - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- DateTimeConstants - Interface in com.google.gwt.i18n.client.constants
-
Deprecated.use DateTimeFormatInfo instead
- DateTimeConstantsAdapter - Class in com.google.gwt.i18n.client
-
Adapter that makes a
DateTimeFormatInfo
implementation suitable for use with something that wants aDateTimeConstants
. - DateTimeConstantsAdapter(DateTimeFormatInfo) - Constructor for class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- 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 - Class in com.google.gwt.i18n.shared
-
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) - Constructor for class com.google.gwt.i18n.shared.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.
- 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(String, DateTimeFormatInfo) - Constructor for class com.google.gwt.i18n.shared.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. - DateTimeFormat.PredefinedFormat - Enum in com.google.gwt.i18n.shared
-
Predefined date/time formats -- see
CustomDateTimeFormat
if you need some format that isn't supplied here. - DateTimeFormatInfo - Interface in com.google.gwt.i18n.client
-
Deprecated.use
DateTimeFormatInfo
instead - DateTimeFormatInfo - Interface in com.google.gwt.i18n.shared
-
Information required for formatting and parsing localized date/time values.
- DateTimeFormatInfoAdapter - Class in com.google.gwt.i18n.client
-
Adapter that makes a
DateTimeConstants
implementation suitable for use with something that wants aDateTimeFormatInfo
. - DateTimeFormatInfoAdapter(DateTimeConstants) - Constructor for class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- DateTimeFormatRenderer - Class in com.google.gwt.text.client
-
Renders
Date
objects with aDateTimeFormat
. - 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.shared.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.shared.DefaultDateTimeFormatInfo
- dateTimeLong(String, String) - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- dateTimeMedium(String, String) - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- dateTimeShort(String, String) - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- day() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- day(String) - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- dayIsDisabled() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- dayIsFiller() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- dayIsHighlighted() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- dayIsToday() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- dayIsValue() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- dayIsValueAndHighlighted() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- dayIsWeekend() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- days() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- DAYS_IN_WEEK - Static variable in class com.google.gwt.user.datepicker.client.CalendarModel
-
Number of days normally displayed in a week.
- daysLabel() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- DBLCLICK - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DeadEntityException - Exception Class in com.google.web.bindery.requestfactory.server
-
Indicates the user attempted to perform an operation on an irretrievable entity.
- DeadEntityException(String) - Constructor for exception class com.google.web.bindery.requestfactory.server.DeadEntityException
-
Contructs a new
DeadEntityException
with a given message. - debug(Element, String, Object...) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Print a warning message if verbose mode is enabled.
- DEBUG - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs detailed information that could be useful during debugging.
- 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
- debugger() - Static method in class com.google.gwt.core.client.GWT
-
Emits a JavaScript "debugger" statement on the line that called this method.
- debugger() - Static method in class com.google.gwt.core.shared.GWT
-
Emits a JavaScript "debugger" statement on the line that called this method.
- DebugIdImpl() - Constructor for class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
- DebugIdImplEnabled() - Constructor for class com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
- 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
- DECIMAL - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- 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.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<?>, Splittable) - Method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- 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. - decode(String) - Static method in class com.google.gwt.http.client.URL
-
Returns a string where all URL escape sequences have been converted back to their original character representations.
- decodeComponent(String) - Static method in class com.google.gwt.http.client.URL
-
Deprecated.
- decodeComponent(String, boolean) - Static method in class com.google.gwt.http.client.URL
-
Deprecated.
- decodeInto(Splittable, AutoBean<?>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanCodex
-
Copy data from a
Splittable
into an AutoBean. - decodeOobMessage(Class<T>, Splittable) - Method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
-
Decode an out-of-band message.
- 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) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPC
-
Returns an
RPCRequest
that is built by decoding the contents of an encoded RPC request. - 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.jakarta.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<?>) - 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.jakarta.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.
- DecoratedPopupPanel(boolean, boolean, String) - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
-
Creates an empty decorated popup panel using the specified style names.
- 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 aDecoratedTabBar
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 aWidget
. - DecoratorPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratorPanel
-
Create a new
DecoratorPanel
. - DecoratorPanel(String[], int) - Constructor for class com.google.gwt.user.client.ui.DecoratorPanel
-
Creates a new panel using the specified style names to apply to each row.
- deepCopy() - Method in class com.google.gwt.resources.gss.ast.CssDotPathNode
- deepCopy() - Method in class com.google.gwt.resources.gss.ast.CssJavaExpressionNode
- deepCopy() - Method in class com.google.gwt.resources.gss.ast.CssRuntimeConditionalRuleNode
- 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.web.bindery.autobean.shared.AutoBeanUtils
-
Compare two graphs of AutoBeans based on values.
- Default - Enum constant in enum com.google.gwt.xhr.client.XMLHttpRequest.ResponseType
-
The default response type -- use
XMLHttpRequest.getResponseText()
for the return value. - DEFAULT - Enum constant in enum com.google.gwt.cell.client.ButtonCellBase.Decoration
- DEFAULT - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- DEFAULT - Enum constant in enum com.google.gwt.i18n.client.HasDirection.Direction
- DEFAULT - Enum constant in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
- DEFAULT - Static variable in annotation type com.google.gwt.i18n.client.LocalizableResource.Generate
-
Placeholder used to detect that no value was supplied for the fileName parameter.
- DEFAULT - Static variable in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- DEFAULT_CSS - Static variable in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style
- 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.BasicStyle
-
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.BasicStyle
-
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_CSS - Static variable in interface com.google.gwt.user.cellview.client.DataGrid.Style
-
The path to the default CSS styles used by this resource.
- DEFAULT_CSS - Static variable in interface com.google.gwt.user.client.ui.CustomScrollPanel.Style
-
The path to the default CSS styles used by this resource.
- DEFAULT_CSS - Static variable in interface com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Style
-
The path to the default CSS styles used by this resource.
- DEFAULT_CSS - Static variable in interface com.google.gwt.user.client.ui.NativeHorizontalScrollbar.StyleTransparant
-
The path to the default CSS styles used by this resource.
- DEFAULT_CSS - Static variable in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.Style
-
The path to the default CSS styles used by this resource.
- DEFAULT_CSS - Static variable in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.StyleTransparant
-
The path to the default CSS styles used by this resource.
- DEFAULT_DEBUG_ID_PREFIX - Static variable in class com.google.gwt.debug.client.DebugInfo
- 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_PKG - Static variable in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
- DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.client.ui.DecoratedStackPanel
- DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.client.ui.Frame
- DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.datepicker.client.DateBox
-
Default style name.
- defaultAction(TypeMirror, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- defaultAction(TypeMirror, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- defaultAction(TypeMirror, State) - Method in class com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- defaultAction(TypeMirror, State) - Method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- DefaultAppearance() - Constructor for class com.google.gwt.cell.client.TextButtonCell.DefaultAppearance
-
Construct a new
TextButtonCell.DefaultAppearance
using the default resources. - DefaultAppearance(ButtonCellBase.DefaultAppearance.Resources) - Constructor for class com.google.gwt.cell.client.TextButtonCell.DefaultAppearance
-
Construct a new
TextButtonCell.DefaultAppearance
using the specified resources. - DefaultAppearance(SafeHtmlRenderer<C>) - Constructor for class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
-
Construct a new
ButtonCellBase.DefaultAppearance
using the default styles. - DefaultAppearance(SafeHtmlRenderer<C>, ButtonCellBase.DefaultAppearance.Resources) - Constructor for class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
-
Construct a new
ButtonCellBase.DefaultAppearance
using the specified resources. - DefaultCalendarView - Class in com.google.gwt.user.datepicker.client
-
Simple calendar view.
- DefaultCalendarView() - Constructor for class com.google.gwt.user.datepicker.client.DefaultCalendarView
-
Constructor.
- DefaultCalendarView.CellGrid - Class in com.google.gwt.user.datepicker.client
-
Cell grid.
- DefaultCalendarView.CellGrid.DateCell - Class in com.google.gwt.user.datepicker.client
-
A cell representing a date.
- DefaultCallback() - Constructor for class com.google.gwt.logging.client.SimpleRemoteLogHandler.DefaultCallback
- DefaultCellTableBuilder<T> - Class in com.google.gwt.user.cellview.client
-
Default cell table builder that renders row values into a grid of columns.
- DefaultCellTableBuilder(AbstractCellTable<T>) - Constructor for class com.google.gwt.user.cellview.client.DefaultCellTableBuilder
- defaultChecked() - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- defaultChecked() - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- defaultChecked() - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Set the default state of the form control to
true
when type attribute of the element has the value "radio" or "checkbox". - 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, returningfalse
for allisFoo
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, returningfalse
for allisFoo
methods and using the standard symbol for the portable symbol. - DefaultDateTimeFormatInfo - Class in com.google.gwt.i18n.client
-
For backwards compatibility only.
- DefaultDateTimeFormatInfo - Class in com.google.gwt.i18n.shared
-
Default implementation of DateTimeFormatInfo interface, using values from the CLDR root locale.
- DefaultDateTimeFormatInfo() - Constructor for class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
- DefaultDateTimeFormatInfo() - Constructor for class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- DefaultDelegate() - Constructor for class com.google.gwt.place.shared.PlaceController.DefaultDelegate
- DefaultDelegate() - Constructor for class com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.DefaultDelegate
- 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.
- DefaultFormat() - Constructor for class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
-
Creates a new default format instance.
- DefaultFormat(DateTimeFormat) - Constructor for class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
-
Creates a new default format instance.
- DefaultHeaderOrFooterBuilder<T> - Class in com.google.gwt.user.cellview.client
-
Default implementation of
HeaderBuilder
that renders columns. - DefaultHeaderOrFooterBuilder(AbstractCellTable<T>, boolean) - Constructor for class com.google.gwt.user.cellview.client.DefaultHeaderOrFooterBuilder
-
Create a new DefaultHeaderBuilder for the header of footer section.
- DefaultHistorian() - Constructor for class com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian
- DefaultKeyboardSelectionHandler(AbstractHasData<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
-
Construct a new keyboard selection handler for the specified view.
- 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.Config - Class in com.google.gwt.logging.client
-
Returns Level.CONFIG as the default level.
- DefaultLevel.Fine - Class in com.google.gwt.logging.client
-
Returns Level.FINE as the default level.
- DefaultLevel.Finer - Class in com.google.gwt.logging.client
-
Returns Level.FINER as the default level.
- DefaultLevel.Finest - Class in com.google.gwt.logging.client
-
Returns Level.FINEST as the default level.
- DefaultLevel.Info - Class in com.google.gwt.logging.client
-
Returns Level.INFO as the default level.
- DefaultLevel.Severe - Class in com.google.gwt.logging.client
-
Returns Level.SEVERE as the default level.
- DefaultLevel.Warning - Class in com.google.gwt.logging.client
-
Returns Level.WARNING as the default level.
- defaultLocale - Variable in class com.google.gwt.core.server.GwtServletBase
- defaultLocale - Variable in class com.google.gwt.core.server.jakarta.GwtServletBase
- 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
- DefaultNodeInfo(AbstractDataProvider<T>, Cell<T>) - Constructor for class com.google.gwt.view.client.TreeViewModel.DefaultNodeInfo
-
Construct a new
TreeViewModel.DefaultNodeInfo
. - 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
. - 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
. - 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.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()
. - DefaultRenderers() - Constructor for class com.google.gwt.cell.client.ImageLoadingCell.DefaultRenderers
- DefaultRequestTransport - Class in com.google.web.bindery.requestfactory.gwt.client
-
An implementation of
RequestTransport
that uses aRequestBuilder
. - DefaultRequestTransport() - Constructor for class com.google.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
- defaultSelected() - Method in class com.google.gwt.dom.builder.client.DomOptionBuilder
- defaultSelected() - Method in class com.google.gwt.dom.builder.shared.HtmlOptionBuilder
- defaultSelected() - Method in interface com.google.gwt.dom.builder.shared.OptionBuilder
-
Represents the value of the HTML selected attribute.
- 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 specifiedDefaultSelectionEventManager.EventTranslator
to control whichDefaultSelectionEventManager.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.CheckboxEventTranslator<T> - Class in com.google.gwt.view.client
-
Implementation of
DefaultSelectionEventManager.EventTranslator
that only triggers selection when any checkbox is selected. - DefaultSelectionEventManager.EventTranslator<T> - Interface in com.google.gwt.view.client
-
Translates
CellPreviewEvent
s intoDefaultSelectionEventManager.SelectAction
s. - 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.
- DefaultSelectionModel<T> - Class in com.google.gwt.view.client
-
A convenience
SelectionModel
that allows items 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.
- DefaultSuggestionDisplay() - Constructor for class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
-
Construct a new
SuggestBox.DefaultSuggestionDisplay
. - defaultValue - Variable in class com.google.gwt.aria.client.Attribute
- defaultValue(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- defaultValue(String) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- defaultValue(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- defaultValue(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- defaultValue(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
- defaultValue(String) - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Represents the contents of the element.
- DefCollectorVisitor - Class in com.google.gwt.resources.converter
-
GSS requires that constants are defined in upper case.
- DefCollectorVisitor(boolean, TreeLogger) - Constructor for class com.google.gwt.resources.converter.DefCollectorVisitor
- defCurrencyCode() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
- defCurrencyCode() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
- defer(String) - Method in class com.google.gwt.dom.builder.client.DomScriptBuilder
- defer(String) - Method in class com.google.gwt.dom.builder.shared.HtmlScriptBuilder
- defer(String) - Method in interface com.google.gwt.dom.builder.shared.ScriptBuilder
-
Indicates that the user agent can defer processing of the script.
- 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.
- Defining Constant Accessors - Search tag in interface com.google.gwt.i18n.client.Constants
- Section
- Defining Message Accessors - Search tag in interface com.google.gwt.i18n.client.Messages
- Section
- DefinitionRole - Interface in com.google.gwt.aria.client
-
A type that represents the definition role in the ARIA specification.
- DefinitionRoleImpl - Class in com.google.gwt.aria.client
-
Implements
DefinitionRole
. - DefinitionRoleImpl(String) - Constructor for class com.google.gwt.aria.client.DefinitionRoleImpl
- delayTestFinish(int) - Method in class com.google.gwt.junit.client.GWTTestCase
-
Put the current test in asynchronous mode.
- delegate() - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- Delegate() - Constructor for class com.google.gwt.uibinder.elementparsers.UiTextInterpreter.Delegate
- 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
- DelegatingClickListenerCollection(Widget, SourcesClickEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
-
Deprecated.Constructor for
DelegatingClickListenerCollection
. - DelegatingCompilationResult - Class in com.google.gwt.core.ext.linker
-
A delegate for
CompilationResult
intended for third party linkers that want to modify a compilation result. - DelegatingCompilationResult(Class<? extends Linker>, CompilationResult) - Constructor for class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- DelegatingFocusListenerCollection - Class in com.google.gwt.user.client.ui
- DelegatingFocusListenerCollection(Widget, SourcesFocusEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
-
Deprecated.Constructor for
DelegatingFocusListenerCollection
. - DelegatingGeneratorContext - Class in com.google.gwt.core.ext
-
An abstract generator context class which delegates all methods to a provided baseContext.
- DelegatingGeneratorContext(GeneratorContext) - Constructor for class com.google.gwt.core.ext.DelegatingGeneratorContext
-
Get a new instance wrapped from a base
GeneratorContext
implementation. - DelegatingKeyboardListenerCollection - Class in com.google.gwt.user.client.ui
- DelegatingKeyboardListenerCollection(Widget, SourcesKeyboardEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
-
Deprecated.Constructor for
DelegatingKeyboardListenerCollection
. - DELETE - Enum constant in enum com.google.web.bindery.requestfactory.shared.WriteOperation
- 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 deletingcount
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(StackTraceDeobfuscator, LogRecord, String) - Static method in class com.google.gwt.logging.server.RemoteLoggingServiceUtil
- deobfuscateLogRecord(LogRecord, String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
-
Deprecated.Best effort resymbolization of a log record's stack trace.
- deobfuscateStackTrace(StackTraceElement[], String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
-
Deprecated.
- deobfuscateStackTrace(Throwable, String) - Method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
Replaces the stack traces in the given Throwable and its causes with deobfuscated stack traces wherever possible.
- deobfuscateThrowable(Throwable, String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
-
Deprecated.
- DeobfuscatorBuilder - Class in com.google.web.bindery.requestfactory.apt
-
Visits a RequestFactory to create its associated DeobfuscatorBuilder, a self-configuring subtype of
Deobfuscator.Builder
which provides the ServiceLayer with type- and method-mapping information. - DeobfuscatorBuilder() - Constructor for class com.google.web.bindery.requestfactory.apt.DeobfuscatorBuilder
- deobfuscatorMissingContext(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- deobfuscatorMissingProxy(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- DEPENDENCY_ORDER_COMPARATOR - Static variable in class com.google.gwt.core.ext.soyc.Range
-
Sorts Ranges so that a Range will be preceded by any Ranges that enclose it.
- DependencyGraphRecorder - Class in com.google.gwt.core.ext.soyc.coderef
-
Builds the model for the (new) soyc through reading method dependencies.
- DependencyGraphRecorder(OutputStream, JProgram) - Constructor for class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- 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.AbstractCellTable
- 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
- 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.
- Deploy - Enum constant in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
-
A deploy artifact is deployed to the server but is never served to the client.
- 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
- DESCENDING - Enum constant in enum com.google.gwt.aria.client.SortValue
- DESCRIBEDBY - Static variable in class com.google.gwt.aria.client.Property
- DescriptorBuilder - Class in com.google.web.bindery.requestfactory.apt
-
Builds descriptors from TypeMirrors for both simple types and methods.
- DescriptorBuilder() - Constructor for class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- DESELECT - Enum constant in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
- deselected(String) - Method in interface com.google.gwt.cell.client.SelectionCell.Template
- deselectValue() - Method in class com.google.gwt.user.cellview.client.CellBrowser.BrowserCellList
- deserialize(EntityProxyId<T>) - Method in interface com.google.web.bindery.requestfactory.shared.ProxySerializer
-
Recreate a
EntityProxy
instance that was previously passed toProxySerializer.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)
. - deserializeInstance(SerializationStreamReader, T) - Method in class com.google.gwt.user.client.rpc.CustomFieldSerializer
-
Deserializes the content of the object from the
SerializationStreamReader
. - deserializeInstance(ServerSerializationStreamReader, T, Type[], DequeMap<TypeVariable<?>, Type>) - Method in class com.google.gwt.user.server.rpc.ServerCustomFieldSerializer
-
Deserializes the content of the object from the
ServerSerializationStreamReader
, with type checking. - DESTINATION_ATOP - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
B atop A.
- DESTINATION_IN - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
B in A.
- DESTINATION_OUT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
B out A.
- DESTINATION_OVER - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
B over A.
- detach() - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- detach() - Method in class com.google.gwt.uibinder.client.UiBinderUtil.TempAttachment
-
Restore to previous DOM state before attachment.
- detach(FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
- detach(E) - Method in interface com.google.gwt.editor.client.CompositeEditor.EditorChain
-
Detach a sub-Editor from the editor chain.
- detachCommand - Static variable in exception class com.google.gwt.user.client.ui.AttachDetachException
-
The singleton command used to detach widgets.
- detachedInitializationCallback - Variable in class com.google.gwt.user.client.ui.RenderablePanel
- detachNow(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
-
Deprecated.Instead, use
Widget.removeFromParent()
. - detachOnWindowClose(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
-
Deprecated.While originally introduced to combat memory leaks in old browsers, this is no longer necessary, and the unload event used by this method is being removed from browsers. Additionally, it is unreliable as a means to ensure calls to
Widget.onUnload()
. See Issue 9908 for more information. - detachWidgets() - Static method in class com.google.gwt.user.client.ui.RootPanel
-
Deprecated.See notice on
RootPanel.detachOnWindowClose(Widget)
and Issue 9908 for more information. - 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(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(DialogBox.Caption) - Constructor for class com.google.gwt.user.client.ui.DialogBox
-
Creates an empty dialog box specifying its
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.
- DialogBoxParser - Class in com.google.gwt.uibinder.elementparsers
-
Parses
DialogBox
widgets. - DialogBoxParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DialogBoxParser
- DialogRole - Interface in com.google.gwt.aria.client
-
A type that represents the dialog role in the ARIA specification.
- DialogRoleImpl - Class in com.google.gwt.aria.client
-
Implements
DialogRole
. - DialogRoleImpl(String) - Constructor for class com.google.gwt.aria.client.DialogRoleImpl
- 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.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.web.bindery.autobean.shared.AutoBeanUtils
-
Returns a map of properties that differ (via
Object.equals(Object)
) between two AutoBeans. - dir(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- dir(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Specifies the base direction of directionally neutral text and the directionality of tables.
- dir(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- DIR_PROPERTY_NAME - Static variable in class com.google.gwt.i18n.client.BidiUtils
-
The name of the element property which controls element directionality.
- dirAttr(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- dirAttr(String) - Method in class com.google.gwt.i18n.shared.BidiFormatter
-
Like
BidiFormatter.dirAttr(String, boolean)
, but assumesisHtml
is false. - dirAttr(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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. - dirAttrBase(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- DirectInstallLinker - Class in com.google.gwt.core.linker
-
A linker that adds a script tag directly to the iframe rather than downloading the JavaScript code as a list of strings and then installing it into the iframe.
- DirectInstallLinker() - Constructor for class com.google.gwt.core.linker.DirectInstallLinker
- direction - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
- direction - Variable in class com.google.gwt.user.client.ui.DockPanel.LayoutData
- directionalTextHelper - Variable in class com.google.gwt.user.client.ui.CheckBox
- directionalTextHelper - Variable in class com.google.gwt.user.client.ui.Hyperlink
- directionalTextHelper - Variable in class com.google.gwt.user.client.ui.LabelBase
-
The widget's DirectionalTextHelper object.
- 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
- DirectionEstimator - Class in com.google.gwt.i18n.shared
-
Interface for direction estimators.
- DirectionEstimator() - Constructor for class com.google.gwt.i18n.shared.DirectionEstimator
- DirectoryRole - Interface in com.google.gwt.aria.client
-
A type that represents the directory role in the ARIA specification.
- DirectoryRoleImpl - Class in com.google.gwt.aria.client
-
Implements
DirectoryRole
. - DirectoryRoleImpl(String) - Constructor for class com.google.gwt.aria.client.DirectoryRoleImpl
- disabled() - Method in class com.google.gwt.dom.builder.client.DomButtonBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomOptGroupBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomOptionBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- disabled() - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- disabled() - Method in interface com.google.gwt.dom.builder.shared.ButtonBuilder
-
Prevents the user from selecting this button.
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlButtonBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlOptGroupBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlOptionBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- disabled() - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- disabled() - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Disable the control.
- disabled() - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
Disable the link.
- disabled() - Method in interface com.google.gwt.dom.builder.shared.OptGroupBuilder
-
Disable the control.
- disabled() - Method in interface com.google.gwt.dom.builder.shared.OptionBuilder
-
Prevents the user from selecting this option.
- disabled() - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
Disable the select box.
- disabled() - Method in interface com.google.gwt.dom.builder.shared.StyleBuilder
-
Disable the style sheet.
- disabled() - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Disable this control.
- DISABLED - Enum constant in enum com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
-
Keyboard selection is disabled.
- DISABLED - Static variable in class com.google.gwt.aria.client.State
- disabledButton() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Style
-
Applied to disabled buttons.
- DISC - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- DisclosureEvent - Class in com.google.gwt.user.client.ui
-
Deprecated.Use
CloseEvent
andOpenEvent
instead - DisclosureEvent(DisclosurePanel) - Constructor for class com.google.gwt.user.client.ui.DisclosureEvent
-
Deprecated.Use
CloseEvent
andOpenEvent
instead - DisclosureHandler - Interface in com.google.gwt.user.client.ui
-
Deprecated.Use
CloseHandler
and/orOpenHandler
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(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(DisclosurePanelImages, String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
- DisclosurePanel(Widget) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
-
Deprecated.
- DisclosurePanel(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
-
Deprecated.
- 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.
- DisclosurePanel.DefaultImages - Interface in com.google.gwt.user.client.ui
- disclosurePanelClosed() - Method in interface com.google.gwt.user.client.ui.DisclosurePanel.DefaultImages
- 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.DisclosurePanel.DefaultImages
- 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
- 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(DragEndHandler) - Method in class com.google.gwt.event.dom.client.DragEndEvent
- dispatch(DragEnterHandler) - Method in class com.google.gwt.event.dom.client.DragEnterEvent
- dispatch(DragHandler) - Method in class com.google.gwt.event.dom.client.DragEvent
- dispatch(DragLeaveHandler) - Method in class com.google.gwt.event.dom.client.DragLeaveEvent
- dispatch(DragOverHandler) - Method in class com.google.gwt.event.dom.client.DragOverEvent
- dispatch(DragStartHandler) - Method in class com.google.gwt.event.dom.client.DragStartEvent
- dispatch(DropHandler) - Method in class com.google.gwt.event.dom.client.DropEvent
- 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(LoadedMetadataHandler) - Method in class com.google.gwt.event.dom.client.LoadedMetadataEvent
- 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(PlaceChangeEvent.Handler) - Method in class com.google.gwt.place.shared.PlaceChangeEvent
- dispatch(PlaceChangeRequestEvent.Handler) - Method in class com.google.gwt.place.shared.PlaceChangeRequestEvent
- dispatch(AbstractHasData.RedrawEvent.Handler) - Method in class com.google.gwt.user.cellview.client.AbstractHasData.RedrawEvent
- 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(RowHoverEvent.Handler) - Method in class com.google.gwt.user.cellview.client.RowHoverEvent
- 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(EntityProxyChange.Handler<P>) - Method in class com.google.web.bindery.requestfactory.shared.EntityProxyChange
- dispatch(H) - Method in class com.google.gwt.event.shared.GwtEvent
-
Should only be called by
HandlerManager
. - 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.
- dispatchEvent(Element, NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- dispatchEvent(Element, NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- dispatchEvent(NativeEvent) - Method in class com.google.gwt.dom.client.Element
-
Dispatched the given event with this element as its target.
- dispatchEvent(Event, Element) - Static method in class com.google.gwt.user.client.DOM
-
This method is a similar to
DOM.dispatchEvent(Event, Element, EventListener)
but only dispatches if an event listener is set to element. - dispatchEvent(Event, Element, EventListener) - Static method in class com.google.gwt.user.client.DOM
-
This method is called directly by native code when any event is fired.
- dispatchEvent(Event<H>, H) - Static method in class com.google.web.bindery.event.shared.EventBus
-
Invokes
event.dispatch
withhandler
. - display(Style.Display) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- display(Style.Display) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- display(Style.Display) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the display CSS property.
- display(Style.Display) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the display CSS property.
- 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(LeafValueEditor<T>) - Method in class com.google.gwt.editor.client.adapters.HasDataEditor.HasDataEditorSource
- dispose(FakeLeafValueEditor<T>) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
- dispose(E) - Method in class com.google.gwt.editor.client.adapters.EditorSource
-
Called when an Editor no longer requires a sub-Editor.
- DISPOSED - Static variable in class com.google.gwt.editor.client.testing.FakeEditorSource
-
Return value for
FakeEditorSource.getLastKnownPosition(com.google.gwt.editor.client.testing.FakeLeafValueEditor<T>)
if the editor has been passed intoFakeEditorSource.dispose(com.google.gwt.editor.client.testing.FakeLeafValueEditor<T>)
. - DISTRIBUTE - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- div(int, String, SafeStyles, SafeHtml, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Template
- div(int, String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellList.Template
- div(SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- div(Point) - Method in class com.google.gwt.touch.client.Point
-
Divide this point
Point
by specified point and return the result. - DivBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds a div element.
- DivElement - Class in com.google.gwt.dom.client
-
Generic block container.
- DivElement() - Constructor for class com.google.gwt.dom.client.DivElement
- divFocusable(int, String, SafeStyles, int, SafeHtml, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Template
- divFocusableWithKey(int, String, SafeStyles, int, char, SafeHtml, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Template
- DListBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an definition list element.
- DListElement - Class in com.google.gwt.dom.client
-
Definition list.
- DListElement() - Constructor for class com.google.gwt.dom.client.DListElement
- doAttach(Widget) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Attach a child.
- doAttachChildren() - Method in class com.google.gwt.user.cellview.client.CellList
- doAttachChildren() - Method in class com.google.gwt.user.cellview.client.CellTable
- doAttachChildren() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
- 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.
- 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)
. - DockPanel.LayoutData - Class in com.google.gwt.user.client.ui
- DockPanelParser - Class in com.google.gwt.uibinder.elementparsers
-
Parses
DockPanel
widgets. - DockPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.DockPanelParser
- doCloseStartTagImpl() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doCloseStartTagImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Close the start tag.
- doCloseStartTagImpl() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doCloseStyleAttributeImpl() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doCloseStyleAttributeImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Close the style attribute.
- doCloseStyleAttributeImpl() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doCommandCanceled() - Method in class com.google.gwt.user.client.CommandExecutor
-
Removes the command from the queue and throws either a
CommandCanceledException
or anIncrementalCommandCanceledException
depending on type of the command. - 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 - Interface in com.google.gwt.xml.client
-
Document
objects represent XML documents. - Document() - Constructor for class com.google.gwt.dom.client.Document
- 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 otherNode
objects for future processing. - DocumentModeAsserter - Class in com.google.gwt.user.client
-
Helper class, which, during startup, asserts that the browser's current rendering mode is one of the values allowed by the "document.compatMode".
- DocumentModeAsserter() - Constructor for class com.google.gwt.user.client.DocumentModeAsserter
- DocumentModeAsserter.DocumentModeProperty - Interface in com.google.gwt.user.client
-
Interface to provide "document.compatMode" configuration property value.
- DocumentModeAsserter.Severity - Enum in com.google.gwt.user.client
-
Determine the severity of the runtime $doc.compatMode check:
- DocumentRole - Interface in com.google.gwt.aria.client
-
A type that represents the document role in the ARIA specification.
- DocumentRoleImpl - Class in com.google.gwt.aria.client
-
Implements
DocumentRole
. - DocumentRoleImpl(String) - Constructor for class com.google.gwt.aria.client.DocumentRoleImpl
- doDetach(Widget) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Detach a child.
- doDetachChildren() - Method in class com.google.gwt.user.cellview.client.CellList
- doDetachChildren() - Method in class com.google.gwt.user.cellview.client.CellTable
- doDetachChildren() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
- 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.D8ScriptLinker
- 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.
- doEndStartTagImpl() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doEndStartTagImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Self-close the start tag.
- doEndStartTagImpl() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doEndTagImpl(String) - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doEndTagImpl(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
End the specified tag.
- doEndTagImpl(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doExecuteCommands(double) - Method in class com.google.gwt.user.client.CommandExecutor
-
This method will dispatch commands from the command queue.
- doFinish(RequestBuilder) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
-
Called by
RpcRequestBuilder.finish()
prior to returning the RequestBuilder to the caller. - doFinishImpl() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doFinishImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Return the build element.
- doFinishImpl() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Loads the
SerializationPolicy
for given module base URL and strong name. - doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Loads the
SerializationPolicy
for given module base URL and strong name. - doHtmlImpl(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doHtmlImpl(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Set the specified html as the inner HTML of the current element.
- doHtmlImpl(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doItemAction(MenuItem, boolean, boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
- doLogicalClear() - Method in class com.google.gwt.user.client.ui.ComplexPanel
- 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
- DomainChecker - Class in com.google.web.bindery.requestfactory.apt
-
Checks client to domain mappings.
- DomainChecker() - Constructor for class com.google.web.bindery.requestfactory.apt.DomainChecker
- DomainChecker.MethodFinder - Class in com.google.web.bindery.requestfactory.apt
-
Attempt to find the most specific method that conforms to a given signature.
- domainFindNotStatic(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainGetIdStatic() - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainGetVersionStatic() - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainMethodNotPublic(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainMethodWrongModifier(boolean, Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainMissingFind(Object, Object, Object, Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainMissingMethod(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainNoGetId(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainNoGetVersion(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- domainNotDefaultInstantiable(Object, Object, Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- DomAnchorBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
AnchorBuilder
. - DomAnchorBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomAnchorBuilder
- DomAreaBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
AreaBuilder
. - DomAreaBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomAreaBuilder
- DomAudioBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
AudioBuilder
. - DomAudioBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomAudioBuilder
- DomBaseBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
BaseBuilder
. - DomBaseBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomBaseBuilder
- DomBodyBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
BodyBuilder
. - DomBodyBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomBodyBuilder
- DomBRBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
BRBuilder
. - DomBRBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomBRBuilder
- DomBuilderFactory - Class in com.google.gwt.dom.builder.client
-
Factory for creating element builders that construct elements using DOM manipulation.
- DomBuilderFactory() - Constructor for class com.google.gwt.dom.builder.client.DomBuilderFactory
-
Created from static factory method.
- DomBuilderImpl - Class in com.google.gwt.dom.builder.client
-
Implementation of methods in
ElementBuilderBase
used to render Elements using DOM manipulation. - DomBuilderImpl() - Constructor for class com.google.gwt.dom.builder.client.DomBuilderImpl
- DomButtonBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ButtonBuilder
. - DomButtonBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomButtonBuilder
- DomCanvasBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
CanvasBuilder
. - DomCanvasBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomCanvasBuilder
- DomDivBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
DivBuilder
. - DomDivBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomDivBuilder
- DomDListBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
DListBuilder
. - DomDListBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomDListBuilder
- DomElementBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ElementBuilder
. - DomElementBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomElementBuilder
- DomElementBuilderBase<R,
E> - Class in com.google.gwt.dom.builder.client -
Implementation of
ElementBuilderBase
that delegates to aDomBuilderImpl
. - DomElementBuilderBase(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomElementBuilderBase
-
Construct a new
DomElementBuilderBase
. - DomElementBuilderBase(DomBuilderImpl, boolean) - Constructor for class com.google.gwt.dom.builder.client.DomElementBuilderBase
-
Construct a new
DomElementBuilderBase
. - 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> - Class in com.google.gwt.event.dom.client
-
DomEvent
is a subclass ofGwtEvent
that provides events that underlying native browser event object as well as a subclass ofDomEvent.Type
that understands GWT event bits used by sinkEvents(). - DomEvent() - Constructor for class com.google.gwt.event.dom.client.DomEvent
- DomEvent.Type<H> - Class in com.google.gwt.event.dom.client
-
Type class used by dom event subclasses.
- DOMException - Exception Class in com.google.gwt.xml.client
-
Thrown when DOM exceptions occur.
- DOMException(short, String) - Constructor for exception class com.google.gwt.xml.client.DOMException
- DomFieldSetBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
FieldSetBuilder
. - DomFieldSetBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomFieldSetBuilder
- DomFormBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
FormBuilder
. - DomFormBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomFormBuilder
- DomFrameBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
FrameBuilder
. - DomFrameBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomFrameBuilder
- DomFrameSetBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
FrameSetBuilder
. - DomFrameSetBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomFrameSetBuilder
- DomHeadBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
HeadBuilder
. - DomHeadBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomHeadBuilder
- DomHeadingBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
HeadingBuilder
. - DomHeadingBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomHeadingBuilder
- DomHRBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
HRBuilder
. - DomHRBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomHRBuilder
- DomIFrameBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
IFrameBuilder
. - DomIFrameBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomIFrameBuilder
- DomImageBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ImageBuilder
. - DomImageBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomImageBuilder
- DOMImpl - Class in com.google.gwt.dom.client
- DOMImpl() - Constructor for class com.google.gwt.dom.client.DOMImpl
- DOMImplMozilla - Class in com.google.gwt.dom.client
-
Mozilla implementation of StandardBrowser.
- DOMImplMozilla() - Constructor for class com.google.gwt.dom.client.DOMImplMozilla
- DOMImplStandard - Class in com.google.gwt.dom.client
-
Deprecated.
- DOMImplStandard() - Constructor for class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- DOMImplStandardBase - Class in com.google.gwt.dom.client
-
Deprecated.
- DOMImplStandardBase() - Constructor for class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- DOMImplWebkit - Class in com.google.gwt.dom.client
-
WebKit based implementation of
DOMImplStandardBase
. - DOMImplWebkit() - Constructor for class com.google.gwt.dom.client.DOMImplWebkit
- DomInputBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
InputBuilder
. - DomInputBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomInputBuilder
- DomLabelBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
LabelBuilder
. - DomLabelBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomLabelBuilder
- DomLegendBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
LegendBuilder
. - DomLegendBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomLegendBuilder
- DomLIBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
LIBuilder
. - DomLIBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomLIBuilder
- DomLinkBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
LinkBuilder
. - DomLinkBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomLinkBuilder
- DomMapBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
MapBuilder
. - DomMapBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomMapBuilder
- DomMediaBuilderBase<R,
E> - Class in com.google.gwt.dom.builder.client -
Base class for HTML-based implementations of
MediaBuilder
. - DomMediaBuilderBase(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- DomMetaBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
MetaBuilder
. - DomMetaBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomMetaBuilder
- DomModBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ModBuilder
. - DomModBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomModBuilder
- DomOListBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
OListBuilder
. - DomOListBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomOListBuilder
- DomOptGroupBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
OptGroupBuilder
. - DomOptGroupBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomOptGroupBuilder
- DomOptionBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
OptionBuilder
. - DomOptionBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomOptionBuilder
- DomParagraphBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ParagraphBuilder
. - DomParagraphBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomParagraphBuilder
- DomParamBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ParamBuilder
. - DomParamBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomParamBuilder
- DomPreBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
PreBuilder
. - DomPreBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomPreBuilder
- DomQuoteBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
QuoteBuilder
. - DomQuoteBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomQuoteBuilder
- DomScriptBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
ScriptBuilder
. - DomScriptBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomScriptBuilder
- DomSelectBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
SelectBuilder
. - DomSelectBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomSelectBuilder
- DomSourceBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
SourceBuilder
. - DomSourceBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomSourceBuilder
- DomSpanBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
SpanBuilder
. - DomSpanBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomSpanBuilder
- DomStyleBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
StyleBuilder
. - DomStyleBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomStyleBuilder
- DomStylesBuilder - Class in com.google.gwt.dom.builder.client
-
Builds the style object.
- DomStylesBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomStylesBuilder
-
Construct a new
DomStylesBuilder
. - DomTableBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TableBuilder
. - DomTableBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomTableBuilder
- DomTableCaptionBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TableCaptionBuilder
. - DomTableCaptionBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomTableCaptionBuilder
- DomTableCellBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TableCellBuilder
. - DomTableCellBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomTableCellBuilder
- DomTableColBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TableColBuilder
. - DomTableColBuilder(DomBuilderImpl, boolean) - Constructor for class com.google.gwt.dom.builder.client.DomTableColBuilder
- DomTableRowBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TableRowBuilder
. - DomTableRowBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomTableRowBuilder
- DomTableSectionBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TableSectionBuilder
. - DomTableSectionBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- DomTextAreaBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
TextAreaBuilder
. - DomTextAreaBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- DomUListBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
UListBuilder
. - DomUListBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomUListBuilder
- 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.
- DomVideoBuilder - Class in com.google.gwt.dom.builder.client
-
DOM-based implementation of
VideoBuilder
. - DomVideoBuilder(DomBuilderImpl) - Constructor for class com.google.gwt.dom.builder.client.DomVideoBuilder
- 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).
- DONT_NEED_ENCODING - Static variable in class com.google.gwt.safehtml.shared.UriUtils
-
Characters that don't need %-escaping (minus letters and digits), according to ECMAScript 5th edition for the
encodeURI
function. - doOpenStyleImpl() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doOpenStyleImpl() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Open the style attribute.
- doOpenStyleImpl() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Standard HttpServlet method: handle the POST.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryServlet
-
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(String) - Method in class com.google.gwt.user.tools.WebAppCreator
-
Create the sample app.
- doSetCallback(RequestBuilder, RequestCallback) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
- doSetColumnWidth(int, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the width of a column.
- doSetColumnWidth(int, String) - Method in class com.google.gwt.user.cellview.client.CellTable
- doSetColumnWidth(int, String) - Method in class com.google.gwt.user.cellview.client.DataGrid
- doSetContentType(RequestBuilder, String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
- doSetHeaderVisible(boolean, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Show or hide a header section.
- doSetHeaderVisible(boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellTable
- doSetHeaderVisible(boolean, boolean) - Method in class com.google.gwt.user.cellview.client.DataGrid
- doSetRequestData(RequestBuilder, String) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
- doSetRequestId(RequestBuilder, int) - Method in class com.google.gwt.user.client.rpc.RpcRequestBuilder
-
Called by
RpcRequestBuilder.setRequestId(int)
. - doTextImpl(String) - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- doTextImpl(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Set the specified text as the inner text of the current element.
- doTextImpl(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- DOTTED - Enum constant in enum com.google.gwt.dom.client.Style.BorderStyle
- DOTTED - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- DOUBLE - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- DOUBLE - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- DOUBLE - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- DoubleAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses a single double attribute.
- DoubleAttributeParser(FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.DoubleAttributeParser
- DoubleBox - Class in com.google.gwt.user.client.ui
-
A ValueBox that uses
DoubleParser
andDoubleRenderer
. - 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. - doUnexpectedFailure(Throwable) - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Override this method to control what should happen when an exception escapes the
AbstractRemoteServiceServlet.doPost(jakarta.servlet.http.HttpServletRequest, jakarta.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.
- DRAG - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragDropEventBase<H> - Class in com.google.gwt.event.dom.client
-
Base class for drag and drop events.
- DragDropEventBase() - Constructor for class com.google.gwt.event.dom.client.DragDropEventBase
- DragDropEventBase.DragSupportDetector - Class in com.google.gwt.event.dom.client
-
Detector for browser support of drag events.
- DragDropEventBase.DragSupportDetectorNo - Class in com.google.gwt.event.dom.client
-
Detector for permutations that do not support drag events.
- DRAGEND - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragEndEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drag end event.
- DragEndEvent() - Constructor for class com.google.gwt.event.dom.client.DragEndEvent
- DragEndHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragEndEvent
events. - DRAGENTER - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragEnterClickHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragEnterEvent
events. - DragEnterEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drag enter event.
- DragEnterEvent() - Constructor for class com.google.gwt.event.dom.client.DragEnterEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
orDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers, com.google.gwt.dom.client.Element)
to fire drag enter events. - DragEnterHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragEnterEvent
events. - DragEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drag event.
- DragEvent() - Constructor for class com.google.gwt.event.dom.client.DragEvent
- draggable(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- draggable(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Changes the draggable attribute to one of
Element.DRAGGABLE_AUTO
,Element.DRAGGABLE_FALSE
, orElement.DRAGGABLE_TRUE
. - draggable(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- DRAGGABLE_AUTO - Static variable in class com.google.gwt.dom.client.Element
-
Constant returned from
Element.getDraggable()
. - DRAGGABLE_FALSE - Static variable in class com.google.gwt.dom.client.Element
-
Constant returned from
Element.getDraggable()
. - DRAGGABLE_TRUE - Static variable in class com.google.gwt.dom.client.Element
-
Constant returned from
Element.getDraggable()
. - DragHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragEvent
events. - DRAGLEAVE - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragLeaveEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drag leave event.
- DragLeaveEvent() - Constructor for class com.google.gwt.event.dom.client.DragLeaveEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
orDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers, com.google.gwt.dom.client.Element)
to fire drag exit events. - DragLeaveHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragLeaveEvent
events. - DRAGOVER - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragOverEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drag over event.
- DragOverEvent() - Constructor for class com.google.gwt.event.dom.client.DragOverEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
orDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers, com.google.gwt.dom.client.Element)
to fire drag over events. - DragOverHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragOverEvent
events. - DRAGSTART - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragStartEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drag start event.
- DragStartEvent() - Constructor for class com.google.gwt.event.dom.client.DragStartEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
orDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers, com.google.gwt.dom.client.Element)
to fire drag start events. - DragStartHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragStartEvent
events. - DragSupportDetector() - Constructor for class com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector
- DragSupportDetectorNo() - Constructor for class com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo
- 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.
- drawImage(VideoElement, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Draws a video's current frame.
- drawImage(VideoElement, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Draws a scaled video's current frame.
- drawImage(VideoElement, double, double, double, double, double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Draws a scaled subset of a video's current frame.
- DROP - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DROPEFFECT - Static variable in class com.google.gwt.aria.client.Property
- DropeffectValue - Enum in com.google.gwt.aria.client
-
Property enum for 'aria-dropeffect' values.
- DropEvent - Class in com.google.gwt.event.dom.client
-
Represents a native drop event.
- DropEvent() - Constructor for class com.google.gwt.event.dom.client.DropEvent
- DropHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DropEvent
events. - 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
- E_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- EAST - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- 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(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.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(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.
- edit(T) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
Always returns
object
. - 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> - 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. - EditTextCell.Template - Interface in com.google.gwt.cell.client
- EditTextCell.ViewData - Class in com.google.gwt.cell.client
-
The view data object used by this cell.
- 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 - Class in com.google.gwt.user.client
-
Deprecated.
- Element - Interface in com.google.gwt.xml.client
-
This interface represents XML DOM elements, which are the basic building block of XML.
- Element() - Constructor for class com.google.gwt.dom.client.Element
- Element() - Constructor for class com.google.gwt.user.client.Element
-
Deprecated.Not directly instantiable.
- 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.
- ElementBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an element.
- ElementBuilderBase<T> - Interface in com.google.gwt.dom.builder.shared
-
Base class for element builders used to builder DOM elements.
- ElementBuilderFactory - Class in com.google.gwt.dom.builder.shared
-
Factory for creating element builders.
- ElementBuilderFactory() - Constructor for class com.google.gwt.dom.builder.shared.ElementBuilderFactory
-
Created from static factory method.
- ElementBuilderImpl - Class in com.google.gwt.dom.builder.shared
-
Base implementation of
ElementBuilderBase
that handles state, but nothing else. - ElementBuilderImpl() - Constructor for class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- ElementParser - Interface in com.google.gwt.uibinder.elementparsers
-
Element parsers are classes that parse xml elements, using the context to generate widget initialization code.
- elements - Variable in class com.google.web.bindery.requestfactory.apt.State
- ELLIPSIS - Enum constant in enum com.google.gwt.dom.client.Style.TextOverflow
- ElseNodeCreator - Class in com.google.gwt.resources.converter
-
The original Css parser doesn't create specific nodes for
@elif
and@else
at-rules. - ElseNodeCreator() - Constructor for class com.google.gwt.resources.converter.ElseNodeCreator
- EM - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- emit(String, InputStream) - Method in interface com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Emitter
-
Deprecated.
- emit(String, InputStream) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.JarEmitter
-
Deprecated.
- emit(String, InputStream) - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Emitter
-
Deprecated.
- emit(String, InputStream) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.JarEmitter
-
Deprecated.
- 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.D8ScriptLinker
- emitSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.linker.SingleScriptLinker
- emitSourceMapString(TreeLogger, String, String) - Method in class com.google.gwt.core.linker.SymbolMapsLinker
- 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.
- emptyTree() - Method in interface com.google.gwt.user.cellview.client.CellTree.CellTreeMessages
- ENABLE_ENHANCED_CLASSES - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
-
Flag to enable using enhanced classes, for applications that need them and are taking appropriate steps to secure them.
- ENABLE_GWT_ENHANCED_CLASSES_PROPERTY - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
-
System property to enable gwt-rpc enhanced classes.
- enableColumnHandlers(ElementBuilderBase<?>, Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Enables column-specific event handling for the specified element.
- ENABLED - Enum constant in enum com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
-
Keyboard selection is enabled.
- 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.
- enclosingClassDescriptor - Variable in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
- encode() - Method in class com.google.web.bindery.requestfactory.shared.DefaultProxyStore
-
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(Object) - Method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- 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(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Encodes the URL.
- encodeAllowEscapes(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Encodes the URL, preserving existing %-escapes.
- encodeComponent(String) - Static method in class com.google.gwt.http.client.URL
-
Deprecated.
- encodeComponent(String, boolean) - Static method in class com.google.gwt.http.client.URL
-
Deprecated.
- encodeHistoryToken(String) - Static method in class com.google.gwt.user.client.History
-
Encode a history token for use as part of a URI.
- 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.
- encodeResponseForFailedRequest(RPCRequest, Throwable) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPC
-
Returns a string that encodes an exception.
- encodeResponseForFailedRequest(RPCRequest, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPC
-
Returns a string that encodes an exception.
- encodeResponseForFailure(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPC
-
Returns a string that encodes an exception.
- 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.jakarta.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.jakarta.RPC
- 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.jakarta.RPC
-
Returns a string that encodes the object.
- 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.jakarta.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.jakarta.RPC
- 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 forFileUpload
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. - enctype(String) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- enctype(String) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
The content type of the submitted form, generally "application/x-www-form-urlencoded".
- enctype(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- end - Variable in class com.google.gwt.core.ext.soyc.Range
- end() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- end() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element without checking its type.
- end() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- end() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- 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
. - end(String) - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- end(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element after checking that its tag is the specified tagName.
- end(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- END - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
- END - Enum constant in enum com.google.gwt.layout.client.Layout.Alignment
-
Positions an element at the beginning of a given axis.
- endAllTags() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
End all open tags, including the root element.
- endAnchor() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endAnchor() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endArea() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endArea() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endAudio() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endAudio() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endBase() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endBase() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endBlockQuote() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endBlockQuote() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endBody() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endBody() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endBR() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endBR() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endButton() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endButton() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endCanvas() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endCanvas() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endCol() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endCol() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endColGroup() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endColGroup() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endColumn - Variable in class com.google.gwt.core.ext.soyc.Range
- endDiv() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endDiv() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endDList() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endDList() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- 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.
- ENDED - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - endFieldSet() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endFieldSet() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endForm() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endForm() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endFrame() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endFrame() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endFrameSet() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endFrameSet() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endH1() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endH1() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endH2() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endH2() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endH3() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endH3() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endH4() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endH4() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endH5() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endH5() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endH6() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endH6() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endHead() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endHead() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endHR() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endHR() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endIFrame() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endIFrame() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endImage() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endImage() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endInput() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endJavaDocComment() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
End emitting a JavaDoc comment.
- endJavaDocComment() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- endLabel() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endLabel() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endLegend() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endLegend() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endLI() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endLI() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endLine - Variable in class com.google.gwt.core.ext.soyc.Range
- endLink() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endLink() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endMap() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endMap() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endMeta() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endMeta() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endOf(HasDirection.Direction) - Static method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
- endOList() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endOList() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endOptGroup() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endOptGroup() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endOption() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endOption() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endParagraph() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endParagraph() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endParam() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endParam() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endPre() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endPre() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endQuote() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endQuote() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endScript() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endScript() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endSelect() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endSelect() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endSource() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endSource() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endSpan() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endSpan() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endStyle() - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- endStyle() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endStyle() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endStyle() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- endStyle() - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- endStyle() - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
End the current style attribute.
- endsWithLtr(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Like
BidiUtils.endsWithLtr(String, boolean)
, but assumesstr
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 assumesstr
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.
- endTable() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTable() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTableCaption() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTableCaption() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTBody() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTBody() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTD() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTD() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTextArea() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTextArea() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTFoot() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTFoot() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTH() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTH() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTHead() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTHead() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endTitle() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
End the current element.
- endTR() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endTR() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endUList() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endUList() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- endVideo() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- endVideo() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
End the current element.
- 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(CssElIf, Context) - Method in class com.google.gwt.resources.converter.ExtendedCssVisitor
- endVisit(CssElse, Context) - Method in class com.google.gwt.resources.converter.ExtendedCssVisitor
- endVisit(CssFontFace, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssIf, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssMediaRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssNoFlip, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssPageRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssSprite, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- endVisit(CssUnknownAtRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- 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.web.bindery.autobean.shared.AutoBeanVisitor
-
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.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
-
Called when finished with a type parameter.
- 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.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
-
Called when finished with a type.
- endVisitValueProperty(String, Object, AutoBeanVisitor.PropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
-
Called after visiting a value property.
- ensureAnimationFrame() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Ensure that the animation frame exists and return it.
- ensureChildContainer() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Ensure that the child container exists and return it.
- ensureContentContainer() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Ensure that the content container exists and return it.
- 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) - 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.DebugIdImplEnabled
- ensureDebugId(Element, String, String) - Static method in class com.google.gwt.user.client.ui.UIObject
-
Set the debug id of a specific element.
- ensureDebugId(UIObject, 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(String) - Method in class com.google.gwt.user.client.ui.UIObject
- ensureDomEventHandlers() - Method in class com.google.gwt.user.client.ui.CheckBox
- ensureDomEventHandlers() - Method in class com.google.gwt.user.client.ui.RadioButton
-
No-op.
- ensureDomEventHandlers() - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
- 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.
- ensureElement(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
-
Gets the element associated with a cell.
- ensureHandlers() - Method in class com.google.gwt.user.client.ui.Widget
-
Ensures the existence of the handler manager.
- 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.
- ensureTableColElement(int) - Method in class com.google.gwt.user.cellview.client.DataGrid.TableWidget
-
Get the
TableColElement
at the specified index, creating it if 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()
ifSimplePanel.getWidget()
returnsnull
. - enterBooleanExpression(CssBooleanExpressionNode) - Method in class com.google.gwt.resources.gss.BooleanConditionCollector
- enterBooleanExpression(CssBooleanExpressionNode) - Method in class com.google.gwt.resources.gss.ExtendedConditionalNodeVisitor
- enterBooleanExpression(CssBooleanExpressionNode) - Method in class com.google.gwt.resources.gss.PermutationsCollector
- enterClassSelector(CssClassSelectorNode) - Method in class com.google.gwt.resources.gss.ClassNamesCollector
- enterClassSelector(CssClassSelectorNode) - Method in class com.google.gwt.resources.gss.ExternalClassesCollector
- enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.gwt.resources.gss.CreateRuntimeConditionalNodes
- enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.gwt.resources.gss.ExtendedEliminateConditionalNodes
- enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.gwt.resources.gss.RuntimeConditionalBlockCollector
- enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.gwt.resources.gss.ExtendedConditionalNodeVisitor
- enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.gwt.resources.gss.ValidateRuntimeConditionalNode
- enterDeclaration(CssDeclarationNode) - Method in class com.google.gwt.resources.gss.ImageSpriteCreator
- enterDeclaration(CssDeclarationNode) - Method in class com.google.gwt.resources.gss.RecordingBidiFlipper
- enterDefinition(CssDefinitionNode) - Method in class com.google.gwt.resources.gss.CollectAndRemoveConstantDefinitions
- enterDefinition(CssDefinitionNode) - Method in class com.google.gwt.resources.gss.ValidateRuntimeConditionalNode
- enterTree(CssRootNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.gwt.resources.gss.ValidateRuntimeConditionalNode
- ENTITIES - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- ENTITY_JS - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- ENTITY_NAME - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- 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.
- EntityDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
-
The abstraction of any possible entity in the code that is register by soyc: classes, methods and fields.
- EntityDescriptor(String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
- EntityDescriptor.Fragment - Class in com.google.gwt.core.ext.soyc.coderef
-
Stores the size contribution to each fragment for this entity.
- EntityDescriptorJsonTranslator - Class in com.google.gwt.core.ext.soyc.coderef
-
Serialize/Deserialize EntityDescriptor instances to/from json.
- EntityProxy - Interface in com.google.web.bindery.requestfactory.shared
-
A proxy for a server-side domain object.
- EntityProxyChange<P> - 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> - Interface in com.google.web.bindery.requestfactory.shared
-
Implemented by methods that handle EntityProxyChange events.
- EntityProxyId<P> - 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. - entityProxyIdType - Variable in class com.google.web.bindery.requestfactory.apt.State
- EntityProxyKeyProvider<P> - Class in com.google.web.bindery.requestfactory.gwt.ui.client
-
An
EntityProxy
-aware key provider, handy for use withSelectionModel
and various cell widgets. - EntityProxyKeyProvider() - Constructor for class com.google.web.bindery.requestfactory.gwt.ui.client.EntityProxyKeyProvider
- entityProxyType - Variable in class com.google.web.bindery.requestfactory.apt.State
- EntityRecorder - Class in com.google.gwt.core.ext.soyc.coderef
-
Creates the entities artifacts for the new soyc.
- 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.
- entriesArePositiveByDefault() - Method in class com.google.gwt.util.regexfilter.WhitelistRegexFilter
- 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.
- ENUM - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- EnumAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses an enum attribute.
- EnumAttributeParser(FieldReferenceConverter, JEnumType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.EnumAttributeParser
- EnumMap<K,
V> - Class in com.google.gwt.user.server.rpc -
A serialization-compatible mock for
EnumMap
that uses an equalEnumMap.serialVersionUID
and a compatible set of fields. - EnumMap(Class<K>) - Constructor for class com.google.gwt.user.server.rpc.EnumMap
- EnumMapUtil - Class in com.google.gwt.user.server.rpc
-
A utility to extract the key type of any
EnumMap
, even if it is empty. - EnumMapUtil() - Constructor for class com.google.gwt.user.server.rpc.EnumMapUtil
- EPHEMERAL - Enum constant in enum com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
-
The id is managed by the client and is generally unknown to the server.
- equals(Object) - Method in class com.google.gwt.cell.client.EditTextCell.ViewData
- 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
-
Calls a native JS
equals
method if any, otherwise returnstrue
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
- equals(Object) - Method in class com.google.gwt.json.client.JSONNumber
- equals(Object) - Method in class com.google.gwt.json.client.JSONObject
- equals(Object) - Method in class com.google.gwt.json.client.JSONString
- 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.safecss.shared.SafeStylesString
-
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.safehtml.shared.SafeHtmlString
-
Compares this string to the specified object.
- equals(Object) - Method in interface com.google.gwt.safehtml.shared.SafeUri
-
Compares this string to the specified object.
- equals(Object) - Method in class com.google.gwt.safehtml.shared.SafeUriString
-
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.
- equals(Object) - Method in class com.google.web.bindery.requestfactory.server.Pair
- eraNames() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- eraNames() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- eraNames() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- eras() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- eras() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- eras() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- erasFull() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- erasFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of the full era names.
- erasFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- erasShort() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- erasShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns abbreviations of the era names.
- erasShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- error(String) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Log a fatal error during code generation.
- error(String) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- error(String, Throwable) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Log a fatal error during code generation.
- error(String, Throwable) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- error(Throwable) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Log a fatal error during code generation.
- error(Throwable) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- ERROR - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs an error.
- ERROR - Enum constant in enum com.google.gwt.user.client.DocumentModeAsserter.Severity
-
Receive an error message at runtime.
- ERROR - Static variable in class com.google.gwt.core.ext.TreeLogger
-
Logs an error.
- ERROR - Static variable in class com.google.gwt.dom.client.BrowserEvents
- ErrorContext(RequestFactoryJarExtractor.ErrorContext) - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- ErrorContext(RequestFactoryJarExtractor.ErrorContext) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- ErrorContext(Logger) - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- ErrorContext(Logger) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- 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. - errorLabel - Variable in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
- escape(String) - Static method in class com.google.gwt.codegen.server.CodeGenUtils
-
Escapes string content to be a valid string literal.
- escape(String) - Static method in class com.google.gwt.core.ext.Generator
-
Escapes string content to be a valid string literal.
- escapeClassName(String) - Static method in class com.google.gwt.core.ext.Generator
-
Returns an escaped version of a String that is valid as a Java class name.
Illegal characters become "_" + the character integer padded to 5 digits like "_01234". - 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.
- eST5EDT() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- estimateDirection(SafeHtml) - Method in class com.google.gwt.i18n.shared.DirectionEstimator
-
Estimates the direction of a SafeHtml.
- estimateDirection(SafeHtml) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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 assumesisHtml
is false. - estimateDirection(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Like
BidiUtils.estimateDirection(String, boolean)
, but assumesstr
is not HTML / HTML-escaped. - estimateDirection(String) - Method in class com.google.gwt.i18n.shared.DirectionEstimator
-
Estimates the direction of a plain-text string.
- 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(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)
. - 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, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Estimates the directionality of a string based on relative word counts.
- estimateDirection(String, boolean) - Method in class com.google.gwt.i18n.shared.DirectionEstimator
-
Estimates the direction of a 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
- europeGuernsey() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- europeHelsinki() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- europeIsleofMan() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- europeIstanbul() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- europeJersey() - 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
- europeMariehamn() - 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
- europeSanMarino() - 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
- europeVatican() - 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
- EvalFunction - Class in com.google.gwt.resources.gss
-
GSS function that creates a
CssJavaExpressionNode
in order to evaluate a Java expression at runtime. - EvalFunction() - Constructor for class com.google.gwt.resources.gss.EvalFunction
- evenRow() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to even rows.
- evenRowCell() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to cells in even rows.
- Event - Class in com.google.gwt.user.client
-
An opaque handle to a native DOM Event.
- Event<H> - Class in com.google.web.bindery.event.shared
-
Base Event object.
- Event() - Constructor for class com.google.gwt.user.client.Event
-
Not directly instantiable.
- 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.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
. - EventBus - Class in com.google.gwt.event.shared
-
Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
- EventBus - Class in com.google.web.bindery.event.shared
-
Dispatches
Event
s to interested parties. - EventBus() - Constructor for class com.google.gwt.event.shared.EventBus
- 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(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetAltKey(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getAltKey()
instead. - eventGetButton(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetButton(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- eventGetButton(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getButton()
instead. - eventGetCharCode(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetCharCode(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- eventGetClientX(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetClientX(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getClientX()
instead. - eventGetClientY(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetClientY(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getClientY()
instead. - eventGetCtrlKey(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetCtrlKey(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getCtrlKey()
instead. - eventGetCurrentEvent() - Static method in class com.google.gwt.user.client.DOM
-
Gets the current event that is being fired.
- eventGetCurrentTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetCurrentTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- 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
andEvent.ONMOUSEOUT
). - eventGetKeyCode(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetKeyCode(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getKeyCode()
instead. - eventGetMetaKey(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetMetaKey(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getMetaKey()
instead. - eventGetMouseWheelVelocityY(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetMouseWheelVelocityY(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getMouseWheelVelocityY()
instead. - eventGetRelatedTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetRelatedTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- eventGetRelatedTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- eventGetRepeat(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.not supported in any browser but IE
- eventGetRotation(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetScale(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetScreenX(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetScreenX(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getScreenX()
instead. - eventGetScreenY(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetScreenY(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getScreenY()
instead. - eventGetShiftKey(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetShiftKey(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getShiftKey()
instead. - eventGetTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventGetTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- eventGetTarget(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplWebkit
-
Webkit events sometimes target the text node inside of the element instead of the element itself, so we need to get the parent of the text node.
- 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
andEvent.ONMOUSEOVER
). - eventGetType(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- 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
-
Deprecated.Use
NativeEvent.getType()
instead. - 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(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventPreventDefault(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- eventPreventDefault(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.preventDefault()
instead. - EventPreview - Interface in com.google.gwt.user.client
-
Deprecated.replaced by
Event.NativePreviewHandler
- eventSetKeyCode(NativeEvent, char) - Method in class com.google.gwt.dom.client.DOMImpl
- 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
- eventStopPropagation(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventsToSink - Variable in class com.google.gwt.user.client.ui.Widget
-
A bit-map of the events that should be sunk when the widget is attached to the DOM.
- 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(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- eventToString(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- eventToString(Event) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
NativeEvent.getString()
instead. - EX - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- Example - Search tag in class com.google.gwt.cell.client.AbstractEditableCell
- Section
- Example - Search tag in class com.google.gwt.i18n.client.DateTimeFormat
- Section
- Example - Search tag in class com.google.gwt.i18n.client.NumberFormat
- Section
- Example - Search tag in class com.google.gwt.i18n.shared.DateTimeFormat
- Section
- Example - Search tag in class com.google.gwt.layout.client.Layout
- Section
- Example - Search tag in class com.google.gwt.user.cellview.client.CellBrowser
- Section
- Example - Search tag in class com.google.gwt.user.cellview.client.SimplePager
- Section
- Example - Search tag in class com.google.gwt.user.client.History
- Section
- Example - Search tag in class com.google.gwt.user.client.Timer
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Button
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.CheckBox
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Composite
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.DecoratedTabPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.DialogBox
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.DockLayoutPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.FileUpload
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.FlexTable
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.FormPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Frame
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Grid
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.HTML
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Hyperlink
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Image
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Label
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.LayoutPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.LazyPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.ListBox
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.MenuBar
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.PasswordTextBox
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.PopupPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.PushButton
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.RadioButton
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.RootLayoutPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.SplitLayoutPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.StackLayoutPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.StackPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.TabBar
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.TabLayoutPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.TabPanel
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.TextArea
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.TextBox
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.ToggleButton
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.Tree
- Section
- Example - Search tag in class com.google.gwt.user.client.ui.TreeItem
- Section
- Example - Search tag in class com.google.gwt.user.datepicker.client.DateBox
- Section
- Example - Search tag in class com.google.gwt.user.datepicker.client.DatePicker
- Section
- Example - Search tag in class com.google.gwt.view.client.AsyncDataProvider
- Section
- Example - Search tag in class com.google.gwt.view.client.ListDataProvider
- Section
- Example - Search tag in interface com.google.gwt.cell.client.Cell
- Section
- Example - Search tag in interface com.google.gwt.user.client.ui.ImageBundle
- Section
- Example - Search tag in interface com.google.gwt.user.client.ui.TreeImages
- Section
- Example - Search tag in package com.google.gwt.debug.client
- Section
- Example Output - Search tag in com.google.gwt.http.client.UrlBuilder.setParameter(String, String...)
- Section
- Examples - Search tag in class com.google.gwt.cell.client.AbstractCell
- Section
- Examples - Search tag in class com.google.gwt.i18n.client.DateTimeFormat
- Section
- Examples - Search tag in class com.google.gwt.i18n.shared.DateTimeFormat
- Section
- Examples - Search tag in class com.google.gwt.user.cellview.client.CellList
- Section
- Examples - Search tag in class com.google.gwt.user.cellview.client.CellTable
- Section
- Examples - Search tag in class com.google.gwt.user.cellview.client.CellTree
- Section
- Examples - Search tag in class com.google.gwt.user.cellview.client.DataGrid
- Section
- exceedsUncompressedContentLengthLimit(String) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Returns
true
if the response content's estimated UTF-8 byte length exceeds 256 bytes. - 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.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- ExceptionHandler - Interface in com.google.web.bindery.requestfactory.server
-
Handles an exception produced while processing a request.
- exec(int, List<JsSourceMap>, String) - Static method in class com.google.gwt.core.ext.soyc.SourceMapRecorder
-
Generates a sourcemap for each fragment in the list.
- exec(String) - Method in class com.google.gwt.regexp.shared.RegExp
-
Applies the regular expression to the given string.
- exec(String[]) - Static method in class com.google.web.bindery.requestfactory.apt.ValidationTool
-
A testable "main" method.
- exec(String[], JavaCompiler) - Static method in class com.google.web.bindery.requestfactory.apt.ValidationTool
- exec(String[], JavaCompiler, Iterable<String>) - Static method in class com.google.web.bindery.requestfactory.apt.ValidationTool
- 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() - Method in class com.google.gwt.user.client.ui.LayoutCommand
- execute(double) - Method in interface com.google.gwt.animation.client.AnimationScheduler.AnimationCallback
-
Invokes the command.
- execute(Widget) - Method in interface com.google.gwt.user.client.ui.AttachDetachException.Command
- execute(T) - Method in interface com.google.gwt.cell.client.ActionCell.Delegate
-
Perform the desired action on the given object.
- EXECUTE - Enum constant in enum com.google.gwt.aria.client.DropeffectValue
- executeCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
-
Executes all scheduled commands once.
- executeJobs() - Method in class com.google.web.bindery.requestfactory.apt.State
- executeRepeatingCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
-
Executes all scheduled
Scheduler.RepeatingCommand
s once. - executeScheduledCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
-
Executes all scheduled
Scheduler.ScheduledCommand
s that have been passed to this scheduler, then removes all commands. - execWithJavaNames(int, List<JsSourceMap>, String) - Static method in class com.google.gwt.core.ext.soyc.SourceMapRecorder
-
Generates a sourcemap for each fragment in the list, with JavaScript-to-Java name mappings included.
- exists(String) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ClassLoaderLoader
-
Deprecated.
- exists(String) - Method in interface com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Loader
-
Deprecated.Returns true if the specified resource can be loaded.
- exists(String) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ClassLoaderLoader
-
Deprecated.
- exists(String) - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Loader
-
Deprecated.Returns true if the specified resource can be loaded.
- EXPANDED - Static variable in class com.google.gwt.aria.client.State
- ExpandedValue - Enum in com.google.gwt.aria.client
-
State enum for 'aria-expanded' values.
- expandToFitParentUsingCssOffsets(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Sizes and element to consume the full area of its parent using the CSS properties left, right, top, and bottom.
- expandToFitParentUsingPercentages(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Sizes an element to consume the full areas of its parent using 100% width and height.
- exponentialSymbol() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
- exponentialSymbol() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
- expressionToPath(String) - Static method in class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter
-
Reverses most of the work of
FieldReferenceConverter.convert(java.lang.String, com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.Delegate)
, turning a java expression back into a dotted path. - ExtendedConditionalNodeVisitor - Class in com.google.gwt.resources.gss
-
GSS doesn't visit the children of a CssConditionalRuleNode.
- ExtendedConditionalNodeVisitor() - Constructor for class com.google.gwt.resources.gss.ExtendedConditionalNodeVisitor
- ExtendedCssVisitor - Class in com.google.gwt.resources.converter
-
This visitor allows to visit new nodes created specifically for the conversion.
- ExtendedCssVisitor() - Constructor for class com.google.gwt.resources.converter.ExtendedCssVisitor
- ExtendedEliminateConditionalNodes - Class in com.google.gwt.resources.gss
-
A compiler pass that eliminates the conditional blocks for which the boolean expression does not evaluate to true.
- ExtendedEliminateConditionalNodes(MutatingVisitController, Set<String>, Set<CssConditionalBlockNode>) - Constructor for class com.google.gwt.resources.gss.ExtendedEliminateConditionalNodes
- Extending Constants - Search tag in interface com.google.gwt.i18n.client.Constants
- Section
- Extending Messages - Search tag in interface com.google.gwt.i18n.client.Messages
- Section
- EXTENDS - Enum constant in enum com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType
-
Used when the declaration explicitly used ? extends Type.
- EXTERNAL_AT_RULE - Static variable in class com.google.gwt.resources.gss.ExternalClassesCollector
- ExternalClassesCollector - Class in com.google.gwt.resources.gss
-
Compiler pass that collects external styles declared with the
@external
at-rule. - ExternalClassesCollector(MutatingVisitController, ErrorManager) - Constructor for class com.google.gwt.resources.gss.ExternalClassesCollector
- ExternalTextResource - Interface in com.google.gwt.resources.client
-
Identical to
TextResource
, except the contents of the resource are not inlined into the compiled output. - ExtraAttribute - Class in com.google.gwt.aria.client
-
Defines additional attributes that are interpreted by readers.
- extractScheme(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Extracts the scheme of a URI.
- ExtraTypes - Annotation Type in com.google.web.bindery.requestfactory.shared
-
This annotation can be applied to
EntityProxy
,ValueProxy
,RequestContext
, andRequestFactory
type declarations to include additional polymorphic proxy types that are not explicitly referenced. - extraTypesAnnotation - Variable in class com.google.web.bindery.requestfactory.apt.State
- ExtraTypesScanner<T> - Class in com.google.web.bindery.requestfactory.apt
-
Looks for
ExtraTypes
annotations and callsExtraTypesScanner.scanExtraType(TypeElement)
. - ExtraTypesScanner() - Constructor for class com.google.web.bindery.requestfactory.apt.ExtraTypesScanner
F
- Factory() - Constructor for class com.google.gwt.i18n.shared.BidiFormatter.Factory
- Factory() - Constructor for class com.google.gwt.i18n.shared.BidiFormatterBase.Factory
- Factory() - Constructor for class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter.Factory
- FACTORY - Static variable in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
-
Vends message objects.
- FACTORY - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
- factoryMustBeAssignable(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- factoryMustReturnInterface(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- factoryNoMethodParameters() - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- failure() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
- Failure(String, Object...) - Constructor for exception class com.google.gwt.uibinder.attributeparsers.CssNameConverter.Failure
- 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 createsFakeLeafValueEditor
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
- FakeRequest<T> - Class in com.google.web.bindery.requestfactory.shared.testing
-
A no-op implementation of Request that can be used as a base type for writing unit tests.
- FakeRequest() - Constructor for class com.google.web.bindery.requestfactory.shared.testing.FakeRequest
- FakeRequestContext - Class in com.google.web.bindery.requestfactory.shared.testing
-
A no-op implementation of RequestConext that can be used as a base type for writing unit tests.
- FakeRequestContext() - Constructor for class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
- FakeRequestFactory - Class in com.google.web.bindery.requestfactory.shared.testing
-
A no-op implementation of
RequestFactory
that can be used for building mocks. - FakeRequestFactory() - Constructor for class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
- FakeRequestTransport - Class in com.google.web.bindery.requestfactory.shared.testing
-
A no-op implementation of
RequestTransport
that can be used for unit testing. - FakeRequestTransport() - Constructor for class com.google.web.bindery.requestfactory.shared.testing.FakeRequestTransport
- FALSE - Enum constant in enum com.google.gwt.aria.client.CheckedValue
- FALSE - Enum constant in enum com.google.gwt.aria.client.ExpandedValue
- FALSE - Enum constant in enum com.google.gwt.aria.client.GrabbedValue
- FALSE - Enum constant in enum com.google.gwt.aria.client.InvalidValue
- FALSE - Enum constant in enum com.google.gwt.aria.client.PressedValue
- FALSE - Enum constant in enum com.google.gwt.aria.client.SelectedValue
- FanoutReceiver<T> - Class in com.google.web.bindery.requestfactory.shared
-
A FanoutReceiver will forward its callbacks to zero or more other Receivers.
- FanoutReceiver() - Constructor for class com.google.web.bindery.requestfactory.shared.FanoutReceiver
- fastForward() - Method in interface com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants
- FATAL - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- FieldDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
-
Represents a field.
- FieldDescriptor(ClassDescriptor, String, String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
- fieldFrom(JField) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
-
Returns a field descriptor from a JField.
- FieldInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Generates fields to hold named dom elements (e.g.
- FieldInterpreter(UiBinderWriter, String) - Constructor for class com.google.gwt.uibinder.elementparsers.FieldInterpreter
- 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(FieldManager) - Constructor for class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter
- FieldReferenceConverter.Delegate - Interface in com.google.gwt.uibinder.attributeparsers
-
Responsible for the bits around and between the field references.
- FieldReferenceConverter.IllegalFieldReferenceException - Exception Class in com.google.gwt.uibinder.attributeparsers
-
May be thrown by the
Delegate
for badly formatted input. - FieldReferenceDelegate(JType) - Constructor for class com.google.gwt.uibinder.attributeparsers.StringAttributeParser.FieldReferenceDelegate
- FieldReferenceDelegate(JType...) - Constructor for class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser.FieldReferenceDelegate
- FIELDS - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- FieldSetBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an fieldset element.
- 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. - fileName() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.Generate
-
A platform-specific filename for output.
- filer - Variable in class com.google.web.bindery.requestfactory.apt.State
- 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.
- fillInStackTrace() - Method in exception class com.google.gwt.core.shared.SerializableThrowable
- fillParent() - Method in class com.google.gwt.layout.client.Layout
-
Causes the parent element to fill its own parent.
- fillParent(Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- 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
- 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.
- FINAL_FIELDS_KEYWORD - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
-
Keyword for final field serialization strategy.
- finalizeLayout(Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- find(EntityProxyId<P>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
-
Return a request to find a fresh instance of the referenced proxy.
- 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.
- find(EntityProxyId<P>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
Returns
null
. - find(EntityProxyId<P>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns
null
. - find(Class<? extends T>, I) - Method in class com.google.web.bindery.requestfactory.shared.Locator
-
Retrieve an object.
- find(Class<T>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
-
Find all Artifacts assignable to some base type.
- 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.
- findAssignableTo(Class<T>) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet.TypeIndex
-
Locates all indexed members that can be assigned to type.
- findConstructor(JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
-
Returns the constructor with parameters that have the given types, or null if not found.
- Finder - Class in com.google.web.bindery.requestfactory.apt
-
Looks for all types assignable to
RequestFactory
and adds them to the output state. - Finder() - Constructor for class com.google.web.bindery.requestfactory.apt.Finder
- 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, 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.
- FindServiceLayer - Class in com.google.web.bindery.requestfactory.server
-
Allows the use of a very short operation name for the find method.
- FindServiceLayer() - Constructor for class com.google.web.bindery.requestfactory.server.FindServiceLayer
- findStampedElement() - Method in class com.google.gwt.user.client.ui.RenderableStamper
-
Finds the element that was previously stamped in the DOM.
- findType(Class<?>) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Utility method to look up raw types from class literals.
- findType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
-
Finds a type in this package.
- findType(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
-
Finds a class or interface given its fully-qualified name.
- findType(String[]) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
-
Deprecated.
- findType(String, String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
-
Finds a type given its package-relative name.
- Fine() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Fine
- Finer() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Finer
- Finest() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Finest
- finish() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- finish() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Return the built DOM as an
Element
. - finish() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Return the built DOM as an
Element
. - finish() - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Finish the building and get the
TableSectionBuilder
containing the children. - finish() - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Finish the building of rows and return the table section builder.
- 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.
- finish() - Method in class com.google.web.bindery.requestfactory.shared.FanoutReceiver
-
Called after all Receivers have been executed.
- 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.
- 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
- finishOutput() - Method in class com.google.gwt.codegen.server.PlainStringGenerator
- finishOutput() - Method in class com.google.gwt.codegen.server.SafeHtmlStringGenerator
- finishOutput() - Method in class com.google.gwt.codegen.server.StringGenerator
- finishSetup() - Method in class com.google.gwt.user.client.ui.CustomButton
-
Common setup between constructors.
- finishTest() - Method in class com.google.gwt.junit.client.GWTTestCase
-
Cause this test to succeed during asynchronous mode.
- FiniteWidgetIterator - Class in com.google.gwt.user.client.ui
-
Iterator over a finite number of widgets, which are stored in a delegate class (usually a widget panel).
- FiniteWidgetIterator(FiniteWidgetIterator.WidgetProvider, int) - Constructor for class com.google.gwt.user.client.ui.FiniteWidgetIterator
-
Construct a new
FiniteWidgetIterator
. - FiniteWidgetIterator.WidgetProvider - Interface in com.google.gwt.user.client.ui
-
Provides widgets to the iterator.
- fire() - Method in interface com.google.web.bindery.requestfactory.shared.Request
-
Submit this request.
- fire() - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
-
Send the accumulated changes and method invocations associated with the RequestContext.
- fire() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequest
-
No-op.
- fire() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
No-op.
- fire(int) - Method in class com.google.gwt.user.client.Timer
- 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(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(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(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(HasHandlers, TableRowElement, boolean) - Static method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Fires a row hover event on all registered handlers in the handler manager.
- fire(HasHandlers, TableRowElement, Event, boolean) - Static method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Fires a row hover event on all registered handlers in the handler manager.
- fire(HasHandlers, TableRowElement, Event, boolean, RowHoverEvent.HoveringScope) - Static method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Fires a row hover event on all registered handlers in the handler manager.
- fire(HasHandlers, ColumnSortList) - Static method in class com.google.gwt.user.cellview.client.ColumnSortEvent
-
Fires a column sort 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, int, boolean) - Static method in class com.google.gwt.view.client.RowCountChangeEvent
-
Fires a
RowCountChangeEvent
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(SelectionChangeEvent.HasSelectionChangedHandlers) - Static method in class com.google.gwt.view.client.SelectionChangeEvent
-
Fires a selection change event on all registered handlers in the handler manager.
- fire(Receiver<? super T>) - Method in interface com.google.web.bindery.requestfactory.shared.Request
-
Convenience method equivalent to calling
to(...).fire()
. - fire(Receiver<? super T>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequest
-
No-op.
- fire(Receiver<Void>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
-
For receiving errors or validation failures only.
- fire(Receiver<Void>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
No-op.
- 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(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(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(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, 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.
- fireBeforeTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabListenerCollection
-
Deprecated.Fires a beforeTabSelected event to all listeners.
- 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.
- fireClickListeners(Event) - Method in class com.google.gwt.user.client.ui.CustomButton
- 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(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(GwtEvent<?>) - Method in class com.google.gwt.event.shared.ResettableEventBus
- fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.SimpleEventBus
- fireEvent(GwtEvent<?>) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
- fireEvent(GwtEvent<?>) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- fireEvent(GwtEvent<?>) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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.gwt.event.shared.EventBus
- fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.ResettableEventBus
- fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.SimpleEventBus
- fireEvent(Event<?>) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
- 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
- fireEvent(Event<?>) - Method in class com.google.web.bindery.event.shared.testing.RecordingEventBus
- fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.EventBus
- fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.ResettableEventBus
- fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.SimpleEventBus
- fireEventFromSource(GwtEvent<?>, Object) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
- fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.EventBus
- fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.ResettableEventBus
- fireEventFromSource(Event<?>, Object) - Method in class com.google.gwt.event.shared.SimpleEventBus
- fireEventFromSource(Event<?>, 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
- fireEventFromSource(Event<?>, Object) - Method in class com.google.web.bindery.event.shared.testing.RecordingEventBus
- fireEventToCell(Cell.Context, Event, Element, T) - Method in class com.google.gwt.user.cellview.client.CellList
-
Fire an event to the cell.
- fireEventToCell(NativeEvent) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Fire an event to the
AbstractCell
. - 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.
- fireIfNotEqualDates(S, Date, Date) - Static method in class com.google.gwt.user.datepicker.client.DateChangeEvent
-
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 - fireOnResponseReceived(RequestCallback) - Method in class com.google.gwt.http.client.Request
- 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.
- 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
andHasCloseHandlers
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. UseFormPanel.addSubmitHandler(FormPanel.SubmitHandler)
andFormPanel.addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler)
instead - FiresSuggestionEvents - Interface in com.google.gwt.user.client.ui
-
Deprecated.Use
HasSelectionHandlers
instead. - fireStateChanged(TreeItem, boolean) - Method in class com.google.gwt.user.client.ui.Tree
- 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
- firstColumn() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the first column.
- firstColumnFooter() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the first column footers.
- firstColumnHeader() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the first column headers.
- 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 class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- firstDayOfTheWeek() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- firstDayOfTheWeek() - Method in interface com.google.gwt.i18n.shared.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.shared.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
- firstPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants
- 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
- FIXED - Enum constant in enum com.google.gwt.dom.client.Style.Position
- FIXED - Enum constant in enum com.google.gwt.dom.client.Style.TableLayout
- Fixed Table Layout - Search tag in com.google.gwt.user.cellview.client.CellTable.setTableLayoutFixed(boolean)
- Section
- flatten(Object) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
Turn a domain value into a wire format message.
- FLEX - Enum constant in enum com.google.gwt.dom.client.Style.Display
- FlexCellFormatter() - Constructor for class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
- 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
. - flipRtl() - Element in annotation type com.google.gwt.resources.client.ImageResource.ImageOptions
- FLOAT - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- FLOAT - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- Float32Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 32-bit floats. - Float32ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Float32Array
. - Float32ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Float32ArrayImpl
- Float32ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Float32Array
. - Float32ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Float32ArrayNative
- Float64Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 32-bit floats. - Float64ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Float64Array
. - Float64ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Float64ArrayImpl
- Float64ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Float64Array
. - Float64ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Float64ArrayNative
- floatprop(Style.Float) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- floatprop(Style.Float) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- floatprop(Style.Float) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the float css property.
- floatprop(Style.Float) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the float css property.
- 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.
- FlowPanel(String) - Constructor for class com.google.gwt.user.client.ui.FlowPanel
-
Creates an empty flow panel with a custom tag.
- FlowPanelParser - Class in com.google.gwt.uibinder.elementparsers
-
Parses
FlowPanel
widgets. - FlowPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.FlowPanelParser
- FLOWTO - Static variable in class com.google.gwt.aria.client.Property
- flush() - Method in class com.google.gwt.core.ext.soyc.SourceMappingWriter
-
Writes any buffered mappings to the source map generator.
- flush() - Static method in class com.google.gwt.dom.client.StyleInjector
-
Flushes any pending stylesheets to the document.
- flush() - Method in class com.google.gwt.editor.client.adapters.ListEditor
- flush() - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- 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 toMockSimpleBeanEditorDriver.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.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 class com.google.gwt.user.cellview.client.AbstractCellTable
-
Flush all pending changes to the table and render immediately.
- flush() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
-
Flush pending changes in the view.
- flush() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Flush pending changes to the view.
- 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.
- FOCUS - Static variable in class com.google.gwt.dom.client.BrowserEvents
- Focusable - Interface in com.google.gwt.user.client.ui
-
A widget that implements this interface can receive keyboard focus.
- focusableTypes - Variable in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.The set of natively focusable elements.
- 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. - FOCUSIN - Static variable in class com.google.gwt.dom.client.BrowserEvents
- FocusListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.Use
FocusHandler
and/orBlurHandler
instead - FocusListenerAdapter - Class in com.google.gwt.user.client.ui
-
Deprecated.Use
FocusHandler
andBlurHandler
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<H>)
- FocusListenerCollection() - Constructor for class com.google.gwt.user.client.ui.FocusListenerCollection
-
Deprecated.
- FOCUSOUT - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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.
- fontSize(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- fontSize(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- fontSize(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the font-size css property.
- fontSize(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the font-size css property.
- fontStyle(Style.FontStyle) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- fontStyle(Style.FontStyle) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- fontStyle(Style.FontStyle) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the font-style CSS property.
- fontStyle(Style.FontStyle) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the font-style CSS property.
- fontWeight(Style.FontWeight) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- fontWeight(Style.FontWeight) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- fontWeight(Style.FontWeight) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the font-weight CSS property.
- fontWeight(Style.FontWeight) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the font-weight CSS property.
- footer() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to footers cells.
- FooterBuilder<T> - Interface in com.google.gwt.user.cellview.client
-
Builds the DOM elements for the footer section of a CellTable.
- forBackgroundImage(SafeUri) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the background-image CSS property.
- forBorderStyle(Style.BorderStyle) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the border-style CSS property.
- forBorderWidth(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the border-width css property.
- forBottom(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the bottom css property.
- FORCE_CHECK_COMPLETE_HTML - Static variable in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
-
Name of system property that if set, enables checks in server-side code (even if assertions are disabled).
- FORCE_CHECK_VALID_STYLES - Static variable in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Name of system property that if set, enables checks in server-side code (even if assertions are disabled).
- FORCE_CHECK_VALID_URI - Static variable in class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
-
Name of system property that if set, enables checks in server-side code (even if assertions are disabled).
- 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
- forceStringPrefix() - Method in class com.google.gwt.codegen.server.PlainStringGenerator
- forceStringPrefix() - Method in class com.google.gwt.codegen.server.SafeHtmlStringGenerator
- forceStringPrefix() - Method in class com.google.gwt.codegen.server.StringGenerator
- forceStringSuffix() - Method in class com.google.gwt.codegen.server.PlainStringGenerator
- forceStringSuffix() - Method in class com.google.gwt.codegen.server.SafeHtmlStringGenerator
- forceStringSuffix() - Method in class com.google.gwt.codegen.server.StringGenerator
- forClear(Style.Clear) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the 'clear' CSS property.
- forCursor(Style.Cursor) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the cursor CSS property.
- forDisplay(Style.Display) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the display CSS property.
- forFloat(Style.Float) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the float css property.
- forFontSize(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the font-size css property.
- forFontStyle(Style.FontStyle) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the font-style CSS property.
- forFontWeight(Style.FontWeight) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the font-weight CSS property.
- forHeight(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the height css property.
- fork() - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- fork() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- forLeft(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the left css property.
- forLineHeight(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the line-height css property.
- forListStyleType(Style.ListStyleType) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the list-style-type CSS property.
- forMargin(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the margin css property.
- forMarginBottom(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the margin-bottom css property.
- forMarginLeft(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the margin-left css property.
- forMarginRight(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the margin-right css property.
- forMarginTop(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the margin-top css property.
- format() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.Generate
-
Fully-qualified class names of the generator classes.
- 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(double) - Method in class com.google.gwt.i18n.client.NumberFormat
-
This method formats a double to produce a string.
- format(long, int) - Method in class com.google.gwt.i18n.client.NumberFormat
-
Format a possibly scaled long value.
- 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.
- format(Number) - Method in class com.google.gwt.i18n.client.NumberFormat
-
This method formats a Number to produce a string.
- format(Date) - Method in class com.google.gwt.i18n.shared.DateTimeFormat
-
Format a date object.
- format(Date, TimeZone) - Method in class com.google.gwt.i18n.shared.DateTimeFormat
-
Format a date object using specified time zone.
- format(LogRecord) - Method in class com.google.gwt.logging.client.HtmlLogFormatter
- format(LogRecord) - Method in class com.google.gwt.logging.client.TextLogFormatter
- formatCurrentMonth() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Formats the current specified month.
- formatCurrentMonthAndYear() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Format the current month and year in the current locale.
- formatCurrentYear() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Formats the current specified year.
- formatDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "d" skeleton pattern.
- formatDay() - Method in class com.google.gwt.i18n.shared.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.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "hm" skeleton pattern.
- formatHour12Minute() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatHour12MinuteSecond() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "hms" skeleton pattern.
- formatHour12MinuteSecond() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatHour24Minute() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "Hm" skeleton pattern.
- formatHour24Minute() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatHour24MinuteSecond() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "Hms" skeleton pattern.
- formatHour24MinuteSecond() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMinuteSecond() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "ms" skeleton pattern.
- formatMinuteSecond() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMonth(int) - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Format a month in the year.
- formatMonthAbbrev() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "MMM" skeleton pattern.
- formatMonthAbbrev() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMonthAbbrevDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "MMMd" skeleton pattern.
- formatMonthAbbrevDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMonthFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "MMMM" skeleton pattern.
- formatMonthFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMonthFullDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "MMMMd" skeleton pattern.
- formatMonthFullDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMonthFullWeekdayDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "MMMMEEEEd" skeleton pattern.
- formatMonthFullWeekdayDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatMonthNumDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "Md" skeleton pattern.
- formatMonthNumDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYear() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "y" skeleton pattern.
- formatYear() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthAbbrev() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yMMM" skeleton pattern.
- formatYearMonthAbbrev() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthAbbrevDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yMMMd" skeleton pattern.
- formatYearMonthAbbrevDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yMMMM" skeleton pattern.
- formatYearMonthFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthFullDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yMMMMd" skeleton pattern.
- formatYearMonthFullDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthNum() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yM" skeleton pattern.
- formatYearMonthNum() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthNumDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yMd" skeleton pattern.
- formatYearMonthNumDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearMonthWeekdayDay() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.
- formatYearMonthWeekdayDay() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearQuarterFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yQQQQ" skeleton pattern.
- formatYearQuarterFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- formatYearQuarterShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns localized format equivalent to the "yQ" skeleton pattern.
- formatYearQuarterShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- FormBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an form element.
- 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/orFormPanel.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<H>)
- FormHandlerCollection() - Constructor for class com.google.gwt.user.client.ui.FormHandlerCollection
-
Deprecated.
- For More Information - Search tag in interface com.google.gwt.i18n.shared.Localizable
- Section
- For More Information - Search tag in interface com.google.gwt.user.client.ui.ImageBundle
- Section
- 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(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(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.IFrameTemplate - Interface in com.google.gwt.user.client.ui
- FormPanel.SubmitCompleteEvent - Class in com.google.gwt.user.client.ui
-
Fired when a form has been submitted successfully.
- 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.SubmitHandler - Interface in com.google.gwt.user.client.ui
-
Handler for
FormPanel.SubmitEvent
events. - FormRole - Interface in com.google.gwt.aria.client
-
A type that represents the form role in the ARIA specification.
- FormRoleImpl - Class in com.google.gwt.aria.client
-
Implements
FormRole
. - FormRoleImpl(String) - Constructor for class com.google.gwt.aria.client.FormRoleImpl
- 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.
- forOpacity(double) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the opacity css property.
- forOpacity(double) - Method in class com.google.gwt.safecss.shared.SafeStylesUtils.Impl
-
Deprecated.
- forOutlineStyle(Style.OutlineStyle) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the outline-style CSS property.
- forOutlineWidth(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the outline-width css property.
- forOverflow(Style.Overflow) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the overflow CSS property.
- forOverflowX(Style.Overflow) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the overflow-x CSS property.
- forOverflowY(Style.Overflow) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the overflow-y CSS property.
- forPadding(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the padding css property.
- forPaddingBottom(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the padding-bottom css property.
- forPaddingLeft(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the padding-left css property.
- forPaddingRight(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the padding-right css property.
- forPaddingTop(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the padding-top css property.
- forPosition(Style.Position) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the position CSS property.
- forRight(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the right css property.
- forSplitPointNumber(int) - Static method in class com.google.gwt.core.client.prefetch.RunAsyncCode
-
Not for direct use by application code.
- forTableLayout(Style.TableLayout) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the table-layout CSS property.
- ForTesting(ProcessingEnvironment) - Constructor for class com.google.web.bindery.requestfactory.apt.State.ForTesting
- forTextAlign(Style.TextAlign) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the 'text-align' CSS property.
- forTextDecoration(Style.TextDecoration) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the 'text-decoration' CSS property.
- forTextIndent(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the 'text-indent' CSS property.
- forTextJustify(Style.TextJustify) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the 'text-justify' CSS3 property.
- forTextOverflow(Style.TextOverflow) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the 'text-overflow' CSS3 property.
- forTextTransform(Style.TextTransform) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the 'text-transform' CSS property.
- forTop(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the top css property.
- forTrustedBackgroundColor(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted background color, i.e., without escaping the value. - forTrustedBackgroundImage(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted background image, i.e., without escaping the value. - forTrustedBorderColor(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted border color, i.e., without escaping the value. - forTrustedColor(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted font color, i.e., without escaping the value. - forTrustedOutlineColor(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted outline color, i.e., without escaping the value. - forVerticalAlign(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the vertical-align CSS property.
- forVerticalAlign(Style.VerticalAlign) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the vertical-align CSS property.
- forVisibility(Style.Visibility) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Sets the visibility CSS property.
- forward() - Static method in class com.google.gwt.user.client.History
-
Programmatic equivalent to the user pressing the browser's 'forward' button.
- forWhiteSpace(Style.WhiteSpace) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the 'white-space' CSS property.
- forWidth(double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the width css property.
- forZIndex(int) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Set the z-index css property.
- Fragment(int, int) - Constructor for class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
- FRAGMENT_ID - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- FRAGMENT_POINTS - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- FRAGMENT_SIZE - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- FRAGMENT_STR_VAR - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- fragments - Variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
- FRAGMENTS - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- frame(String) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- frame(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- frame(String) - Method in interface com.google.gwt.dom.builder.shared.TableBuilder
-
Specifies which external table borders to render.
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.Frame
-
This constructor may be used by subclasses to explicitly use an existing element.
- Frame(String) - Constructor for class com.google.gwt.user.client.ui.Frame
-
Creates a frame that displays the resource at the specified URL.
- frameBorder(int) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- frameBorder(int) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- frameBorder(int) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
Request frame borders.
- frameBorder(int) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- frameBorder(int) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- frameBorder(int) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Request frame borders.
- FrameBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an frame element.
- FrameElement - Class in com.google.gwt.dom.client
-
Create a frame.
- FrameElement() - Constructor for class com.google.gwt.dom.client.FrameElement
- FrameSetBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an frameset element.
- 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 ArtifactSet.
- freeze() - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
-
Prevent further modification of the Set.
- from(ClassDescriptor, JField) - Static method in class com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
-
Creates a field descriptor from a JField and set its enclosing class.
- from(ClassDescriptor, JMethod, String) - Static method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
-
Creates a method descriptor from a JMethod with its original signature, and set its enclosing class.
- from(JDeclaredType) - Static method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
-
Creates a class descriptor from a JDeclaredType.
- from(Map<String, ClassDescriptor>) - Static method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
-
Creates a package descriptor from a code model (mapping between class names and class descriptors).
- fromBase64(String) - Static method in class com.google.gwt.user.server.Base64Utils
-
Decode a base64 string into a byte array.
- fromBase64(String) - Static method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
- 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.
- fromFileSystem(String) - Static method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
Creates a deobfuscator that loads symbol and source map files from the given directory.
- fromHtml(String) - Static method in class com.google.gwt.uibinder.client.UiBinderUtil
- fromResource(String) - Static method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
Creates a deobfuscator that loads symbol and source map files under given resource path.
- 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. - fromSafeConstant(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Returns a
SafeUri
constructed from a value that is fully under the control of the program, e.g., a constant. - fromString(String) - Static method in class com.google.gwt.core.client.ScriptInjector
-
Build an injection call for directly setting the script text in the DOM.
- 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. - fromString(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Returns a
SafeUri
obtained by sanitizing the provided string. - FromString(String) - Constructor for class com.google.gwt.core.client.ScriptInjector.FromString
- fromThrowable(Throwable) - Static method in exception class com.google.gwt.core.shared.SerializableThrowable
-
Create a new
SerializableThrowable
from a provided throwable and its causes recursively. - fromTrustedNameAndValue(String, double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted name and a trusted value, i.e., without escaping the name and value. - fromTrustedNameAndValue(String, String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStyles
constructed from a trusted name and a trusted value, i.e., without escaping the name and value. - 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. - fromTrustedString(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Returns a
SafeUri
constructed from a trusted string, i.e., without sanitizing the string. - fromUrl(String) - Static method in class com.google.gwt.core.client.ScriptInjector
-
Build an injection call for adding a script by URL.
- fromUrl(URL) - Static method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
Creates a deobfuscator that loads symbol and source map files beneath the given URL.
- FULL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
-
Full justification.
- FullyQualifiedMethodNameKeyGenerator - Class in com.google.gwt.i18n.rebind.keygen
-
Deprecated.Use
FullyQualifiedMethodNameKeyGenerator
instead. - FullyQualifiedMethodNameKeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
-
Deprecated.
G
- g:cell> attributes - Search tag in class com.google.gwt.user.client.ui.CellPanel
- Section
- GENERAL_FAILURE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
- 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.IncrementalGenerator
-
This method overrides
Generator.generate(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.GeneratorContext, java.lang.String)
, and is included only for backwards compatibility. - 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.
- 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>, String) - Constructor for class com.google.gwt.core.ext.linker.GeneratedResource
- generateIncrementally(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.IncrementalGenerator
-
Incrementally generate a default constructible subclass of the requested type.
- 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.
- generateNonIncrementally(TreeLogger, Generator, GeneratorContext, String) - Static method in class com.google.gwt.core.ext.IncrementalGenerator
-
A static helper method to wrap a non-incremental generator's result.
- 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
- Generator.RunsLocal - Annotation Type in com.google.gwt.core.ext
-
An optional annotation indicating that a Generator can be run with local information during incremental compilation.
- GeneratorContext - Interface in com.google.gwt.core.ext
-
Provides metadata to deferred binding generators.
- Geolocation - Class in com.google.gwt.geolocation.client
-
Implements the HTML5 Geolocation interface.
- Geolocation() - Constructor for class com.google.gwt.geolocation.client.Geolocation
-
Should be instantiated by
Geolocation.getIfSupported()
. - Geolocation.PositionOptions - Class in com.google.gwt.geolocation.client
-
Additional options for receiving the user's location.
- GESTURECHANGE - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - GESTUREEND - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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).
- GESTURESTART - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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() - Static method in class com.google.gwt.animation.client.AnimationScheduler
-
Returns the default implementation of the AnimationScheduler API.
- 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.builder.client.DomBuilderFactory
-
Get the instance of the
DomBuilderFactory
. - get() - Static method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
-
Get the instance of the
ElementBuilderFactory
. - get() - Static method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
-
Get the instance of the
HtmlBuilderFactory
. - get() - Static method in class com.google.gwt.dom.client.Document
-
Gets the default document.
- get() - Static method in class com.google.gwt.i18n.client.CurrencyList
-
Return the singleton instance of CurrencyList.
- 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() - Method in class com.google.gwt.resources.gss.GwtGssFunctionMapProvider
- get() - Method in class com.google.gwt.uibinder.client.LazyDomElement
-
Returns the dom element.
- get() - Static method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Get the singleton instance.
- 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() - Static method in class com.google.gwt.user.client.ui.ScrollImpl
-
Get the singleton instance of
ScrollImpl
. - get() - Method in class com.google.web.bindery.requestfactory.gwt.client.RequestBatcher
-
Returns a mutable
RequestContext
. - 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(int) - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- get(int) - Method in class com.google.gwt.event.dom.client.PrivateMap
- get(int) - Method in class com.google.gwt.json.client.JSONArray
-
Returns the value at the specified index position.
- get(int) - Method in class com.google.gwt.regexp.shared.SplitResult
-
Returns one the strings split off.
- get(int) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- get(int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- get(int) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- get(int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Retrieve one element of this view.
- get(int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Retrieve one element of this view.
- get(int) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
-
Get the
ColumnSortList.ColumnSortInfo
at the specified index. - get(int) - Method in interface com.google.gwt.user.client.ui.FiniteWidgetIterator.WidgetProvider
- 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(Callback<? super T, ? super F>) - Method in interface com.google.gwt.core.client.AsyncProvider
- get(Element) - Method in class com.google.gwt.aria.client.Attribute
-
Gets the HTML attribute value for the attribute with name
name
for elementelement
- get(MessageWriter) - Method in interface com.google.gwt.uibinder.elementparsers.HtmlMessageInterpreter.PlaceholderInterpreterProvider
- get(Receiver<Void>) - Method in class com.google.web.bindery.requestfactory.gwt.client.RequestBatcher
-
Returns a mutable
RequestContext
and enqueues the given receiver to be called as though it had been passed directly toRequestContext.fire(Receiver)
. - get(Object) - Method in class com.google.gwt.storage.client.StorageMap
-
Returns the value associated with the specified key in the Storage.
- get(String) - Method in class com.google.gwt.i18n.client.Dictionary
-
Get the value associated with the given Dictionary key.
- get(String) - Method in class com.google.gwt.json.client.JSONObject
-
Gets the JSONValue associated with the specified property.
- get(String) - Method in class com.google.gwt.resources.gss.RenamingSubstitutionMap
- get(String) - Method in interface com.google.gwt.user.client.ui.FormPanel.IFrameTemplate
- get(String) - Method in interface com.google.gwt.user.client.ui.NamedFrame.IFrameTemplate
- get(String) - Static method in class com.google.gwt.user.client.ui.RootPanel
-
Gets the root panel associated with a given browser element.
- 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 toProxyStore.put(String, Splittable)
. - GET - Static variable in class com.google.gwt.http.client.RequestBuilder
-
Specifies that the HTTP GET method should be used.
- getA() - Method in class com.google.web.bindery.requestfactory.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() - 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.
- getAbsoluteLeft(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getAbsoluteLeft(Element) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- getAbsoluteLeft(Element) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- getAbsoluteLeft(Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getAbsoluteLeft()
instead. - 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
- getAbsolutePosition() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.HSplitter
- getAbsolutePosition() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- getAbsolutePosition() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.VSplitter
- 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() - 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.
- getAbsoluteTop(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getAbsoluteTop(Element) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- getAbsoluteTop(Element) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- getAbsoluteTop(Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getAbsoluteTop()
instead. - 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.cell.client.ButtonCellBase
-
Get the access key.
- 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.
- getAccuracy() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the estimated accuracy reported by the browser, in meters.
- getAccuracy() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- 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.
- getActiveEventBus() - Method in class com.google.gwt.activity.shared.ActivityManager
-
Returns an event bus which is in use by the currently running activity.
- 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
- getAlertdialogRole() - Static method in class com.google.gwt.aria.client.Roles
- getAlertRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getAllClassesByName() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
-
Returns all classes in this package and its subpackages in a form of mapping between qualified class name and class descriptor.
- 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.
- getAllowedDocumentModes() - Method in interface com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty
- 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.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.
- getAltitude() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the altitude reported by the browser, in meters, above the reference ellipsoid, or
null
if the browser did not report an altitude. - getAltitude() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- getAltitudeAccuracy() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the estimated accuracy of the altitude reported by the browser, in meters, or
null
if the browser did not report an accuracy. - getAltitudeAccuracy() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- 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.
- getAnimationCallbacks() - Method in class com.google.gwt.animation.client.testing.StubAnimationScheduler
-
Get the list of all animation callbacks that have been requested and have not been canceled.
- 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.
- getAnimationType() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Get the type of animation to use when opening and closing the popup.
- 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. - getAnnotationDeclarations() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Get the annotations.
- 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.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- getAppCodeName() - Static method in class com.google.gwt.user.client.Window.Navigator
-
Gets the navigator.appCodeName.
- getApplicationRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- getAriaActivedescendantProperty(Element) - Method in interface com.google.gwt.aria.client.CompositeRole
-
Returns the value of the aria-activedescendant attribute for the
element
or "" if no such attribute is present. - getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- getAriaActivedescendantProperty(Element) - Method in interface com.google.gwt.aria.client.GroupRole
-
Returns the value of the aria-activedescendant attribute for the
element
or "" if no such attribute is present. - getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.GroupRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.MenubarRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.MenuRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.RowgroupRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- getAriaActivedescendantProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Returns the value of the aria-activedescendant attribute for the
element
or "" if no such attribute is present. - getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.ToolbarRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- getAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- getAriaAtomicProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-atomic attribute for the
element
or "" if no such attribute is present. - getAriaAtomicProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaAutocompleteProperty(Element) - Method in interface com.google.gwt.aria.client.ComboboxRole
-
Returns the value of the aria-autocomplete attribute for the
element
or "" if no such attribute is present. - getAriaAutocompleteProperty(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- getAriaAutocompleteProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Returns the value of the aria-autocomplete attribute for the
element
or "" if no such attribute is present. - getAriaAutocompleteProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- getAriaBusyState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-busy attribute for the
element
or "" if no such attribute is present. - getAriaBusyState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaCheckedState(Element) - Method in interface com.google.gwt.aria.client.CheckboxRole
-
Returns the value of the aria-checked attribute for the
element
or "" if no such attribute is present. - getAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.CheckboxRoleImpl
- getAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.MenuitemcheckboxRoleImpl
- getAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- getAriaCheckedState(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Returns the value of the aria-checked attribute for the
element
or "" if no such attribute is present. - getAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- getAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- getAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- getAriaControlsProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-controls attribute for the
element
or "" if no such attribute is present. - getAriaControlsProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaControlsProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- getAriaDescribedbyProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-describedby attribute for the
element
or "" if no such attribute is present. - getAriaDescribedbyProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaDisabledState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-disabled attribute for the
element
or "" if no such attribute is present. - getAriaDisabledState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaDropeffectProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-dropeffect attribute for the
element
or "" if no such attribute is present. - getAriaDropeffectProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.AlertdialogRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.AlertRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ApplicationRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ArticleRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.BannerRoleImpl
- getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.ButtonRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ButtonRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ComplementaryRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ContentinfoRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DefinitionRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DialogRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DirectoryRoleImpl
- getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.DocumentRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DocumentRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.FormRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.GroupRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.HeadingRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ImgRoleImpl
- getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.LinkRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.LinkRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ListRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.LogRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MainRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MarqueeRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MathRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MenubarRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MenuRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.NavigationRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.NoteRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RegionRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RowgroupRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.SearchRoleImpl
- getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.SectionheadRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.SectionRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.SeparatorRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.SeparatorRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.StatusRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TabpanelRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TabRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TimerRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ToolbarRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TooltipRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- getAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- getAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.WindowRole
-
Returns the value of the aria-expanded attribute for the
element
or "" if no such attribute is present. - getAriaFlowtoProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-flowto attribute for the
element
or "" if no such attribute is present. - getAriaFlowtoProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaGrabbedState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-grabbed attribute for the
element
or "" if no such attribute is present. - getAriaGrabbedState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaHaspopupProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-haspopup attribute for the
element
or "" if no such attribute is present. - getAriaHaspopupProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaHiddenState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-hidden attribute for the
element
or "" if no such attribute is present. - getAriaHiddenState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaInvalidState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-invalid attribute for the
element
or "" if no such attribute is present. - getAriaInvalidState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaLabelledbyProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-labelledby attribute for the
element
or "" if no such attribute is present. - getAriaLabelledbyProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaLabelProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-label attribute for the
element
or "" if no such attribute is present. - getAriaLabelProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.GridRole
-
Returns the value of the aria-level attribute for the
element
or "" if no such attribute is present. - getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- getAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.HeadingRole
-
Returns the value of the aria-level attribute for the
element
or "" if no such attribute is present. - getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.HeadingRoleImpl
- getAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.ListitemRole
-
Returns the value of the aria-level attribute for the
element
or "" if no such attribute is present. - getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- getAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.RowRole
-
Returns the value of the aria-level attribute for the
element
or "" if no such attribute is present. - getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- getAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.TablistRole
-
Returns the value of the aria-level attribute for the
element
or "" if no such attribute is present. - getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- getAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- getAriaLiveProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-live attribute for the
element
or "" if no such attribute is present. - getAriaLiveProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaMultilineProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Returns the value of the aria-multiline attribute for the
element
or "" if no such attribute is present. - getAriaMultilineProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- getAriaMultiselectableProperty(Element) - Method in interface com.google.gwt.aria.client.GridRole
-
Returns the value of the aria-multiselectable attribute for the
element
or "" if no such attribute is present. - getAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- getAriaMultiselectableProperty(Element) - Method in interface com.google.gwt.aria.client.ListboxRole
-
Returns the value of the aria-multiselectable attribute for the
element
or "" if no such attribute is present. - getAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- getAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- getAriaMultiselectableProperty(Element) - Method in interface com.google.gwt.aria.client.TreeRole
-
Returns the value of the aria-multiselectable attribute for the
element
or "" if no such attribute is present. - getAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- getAriaOrientationProperty(Element) - Method in interface com.google.gwt.aria.client.ScrollbarRole
-
Returns the value of the aria-orientation attribute for the
element
or "" if no such attribute is present. - getAriaOrientationProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- getAriaOrientationProperty(Element) - Method in interface com.google.gwt.aria.client.SeparatorRole
-
Returns the value of the aria-orientation attribute for the
element
or "" if no such attribute is present. - getAriaOrientationProperty(Element) - Method in class com.google.gwt.aria.client.SeparatorRoleImpl
- getAriaOrientationProperty(Element) - Method in interface com.google.gwt.aria.client.SliderRole
-
Returns the value of the aria-orientation attribute for the
element
or "" if no such attribute is present. - getAriaOrientationProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- getAriaOwnsProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-owns attribute for the
element
or "" if no such attribute is present. - getAriaOwnsProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaPosinsetProperty(Element) - Method in interface com.google.gwt.aria.client.ListitemRole
-
Returns the value of the aria-posinset attribute for the
element
or "" if no such attribute is present. - getAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- getAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- getAriaPosinsetProperty(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Returns the value of the aria-posinset attribute for the
element
or "" if no such attribute is present. - getAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- getAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- getAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- getAriaPressedState(Element) - Method in interface com.google.gwt.aria.client.ButtonRole
-
Returns the value of the aria-pressed attribute for the
element
or "" if no such attribute is present. - getAriaPressedState(Element) - Method in class com.google.gwt.aria.client.ButtonRoleImpl
- getAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- getAriaReadonlyProperty(Element) - Method in interface com.google.gwt.aria.client.GridcellRole
-
Returns the value of the aria-readonly attribute for the
element
or "" if no such attribute is present. - getAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- getAriaReadonlyProperty(Element) - Method in interface com.google.gwt.aria.client.GridRole
-
Returns the value of the aria-readonly attribute for the
element
or "" if no such attribute is present. - getAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- getAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- getAriaReadonlyProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Returns the value of the aria-readonly attribute for the
element
or "" if no such attribute is present. - getAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- getAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- getAriaRelevantProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the aria-relevant attribute for the
element
or "" if no such attribute is present. - getAriaRelevantProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.ComboboxRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.GridcellRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.ListboxRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.RadiogroupRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.SpinbuttonRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- getAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.TreeRole
-
Returns the value of the aria-required attribute for the
element
or "" if no such attribute is present. - getAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- getAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.GridcellRole
-
Returns the value of the aria-selected attribute for the
element
or "" if no such attribute is present. - getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- getAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Returns the value of the aria-selected attribute for the
element
or "" if no such attribute is present. - getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- getAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.RowRole
-
Returns the value of the aria-selected attribute for the
element
or "" if no such attribute is present. - getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- getAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.TabRole
-
Returns the value of the aria-selected attribute for the
element
or "" if no such attribute is present. - getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.TabRoleImpl
- getAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- getAriaSetsizeProperty(Element) - Method in interface com.google.gwt.aria.client.ListitemRole
-
Returns the value of the aria-setsize attribute for the
element
or "" if no such attribute is present. - getAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- getAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- getAriaSetsizeProperty(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Returns the value of the aria-setsize attribute for the
element
or "" if no such attribute is present. - getAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- getAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- getAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- getAriaSortProperty(Element) - Method in interface com.google.gwt.aria.client.ColumnheaderRole
-
Returns the value of the aria-sort attribute for the
element
or "" if no such attribute is present. - getAriaSortProperty(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- getAriaSortProperty(Element) - Method in interface com.google.gwt.aria.client.RowheaderRole
-
Returns the value of the aria-sort attribute for the
element
or "" if no such attribute is present. - getAriaSortProperty(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- getAriaValue() - Method in interface com.google.gwt.aria.client.AriaAttributeType
- getAriaValue() - Method in enum com.google.gwt.aria.client.AutocompleteValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.CheckedValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.DropeffectValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.ExpandedValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.GrabbedValue
- getAriaValue() - Method in class com.google.gwt.aria.client.Id
- getAriaValue() - Method in enum com.google.gwt.aria.client.InvalidValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.LiveValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.OrientationValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.PressedValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.RelevantValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.SelectedValue
- getAriaValue() - Method in enum com.google.gwt.aria.client.SortValue
- getAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- getAriaValuemaxProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Returns the value of the aria-valuemax attribute for the
element
or "" if no such attribute is present. - getAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- getAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- getAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- getAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- getAriaValueminProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Returns the value of the aria-valuemin attribute for the
element
or "" if no such attribute is present. - getAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- getAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- getAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- getAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- getAriaValuenowProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Returns the value of the aria-valuenow attribute for the
element
or "" if no such attribute is present. - getAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- getAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- getAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- getAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- getAriaValuetextProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Returns the value of the aria-valuetext attribute for the
element
or "" if no such attribute is present. - getAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- getAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- getAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- getArrayType(JType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
-
Gets the type object that represents an array of the specified type.
- getArticleRole() - Static method in class com.google.gwt.aria.client.Roles
- getAsDouble(int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- getAsDouble(int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- getAsDouble(int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Retrieve one element of this view.
- 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.DragEndEvent
- getAssociatedType() - Method in class com.google.gwt.event.dom.client.DragEnterEvent
- getAssociatedType() - Method in class com.google.gwt.event.dom.client.DragEvent
- getAssociatedType() - Method in class com.google.gwt.event.dom.client.DragLeaveEvent
- getAssociatedType() - Method in class com.google.gwt.event.dom.client.DragOverEvent
- getAssociatedType() - Method in class com.google.gwt.event.dom.client.DragStartEvent
- getAssociatedType() - Method in class com.google.gwt.event.dom.client.DropEvent
- 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.LoadedMetadataEvent
- 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.user.cellview.client.AbstractHasData.RedrawEvent
- 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.cellview.client.RowHoverEvent
- 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 anEventBus
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(Element, String) - Method in class com.google.gwt.dom.client.DOMImpl
- getAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use the more appropriately named
Element.getPropertyString(String)
instead. - getAttribute(String) - Method in class com.google.gwt.dom.client.Element
-
Retrieves an attribute value by name.
- 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.
- getAttributeToken(XMLAttribute) - Method in class com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.DefaultDelegate
- getAttributeToken(XMLAttribute) - Method in interface com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.Delegate
- getAttributeToken(XMLAttribute) - Method in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter.Delegate
- getAudioElement() - Method in class com.google.gwt.media.client.Audio
-
Returns the attached AudioElement.
- 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 isnull
or not wrapped by an AutoBean. - getAutoBeanFactory() - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestContext
- getAutoBeanFactory() - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- 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.web.bindery.requestfactory.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.
- getBackwardButtonElement() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
-
Returns the button for moving to the previous month.
- getBadValue() - Method in exception class com.google.gwt.core.ext.BadPropertyValueException
- getBannerRole() - Static method in class com.google.gwt.aria.client.Roles
- getBaseStyleName() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- 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 - getBeanForPayload(Splittable) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
EntityCodex support.
- getBeanForPayload(SimpleProxyId<Q>, Object) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
Get or create a BaseProxy AutoBean for the given id.
- getBeansForPayload(List<? extends IdMessage>) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
Get or create BaseProxy AutoBeans for a list of id-bearing messages.
- 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.
- getBodyOffsetLeft(Document) - Method in class com.google.gwt.dom.client.DOMImpl
- getBodyOffsetLeft(Document) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- 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.
- getBodyOffsetTop(Document) - Method in class com.google.gwt.dom.client.DOMImpl
- getBodyOffsetTop(Document) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- 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
Element.getPropertyBoolean(String)
instead. - getBooleanConditions() - Method in class com.google.gwt.resources.gss.BooleanConditionCollector
- getBooleanConfigurationProperty(LinkerContext, String, boolean) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- 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
- getBrowserEvent() - Method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Return the original browser
Event
. - 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.
- getButtonRole() - Static method in class com.google.gwt.aria.client.Roles
- getCachedData(String, Class<T>) - Method in interface com.google.gwt.resources.ext.ResourceContext
-
Retrieve data from the ResourceContext.
- getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- getCachedGeneratorResult() - Method in interface com.google.gwt.core.ext.GeneratorContext
-
Get the cached rebind result that has been provided to the context, if available.
- getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.NonIncrementalGeneratorContext
- getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.StubGeneratorContext
- getCallback() - Method in class com.google.gwt.http.client.RequestBuilder
-
Returns the callback previously set by
RequestBuilder.setCallback(RequestCallback)
, ornull
if no callback was set. - getCallback() - Method in class com.google.gwt.jsonp.client.JsonpRequest
- getCallbackId() - 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.
- getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.gwt.resources.gss.EvalFunction
- getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.gwt.resources.gss.ResourceUrlFunction
- getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.gwt.resources.gss.ValueFunction
- getCallResultString(List<String>) - Method in class com.google.gwt.resources.gss.EvalFunction
- getCallResultString(List<String>) - Method in class com.google.gwt.resources.gss.ResourceUrlFunction
- getCallResultString(List<String>) - Method in class com.google.gwt.resources.gss.ValueFunction
- 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.
- getCategories() - Method in class com.google.web.bindery.autobean.vm.Configuration
- getCause() - Method in exception class com.google.gwt.user.client.rpc.SerializableException
-
Deprecated.Exception chaining is not currently supported for serialized exceptions.
- getCauses() - Method in exception class 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. - getCell(int) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- getCell(Element) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- getCell(Event) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- 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() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Returns the element that parents the cell contents of this node.
- getCellParent(Element) - Method in class com.google.gwt.user.cellview.client.CellBrowser.BrowserCellList
- 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.
- getCells() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- 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.
- getCellStyleNames(Cell.Context, T) - Method in class com.google.gwt.user.cellview.client.Column
-
Get extra style names that should be applied to a cell in this column.
- getCenter() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- getCenterHeight() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- getCenterSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.HSplitter
- getCenterSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- getCenterSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.VSplitter
- 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. - getChangedTouches(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- 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.
- getCharset(String) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Get the Charset for a named character set.
- getCharset(String) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Get the Charset for a named character set.
- getCheckboxRole() - Static method in class com.google.gwt.aria.client.Roles
- getChild(int) - Method in class com.google.gwt.dom.client.Node
-
Gets the child node at the given index.
- getChild(int) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Gets the child at the specified index.
- getChild(Element, int) - Static method in class com.google.gwt.user.client.DOM
-
Gets an element's n-th child element.
- getChildContainer() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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
- getChildCount() - Method in class com.google.gwt.dom.client.Node
-
Gets the number of child nodes contained within this node.
- getChildCount() - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- getChildCount() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- getChildCount() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- getChildCount() - Method in interface com.google.gwt.user.cellview.client.TreeNode
-
Get the number of children of the node.
- getChildCount() - Method in class com.google.gwt.user.client.ui.TreeItem
-
Gets the number of children contained in this item.
- getChildCount(Element) - Static method in class com.google.gwt.user.client.DOM
-
Gets the number of child elements present in a given parent element.
- getChildElement(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the element that represents the specified index.
- getChildElement(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Get the element that represents the specified index.
- 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.
- getChildNode(int) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- 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.
- getChildren() - Method in class com.google.gwt.user.client.ui.TreeItem
- getChildValue(int) - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- getChildValue(int) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- getChildValue(int) - Method in interface com.google.gwt.user.cellview.client.TreeNode
-
Get the value associated with a child node.
- getChildWidgets() - Method in class com.google.gwt.user.client.ui.Tree
- 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.jakarta.Util
-
Find an instance of the specified annotation, walking up the inheritance tree if necessary.
- 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.
- getClasses() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
-
Returns the list of classes in this packages without including subpackages.
- getClassName() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Get the simple name of the class being created.
- 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.
- getClassNames(CssTree) - Method in class com.google.gwt.resources.gss.ClassNamesCollector
-
Extract all CSS class names in the provided stylesheet.
- getClassNames(CssTree, Set<JClassType>) - Method in class com.google.gwt.resources.gss.ClassNamesCollector
-
Extract all CSS class names in the provided stylesheet, modulo those imported from another context.
- getClear() - Method in class com.google.gwt.dom.client.Style
-
Get the 'clear' CSS property.
- getClientBundleType() - Method in interface com.google.gwt.resources.ext.ResourceContext
-
Return the interface type of the resource bundle being generated.
- getClientData(String) - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
-
Retrieves cached client data by key.
- getClientDataMap() - Method in class com.google.gwt.core.ext.RebindResult
-
Returns a map containing all client data added to this result.
- 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.web.bindery.requestfactory.shared.messages.IdMessage
- getClientToDomainMap() - Method in class com.google.web.bindery.requestfactory.apt.State
-
Returns a map of client elements to their domain counterparts.
- getClientType() - Method in exception class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper.UnmappedTypeException
- 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.
- getClosedImageHtml(boolean) - Method in class com.google.gwt.user.cellview.client.CellTree
-
Get the HTML to render the closed image.
- getCode() - Method in class com.google.gwt.dom.client.ObjectElement
-
Applet class file.
- getCode() - Method in exception class com.google.gwt.geolocation.client.PositionError
-
Returns the error code associated with this error.
- 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 class com.google.gwt.xml.client.DOMException
-
This method gets the code of this
DOMException
. - getCodeModel() - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
-
Returns the code model that maps fully qualified class names (eg.
- getCodeServerPolicyUrl(String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Returns a URL for fetching a serialization policy from a Super Dev Mode code server.
- getCodeServerPolicyUrl(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Returns a URL for fetching a serialization policy from a Super Dev Mode code server.
- 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() - 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.
- getColumn(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the column at the specified index.
- getColumn(Cell.Context, T, Element) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Return the column containing an element.
- getColumn(Cell.Context, T, Element) - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Return the column containing an element.
- getColumn(Element) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- getColumn(Element) - Method in interface com.google.gwt.user.cellview.client.FooterBuilder
-
Given an element in the DOM subtree returned by the most recent call to
FooterBuilder.buildFooter()
, returns the Column that should be the target of any button clicks or other events on that element, or null if the events should be discarded. - getColumn(Element) - Method in interface com.google.gwt.user.cellview.client.HeaderBuilder
-
Given an element in the DOM subtree returned by the most recent call to
HeaderBuilder.buildHeader()
, returns the Column that should be the target of any button clicks or other events on that element, or null if the events should be discarded. - getColumnCount() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
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.
- getColumnheaderRole() - Static method in class com.google.gwt.aria.client.Roles
- getColumnIndex(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the index of the specified column.
- getColumns() - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Return all the columns that this table builder has renderred.
- getColumns() - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Return all the columns that this table builder has rendered.
- getColumnSortList() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
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. - getColumnWidth(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the column width.
- getColumnWidth(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the width of a
Column
. - getComboboxRole() - Static method in class com.google.gwt.aria.client.Roles
- getCommand() - Method in exception class 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 class 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
-
Deprecated.use
MenuItem.getScheduledCommand()
instead - getCompactPrintedString() - Method in class com.google.gwt.resources.gss.CssPrinter
- 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.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- getComparableArtifactType() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
- getComparableArtifactType() - Method in class com.google.gwt.user.linker.rpc.RpcPolicyFileArtifact
- getComparator(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler
-
Returns the comparator that has been set for the specified column, or null if no comparator has been set.
- 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.D8ScriptLinker
-
Unimplemented.
- getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- 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
-
Deprecated.
- 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.
- getCompileTimeValue() - Method in interface com.google.gwt.useragent.client.UserAgent
-
Returns the value of user agent for this permutation
- getComplementaryRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getConfigurationProperty(String) - Method in class com.google.gwt.core.ext.SubsetFilteringPropertyOracle
- getConstantNodes() - Method in class com.google.gwt.resources.converter.DefCollectorVisitor
- 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 (see
BrowserEvents
for useful constants). - getConsumedEvents() - Method in class com.google.gwt.cell.client.CompositeCell
- getConsumedEvents() - Method in class com.google.gwt.cell.client.IconCellDecorator
- 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.
- getContainerElement(Element) - Method in class com.google.gwt.cell.client.CompositeCell
-
Get the element that acts as the container for all children.
- getContent() - Method in class com.google.gwt.dom.client.MetaElement
-
Associated information.
- getContent() - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- 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.
- getContentElem() - Method in class com.google.gwt.user.client.ui.TreeItem
- getContentinfoRole() - Static method in class com.google.gwt.aria.client.Roles
- getContents() - Method in class com.google.gwt.user.linker.rpc.RpcLogArtifact
- 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
- 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() - Method in class com.google.gwt.view.client.CellPreviewEvent
-
Get the cell
Cell.Context
. - getContext() - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestContext.RequestContextHandler
- 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.
- 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(HttpServletRequest, String) - Method in class com.google.gwt.core.server.jakarta.GwtServletBase
-
Fetch a cookie from the HTTP request.
- getCookie(HttpServletRequest, String, boolean) - Static method in class com.google.gwt.user.server.jakarta.Util
-
Retrieves named cookie from supplied request.
- getCookie(String) - Static method in class com.google.gwt.user.client.Cookies
-
Gets the cookie associated with the given name.
- getCookie(HttpServletRequest, String) - Method in class com.google.gwt.core.server.GwtServletBase
-
Fetch a cookie from the HTTP request.
- 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.
- getCookies() - Method in class com.google.web.bindery.requestfactory.vm.testing.UrlRequestTransport
-
Provides access to the cookies that will be sent for subsequent requests.
- getCoordinates() - Method in interface com.google.gwt.geolocation.client.Position
-
Returns information about the coordinates reported by the browser.
- getCoordinates() - Method in class com.google.gwt.geolocation.client.PositionImpl
- 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
-
Deprecated.Please use
getHandlerCount
. - getCount(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
-
Deprecated.Please use
getHandlerCount
. - getCssName() - Method in enum com.google.gwt.dom.client.Style.BorderStyle
- getCssName() - Method in enum com.google.gwt.dom.client.Style.Clear
- 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.OutlineStyle
- 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.TextAlign
- getCssName() - Method in enum com.google.gwt.dom.client.Style.TextDecoration
- getCssName() - Method in enum com.google.gwt.dom.client.Style.TextJustify
- getCssName() - Method in enum com.google.gwt.dom.client.Style.TextOverflow
- getCssName() - Method in enum com.google.gwt.dom.client.Style.TextTransform
- getCssName() - Method in enum com.google.gwt.dom.client.Style.VerticalAlign
- getCssName() - Method in enum com.google.gwt.dom.client.Style.Visibility
- getCssName() - Method in enum com.google.gwt.dom.client.Style.WhiteSpace
- 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 current locale.
- getCurrencyFormat(CurrencyData) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the standard currency format for the current locale using a specified currency.
- getCurrencyFormat(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the standard currency format for the current 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
- getCurrentElement() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
-
Get the element current being built.
- 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.
- getCurrentFace() - Method in class com.google.gwt.user.client.ui.CustomButton
-
Gets the current face of the button.
- 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.
- getCurrentPageSize() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Get the current page size.
- getCurrentPosition(Callback<Position, PositionError>) - Method in class com.google.gwt.geolocation.client.Geolocation
-
Calls the callback with the user's current position.
- getCurrentPosition(Callback<Position, PositionError>, Geolocation.PositionOptions) - Method in class com.google.gwt.geolocation.client.Geolocation
-
Calls the callback with the user's current position, with additional options.
- 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.
- getData(String) - Method in class com.google.gwt.dom.client.DataTransfer
-
Get the data for the specified format.
- getData(String) - Method in class com.google.gwt.event.dom.client.DragDropEventBase
-
Get the data for the specified format from the
DataTransfer
object. - getDataDisplays() - Method in class com.google.gwt.view.client.AbstractDataProvider
-
Get the set of displays currently assigned to this adapter.
- getDataStoreName() - Method in class com.google.gwt.user.cellview.client.Column
- getDataTransfer() - Method in class com.google.gwt.dom.client.NativeEvent
-
Get the
DataTransfer
associated with the current drag event. - getDataTransfer() - Method in class com.google.gwt.event.dom.client.DragDropEventBase
-
Get the
DataTransfer
associated with the current drag event. - getDate() - Method in class com.google.gwt.core.client.JsDate
-
Returns the day of the month.
- getDatePicker() - Method in class com.google.gwt.cell.client.DatePickerCell
-
Returns the underlying
DatePicker
widget used by this cell. - getDatePicker() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Gets the date picker.
- getDatePicker() - Method in class com.google.gwt.user.datepicker.client.DatePickerComponent
- 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) to6
Saturday. - getDaylightAdjustment(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getDaylightAdjustment(Date) - Method in interface com.google.gwt.i18n.shared.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.
- getDebugIdAttribute() - Static method in class com.google.gwt.debug.client.DebugInfo
-
Returns the element attribute or property where the debug ID is set.
- getDebugIdPrefix() - Static method in class com.google.gwt.debug.client.DebugInfo
-
Returns the prefix string used for debug ids.
- 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
- getDecoration() - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Get the decoration style of the button.
- 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.ArgHandlerEnum
- 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.
- getDefaultPageSize() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- 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.jakarta.RPC
-
Returns a default serialization policy.
- 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.
- getDefaultValue() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
-
Returns the default value that will appear in help messages.
- getDefaultValue() - Method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- getDefer() - Method in class com.google.gwt.dom.client.ScriptElement
-
Indicates that the user agent can defer processing of the script.
- getDeferredFragmentSuffix2(TreeLogger, LinkerContext, int, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- getDefinitionRole() - Static method in class com.google.gwt.aria.client.Roles
- getDefMapping() - Method in class com.google.gwt.resources.converter.DefCollectorVisitor
- getDefNameMapping() - Method in class com.google.gwt.resources.converter.Css2Gss
-
GSS allows only uppercase letters and numbers for a name of the constant.
- getDelegate() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- getDelegate() - Method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
-
Returns the
EditorDelegate
for this instance. - getDeltaX() - Method in class com.google.gwt.dom.client.NativeEvent
-
Gets the native velocity of the mouse wheel in X direction.
- getDeltaY() - Method in class com.google.gwt.dom.client.NativeEvent
-
Gets the native velocity of the mouse wheel in Y direction.
- getDeltaY() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
-
Deprecated.use getNativeDeltaY() instead
- getDeltaY() - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
-
Deprecated.use
MouseWheelEvent.getDeltaY()
instead - getDeobfuscator() - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- getDependencies() - Method in interface com.google.gwt.core.ext.soyc.HasDependencies
- getDependentMethods() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- getDependentPointers() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
-
Returns the dependent list ids.
- getDepth() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- getDepth() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Get the element depth of the current builder.
- getDepth() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- getDescription() - Method in exception class 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.D8ScriptLinker
- getDescription() - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- 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
-
Deprecated.
- 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.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
- getDesignatedType() - Method in exception class com.google.gwt.core.shared.SerializableThrowable
-
Returns the designated throwable's type name.
- getDialogRole() - Static method in class com.google.gwt.aria.client.Roles
- 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
- getDirectoryRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.AbstractCellTable.CellTableKeyboardSelectionHandler
- getDisplay() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- getDisplay() - Method in class com.google.gwt.user.cellview.client.AbstractPager
-
Get the
HasRows
being paged. - getDisplay() - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- 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.
- getDocumentModeSeverity() - Method in interface com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty
- getDocumentRole() - Static method in class com.google.gwt.aria.client.Roles
- getDocumentScrollingElement(Document) - Method in class com.google.gwt.dom.client.DOMImpl
- getDocumentScrollingElement(Document) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- 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.web.bindery.requestfactory.server.ResolverServiceLayer
- 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.ServiceLayerCache
- getDomainClassLoader() - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- getDomainType() - Method in class com.google.web.bindery.requestfactory.shared.Locator
-
Returns the
T
type. - getDomainType() - Method in class com.google.web.bindery.requestfactory.shared.ValueLocator
-
Returns
null
. - 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.
- 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(Element, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Deprecated.Call and override
HTMLTable.getDOMCellCount(Element, int)
instead. - 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
- getDOMRowCount(Element) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Deprecated.Call and override
HTMLTable.getDOMRowCount(Element)
instead. - 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.
- getDraggable() - Method in class com.google.gwt.dom.client.Element
-
Returns the draggable attribute of this element.
- 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 toMockSimpleBeanEditorDriver.initialize(E)
. - 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 benull
forLeafValueEditors
. - 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.
- getEditors() - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
-
For testing only.
- 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() - Method in class com.google.gwt.user.client.ui.UIObject
-
Gets a handle to the object's underlying DOM element.
- 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(int) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Gets the content element for the given index.
- getElement(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
-
Gets the TD element representing the specified cell.
- getElementAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getAttribute(String)
instead. - 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
. - getElementCount(int, int) - Static method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
-
Get the number of elements in a number of bytes, throwing an exception if it isn't an integral number.
- getElementProperty(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
invalid reference
Element#getProperty(String)
- getElementPropertyBoolean(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getPropertyBoolean(String)
instead. - getElementPropertyInt(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getPropertyInt(String)
instead. - 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
- 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.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.AbstractCellTable
-
Get the widget displayed when the table has no rows.
- getEnclosing() - Method in interface com.google.gwt.core.ext.soyc.HasEnclosing
- getEnclosingClassDescriptor() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
- 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
-
Returns the enclosing type, or null if none.
- getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JField
- getEncodedResponse() - Method in exception class 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.
- getEndColumn() - Method in class com.google.gwt.core.ext.soyc.Range
- getEndLine() - Method in class com.google.gwt.core.ext.soyc.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.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
-
Returns an empty list.
- 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)
. - getEventBus() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns the last value passed to
FakeRequestFactory.initialize(EventBus, RequestTransport)
. - 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. - getEventPosition(Event) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.HSplitter
- getEventPosition(Event) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- getEventPosition(Event) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.VSplitter
- 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 class com.google.gwt.core.client.JavaScriptException
-
Deprecated.deprecated in favor for
JavaScriptException.getThrown()
andJavaScriptException.isThrownSet()
- 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.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- getExceptionType() - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
-
Return the exception type.
- getExpression() - Method in class com.google.gwt.resources.converter.SimpleValue
- 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
- getExternalClassCandidates() - Method in class com.google.gwt.resources.gss.RenamingSubstitutionMap
- getExternalClassNames(Set<String>, Set<String>) - Method in class com.google.gwt.resources.gss.ExternalClassesCollector
-
Returns an immutable set of external class names that should not be renamed.
- getFaceID() - Method in class com.google.gwt.user.client.ui.CustomButton.Face
-
Gets the ID associated with this face.
- getFactory() - Method in interface com.google.web.bindery.autobean.shared.AutoBean
-
Returns the AutoBeanFactory that created the AutoBean.
- getFactoryTypeToken() - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- 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 class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
-
Returns the field descriptor associated to the given field name.
- getField(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
- getFieldReference() - Method in class com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
- 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 class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- 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. - getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class com.google.web.bindery.requestfactory.apt.ValidationTool.JarOrDirectoryOutputFileManager
-
Not expected to be called.
- 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
- getFiredCount(Event.Type<?>) - Method in class com.google.gwt.event.shared.testing.CountingEventBus
-
How many events have fired for the given
type
. - getFiredCount(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
-
How many events have fired for the given
type
. - getFiredCountFromSource(Event.Type<?>, Object) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
-
How many events have fired for the given pairing of
type
andsource
. - getFireNullValues() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Returns true iff the date box will fire
ValueChangeEvents
with a date value ofnull
for invalid or empty string values. - 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() - Method in interface com.google.gwt.xml.client.Node
-
This method retrieves the first child.
- getFirstChild(Element) - Static method in class com.google.gwt.user.client.DOM
-
Gets the first child element of the given element.
- getFirstChildElement() - Method in class com.google.gwt.dom.client.Element
-
The first child of element this element.
- getFirstChildElement(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- 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. - getFloat32() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getFloat32(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getFloat32(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getFloat32(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getFloat32(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getFloat32(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getFloat32(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getFloat32(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getFloat32(int, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- getFloat32(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getFloat32(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getFloat64() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getFloat64(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getFloat64(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getFloat64(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getFloat64(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getFloat64(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getFloat64(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getFloat64(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getFloat64(int, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- getFloat64(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getFloat64(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- 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 - getFocusedKey() - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
-
Return the key of the value that is focused in this node's display.
- 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.
- getFooter(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- getFooterBuilder() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the
HeaderBuilder
used to generate the footer section. - 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() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Gets the format instance used to control formatting and parsing of this
DateBox
. - getFormat(DateTimeFormat.PredefinedFormat) - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Get a DateTimeFormat instance for a predefined format.
- getFormat(DateTimeFormat.PredefinedFormat) - Static method in class com.google.gwt.i18n.shared.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) - 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) - Static method in class com.google.gwt.i18n.shared.DateTimeFormat
-
Returns a DateTimeFormat object using the specified pattern.
- 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, DateTimeFormatInfo) - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Internal factory method that provides caching.
- getFormat(String, DateTimeFormatInfo) - Static method in class com.google.gwt.i18n.shared.DateTimeFormat
-
Internal factory method that provides caching.
- 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. - getFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
-
Gets the rich text formatting interface.
- getFormRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getForwardButtonElement() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
-
Returns the button for moving to the next month.
- getFragment() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- getFragment() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
- getFragmentNumber() - Method in interface com.google.gwt.core.ext.linker.SymbolData
-
Returns the fragment number in which the symbol is declared (for a method).
- getFragments() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
-
Returns the list of sizes per fragment contributed by this entity.
- 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.
- getFullDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getFullName() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- getFullName() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
-
Returns the full qualified name.
- getFullName() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
- getFullTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getFullYear() - Method in class com.google.gwt.core.client.JsDate
-
Returns the four-digit year.
- getFullyQualifiedClassName() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Get the fully-qualified source name of the class being created.
- getGeneralFailure() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
- 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.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.ServiceLayerCache
- 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.
- getGlobalCurrencyFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the global currency format for the current locale, using its default currency.
- getGlobalCurrencyFormat(CurrencyData) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the global currency format for the current locale, using a specified currency.
- getGlobalCurrencyFormat(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the global currency format for the current locale, using a specified currency.
- getGMTString(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getGMTString(Date) - Method in interface com.google.gwt.i18n.shared.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).
- getGridcellRole() - Static method in class com.google.gwt.aria.client.Roles
- getGridRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getGroupRole() - Static method in class com.google.gwt.aria.client.Roles
- getGwtLocale(HttpServletRequest) - Method in class com.google.gwt.core.server.jakarta.GwtServletBase
-
Get the GWT locale to use from this request.
- getGwtLocale(HttpServletRequest) - Method in class com.google.gwt.core.server.GwtServletBase
-
Get the GWT locale to use from this request.
- 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.gwt.event.shared.testing.CountingEventBus
-
How many handlers are registered for the given
type
. - getHandlerCount(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.SimpleEventBus
-
Deprecated.required by legacy features in GWT's old HandlerManager
- getHandlerCount(Event.Type<?>) - Method in class com.google.web.bindery.event.shared.testing.CountingEventBus
-
How many handlers are registered for the given
type
. - getHandlerManager() - Method in class com.google.gwt.user.client.ui.Widget
- getHasCells() - Method in class com.google.gwt.cell.client.CompositeCell
-
Returns the readonly list of
HasCell
's that make up this composite. - getHash() - Static method in class com.google.gwt.user.client.Window.Location
-
Gets the string to the right of the URL's hash.
- getHead() - Method in class com.google.gwt.dom.client.Document
-
The element that contains metadata about the document, including links to or definitions of scripts and style sheets.
- getHeader() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
-
Gets the widget that is currently being used as a header.
- getHeader(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- getHeader(int) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Get the header or footer at the specified index.
- getHeader(Element) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- getHeader(Element) - Method in interface com.google.gwt.user.cellview.client.FooterBuilder
- getHeader(Element) - Method in interface com.google.gwt.user.cellview.client.HeaderBuilder
- getHeader(String) - Method in class com.google.gwt.http.client.RequestBuilder
-
Returns the value of a header previous set by
RequestBuilder.setHeader(String, String)
, ornull
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(String) - Method in class com.google.gwt.http.client.ResponseImpl
- getHeaderBuilder() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the
HeaderBuilder
used to generate the header section. - 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.
- getHeaders() - Method in class com.google.gwt.http.client.ResponseImpl
- getHeadersAsString() - Method in class com.google.gwt.http.client.Response
-
Returns all headers as a single string.
- getHeadersAsString() - Method in class com.google.gwt.http.client.ResponseImpl
- getHeaderStyleNames() - Method in class com.google.gwt.user.cellview.client.Header
-
Get extra style names that should be applied to a cell in this header.
- 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. - getHeaderTextElem(Element) - Method in class com.google.gwt.user.client.ui.DecoratedStackPanel
- getHeaderTextElem(Element) - Method in class com.google.gwt.user.client.ui.StackPanel
-
Get the element that holds the header text given the header element created by #createHeaderElement.
- 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.
- getHeading() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the heading, in degrees from due north, reported by the browser, based on previous calls to get the user's position, or
null
if the browser did not report a heading. - getHeading() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- getHeadingRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getHelpTag() - Method in class com.google.gwt.util.tools.ArgHandler
-
The tag to display in help messages.
- getHelpTag() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
- getHighlighted() - Method in class com.google.gwt.event.logical.shared.HighlightEvent
-
Gets the value highlighted.
- getHighlightedCell() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- 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(EntityProxyId<?>) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
-
Get a
History
compatible token that represents the given proxy class. - getHistoryToken(EntityProxyId<?>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns
null
. - 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(Class<? extends EntityProxy>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns
null
. - 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
- getHorizontalScrollbar() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
-
Get the scrollbar used for horizontal scrolling.
- 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.NativeHorizontalScrollbar
- 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
-
Deprecated.
- getHostedFilenameFull(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- 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) and23
. - getHoveringRow() - Method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Return the
TableRowElement
that the user just hovered or unhovered. - getHoveringScope() - Method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Return the scope/area of the hover event.
- 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.DirectionalTextHelper
-
Get the inner html of the element, taking the inner span wrap into consideration, if needed.
- 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() - 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
- getHTML(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Gets the HTML contents of the specified cell.
- 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.
- getIcon() - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Get the icon displayed next to the button text.
- 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.
- 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.core.ext.soyc.coderef.EntityDescriptor.Fragment
- getId() - Method in class com.google.gwt.dom.client.Element
-
The element's identifier.
- getId() - Method in class com.google.web.bindery.requestfactory.server.jakarta.Logging
-
Returns the id of this instance.
- getId() - Method in class com.google.web.bindery.requestfactory.server.Logging
-
Returns the id of this instance.
- getId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- getId(Object) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- getId(Object) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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(T) - Method in class com.google.web.bindery.requestfactory.shared.ValueLocator
-
Returns
null
. - getID() - Method in class com.google.gwt.i18n.client.TimeZone
- getID() - Method in class com.google.gwt.i18n.client.TimeZoneInfo
- getID() - Method in interface com.google.gwt.i18n.shared.TimeZone
-
Returns time zone id for this time zone.
- getID() - Method in class com.google.gwt.user.client.ui.Hidden
-
Gets the id of the hidden field.
- getIdentifier() - Method in class com.google.gwt.dom.client.Touch
-
Gets a unique identifier for this touch.
- getIdFactory() - Method in class com.google.web.bindery.requestfactory.server.RequestState
- getIdType() - Method in class com.google.web.bindery.requestfactory.shared.Locator
-
Returns the
I
type. - getIdType() - Method in class com.google.web.bindery.requestfactory.shared.ValueLocator
-
Returns
null
. - getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Returns the type of object the domain type's
findFoo()
orLocator.getId()
expects to receive. - getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- getIdType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- getIfSupported() - Static method in class com.google.gwt.geolocation.client.Geolocation
-
Returns a
Geolocation
if the browser supports this feature, andnull
otherwise. - 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.
- getImageElement() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Returns the element corresponding to the open/close image.
- getImageElement() - Method in class com.google.gwt.user.client.ui.TreeItem
- getImageHolderElement() - Method in class com.google.gwt.user.client.ui.TreeItem
- getImageHtml(ImageResource, HasVerticalAlignment.VerticalAlignmentConstant, boolean) - Method in class com.google.gwt.cell.client.IconCellDecorator
-
Get the HTML representation of an image.
- 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.
- getImages() - Method in class com.google.gwt.user.client.ui.Tree
- getImageWidth() - Method in class com.google.gwt.user.cellview.client.CellTree
-
Get the width required for the images.
- getImgRole() - Static method in class com.google.gwt.aria.client.Roles
- 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 class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- getIndex() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Return the index of this node in its parent.
- getIndex() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- 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.user.client.ui.RenderablePanel
-
Returns the HTML to be set as the innerHTML of the container.
- getInnerHTML() - Method in class com.google.gwt.dom.client.Element
-
All of the markup and content within a given element.
- getInnerHTML(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getInnerHTML(Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getInnerHTML()
instead. - getInnerText() - Method in class com.google.gwt.dom.client.Element
-
The text between the start and end tags of the object.
- getInnerText(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getInnerText(Element) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- getInnerText(Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getInnerText()
instead. - 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() - Static method in class com.google.gwt.core.server.ServerGwtBridge
-
Get the singleton
ServerGwtBridge
instance, creating it if necessary. - getInstance() - Static method in class com.google.gwt.json.client.JSONNull
-
Returns the singleton null-valued JSON object.
- getInstance() - Method in class com.google.gwt.resources.gss.ast.CssDotPathNode
- 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(boolean) - Static method in class com.google.gwt.i18n.shared.BidiFormatter
-
Factory for creating an instance of BidiFormatter given the context direction.
- 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) - Static method in class com.google.gwt.json.client.JSONBoolean
-
Gets a reference to the singleton instance representing either
true
orfalse
. - 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(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(TreeLogger, PropertyOracle, GeneratorContext) - Static method in class com.google.gwt.i18n.rebind.LocaleUtils
-
Create a new LocaleUtils instance for the given PropertyOracle.
- 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) - 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.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(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(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() - 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.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(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. - getInt16() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getInt16(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getInt16(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getInt16(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getInt16(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getInt16(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getInt16(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getInt16(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getInt16(int, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- getInt16(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getInt16(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getInt32() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getInt32(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getInt32(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getInt32(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getInt32(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getInt32(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getInt32(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getInt32(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getInt32(int, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- getInt32(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getInt32(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getInt8() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getInt8(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getInt8(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getInt8(int) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- getInt8(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getInt8(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getIntAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use the more appropriately named
Element.getPropertyInt(String)
instead. - getInterfaceNames() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Get the implemented/extended interfaces for the class being created.
- 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.web.bindery.requestfactory.shared.Violation
-
Deprecated.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.web.bindery.requestfactory.shared.messages.ResponseMessage
- getInvocations() - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
- getISOTimeZoneString(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getISOTimeZoneString(Date) - Method in interface com.google.gwt.i18n.shared.TimeZone
-
To get ISO-style (+00:00) representation of the time zone for given date.
- getItem() - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
-
Gets the item.
- getItem() - Method in class com.google.gwt.view.client.MultiSelectionModel.SelectionChange
- 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(int) - Method in class com.google.gwt.user.client.ui.Tree
-
Gets the top-level tree item at the specified index.
- getItem(String) - Method in class com.google.gwt.storage.client.Storage
-
Returns the item in the Storage associated with the specified key.
- getItem(String, String) - Method in class com.google.gwt.storage.client.StorageImpl
-
Returns the item in the Storage associated with the specified key.
- 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.
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.google.web.bindery.requestfactory.apt.ValidationTool.JarOrDirectoryOutputFileManager
-
This method will receive generated source and class files.
- 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.
- getJavaScript() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- 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 "field descriptor" for a type as specified by the Java Virtual Machine Specification.
- getJsComputeScriptBase(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
ComputeScriptBase
script. - getJsComputeUrlForResource(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
UrlForResource
script. - getJsDevModeRedirectHook(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns a JavaScript fragment that starts Super Dev Mode, if enabled.
- getJsDevModeRedirectHookPermitted(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns a JavaScript expression that determines whether Super Dev Mode may be turned on for the current page.
- getJsDevModeUrlValidation(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns a JavaScript fragment that validates "devModeUrl"—the URL that Super Dev Mode's JavaScript is loaded from—before it's used.
- getJsInstallLocation(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsInstallLocation
script. - getJsInstallScript(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsInstallScript
script. - getJsIsBodyLoaded(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsIsBodyLoaded
script. - getJsLoadExternalStylesheets(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsLoadExternalStylesheets
script. - getJsModuleFunctionErrorCatch(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsModuleFunctionErrorCatch
script. - 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 class com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
- getJsniSignature() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
-
The signature of the member.
- getJsniSignature() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- getJsniSignature() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
-
Returns a string containing a JSNI reference to the method.
- getJsPermutations(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsPermutations
script. - getJsProcessMetas(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsProcessMetas
script. - getJsProperties(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsProperties
script. - getJsRunAsync(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsRunAsync
script. - getJsSize() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
- getJsWaitForBodyLoaded(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsWaitForBodyLoaded
script. - getKey() - Method in class com.google.gwt.cell.client.Cell.Context
-
Get the key that uniquely identifies the row object.
- 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(P) - Method in class com.google.web.bindery.requestfactory.gwt.ui.client.EntityProxyKeyProvider
-
Returns the key Object for the given item.
- 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.
- 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 class com.google.gwt.user.cellview.client.HasDataPresenter
- getKeyboardPagingPolicy() - Method in interface com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy
- getKeyboardSelectedColumn() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the index of the column that is currently selected via the keyboard.
- getKeyboardSelectedElement() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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
- getKeyboardSelectedNode() - Method in class com.google.gwt.user.cellview.client.CellTree
-
Return the node that has keyboard selection.
- getKeyboardSelectedRow() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Get the index of the row that is currently selected via the keyboard, relative to the page start index.
- getKeyboardSelectedRow() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Get the index of the keyboard selected row relative to the page start.
- getKeyboardSelectedRowInView() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Get the index of the keyboard selected row relative to the page start as it appears in the view, regardless of whether or not there is a pending change.
- getKeyboardSelectedRowValue() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Get the value that the user selected.
- getKeyboardSelectedSubRow() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the index of the sub row that is currently selected via the keyboard.
- getKeyboardSelectedTreeNode() - Method in class com.google.gwt.user.cellview.client.CellTree
-
Returns the TreeNode that is selected when the CellTree has keyboard focus.
- 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 class com.google.gwt.user.cellview.client.HasDataPresenter
- getKeyboardSelectionPolicy() - Method in interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
- 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.user.cellview.client.HasDataPresenter
- 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 class com.google.gwt.user.server.rpc.EnumMap
- getKeyType() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.MapPropertyContext
-
Returns the map's key type.
- getKeyType(EnumMap<K, V>) - Static method in class com.google.gwt.user.server.rpc.EnumMapUtil
- getKeyUniverse() - Method in class com.google.gwt.user.server.rpc.EnumMap
- 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.
- getLabel() - Method in class com.google.gwt.user.tools.util.ArgHandlerIgnore
- getLabel() - Method in class com.google.gwt.user.tools.util.ArgHandlerOverwrite
- getLabel() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
-
The root String that will be munged into -label and -nolabel variants for flag value toggling.
- 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
- getLastModified(URL[], TreeLogger) - Static method in class com.google.gwt.resources.ext.ResourceGeneratorUtil
-
Returns the most recent value of the
last-modified
header fields of all the Urls in theresources
array. - getLastModifiedTime() - Method in interface com.google.gwt.core.ext.typeinfo.JRealClassType
-
Retrieve last modified time for this type.
- getLastSelectedObject() - Method in class com.google.gwt.view.client.NoSelectionModel
-
Gets the item that was last selected.
- getLastTouchPosition() - Method in class com.google.gwt.touch.client.TouchScroller
-
Visible for testing.
- getLastValue() - Method in class com.google.gwt.cell.client.TextInputCell.ViewData
-
Return the last value sent to the
ValueUpdater
. - getLatitude() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the decimal latitude reported by the browser.
- getLatitude() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- getLayout() - Method in class com.google.gwt.user.client.ui.LayoutPanel
-
Gets the
Layout
instance associated with this widget. - getLayoutData() - Method in class com.google.gwt.user.client.ui.Widget
-
Gets the panel-defined layout data associated with this widget.
- getLeafBeanId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- 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.
- getLegacyDocumentScrollingElement(Document) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- getLegacyDocumentScrollingElement(Document) - Method in class com.google.gwt.dom.client.DOMImplWebkit
- 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. - getLength(String) - Method in class com.google.gwt.storage.client.StorageImpl
-
Returns the number of items in this Storage.
- 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.cellview.client.ColumnSortList
-
Get the actual limit value
- 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.
- getLineHeight() - Method in class com.google.gwt.dom.client.Style
-
Get the line-height css property.
- 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.
- getLinkRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getListboxRole() - Static method in class com.google.gwt.aria.client.Roles
- getListener() - Method in class com.google.gwt.user.client.BaseListenerWrapper
-
Deprecated.Gets the listener being wrapped.
- getListitemRole() - Static method in class com.google.gwt.aria.client.Roles
- getListRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getLoadingImageHtml() - Method in class com.google.gwt.user.cellview.client.CellTree
-
Return the HTML to render the loading image.
- getLoadingIndicator() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the widget displayed when the data is loading.
- getLoadingIndicator() - Method in class com.google.gwt.user.cellview.client.CellList
-
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. - getLocale(ServerGwtBridge.Properties) - Static method in class com.google.gwt.core.server.ServerGwtBridge
- 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
- getLocalName() - Method in class com.google.gwt.uibinder.elementparsers.UiSafeHtmlInterpreter
- getLocalName() - Method in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- getLocalStorageIfSupported() - Static method in class com.google.gwt.storage.client.Storage
-
Returns a Local Storage.
- getLoggingRequest() - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler.LoggingRequestProvider
-
Returns the logging request.
- getLogRole() - Static method in class com.google.gwt.aria.client.Roles
- getLongDateFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getLongDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getLongDesc() - Method in class com.google.gwt.dom.client.FrameElement
-
URI designating a long description of this image or frame.
- getLongitude() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the decimal longitude reported by the browser.
- getLongitude() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- getLongName(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getLongName(Date) - Method in interface com.google.gwt.i18n.shared.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.
- getLowerBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
-
Returns the lower bounds of this wildcard type.
- getMainRole() - Static method in class com.google.gwt.aria.client.Roles
- getMap(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
-
Look up
Map
by method name. - 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.
- getMarqueeRole() - Static method in class com.google.gwt.aria.client.Roles
- getMathRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.NativeHorizontalScrollbar
- getMaximumHorizontalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
- getMaximumHorizontalScrollPosition(Element) - Method in class com.google.gwt.user.client.ui.ScrollImpl
-
Get the maximum horizontal scroll position.
- 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.NativeVerticalScrollbar
- 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.shared.Md5Utils
-
Generate MD5 digest.
- getMd5Digest(String) - Static method in class com.google.gwt.util.tools.shared.Md5Utils
-
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.
- getMediumDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getMediumTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- 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.
- getMenubarRole() - Static method in class com.google.gwt.aria.client.Roles
- getMenuitemcheckboxRole() - Static method in class com.google.gwt.aria.client.Roles
- getMenuitemradioRole() - Static method in class com.google.gwt.aria.client.Roles
- getMenuitemRole() - Static method in class com.google.gwt.aria.client.Roles
- getMenuRole() - Static method in class com.google.gwt.aria.client.Roles
- getMessage() - Method in exception class 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 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
-
Deprecated.Returns the message associated with this
Violation
. - getMessageTemplate() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- getMetaKey() - Method in class com.google.gwt.dom.client.NativeEvent
-
Gets whether the META key was depressed when the given event occurred.
- getMethod() - Method in class com.google.gwt.dom.client.FormElement
-
HTTP method [IETF RFC 2616] used to submit form.
- 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
- getMethod(String) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
-
Returns the method descriptor associated to the given original method signature.
- 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
- 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.
- getMethodByPath(ResourceContext, List<String>, JType) - Method in interface com.google.gwt.resources.gss.ImageSpriteCreator.MethodByPathHelper
- getMethodReferences() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
-
Returns the set of JMethods that share the same signature.
- 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 class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- getMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
-
Returns the declared methods of this class (not any superclasses or superinterfaces).
- getMilliseconds() - Method in class com.google.gwt.core.client.JsDate
-
Returns the milliseconds, between
0
and999
. - 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.NativeHorizontalScrollbar
- getMinimumHorizontalScrollPosition() - Method in class com.google.gwt.user.client.ui.ScrollPanel
- getMinimumHorizontalScrollPosition(Element) - Method in class com.google.gwt.user.client.ui.ScrollImpl
-
Get the minimum horizontal scroll position.
- 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.NativeVerticalScrollbar
- 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
and59
. - 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. - getModel() - Method in class com.google.gwt.user.datepicker.client.DatePickerComponent
- getModuleBaseForStaticFiles() - Static method in class com.google.gwt.core.client.GWT
-
Gets the URL prefix that should be prepended to URLs that point to static files generated by the GWT compiler, such as files in the module's public path.
- getModuleBaseURL() - Static method in class com.google.gwt.core.client.GWT
-
Gets the URL prefix that should be prepended to URLs that are intended to be module-relative, such as RPC entry points.
- 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.
- 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.D8ScriptLinker
-
Unimplemented.
- getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- 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
-
Deprecated.
- getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.linker.XSLinker
-
Deprecated.
- getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.XSLinker
-
Deprecated.
- 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) to11
December. - getMonthAndYearFormatter() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Gets the month and year formatter.
- getMonthFormatter() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Gets the month formatter.
- getMonthSelectListBox() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
-
Returns the ListBox for selecting the month
- 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
-
Deprecated.use getDeltaY() instead
- 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 class com.google.gwt.aria.client.Attribute
-
Gets the property/state name
- getName() - Method in interface com.google.gwt.aria.client.Role
-
Gets the ARIA 'role' attribute name as defined in the WAI-ARIA standard.
- getName() - Method in class com.google.gwt.aria.client.RoleImpl
- getName() - Method in exception class 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 class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
-
Returns the name of the entity.
- getName() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
- getName() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
- getName() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
-
If an array, returns the name of this class without the package name or enclosing class name, followed by multiple pairs of square brackets; if not, returns the nested name of this type (like Foo or Foo.Bar), without the package name.
- 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() - Static method in class com.google.gwt.resources.gss.EvalFunction
- getName() - Static method in class com.google.gwt.resources.gss.ResourceUrlFunction
- getName() - Static method in class com.google.gwt.resources.gss.ValueFunction
- 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.CustomButton.Face
-
Get the name of the face.
- 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.user.tools.WebAppCreator.ArgProcessor
- 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.
- getNativeDeltaY() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
-
Get the change in the mouse wheel position along the Y-axis; -1 if the mouse wheel is moving north (toward the top of the screen) or 1 if the mouse wheel is moving south (toward the bottom of the screen).
- getNativeDocumentScrollingElement(Document) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- 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. - getNativeHeight() - Method in class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
Get the height of the scrollbar.
- getNativeKeyCode() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
-
Gets the native key code.
- getNativeScrollbarHeight() - Static method in class com.google.gwt.user.client.ui.AbstractNativeScrollbar
-
Get the height of a native horizontal scrollbar.
- getNativeScrollbarWidth() - Static method in class com.google.gwt.user.client.ui.AbstractNativeScrollbar
-
Get the width of a native vertical scrollbar.
- getNativeWidth() - Method in class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
Get the width of the scrollbar.
- getNavigationRole() - Static method in class com.google.gwt.aria.client.Roles
- 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
, orMediaElement.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
, orMediaElement.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() - Method in class com.google.gwt.user.server.rpc.jakarta.XsrfTokenServiceServlet
-
Generates and returns new XSRF token.
- getNewXsrfToken() - Method in class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
-
Generates and returns new XSRF token.
- getNewXsrfToken(AsyncCallback<XsrfToken>) - Method in interface com.google.gwt.user.client.rpc.XsrfTokenServiceAsync
- getNext() - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
-
Retrieves the next service layer.
- getNextSibling() - Method in class com.google.gwt.dom.client.Node
-
The node immediately following this node.
- getNextSibling() - Method in interface com.google.gwt.xml.client.Node
-
This method retrieves the next sibling.
- getNextSibling(Element) - Static method in class com.google.gwt.user.client.DOM
-
Gets an element's next sibling element.
- getNextSiblingElement() - Method in class com.google.gwt.dom.client.Element
-
The element immediately following this element.
- getNextSiblingElement(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- 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.NodeInfo
that will provide theProvidesKey
,Cell
, andHasData
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.
- getNodes() - Method in class com.google.gwt.resources.converter.CssElse
- 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.
- getNodeType(Node) - Method in class com.google.gwt.dom.client.DOMImpl
- getNodeType(Node) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- 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.
- getNodeView() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- getNoteRole() - Static method in class com.google.gwt.aria.client.Roles
- getNoWrap() - Method in class com.google.web.bindery.autobean.vm.Configuration
- getNumber() - Method in class com.google.gwt.user.client.ui.RichTextArea.FontSize
-
Gets the HTML font number associated with this font size.
- getNumber(int) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Gets the double at a given index.
- 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.
- getNumCells() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- getNumericStyleProperty(Style, String) - Method in class com.google.gwt.dom.client.DOMImpl
-
Returns a numeric style property (such as zIndex) that may need to be coerced to a string.
- getNumExpectedArguments() - Method in class com.google.gwt.resources.gss.EvalFunction
- getNumExpectedArguments() - Method in class com.google.gwt.resources.gss.ResourceUrlFunction
- getNumExpectedArguments() - Method in class com.google.gwt.resources.gss.ValueFunction
- getObfuscatedNames() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
- getObject() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
-
Returns
null
or the last value provided toMockSimpleBeanEditorDriver.edit(T)
. - getObject(int) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Gets the
JavaScriptObject
at a given index. - getOffset(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getOffset(Date) - Method in interface com.google.gwt.i18n.shared.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.
- getOffsetHeight(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Returns the offsetHeight element property.
- 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.
- getOffsetWidth(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Returns the offsetWidth element property.
- 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.
- getOpenImageHtml(boolean) - Method in class com.google.gwt.user.cellview.client.CellTree
-
Get the HTML to render the open image.
- 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.web.bindery.requestfactory.shared.messages.RequestMessage
- getOperations() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
- getOptionRole() - Static method in class com.google.gwt.aria.client.Roles
- 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
- 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
- getOriginal() - Method in class com.google.gwt.cell.client.EditTextCell.ViewData
- getOriginalProxy() - Method in interface com.google.web.bindery.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.
- getOriginalThrowable() - Method in exception class com.google.gwt.core.shared.SerializableThrowable
-
Returns the original throwable that this serializable throwable is derived from.
- 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
-
Returns the declared methods of this class with the given name (doesn't include any superclasses or superinterfaces).
- 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.
- 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.
- getPackageName() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Get the package of the class being created.
- getPackageName() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- getPackages() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
-
Returns the list of subpackages.
- 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
-
Returns a type name as it would be specified in Java source, with the package name included.
- 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.
- 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.
- getParameterMap() - Static method in class com.google.gwt.user.client.Window.Location
-
Returns an immutable Map of the URL query parameters for the host page at the time this method was called.
- getParameters() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
- 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.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- getParamTypes() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- getParent() - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- getParent() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- getParent() - Method in interface com.google.gwt.user.cellview.client.TreeNode
-
Get the parent node of this node.
- getParent() - Method in class com.google.gwt.user.client.ui.Widget
-
Gets this widget's parent panel.
- getParent(Element) - Static method in class com.google.gwt.user.client.DOM
-
Gets an element's parent element.
- getParentElement() - Method in class com.google.gwt.dom.client.Node
-
Gets the parent element of this node.
- getParentElement(Node) - Method in class com.google.gwt.dom.client.DOMImpl
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Return the parent node, or null if this node is the root.
- getParentNode() - Method in interface com.google.gwt.xml.client.Node
-
This method retrieves the parent.
- getParser(JType...) - Method in class com.google.gwt.uibinder.attributeparsers.AttributeParsers
-
Returns a parser for the given type(s).
- 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)
, ornull
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 class com.google.gwt.resources.gss.ast.CssDotPathNode
- 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
-
Deprecated.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. - getPathElements() - Method in class com.google.gwt.resources.gss.ast.CssDotPathNode
- 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.NumberFormat
-
Returns the pattern used by this number format.
- getPattern() - Method in class com.google.gwt.i18n.shared.DateTimeFormat
-
Retrieve the pattern used in this DateTimeFormat object.
- getPayload() - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Returns a wire-format representation of the data.
- getPendingCommands() - Method in class com.google.gwt.user.client.CommandExecutor
-
This method is for testing only.
- getPercentFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the standard percent format for the default locale.
- getPermutationAxes() - Method in class com.google.gwt.resources.gss.PermutationsCollector
- getPermutationBase() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
- getPermutationDescription() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
- getPermutationId() - 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.
- getPermutationId() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- getPermutationId() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
- 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. - getPermutationStrongName() - Method in class com.google.gwt.user.server.rpc.jakarta.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. - getPoint() - Method in class com.google.gwt.touch.client.TouchScroller.TemporalPoint
- getPopup() - Method in class com.google.gwt.user.client.ui.MenuBar
-
Visible for testing.
- 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 class com.google.gwt.resources.gss.ast.CssDotPathNode
- 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
, orMediaElement.PRELOAD_NONE
. - getPreload() - Method in class com.google.gwt.media.client.MediaBase
-
Returns the preload setting, one of
MediaElement.PRELOAD_AUTO
,MediaElement.PRELOAD_METADATA
, orMediaElement.PRELOAD_NONE
. - getPresentationRole() - Static method in class com.google.gwt.aria.client.Roles
- getPresenter() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- 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.
- getPreviousSiblingElement() - Method in class com.google.gwt.dom.client.Element
-
The element immediately preceding this element.
- getPreviousSiblingElement(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getPrimitiveType() - Method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- getProgressbarRole() - Static method in class com.google.gwt.aria.client.Roles
- getProperties() - Method in interface com.google.gwt.core.ext.LinkerContext
-
Returns all deferred binding properties defined in the module.
- getProperty(Object, String) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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
- getProperty(String) - Method in class com.google.gwt.core.server.ServerGwtBridge
-
Get the value of the named property, preferring a value specific to this thread (see
ServerGwtBridge.setThreadProperty(String, String)
) over one that is set globally (seeServerGwtBridge.setGlobalProperty(String, String)
). - getProperty(String) - Method in interface com.google.gwt.core.server.ServerGwtBridge.Properties
-
Get the value of a property.
- getProperty(String) - Method in class com.google.gwt.dom.client.Style
-
Gets the value of a named property.
- 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.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.DelegatingCompilationResult
- 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.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 class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- 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.web.bindery.requestfactory.shared.messages.InvocationMessage
- getPropertyString(String) - Method in class com.google.gwt.dom.client.Element
-
Gets a property from this element.
- getPropName() - Method in exception class com.google.gwt.core.ext.BadPropertyValueException
- 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.
- getProxy() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
-
Returns
null
or the last value recorded. - 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<T>)
. - getProxyClass(String) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns
null
. - 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() - Method in interface com.google.web.bindery.requestfactory.shared.Violation
-
Deprecated.Returns the proxy id associated with this
Violation
if the object associated with the violation is anEntityProxy
. - getProxyId(String) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
-
Return the appropriate
EntityProxyId
using a string returned fromRequestFactory.getHistoryToken(EntityProxyId)
. - getProxyId(String) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns
null
. - getPurpose() - Method in class com.google.gwt.user.tools.util.ArgHandlerEclipse
- getPurpose() - Method in class com.google.gwt.util.tools.ArgHandler
- getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
- getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
- getPurposeSnippet() - Method in class com.google.gwt.user.tools.util.ArgHandlerIgnore
- getPurposeSnippet() - Method in class com.google.gwt.user.tools.util.ArgHandlerOverwrite
- getPurposeSnippet() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
-
Returns a description that will be mixed together with default value to come up with the overall flag purpose.
- getPurposeString(String) - Method in class com.google.gwt.util.tools.ArgHandlerEnum
- 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.
- 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.
- getRadiogroupRole() - Static method in class com.google.gwt.aria.client.Roles
- getRadioRole() - Static method in class com.google.gwt.aria.client.Roles
- 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
-
Returns the raw type for this generic type.
- 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
-
Returns a
String
representing the source code declaration of this method, containing access modifiers, type parameters, return type, method name, parameter list, and throws. - 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
, orMediaElement.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
, orMediaElement.HAVE_NOTHING
. - getReadyState() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Get's the current ready-state.
- getRealColumnCount() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the real column count, which is the greater of the number of Columns or the maximum index of a column with a defined column width.
- getReason() - Method in exception class com.google.gwt.core.client.CodeDownloadException
- getRebindMode() - Method in class com.google.gwt.core.ext.RebindResult
- getRecentTouchPosition() - Method in class com.google.gwt.touch.client.TouchScroller
-
Visible for testing.
- 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.
- getRegionRole() - Static method in class com.google.gwt.aria.client.Roles
- getRegistrationSize() - Method in class com.google.gwt.event.shared.ResettableEventBus
-
Visible for testing.
- 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.
- getRenderer() - Method in class com.google.gwt.cell.client.AbstractSafeHtmlCell
-
Return the
SafeHtmlRenderer
used by this cell. - getRenderer() - Method in class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
-
Return the
SafeHtmlRenderer
used by this Appearance to render the contents of the button. - 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 currently scheduled
Scheduler.RepeatingCommand
s that would be executed byStubScheduler.executeRepeatingCommands()
. - 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.
- getRequest() - Method in exception class com.google.gwt.http.client.RequestTimeoutException
-
Returns the
Request
instance which timed out. - getRequestContext() - Method in interface com.google.web.bindery.requestfactory.shared.Request
-
Returns the RequestContext associated with the Request.
- getRequestContext() - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
-
Returns the RequestContext that triggered the ServerFailure.
- getRequestContext() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequest
-
Returns
null
. - getRequestData() - Method in class com.google.gwt.http.client.RequestBuilder
-
Returns the requestData previously set by
RequestBuilder.setRequestData(String)
, ornull
if no requestData was set. - getRequestFactory() - Method in class com.google.web.bindery.requestfactory.gwt.client.RequestBatcher
-
Convenience access to the RequestFactory instance to aid developers using multiple RequestContext types.
- getRequestFactory() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
-
Returns
null
or the last value recorded. - getRequestFactory() - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
- getRequestFactory() - Method in interface com.google.web.bindery.requestfactory.shared.RequestContext
-
Returns the
RequestFactory
that created the RequestContext. - getRequestFactory() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
Returns
null
. - getRequestModuleBasePath() - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Extract the module's base path from the current request.
- getRequestModuleBasePath() - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Extract the module's base path from the current request.
- getRequestReturnType(Method) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.ServiceLayerCache
- getRequestReturnType(Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- getRequestTransport() - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
-
Returns the RequestTransport set via
RequestFactory.initialize(com.google.web.bindery.event.shared.EventBus)
. - getRequestTransport() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns the last value passed to
FakeRequestFactory.initialize(EventBus, RequestTransport)
. - 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.
- getResolver() - Method in class com.google.web.bindery.requestfactory.server.RequestState
- getResource() - Method in exception class com.google.gwt.resources.client.ResourceException
- 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.
- getResourceAsStream(String) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ClassLoaderLoader
-
Deprecated.
- getResourceAsStream(String) - Method in interface com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.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.RequestFactoryJarExtractor.ClassLoaderLoader
-
Deprecated.
- getResourceAsStream(String) - Method in interface com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Loader
-
Deprecated.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.
- getResources() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the resources used by this table.
- getResourcesOracle() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- getResponseArrayBuffer() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Get the response as an
ArrayBuffer
. - 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.
- getResponseType() - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Gets the response type.
- getResponseTypeString() - Method in enum com.google.gwt.xhr.client.XMLHttpRequest.ResponseType
- 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.
- getResultTypeName() - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
-
Returns the cached result rebind type name.
- getResultTypeName() - Method in class com.google.gwt.core.ext.RebindResult
- getReturnBuilder() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
-
Get the builder to return from build methods.
- getReturnType() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
- getReturnType(ResourceContext, List<String>) - Method in interface com.google.gwt.resources.gss.ResourceUrlFunction.MethodByPathHelper
- getRFCTimeZoneString(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getRFCTimeZoneString(Date) - Method in interface com.google.gwt.i18n.shared.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
-
Deprecated.Requests the string value of the role with the specified namespace.
- getRootBeanId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- 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
- getRow(Element, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
-
Deprecated.Call and override
HTMLTable.RowFormatter.getRow(Element, int)
instead. - 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.cellview.client.CellTreeNodeView.NodeCellList
- getRowCount() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Get the overall data size.
- 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.AbstractCellTable
-
Get the
TableRowElement
for the specified row. - getRowElement(int) - Method in class com.google.gwt.user.cellview.client.CellList
-
Get the
Element
for the specified index. - getRowFormatter() - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Gets the RowFormatter associated with this table.
- getRowgroupRole() - Static method in class com.google.gwt.aria.client.Roles
- getRowheaderRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getRowIndex(TableRowElement) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- getRowIndex(TableRowElement) - Method in interface com.google.gwt.user.cellview.client.FooterBuilder
-
Get the row index from the associated
TableRowElement
(an TR element). - getRowIndex(TableRowElement) - Method in interface com.google.gwt.user.cellview.client.HeaderBuilder
-
Get the row index from the associated
TableRowElement
(an TR element). - getRowRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getRowStyles() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Gets the object used to determine how a row is styled.
- getRowValueIndex(TableRowElement) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Get the index of the row value from the associated
TableRowElement
. - getRowValueIndex(TableRowElement) - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Get the index of the primary row from the associated
TableRowElement
(an TR element). - 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.
- getRuntimeCondition() - Method in class com.google.gwt.resources.gss.ast.CssRuntimeConditionalRuleNode
- getRuntimeConditionalBlock() - Method in class com.google.gwt.resources.gss.RuntimeConditionalBlockCollector
- getRuntimeLocales() - Method in class com.google.gwt.i18n.rebind.LocaleUtils
-
Returns a list of locales which are children of the current compile-time locale.
- getRuntimeTypeId() - Method in interface com.google.gwt.core.ext.linker.SymbolData
-
Returns the runtime typeId.
- getRuntimeValue() - Method in interface com.google.gwt.useragent.client.UserAgent
-
Returns the calculated value of user agent on the runtime
- getSafeHtml() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
-
Gets an HTML fragment that displays the image represented by this prototype.
- getSafeUri() - Method in interface com.google.gwt.resources.client.DataResource
-
Retrieves a URL by which the contents of the resource can be obtained.
- getSafeUri() - Method in interface com.google.gwt.resources.client.ImageResource
-
Returns the URL for the composite image that contains the ImageResource.
- getSafeUriInHtmlParser() - Method in class com.google.gwt.uibinder.attributeparsers.AttributeParsers
-
Returns a parser specialized for handling URI references in html contexts, like <a href="{foo.bar}">.
- 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
- getScheduledCommand() - Method in class com.google.gwt.user.client.ui.MenuItem
-
Gets the scheduled command associated with this item.
- getScheduledCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
-
Returns the currently scheduled
Scheduler.ScheduledCommand
s that would be executed byStubScheduler.executeScheduledCommands()
. - getScheduler() - Method in class com.google.web.bindery.requestfactory.gwt.client.RequestBatcher
-
Returns
Scheduler.get()
, but may be overridden for testing purposes. - 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.
- getScriptChunkSeparator(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- getScriptChunkSeparator(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- 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.
- getScrollableElement() - Method in class com.google.gwt.user.client.ui.AbstractNativeScrollbar
-
Get the scrollable element.
- getScrollableElement() - Method in class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
- getScrollableElement() - Method in class com.google.gwt.user.client.ui.NativeVerticalScrollbar
- getScrollableElement() - Method in class com.google.gwt.user.client.ui.ScrollPanel
-
Get the scrollable element.
- getScrollbarRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getScrollHeight() - Method in class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
Get the height in pixels of the scrollable content that the scrollbar controls.
- getScrollHeight() - Method in interface com.google.gwt.user.client.ui.VerticalScrollbar
-
Get the height in pixels of the scrollable content that the scrollbar controls.
- 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.
- getScrollLeft(Document) - Method in class com.google.gwt.dom.client.DOMImpl
- getScrollLeft(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getScrollLeft(Element) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- getScrollLeft(Element) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- 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.
- getScrollTop(Document) - Method in class com.google.gwt.dom.client.DOMImpl
- 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.
- getScrollWidth() - Method in interface com.google.gwt.user.client.ui.HorizontalScrollbar
-
Get the width in pixels of the scrollable content that the scrollbar controls.
- getScrollWidth() - Method in class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
Get the width in pixels of the scrollable content that the scrollbar controls.
- getSearchRole() - Static method in class com.google.gwt.aria.client.Roles
- getSeconds() - Method in class com.google.gwt.core.client.JsDate
-
Returns the seconds, between
0
and59
. - 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.
- 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. - getSelectedCell() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- 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.
- getSelectedItemText() - Method in class com.google.gwt.user.client.ui.ListBox
-
Gets the text for currently selected item.
- getSelectedList() - Method in class com.google.gwt.view.client.OrderedMultiSelectionModel
-
Get the List of selected items as a copy.
- getSelectedObject() - Method in class com.google.gwt.view.client.SingleSelectionModel
-
Gets the currently-selected item.
- getSelectedSet() - Method in class com.google.gwt.view.client.MultiSelectionModel
-
Get the set of selected items as a copy.
- getSelectedSet() - Method in interface com.google.gwt.view.client.SetSelectionModel
-
Get the set of selected items.
- getSelectedSet() - Method in class com.google.gwt.view.client.SingleSelectionModel
- 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.
- getSelectedValue() - Method in class com.google.gwt.user.client.ui.ListBox
-
Gets the value for currently selected item.
- getSelectedValue() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- getSelectionElement() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Returns the element that selection styles are applied to.
- getSelectionElement(Element) - Static method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Returns the element that selection is applied to.
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- getSelectionModel() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- getSelectionModel() - Method in interface com.google.gwt.view.client.HasData
-
Get the
SelectionModel
used by thisHasData
. - 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.
- getSelectionProperty(TreeLogger, String) - Method in class com.google.gwt.core.ext.SubsetFilteringPropertyOracle
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.D8ScriptLinker
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.SingleScriptLinker
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.XSLinker
-
Deprecated.
- getSeparatorIndex(MenuItemSeparator) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Get the index of a
MenuItemSeparator
. - getSeparatorRole() - Static method in class com.google.gwt.aria.client.Roles
- getSerializationPolicy() - Method in class com.google.gwt.user.server.rpc.RPCRequest
-
Returns the
SerializationPolicy
used to decode this request. - getSerializationPolicy(String, String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
- getSerializationPolicy(String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
- 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
- getSerializedProxyId(SimpleProxyId<?>) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
EntityCodex support.
- 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.
- getSerializer(ProxyStore) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Returns
null
. - 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.
- getServiceLayer() - Method in class com.google.web.bindery.requestfactory.server.RequestState
- getSessionStorageIfSupported() - Static method in class com.google.gwt.storage.client.Storage
-
Returns a Session Storage.
- getSetter(Class<?>, String) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.ServiceLayerCache
- 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.
- getShortDateTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getShortName(Date) - Method in class com.google.gwt.i18n.client.TimeZone
- getShortName(Date) - Method in interface com.google.gwt.i18n.shared.TimeZone
-
Returns the short time zone name for a given date.
- getShortTimeFormat() - Static method in class com.google.gwt.i18n.client.DateTimeFormat
-
Deprecated.
- getShowMoreElement() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- getSimpleCurrencyFormat() - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the simple currency format for the current locale using its default currency.
- getSimpleCurrencyFormat(CurrencyData) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the simple currency format for the current locale using a specified currency.
- getSimpleCurrencyFormat(String) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Provides the simple currency format for the current locale using a specified currency.
- getSimpleCurrencySymbol() - Method in interface com.google.gwt.i18n.client.CurrencyData
-
Returns the simplest symbol to use for this currency, which is not guaranteed to be unique -- for example, this might return "$" for both USD and CAD.
- getSimpleCurrencySymbol() - Method in class com.google.gwt.i18n.client.DefaultCurrencyData
- 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()
ornull
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.
- getSingleValue(T) - Method in class com.google.gwt.aria.client.AriaValueAttribute
- getSingleValue(T) - Method in class com.google.gwt.aria.client.Attribute
-
Gets the string representation of
value
to be set as an attribute value to an HTML element. - getSingleValue(T) - Method in class com.google.gwt.aria.client.PrimitiveValueAttribute
- getSize() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
- 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.
- getSize() - Method in class com.google.gwt.user.server.rpc.EnumMap
- getSliderRole() - Static method in class com.google.gwt.aria.client.Roles
- 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.
- getSoftPermutations() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- 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() - Method in class com.google.web.bindery.event.shared.Event
-
Returns the source for this event.
- getSource(GwtEvent<?>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper
-
Deprecated.Gets the widget source to pass to the listeners.
- getSourceFiles() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
- getSourceInfo() - Method in class com.google.gwt.core.ext.soyc.Range
- 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. - getSourceMapInputStream(String, int) - Method in class com.google.gwt.core.server.StackTraceDeobfuscator
- getSourceMapUrl(LinkerContext, String, int) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the sourcemap URL that will be put in the comment at the end of a JavaScript fragment, or null if the comment should be omitted.
- getSourceName() - Method in interface com.google.gwt.core.ext.soyc.Member
-
Returns the name of the Member in the original source code.
- getSourceRoot() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
-
The base URL for Java filenames in the sourcemap.
- 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. - getSpeed() - Method in interface com.google.gwt.geolocation.client.Position.Coordinates
-
Returns the speed, in meters/second, reported by the browser, based on previous calls to get the user's position, or
null
if the browser did not report a speed. - getSpeed() - Method in class com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
- getSpinbuttonRole() - Static method in class com.google.gwt.aria.client.Roles
- getSplitElement() - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Gets the element that is acting as the splitter.
- 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.dom.client.SourceElement
-
Returns the source URL for the media, or
null
if none is set. - getSrc() - Method in class com.google.gwt.media.client.MediaBase
-
Returns the source URL for the media, or
null
if none is set. - getStableId(Object) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
If the given domain object has been previously associated with an id, return it.
- getStackTrace() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- 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
- getStandardOffset() - Method in class com.google.gwt.i18n.client.TimeZoneInfo
- getStandardOffset() - Method in interface com.google.gwt.i18n.shared.TimeZone
-
Returns the standard time zone offset, in minutes.
- 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.
- getStartColumn() - Method in class com.google.gwt.core.ext.soyc.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.
- getStartLine() - Method in class com.google.gwt.core.ext.soyc.Range
- 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() - Method in class com.google.gwt.user.client.ui.TreeItem
-
Gets whether this item's children are displayed.
- getState(Element, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.Requests the string value of the state with the specified namespace.
- getStatementRanges() - Method in class com.google.gwt.core.ext.linker.CompilationResult
-
Returns the statement ranges for the JavaScript returned by
CompilationResult.getJavaScript()
. - getStatementRanges() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- 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 class com.google.gwt.http.client.ResponseImpl
- getStatusCode() - Method in exception class com.google.gwt.user.client.rpc.StatusCodeException
-
Returns the status code associated with the failed request.
- getStatusCodes() - Method in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
- getStatusRole() - Static method in class com.google.gwt.aria.client.Roles
- getStatusText() - Method in class com.google.gwt.http.client.Response
-
Returns the HTTP status message text.
- getStatusText() - Method in class com.google.gwt.http.client.ResponseImpl
- getStatusText() - Method in exception class com.google.gwt.user.client.rpc.StatusCodeException
-
Returns the status text associated with the failed request.
- 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. - getStorageEventHandlers() - Method in class com.google.gwt.storage.client.StorageImpl
- getStorageFromEvent(StorageEvent) - Method in class com.google.gwt.storage.client.StorageImpl
-
Returns the
Storage
object that was affected in the event. - getStrategy() - Method in class com.google.gwt.junit.client.GWTTestCase
-
Get the
JUnitShell.Strategy
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.web.bindery.requestfactory.shared.messages.IdMessage
- 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(int) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Gets the String at a given index.
- 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. - getStringConfigurationProperty(LinkerContext, String, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- 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.
- getStrongName() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- getStrongName() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- getStyle() - Method in class com.google.gwt.dom.client.Element
-
Gets this element's
Style
object. - getStyle() - Method in class com.google.gwt.user.cellview.client.CellTree
-
Return the Style used by the tree.
- getStyleAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getStyle()
andinvalid reference
Style#getProperty(String)
- getStyleClasses() - Method in class com.google.gwt.resources.gss.RenamingSubstitutionMap
- 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() - Method in class com.google.gwt.user.client.ui.UIObject
-
Gets all of the object's style names, as a space-separated list.
- 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(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
-
Gets the style of a specified cell.
- 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.
- 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() - Method in class com.google.gwt.user.client.ui.UIObject
-
Gets the primary style name associated with the object.
- 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(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
-
Gets the primary style of a specified cell.
- getStylePrimaryName(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
-
Gets the element's primary style name.
- getStyleProperty(Style, String) - Method in class com.google.gwt.dom.client.DOMImpl
- getSubIndex() - Method in class com.google.gwt.cell.client.Cell.Context
-
Get the sub index of the rendered row value.
- getSubMenu() - Method in class com.google.gwt.user.client.ui.MenuItem
-
Gets the sub-menu associated with this item.
- getSubRowElement(int, int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get a subrow element given the index of the row value and the sub row index.
- getSubrowValueIndex(TableRowElement) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Get the index of the subrow value from the associated
TableRowElement
. - getSubrowValueIndex(TableRowElement) - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Get the index of the subrow value from the associated
TableRowElement
(an TR element). - getSubtypes() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
- getSubtypes() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
-
Returns all subtypes of this type, recursively, not including this type.
- getSuffix() - Method in class com.google.gwt.resources.gss.ast.CssDotPathNode
- getSuggestionDisplay() - Method in class com.google.gwt.user.client.ui.SuggestBox
-
Get the
SuggestBox.SuggestionDisplay
used to display suggestions. - getSuggestionMenu() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
-
Get the
MenuBar
used to display suggestions. - getSuggestions() - Method in class com.google.gwt.user.client.ui.SuggestOracle.Response
-
Gets the collection of suggestions.
- getSuggestions(String, int) - Method in class com.google.gwt.user.client.ui.PrefixTree
-
Retrieve suggestions from the PrefixTree.
- 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
-
Returns the superclass of this type, or
null
if none. - getSuperclassName() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Get the superclass for the class being created.
- getSupportedSourceVersion() - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
- 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.
- getSymbolMap() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
- getSymbolMapInputStream(String) - Method in class com.google.gwt.core.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.
- getSynthesizedIFrame() - Method in class com.google.gwt.user.client.ui.FormPanel
- getSyntheticId() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- getSyntheticModuleName() - Method in class com.google.gwt.junit.client.GWTTestCase
-
Get the synthetic module name, which includes the synthetic extension defined by the
JUnitShell.Strategy
. - 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.cell.client.ButtonCellBase
-
Return the tab index that is given to all rendered cells.
- 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.client.ui.ValueListBox
- getTabIndex() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Gets the date box's position in the tab index.
- getTabIndex(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getTabIndex(Element) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- getTabindexExtraAttribute(Element) - Method in interface com.google.gwt.aria.client.Role
-
Returns the value of the tabIndex attribute for the
element
or "" if no such attribute is present. - getTabindexExtraAttribute(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- getTable() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- getTable() - Method in class com.google.gwt.user.client.ui.CellPanel
- getTableBodyElement() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the tbody element that contains the render row values.
- getTableBodyElement() - Method in class com.google.gwt.user.cellview.client.CellTable
- getTableBodyElement() - Method in class com.google.gwt.user.cellview.client.DataGrid
- getTableFootElement() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the tfoot element that contains the footers.
- getTableFootElement() - Method in class com.google.gwt.user.cellview.client.CellTable
- getTableFootElement() - Method in class com.google.gwt.user.cellview.client.DataGrid
- getTableHeadElement() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Get the thead element that contains the headers.
- getTableHeadElement() - Method in class com.google.gwt.user.cellview.client.CellTable
- getTableHeadElement() - Method in class com.google.gwt.user.cellview.client.DataGrid
- getTableLayout() - Method in class com.google.gwt.dom.client.Style
-
Gets the table-layout property.
- getTableLoadingSection() - Method in class com.google.gwt.user.cellview.client.CellTable
-
Return the section that display loading indicator and the empty table widget.
- getTablistRole() - Static method in class com.google.gwt.aria.client.Roles
- getTabpanelRole() - Static method in class com.google.gwt.aria.client.Roles
- getTabRole() - Static method in class com.google.gwt.aria.client.Roles
- 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() - Method in class com.google.gwt.user.tools.util.ArgHandlerEclipse
- 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.ArgHandlerFlag
-
The primary tag matched by this argument handler.
- getTag() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- 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.ArgHandlerEclipse
- getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandler
-
A list of words representing the arguments in help text.
- getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerDir
- getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerEnum
- getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFile
- getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
- getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- 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.
- getTagName(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- getTags() - Method in class com.google.gwt.util.tools.ArgHandler
-
The set of tags matched by this argument handler.
- getTags() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
- 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.
- getTargetPosition() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.HSplitter
- getTargetPosition() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- getTargetPosition() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.VSplitter
- getTargetSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.HSplitter
- getTargetSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- getTargetSize() - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.VSplitter
- 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. - getTargetTouches(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- 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.cell.client.EditTextCell.ViewData
- 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 class com.google.gwt.http.client.ResponseImpl
- getText() - Method in interface com.google.gwt.i18n.client.AutoDirectionHandler.Target
-
Gets this object's text.
- getText() - Method in interface com.google.gwt.resources.client.CssResource
-
Provides the contents of the CssResource.
- 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 class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Get the inner text of the element, taking the inner span wrap into consideration, if needed.
- getText() - Method in interface com.google.gwt.user.client.ui.HasText
-
Gets this object's text.
- 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
- getText(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Gets the text within the specified cell.
- getText(ResourceCallback<TextResource>) - Method in interface com.google.gwt.resources.client.ExternalTextResource
-
Fetches a
TextResource
and callscallback
with the result. - getTextAlign() - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Gets the current text align.
- getTextAlign() - Method in class com.google.gwt.dom.client.Style
-
Get the 'text-align' CSS property.
- getTextAlignString() - Method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
-
Gets the CSS 'text-align' string associated with this constant.
- getTextAlignString() - Method in class com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
-
Deprecated.
- getTextAlignString() - Method in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
- 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
-
Deprecated.in favour of getValueBox
- getTextBox() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Get text box.
- getTextboxRole() - Static method in class com.google.gwt.aria.client.Roles
- 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
- getTextIndent() - Method in class com.google.gwt.dom.client.Style
-
Get the 'text-indent' CSS property.
- getTextJustify() - Method in class com.google.gwt.dom.client.Style
-
Get the 'text-justify' CSS3 property.
- 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
- getTextOverflow() - Method in class com.google.gwt.dom.client.Style
-
Get the 'text-overflow' CSS3 property.
- getTextTransform() - Method in class com.google.gwt.dom.client.Style
-
Get the 'text-transform' CSS property.
- 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() - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
-
Gets the
HttpServletRequest
object for the current call. - getThreadLocalRequest() - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Gets the
HttpServletRequest
object for the current call. - getThreadLocalRequest() - Static method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryServlet
-
Returns the thread-local
HttpServletRequest
. - getThreadLocalRequest() - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
-
Returns the thread-local
HttpServletRequest
. - getThreadLocalResponse() - Method in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
-
Gets the
HttpServletResponse
object for the current call. - getThreadLocalResponse() - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Gets the
HttpServletResponse
object for the current call. - getThreadLocalResponse() - Static method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryServlet
-
Returns the thread-local
HttpServletResponse
. - getThreadLocalResponse() - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
-
Returns the thread-local
HttpServletResponse
. - getThreadLocalServletContext() - Static method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryServlet
-
Returns the thread-local
ServletContext
- getThreadLocalServletContext() - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
-
Returns the thread-local
ServletContext
- getThreadUniqueID() - Method in class com.google.gwt.core.shared.GWTBridge
- getThrown() - Method in exception class com.google.gwt.core.client.JavaScriptException
-
Returns the original thrown object from javascript; may be
null
. - 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.
- getTime() - Method in class com.google.gwt.touch.client.TouchScroller.TemporalPoint
- getTimeGenerated() - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
-
Returns the time this generator result was created.
- 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)
, or0
if no timeoutMillis was set. - getTimeoutMillis() - Method in exception class com.google.gwt.http.client.RequestTimeoutException
-
Returns the request timeout value in milliseconds.
- getTimerRole() - Static method in class com.google.gwt.aria.client.Roles
- getTimestamp() - Method in interface com.google.gwt.geolocation.client.Position
-
Returns the time this position was reported by the browser.
- getTimestamp() - Method in class com.google.gwt.geolocation.client.PositionImpl
- 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.TreeItem
- 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() - 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
- 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
. - getToolbarRole() - Static method in class com.google.gwt.aria.client.Roles
- getTooltipRole() - Static method in class com.google.gwt.aria.client.Roles
- getTop() - Method in class com.google.gwt.dom.client.Style
-
Get the top css property.
- 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
. - getTouches(NativeEvent) - Method in class com.google.gwt.dom.client.DOMImpl
- 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.
- getTreegridRole() - Static method in class com.google.gwt.aria.client.Roles
- getTreeitemRole() - Static method in class com.google.gwt.aria.client.Roles
- getTreeNode() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Get a
TreeNode
with a public API for this node view. - getTreeRole() - Static method in class com.google.gwt.aria.client.Roles
- getTreeViewModel() - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
-
Get the
TreeViewModel
that backs this tree. - getType() - Method in class com.google.gwt.canvas.dom.client.FillStrokeStyle
-
Returns the type of this FillStrokeStyle as an integer.
- getType() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
-
Returns the members value type, ie.
- getType() - Method in interface com.google.gwt.core.ext.typeinfo.JField
- getType() - Method in interface com.google.gwt.core.ext.typeinfo.JParameter
- 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 class com.google.gwt.dom.client.SourceElement
-
Returns the type of media represented by the src, or
null
if none is set. - 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.DragEndEvent
-
Gets the event type associated with drag end events.
- getType() - Static method in class com.google.gwt.event.dom.client.DragEnterEvent
-
Gets the event type associated with drag enter events.
- getType() - Static method in class com.google.gwt.event.dom.client.DragEvent
-
Gets the event type associated with drag events.
- getType() - Static method in class com.google.gwt.event.dom.client.DragLeaveEvent
-
Gets the event type associated with drag exit events.
- getType() - Static method in class com.google.gwt.event.dom.client.DragOverEvent
-
Gets the event type associated with drag over events.
- getType() - Static method in class com.google.gwt.event.dom.client.DragStartEvent
-
Gets the event type associated with drag start events.
- getType() - Static method in class com.google.gwt.event.dom.client.DropEvent
-
Gets the event type associated with drop 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.LoadedMetadataEvent
-
Gets the event type associated with media loadedmetadata 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.cellview.client.RowHoverEvent
-
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.user.client.ui.FormPanel.SubmitCompleteEvent
-
Handler hook.
- getType() - Static method in class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
-
Handler hook.
- getType() - Static method in class com.google.gwt.user.client.Window.ClosingEvent
- getType() - Static method in class com.google.gwt.user.client.Window.ScrollEvent
- 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.
- getType() - Method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- getType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
-
Finds a type in this package.
- getType(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
-
Finds a type given its fully qualified name.
- getType(String, String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
-
Finds a type given its package-relative name.
- getTypeArgs() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
- getTypeFromToken(String) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- getTypeIndex() - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
-
Returns the type index for the root set, i.e.
- 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.
- 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.
- getTypeName(Object) - Static method in class com.google.gwt.core.client.GWT
-
Deprecated.
- getTypeOracle() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- getTypeParameters() - Method in interface com.google.gwt.core.ext.typeinfo.HasTypeParameters
-
Returns the type parameters on this element.
- getTypeReference() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
- 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.
- getTypes() - Method in interface com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.Delegate
-
Returns the types any parsed field references are expected to return.
- getTypes() - Method in class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser.FieldReferenceDelegate
- getTypes() - Method in class com.google.gwt.uibinder.attributeparsers.StringAttributeParser.FieldReferenceDelegate
- getTypeToken() - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- getTypeToken(Class<? extends BaseProxy>) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- getUint16() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint16(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint16(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint16(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint16(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint16(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getUint16(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint16(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint16(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint16(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getUint32() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint32(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint32(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint32(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint32(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint32(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getUint32(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint32(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint32(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint32(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getUint32AsDouble() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint32AsDouble(boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint32AsDouble(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint32AsDouble(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint32AsDouble(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint32AsDouble(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getUint32AsDouble(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint32AsDouble(int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint32AsDouble(int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint32AsDouble(int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- getUint8() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- getUint8(int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- getUint8(int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- getUint8(int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- getUint8(int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- 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.web.bindery.autobean.shared.ValueCodex
-
Returns the uninitialized field value for the given primitive type.
- getUniqueId() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- 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.
- getUniqueThreadId() - Static method in class com.google.gwt.core.shared.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.
- getUnitSizeInPixels(Element, Style.Unit, boolean) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- getUnObfuscatedEnumName() - Method in enum com.google.web.bindery.requestfactory.shared.WriteOperation
-
Returns the unobfuscated name of the event associated with this
WriteOperation
. - getUnwrapper() - Method in class com.google.gwt.json.client.JSONArray
- getUnwrapper() - Method in class com.google.gwt.json.client.JSONBoolean
- getUnwrapper() - Method in class com.google.gwt.json.client.JSONNull
- getUnwrapper() - Method in class com.google.gwt.json.client.JSONNumber
- getUnwrapper() - Method in class com.google.gwt.json.client.JSONObject
- getUnwrapper() - Method in class com.google.gwt.json.client.JSONString
- getUnwrapper() - Method in class com.google.gwt.json.client.JSONValue
-
Internal.
- 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.http.client.RequestBuilder
-
Returns the HTTP URL specified in the constructor.
- getUrl() - Method in interface com.google.gwt.resources.client.DataResource
-
Deprecated.Use
DataResource.getSafeUri()
instead. - 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.
- 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 exception class com.google.gwt.http.client.RequestPermissionException
-
Returns the URL which we cannot access.
- getURL() - Method in interface com.google.gwt.resources.client.ImageResource
-
Deprecated.Use
ImageResource.getSafeUri()
instead. - getUser() - Method in class com.google.gwt.http.client.RequestBuilder
-
Returns the user previously set by
RequestBuilder.setUser(String)
, ornull
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) to6
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) and23
, in UTC. - getUTCMilliseconds() - Method in class com.google.gwt.core.client.JsDate
-
Returns the milliseconds, between
0
and999
, in UTC. - getUTCMinutes() - Method in class com.google.gwt.core.client.JsDate
-
Returns the minutes, between
0
and59
, in UTC. - getUTCMonth() - Method in class com.google.gwt.core.client.JsDate
-
Returns the month, from
0
(January) to11
December, in UTC. - getUTCSeconds() - Method in class com.google.gwt.core.client.JsDate
-
Returns the seconds, between
0
and59
, 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.
- getVals() - Method in class com.google.gwt.user.server.rpc.EnumMap
- 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() - 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() - 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() - 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
- 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.
- getValue() - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- getValue() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- getValue() - Method in class com.google.gwt.user.cellview.client.CellWidget
- getValue() - Method in class com.google.gwt.user.cellview.client.Header
-
Return the header value.
- 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() - 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.CellGridImpl.Cell
- 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.DateChangeEvent
- 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.
- getValue(int) - Method in class com.google.gwt.user.client.ui.ListBox
-
Gets the value associated with the item at a given index.
- getValue(FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
- getValue(CellGridImpl.Cell) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- getValue(E) - Method in interface com.google.gwt.editor.client.CompositeEditor.EditorChain
-
Retrieves the value associated with the editor.
- 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(T) - Method in class com.google.gwt.user.cellview.client.Column
-
Returns the column value from within the underlying data object.
- getValue(T) - Method in class com.google.gwt.user.cellview.client.IdentityColumn
-
Return the passed-in object.
- getValueBox() - Method in class com.google.gwt.user.client.ui.SuggestBox
-
Get the ValueBoxBase associated with this suggest box.
- getValueByTag(String) - Method in class com.google.gwt.util.tools.ArgHandlerFlag
- getValueKey() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Returns the key for the value of this node using the parent's implementation of NodeInfo.getKey().
- 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.util.regexfilter.RegexFilter
- getValueType() - Method in interface com.google.web.bindery.autobean.shared.AutoBeanVisitor.MapPropertyContext
-
Returns the map's value type.
- getValueTypes(State) - Method in class com.google.web.bindery.requestfactory.apt.TypeVisitorBase
-
This method should be kept in sync with
ValueCodex.getAllValueTypes()
. - 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.server.ServerGwtBridge
- getVersion() - Static method in class com.google.gwt.core.shared.GWT
-
Get a human-readable representation of the GWT version used, or null if this is running on the client.
- getVersion() - Method in class com.google.gwt.core.shared.GWTBridge
- getVersion() - Method in class com.google.web.bindery.requestfactory.server.jakarta.Logging
-
Returns the version of this instance.
- getVersion() - Method in class com.google.web.bindery.requestfactory.server.Logging
-
Returns the version of this instance.
- getVersion() - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- getVersion() - Method in interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
- getVersion(Object) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- getVersion(Object) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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(T) - Method in class com.google.web.bindery.requestfactory.shared.ValueLocator
-
Returns
null
. - getVersionId() - Method in class com.google.gwt.core.ext.IncrementalGenerator
-
Returns a version id for an IncrementalGenerator.
- 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.
- getVerticalScrollbar() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
-
Get the scrollbar used for vertical scrolling.
- 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.NativeVerticalScrollbar
- 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.
- getViewportElement() - Method in class com.google.gwt.dom.client.Document
-
Gets the document's viewport element.
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- getVisibleItem(int) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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.cellview.client.CellTreeNodeView.NodeCellList
- getVisibleItemCount() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- getVisibleItems() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- getVisibleRange() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Return the range of data being displayed.
- 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, if any.
- 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.
- getVisibleYearCount() - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Returns the number of year to display in the years selection dropdown.
- 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.
- getWarningMessage(String) - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- getWhere() - Method in class com.google.gwt.place.shared.PlaceController
-
Returns the current place.
- getWhiteSpace() - Method in class com.google.gwt.dom.client.Style
-
Get the 'white-space' CSS property.
- 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() - Method in class com.google.gwt.user.client.ui.SimplePanel
-
Gets the panel's child widget.
- getWidget() - Method in class com.google.gwt.user.client.ui.TreeItem
-
Gets the
Widget
associated with this tree item. - getWidget(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
- getWidget(int) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
-
Gets the child widget at the specified index.
- getWidget(int) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Gets one of the contained widgets.
- 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(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Gets the widget in the specified cell.
- 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(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(IsWidget) - 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(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.ComplexPanel
- getWidgetIndex(Widget) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
-
Gets the index of the specified child widget.
- getWidgetIndex(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
- 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(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.
- getWidgetSize(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Gets the layout size of the given child widget.
- getWidgetStyleName() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- getWidgetTd(Widget) - Method in class com.google.gwt.user.client.ui.CellPanel
- 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.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()
. - getYearBackwardButtonElement() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
-
Returns the button for moving to the previous year.
- getYearFormatter() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Gets the year formatter.
- getYearForwardButtonElement() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
-
Returns the button for moving to the next year.
- getYearSelectListBox() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
-
Returns the ListBox for selecting the year
- getZIndex() - Method in class com.google.gwt.dom.client.Style
-
Get the z-index css property.
- globalCurrencyPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
- globalCurrencyPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
- goTo(Place) - Method in class com.google.gwt.place.shared.PlaceController
-
Request a change to a new place.
- GRABBED - Static variable in class com.google.gwt.aria.client.State
- GrabbedValue - Enum in com.google.gwt.aria.client
-
State enum for 'aria-grabbed' values.
- GRAMMAR - Enum constant in enum com.google.gwt.aria.client.InvalidValue
- 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.
- GridcellRole - Interface in com.google.gwt.aria.client
-
A type that represents the gridcell role in the ARIA specification.
- GridcellRoleImpl - Class in com.google.gwt.aria.client
-
Implements
GridcellRole
. - GridcellRoleImpl(String) - Constructor for class com.google.gwt.aria.client.GridcellRoleImpl
- 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
- GridRole - Interface in com.google.gwt.aria.client
-
A type that represents the grid role in the ARIA specification.
- GridRoleImpl - Class in com.google.gwt.aria.client
-
Implements
GridRole
. - GridRoleImpl(String) - Constructor for class com.google.gwt.aria.client.GridRoleImpl
- GROOVE - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- groupingSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
- groupingSeparator() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
- GroupRole - Interface in com.google.gwt.aria.client
-
A type that represents the group role in the ARIA specification.
- GroupRoleImpl - Class in com.google.gwt.aria.client
-
Implements
GroupRole
. - GroupRoleImpl(String) - Constructor for class com.google.gwt.aria.client.GroupRoleImpl
- GssGenerationVisitor - Class in com.google.gwt.resources.converter
-
The GssGenerationVisitor turns a css tree into a gss string.
- GssGenerationVisitor(TextOutput, Map<String, String>, boolean, TreeLogger, Predicate<String>) - Constructor for class com.google.gwt.resources.converter.GssGenerationVisitor
- 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 - Class in com.google.gwt.core.shared
-
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() - Constructor for class com.google.gwt.core.shared.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 - Class in com.google.gwt.core.shared
-
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
- GWTBridge() - Constructor for class com.google.gwt.core.shared.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> - 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
. - GwtGssFunctionMapProvider - Class in com.google.gwt.resources.gss
-
invalid reference
GssFunctionMapProvider
- GwtGssFunctionMapProvider(ResourceContext) - Constructor for class com.google.gwt.resources.gss.GwtGssFunctionMapProvider
- GwtIncompatible - Annotation Type in com.google.gwt.core.shared
-
A simple of a GwtIncompatible annotation.
- 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.
- GwtLocaleImpl(GwtLocaleFactory, String, String, String, String) - Constructor for class com.google.gwt.i18n.server.GwtLocaleImpl
-
Must only be called from a factory to preserve instance caching.
- GwtScriptOnly - Annotation Type in com.google.gwt.core.client
-
Deprecated.since hosted/dev mode is deprecated and has no other uses.
- GwtServletBase - Class in com.google.gwt.core.server
-
Base servlet for GWT server-side code which extracts properties from the request and sets them for this thread.
- GwtServletBase - Class in com.google.gwt.core.server.jakarta
-
Base servlet for GWT server-side code which extracts properties from the request and sets them for this thread.
- GwtServletBase() - Constructor for class com.google.gwt.core.server.GwtServletBase
- GwtServletBase() - Constructor for class com.google.gwt.core.server.jakarta.GwtServletBase
- 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.TestModuleInfo - Class in com.google.gwt.junit.client
-
Information about a synthetic module used for testing.
- 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
- hAlign - Variable in class com.google.gwt.user.client.ui.DockPanel.LayoutData
- HaltException - Exception Class in com.google.web.bindery.requestfactory.apt
-
An un-logged RuntimeException used to abort processing.
- HaltException() - Constructor for exception class com.google.web.bindery.requestfactory.apt.HaltException
- 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(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(HasAllMouseHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllMouseEvents
-
Convenience method to handle all mouse 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(HasAllTouchHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllTouchEvents
-
Convenience method to handle all touch 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(String[], int) - Method in class com.google.gwt.util.tools.ArgHandler
-
Attempts to process one flag or "extra" command-line argument (that appears without a flag).
- handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerDir
- handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerEnum
- 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.ArgHandlerNoopDeprecatedFlag
- handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerString
- handleConstructorArgs(XMLElement, String, JClassType, UiBinderWriter, XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.DialogBoxParser
-
If this is DialogBox (not a subclass), parse constructor args and generate the constructor call.
- handleCurrentHistory() - Method in class com.google.gwt.place.shared.PlaceHistoryHandler
-
Handle the current history token.
- handledEvent(CellPreviewEvent<?>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- handleFragment(String) - Method in interface com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.Delegate
-
Called for fragment around and between field references.
- handleFragment(String) - Method in class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser.FieldReferenceDelegate
- handleFragment(String) - Method in class com.google.gwt.uibinder.attributeparsers.StringAttributeParser.FieldReferenceDelegate
- handleKeyNavigation(int) - Method in class com.google.gwt.user.cellview.client.CellTree
-
Handle keyboard navigation.
- 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
. - handleReference(String) - Method in interface com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.Delegate
-
Called for each expanded field reference, to allow it to be stitched together with surrounding fragments.
- handleReference(String) - Method in class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser.FieldReferenceDelegate
- handleReference(String) - Method in class com.google.gwt.uibinder.attributeparsers.StringAttributeParser.FieldReferenceDelegate
- handleResize() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
-
Handle a resize event.
- handleResize() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
- 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.
- HandlerRegistrations - Class in com.google.web.bindery.event.shared
-
A utility class to help deal with
handler registrations
. - handlers - Static variable in class com.google.gwt.user.client.Event
-
The list of
Event.NativePreviewHandler
. - handlers - Static variable in class com.google.gwt.user.client.Window
- 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 touch 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
- handleStorageEvent(StorageEvent) - Static method in class com.google.gwt.storage.client.StorageImpl
-
Handles StorageEvents if a
StorageEvent.Handler
is registered. - HANGING - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
- 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
- HasAllDragAndDropHandlers - Interface in com.google.gwt.event.dom.client
-
This is a convenience interface that includes all drag and drop handlers defined by the core GWT system.
- 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 assumesstr
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(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Like
BidiUtils.hasAnyRtl(String, boolean)
, but assumesstr
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.
- 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.
- HasAttachHandlers - Interface in com.google.gwt.event.logical.shared
-
A widget that implements this interface is a public source of
AttachEvent
events. - hasAttribute(Element, String) - Method in class com.google.gwt.dom.client.DOMImpl
- 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 aFieldUpdater
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. - hasClassName(String) - Method in class com.google.gwt.dom.client.Element
-
Checks if this element's class property contains specified class name.
- HasClickHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
ClickHandler
instances. - hasClientFields() - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
-
Returns true if there may be any unsafe client fields in the serialization policy.
- 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.
- HasDataEditor.HasDataEditorSource<T> - Class in com.google.gwt.editor.client.adapters
- HasDataEditorSource(HasData<T>) - Constructor for class com.google.gwt.editor.client.adapters.HasDataEditor.HasDataEditorSource
- HasDataPresenter<T> - Class in com.google.gwt.user.cellview.client
-
Presenter implementation of
HasData
that presents data for various cell based widgets. - HasDataPresenter(HasData<T>, HasDataPresenter.View<T>, int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.HasDataPresenter
-
Construct a new
HasDataPresenter
. - HasDataPresenter.ElementIterator - Interface in com.google.gwt.user.cellview.client
-
An iterator over DOM elements.
- HasDataPresenter.View<T> - Interface in com.google.gwt.user.cellview.client
-
The view that this presenter presents.
- 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 forHasDirection.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. - HasDragEndHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragEndHandler
instances. - HasDragEnterHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragEnterHandler
instances. - HasDragHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragHandler
instances. - HasDragLeaveHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragLeaveHandler
instances. - HasDragOverHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragOverHandler
instances. - HasDragStartHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragStartHandler
instances. - HasDropHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DropHandler
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.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.EditTextCell.ViewData
- 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
-
Calls a native JS
hashCode
method if any, otherwise 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 whichArtifact.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.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- 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 interface com.google.gwt.safecss.shared.SafeStyles
-
Returns a hash code for this string.
- hashCode() - Method in class com.google.gwt.safecss.shared.SafeStylesString
-
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.safehtml.shared.SafeHtmlString
-
Returns a hash code for this string.
- hashCode() - Method in interface com.google.gwt.safehtml.shared.SafeUri
-
Returns a hash code for this string.
- hashCode() - Method in class com.google.gwt.safehtml.shared.SafeUriString
-
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
- hashCode() - Method in class com.google.web.bindery.requestfactory.server.Pair
- 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 forHasHorizontalAlignment.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. - HasLoadedMetadataHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
LoadedMetadataHandler
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. - 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.
- hasNext() - Method in class com.google.gwt.user.client.ui.FiniteWidgetIterator
- 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. - 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.
- hasPendingState() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Check whether or not there is a pending state.
- HASPOPUP - Static variable in class com.google.gwt.aria.client.Property
- 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.web.bindery.requestfactory.gwt.client
-
Editors used with
RequestFactoryEditorDriver
that implement this interface will be provided with theRequestContext
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. - hasStorageEventHandlers() - Static method in class com.google.gwt.storage.client.StorageImpl
-
Returns
true
if at least one StorageEvent handler is registered,false
otherwise. - 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 throwValueChangeEvent
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.
- HasVisibility - Interface in com.google.gwt.user.client.ui
-
Implemented by objects that have the visibility trait.
- 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() - Method in interface com.google.gwt.user.client.ui.TabBar.Tab
-
Check if the underlying widget implements
HasWordWrap
. - 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.
- 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.
- HeadBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an head element.
- HeadElement - Class in com.google.gwt.dom.client
-
Document head information.
- HeadElement() - Constructor for class com.google.gwt.dom.client.HeadElement
- header() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to headers cells.
- Header - Class in com.google.gwt.http.client
-
Class for describing an HTTP header.
- Header<H> - Class in com.google.gwt.user.cellview.client
-
A table column header or footer.
- Header() - Constructor for class com.google.gwt.http.client.Header
- Header(Cell<H>) - Constructor for class com.google.gwt.user.cellview.client.Header
-
Construct a Header with a given
Cell
. - HeaderBuilder<T> - Interface in com.google.gwt.user.cellview.client
-
Builds the DOM elements for the header section of a CellTable.
- 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(String) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- headers(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- headers(String) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
List of id attribute values for header cells.
- 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.
- Headers and Footers - Search tag in class com.google.gwt.user.cellview.client.AbstractCellTable
- Section
- Headers and Footers - Search tag in class com.google.gwt.user.cellview.client.CellTable
- Section
- Headers and Footers - Search tag in class com.google.gwt.user.cellview.client.DataGrid
- Section
- HeadingBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an heading element.
- HeadingElement - Class in com.google.gwt.dom.client
-
For the H1 to H6 elements.
- HeadingElement() - Constructor for class com.google.gwt.dom.client.HeadingElement
- HeadingRole - Interface in com.google.gwt.aria.client
-
A type that represents the heading role in the ARIA specification.
- HeadingRoleImpl - Class in com.google.gwt.aria.client
-
Implements
HeadingRole
. - HeadingRoleImpl(String) - Constructor for class com.google.gwt.aria.client.HeadingRoleImpl
- headSet(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- headSet(T) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- height - Variable in class com.google.gwt.layout.client.Layout.Layer
- height - Variable in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
-
The target height when opening, the start height when closing.
- height - Variable in class com.google.gwt.user.client.ui.DockPanel.LayoutData
- height() - Element in annotation type com.google.gwt.resources.client.ImageResource.ImageOptions
-
Set to a positive value to override the image's intrinsic height.
- height(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- height(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- height(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the height css property.
- height(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the height css property.
- height(int) - Method in class com.google.gwt.dom.builder.client.DomCanvasBuilder
- height(int) - Method in class com.google.gwt.dom.builder.client.DomImageBuilder
- height(int) - Method in class com.google.gwt.dom.builder.client.DomVideoBuilder
- height(int) - Method in interface com.google.gwt.dom.builder.shared.CanvasBuilder
-
Sets the height of the canvas.
- height(int) - Method in class com.google.gwt.dom.builder.shared.HtmlCanvasBuilder
- height(int) - Method in class com.google.gwt.dom.builder.shared.HtmlImageBuilder
- height(int) - Method in class com.google.gwt.dom.builder.shared.HtmlVideoBuilder
- height(int) - Method in interface com.google.gwt.dom.builder.shared.ImageBuilder
-
Height of the image in pixels.
- height(int) - Method in interface com.google.gwt.dom.builder.shared.VideoBuilder
-
Sets the height of the element.
- heightMeasure - Variable in class com.google.gwt.user.client.ui.NotificationMole
- heightUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- HELP - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- HelpInfo() - Constructor for class com.google.gwt.core.ext.TreeLogger.HelpInfo
- HEX_CHARS - Static variable in class com.google.gwt.util.tools.shared.StringUtils
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.Hidden
-
This constructor may be used by subclasses to explicitly use an existing element.
- 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 - Enum constant in enum com.google.gwt.dom.client.Style.BorderStyle
- HIDDEN - Enum constant in enum com.google.gwt.dom.client.Style.Overflow
- HIDDEN - Enum constant in enum com.google.gwt.dom.client.Style.Visibility
- HIDDEN - Static variable in class com.google.gwt.aria.client.State
- 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.DialogBox
- 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.
- 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.
- hideUnusedColumns(int) - Method in class com.google.gwt.user.cellview.client.DataGrid.TableWidget
-
Hide columns that aren't used in the table.
- 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.
- home() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- Horizontal - Enum constant in enum com.google.gwt.resources.client.ImageResource.RepeatStyle
-
The image is intended to be tiled horizontally.
- HORIZONTAL - Enum constant in enum com.google.gwt.aria.client.OrientationValue
- HorizontalAlignmentConstantParser - Class in com.google.gwt.uibinder.attributeparsers
- HorizontalAlignmentConstantParser(FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.HorizontalAlignmentConstantParser
- 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.
- HorizontalScrollbar - Interface in com.google.gwt.user.client.ui
-
Describes a horizontal scrollbar.
- 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 aRootLayoutPanel
(as opposed to aRootPanel
- HorizontalSplitPanel() - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
-
Deprecated.
- HorizontalSplitPanel(HorizontalSplitPanel.Resources) - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
-
Deprecated.Creates an empty horizontal split panel.
- HorizontalSplitPanel(HorizontalSplitPanelImages) - Constructor for class com.google.gwt.user.client.ui.HorizontalSplitPanel
-
Deprecated.replaced by
HorizontalSplitPanel(Resources)
- 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. - HOUR_MINUTE - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- HOUR_MINUTE - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- HOUR_MINUTE_SECOND - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- HOUR_MINUTE_SECOND - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- HOUR24_MINUTE - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- HOUR24_MINUTE - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- HOUR24_MINUTE_SECOND - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- HOUR24_MINUTE_SECOND - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- hoveredRow() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the hovered row.
- hoveredRowCell() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the cells in the hovered row.
- How can I make a com.google.gwt.http.client.RequestBuilder send a request other than GET or POST? - Search tag in package com.google.gwt.http.client
- Section
- How do I construct a string for use in a query or POST body? - Search tag in package com.google.gwt.http.client
- Section
- How do I make a GET request? - Search tag in package com.google.gwt.http.client
- Section
- How do I make a POST request? - Search tag in package com.google.gwt.http.client
- Section
- How do I use request timeouts? - Search tag in package com.google.gwt.http.client
- Section
- How should I write a RequestCallback handler class? - Search tag in package com.google.gwt.http.client
- Section
- hPos - Variable in class com.google.gwt.layout.client.Layout.Layer
- HRBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an hr element.
- href(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- href(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
The absolute URI of the linked resource.
- href(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- href(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- href(String) - Method in class com.google.gwt.dom.builder.client.DomAreaBuilder
- href(String) - Method in class com.google.gwt.dom.builder.client.DomBaseBuilder
- href(String) - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- href(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
The absolute URI of the linked resource.
- href(String) - Method in interface com.google.gwt.dom.builder.shared.AreaBuilder
-
The URI of the linked resource.
- href(String) - Method in interface com.google.gwt.dom.builder.shared.BaseBuilder
-
The base URI See the href attribute definition in HTML 4.01.
- href(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- href(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- href(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBaseBuilder
- href(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- href(String) - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
The URI of the linked resource.
- HREF_DISCRETE_UCSCHAR - Static variable in class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
-
All valid Web Addresses discrete characters, i.e.
- hreflang(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- hreflang(String) - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- hreflang(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
Language code of the linked resource.
- hreflang(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- hreflang(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- hreflang(String) - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
Language code of the linked resource.
- HRElement - Class in com.google.gwt.dom.client
-
Create a horizontal rule.
- HRElement() - Constructor for class com.google.gwt.dom.client.HRElement
- HSplitter(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.SplitLayoutPanel.HSplitter
- html - Variable in class com.google.gwt.user.client.ui.RenderablePanel
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomFrameSetBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomHeadBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomScriptBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomTableRowBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- html(SafeHtml) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append html within the node.
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameSetBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlHeadBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlOnlyTableSectionBuilder
-
Append html to the builder and validate the correctness of the html.
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlScriptBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- html(SafeHtml) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- html(SafeHtml) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Throws
UnsupportedOperationException
. - html(SafeHtml) - Method in interface com.google.gwt.dom.builder.shared.StyleBuilder
-
Throws
UnsupportedOperationException
. - 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(Element) - Constructor for class com.google.gwt.user.client.ui.HTML
-
This constructor may be used by subclasses to explicitly use an existing element.
- 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, 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(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.
- HtmlAnchorBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
AnchorBuilder
. - HtmlAnchorBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- HtmlAreaBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
AreaBuilder
. - HtmlAreaBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- HtmlAudioBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
AudioBuilder
. - HtmlAudioBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlAudioBuilder
- HtmlBaseBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
BaseBuilder
. - HtmlBaseBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlBaseBuilder
- HtmlBodyBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
BodyBuilder
. - HtmlBodyBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlBodyBuilder
- HtmlBRBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
BRBuilder
. - HtmlBRBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlBRBuilder
- HtmlBuilderFactory - Class in com.google.gwt.dom.builder.shared
-
Factory for creating element builders that use string concatenation to generate HTML.
- HtmlBuilderFactory() - Constructor for class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
-
Created from static factory method.
- HtmlBuilderImpl - Class in com.google.gwt.dom.builder.shared
-
Implementation of methods in
ElementBuilderBase
used to render HTML as a string, using innerHtml to generate an element. - HtmlBuilderImpl() - Constructor for class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- HtmlButtonBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
ButtonBuilder
. - HtmlButtonBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlButtonBuilder
- HtmlCanvasBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
CanvasBuilder
. - HtmlCanvasBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlCanvasBuilder
- HtmlDivBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
DivBuilder
. - HtmlDivBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlDivBuilder
- HtmlDListBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
DListBuilder
. - HtmlDListBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlDListBuilder
- HtmlElementBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
ElementBuilder
. - HtmlElementBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlElementBuilder
- HtmlElementBuilderBase<R> - Class in com.google.gwt.dom.builder.shared
-
Implementation of
ElementBuilderBase
that delegates to anHtmlBuilderImpl
. - HtmlElementBuilderBase(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Construct a new
HtmlElementBuilderBase
. - HtmlElementBuilderBase(HtmlBuilderImpl, boolean) - Constructor for class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Construct a new
HtmlElementBuilderBase
. - htmlEscape(char) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
-
HTML-escapes a character.
- 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.
- HtmlFieldSetBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
FieldSetBuilder
. - HtmlFieldSetBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlFieldSetBuilder
- htmlFor(String) - Method in class com.google.gwt.dom.builder.client.DomLabelBuilder
- htmlFor(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLabelBuilder
- htmlFor(String) - Method in interface com.google.gwt.dom.builder.shared.LabelBuilder
-
This attribute links this label with another form control by id attribute.
- HtmlFormBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
FormBuilder
. - HtmlFormBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- HtmlFrameBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
FrameBuilder
. - HtmlFrameBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- HtmlFrameSetBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
FrameSetBuilder
. - HtmlFrameSetBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlFrameSetBuilder
- HtmlHeadBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
HeadBuilder
. - HtmlHeadBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlHeadBuilder
- HtmlHeadingBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
HeadingBuilder
. - HtmlHeadingBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlHeadingBuilder
- HtmlHRBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
HRBuilder
. - HtmlHRBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlHRBuilder
- HtmlIFrameBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
IFrameBuilder
. - HtmlIFrameBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- HtmlImageBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
ImageBuilder
. - HtmlImageBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlImageBuilder
- HtmlInputBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
InputBuilder
. - HtmlInputBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- 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<java.lang.String>)
. - 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. - HtmlLabelBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
LabelBuilder
. - HtmlLabelBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlLabelBuilder
- HtmlLegendBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
LegendBuilder
. - HtmlLegendBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlLegendBuilder
- HtmlLIBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
LIBuilder
. - HtmlLIBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlLIBuilder
- HtmlLinkBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
LinkBuilder
. - HtmlLinkBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- HtmlLogFormatter - Class in com.google.gwt.logging.client
-
Formats LogRecords into HTML.
- HtmlLogFormatter(boolean) - Constructor for class com.google.gwt.logging.client.HtmlLogFormatter
- HtmlMapBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
MapBuilder
. - HtmlMapBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlMapBuilder
- HtmlMediaBuilderBase<R> - Class in com.google.gwt.dom.builder.shared
-
Base class for HTML-based implementations of
MediaBuilder
. - HtmlMediaBuilderBase(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- HtmlMessageInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Processes invalid input: '<'ui:msg> 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. - HtmlMetaBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
MetaBuilder
. - HtmlMetaBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlMetaBuilder
- HtmlOListBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
OListBuilder
. - HtmlOListBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlOListBuilder
- HtmlOnlyTableSectionBuilder - Class in com.google.gwt.dom.builder.shared
-
A subclass of standard
HtmlTableSectionBuilder
that allows directly appending html to a table section. - HtmlOptGroupBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
OptGroupBuilder
. - HtmlOptGroupBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlOptGroupBuilder
- HtmlOptionBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
OptionBuilder
. - HtmlOptionBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlOptionBuilder
- 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(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.HTMLPanel
-
Initializes the panel's HTML from a given
SafeHtml
object. - 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(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
- HtmlParagraphBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
ParagraphBuilder
. - HtmlParagraphBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlParagraphBuilder
- HtmlParamBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
ParamBuilder
. - HtmlParamBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlParamBuilder
- HtmlPlaceholderInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Interprets the interior of an html message.
- HtmlPlaceholderInterpreter(UiBinderWriter, MessageWriter, String) - Constructor for class com.google.gwt.uibinder.elementparsers.HtmlPlaceholderInterpreter
- HtmlPreBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
PreBuilder
. - HtmlPreBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlPreBuilder
- HtmlQuoteBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
QuoteBuilder
. - HtmlQuoteBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlQuoteBuilder
- HtmlSanitizer - Interface in com.google.gwt.safehtml.shared
-
Sanitizes untrusted HTML.
- HtmlScriptBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
ScriptBuilder
. - HtmlScriptBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlScriptBuilder
- HtmlSelectBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
SelectBuilder
. - HtmlSelectBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- HtmlSourceBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
SourceBuilder
. - HtmlSourceBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlSourceBuilder
- HtmlSpanBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
SpanBuilder
. - HtmlSpanBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlSpanBuilder
- HtmlStyleBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
StyleBuilder
. - HtmlStyleBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- HtmlStylesBuilder - Class in com.google.gwt.dom.builder.shared
-
Builds the style object.
- HtmlStylesBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
-
Construct a new
HtmlStylesBuilder
. - HTMLTable - Class in com.google.gwt.user.client.ui
- 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.CellFormatter - Class in com.google.gwt.user.client.ui
-
This class contains methods used to format a table's cells.
- HTMLTable.ColumnFormatter - Class in com.google.gwt.user.client.ui
-
This class contains methods used to format a table's columns.
- HTMLTable.RowFormatter - Class in com.google.gwt.user.client.ui
-
This class contains methods used to format a table's rows.
- HtmlTableBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TableBuilder
. - HtmlTableBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- HtmlTableCaptionBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TableCaptionBuilder
. - HtmlTableCaptionBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTableCaptionBuilder
- HtmlTableCellBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TableCellBuilder
. - HtmlTableCellBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- HtmlTableColBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TableColBuilder
. - HtmlTableColBuilder(HtmlBuilderImpl, boolean) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- HtmlTableRowBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TableRowBuilder
. - HtmlTableRowBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- HtmlTableSectionBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TableSectionBuilder
. - HtmlTableSectionBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- HtmlTextAreaBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TextAreaBuilder
. - HtmlTextAreaBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- HtmlTitleBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
TitleBuilder
. - HtmlTitleBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlTitleBuilder
- HtmlUListBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
UListBuilder
. - HtmlUListBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlUListBuilder
- HtmlVideoBuilder - Class in com.google.gwt.dom.builder.shared
-
HTML-based implementation of
VideoBuilder
. - HtmlVideoBuilder(HtmlBuilderImpl) - Constructor for class com.google.gwt.dom.builder.shared.HtmlVideoBuilder
- httpEquiv(String) - Method in class com.google.gwt.dom.builder.client.DomMetaBuilder
- httpEquiv(String) - Method in class com.google.gwt.dom.builder.shared.HtmlMetaBuilder
- httpEquiv(String) - Method in interface com.google.gwt.dom.builder.shared.MetaBuilder
-
HTTP response header name [IETF RFC 2616].
- HumanInputEvent<H> - 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
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
- 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(SafeHtml, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
-
Creates a hyperlink with its html 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(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, String) - Constructor for class com.google.gwt.user.client.ui.Hyperlink
-
Creates a hyperlink with its text and target history token specified.
I
- IconCellDecorator<C> - Class in com.google.gwt.cell.client
- 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
. - IconCellDecorator.Template - Interface in com.google.gwt.cell.client
- iconContentLayout(String, SafeStyles, SafeHtml, SafeHtml) - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Template
-
Positions the icon next to the text.
- iconWrapper(SafeStyles, SafeHtml) - Method in interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Template
-
The wrapper around the icon that aligns it vertically with the text.
- id() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
- id(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- id(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Set the id.
- id(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- Id - Class in com.google.gwt.aria.client
-
Id reference attribute type
- 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
. - IDEOGRAPHIC - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
- 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.web.bindery.requestfactory.shared.messages
-
Describes the longevity of the id.
- IdToEntityMap() - Constructor for class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor.IdToEntityMap
- IFrameBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an iframe element.
- 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
-
Deprecated.use
CrossSiteIframeLinker
instead. - IFrameLinker() - Constructor for class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- IGNORE - Enum constant in enum com.google.gwt.user.client.DocumentModeAsserter.Severity
-
No runtime check.
- IGNORE - Enum constant in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
- IllegalFieldReferenceException() - Constructor for exception class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.IllegalFieldReferenceException
- image(SafeHtml) - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Template
- image(SafeUri, int, int) - Method in interface com.google.gwt.user.client.ui.ImageResourceRenderer.Template
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.Image
-
This constructor may be used by subclasses to explicitly use an existing element.
- 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(SafeUri) - Constructor for class com.google.gwt.user.client.ui.Image
-
Creates an image with a specified URL.
- Image(SafeUri, 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(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_PAD - Static variable in class com.google.gwt.user.client.ui.TreeItem
- ImageAdapter() - Constructor for class com.google.gwt.user.client.ui.Tree.ImageAdapter
- ImageAdapter(Tree.Resources) - Constructor for class com.google.gwt.user.client.ui.Tree.ImageAdapter
- ImageAdapter(TreeImages) - Constructor for class com.google.gwt.user.client.ui.Tree.ImageAdapter
- ImageBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an image element.
- ImageBundle - Interface in com.google.gwt.user.client.ui
-
Deprecated.replaced by
ClientBundle
andImageResource
- 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
. - Image Bundles and the HTTPS Protocol - Search tag in interface com.google.gwt.user.client.ui.ImageBundle
- Section
- 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.
- ImageCell.Template - Interface in com.google.gwt.cell.client
- 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 theImageLoadingCell.DefaultRenderers
. - ImageLoadingCell(ImageLoadingCell.Renderers) - Constructor for class com.google.gwt.cell.client.ImageLoadingCell
-
Construct an
ImageResourceCell
using the specifiedSafeHtmlRenderers
. - ImageLoadingCell.DefaultRenderers - Class in com.google.gwt.cell.client
-
The default
SafeHtmlRenderers
. - ImageLoadingCell.Renderers - Interface in com.google.gwt.cell.client
-
The renderers used by this cell.
- ImageLoadingCell.Resources - Interface in com.google.gwt.cell.client
-
The images used by the
ImageLoadingCell.DefaultRenderers
. - ImageLoadingCell.Template - Interface in com.google.gwt.cell.client
- ImageParser - Class in com.google.gwt.uibinder.elementparsers
-
Custom parsing of Image widgets.
- ImageParser() - Constructor for class com.google.gwt.uibinder.elementparsers.ImageParser
- ImagePrototypeElement() - Constructor for class com.google.gwt.user.client.ui.AbstractImagePrototype.ImagePrototypeElement
- 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 anImageResource
. - ImageResourceCell() - Constructor for class com.google.gwt.cell.client.ImageResourceCell
-
Construct a new ImageResourceCell.
- ImageResourceRenderer - Class in com.google.gwt.user.client.ui
-
Given an
ImageResource
, renders an element to show it. - ImageResourceRenderer() - Constructor for class com.google.gwt.user.client.ui.ImageResourceRenderer
- ImageResourceRenderer.Template - Interface in com.google.gwt.user.client.ui
- ImageSpriteCreator - Class in com.google.gwt.resources.gss
-
Visitor that detects sprite definitions and replace them by several css rules in order to create the corresponding sprited image.
- ImageSpriteCreator(MutatingVisitController, ResourceContext, ErrorManager) - Constructor for class com.google.gwt.resources.gss.ImageSpriteCreator
- ImageSpriteCreator(MutatingVisitController, ResourceContext, ErrorManager, ImageSpriteCreator.MethodByPathHelper) - Constructor for class com.google.gwt.resources.gss.ImageSpriteCreator
- ImageSpriteCreator.MethodByPathHelper - Interface in com.google.gwt.resources.gss
- imageWrapper(SafeStyles, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellBrowser.Template
- imageWrapper(String, SafeStyles, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellTree.Template
- imageWrapperBottom(SafeStyles, SafeHtml) - Method in interface com.google.gwt.cell.client.IconCellDecorator.Template
-
The wrapper around the image vertically aligned to the bottom.
- imageWrapperMiddle(SafeStyles, SafeHtml) - Method in interface com.google.gwt.cell.client.IconCellDecorator.Template
-
The wrapper around the image vertically aligned to the middle.
- imageWrapperTop(SafeStyles, SafeHtml) - Method in interface com.google.gwt.cell.client.IconCellDecorator.Template
-
The wrapper around the image vertically aligned to the top.
- img(SafeUri) - Method in interface com.google.gwt.cell.client.SafeImageCell.Template
- img(String) - Method in interface com.google.gwt.cell.client.ImageCell.Template
- img(String) - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Template
- ImgRole - Interface in com.google.gwt.aria.client
-
A type that represents the img role in the ARIA specification.
- ImgRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ImgRole
. - ImgRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ImgRoleImpl
- impl - Static variable in class com.google.gwt.dom.client.DOMImpl
- impl - Static variable in class com.google.gwt.storage.client.Storage
- impl - Static variable in class com.google.gwt.user.client.DOM
- impl - Static variable in class com.google.gwt.user.client.ui.FocusPanel
- Impl() - Constructor for class com.google.gwt.safecss.shared.SafeStylesUtils.Impl
-
Deprecated.
- Impl() - Constructor for class com.google.gwt.typedarrays.shared.TypedArrays.Impl
- Impl() - Constructor for class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
- ImplStandard() - Constructor for class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
- ImplTrident() - Constructor for class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
- Important usage note - Search tag in class com.google.gwt.user.client.ui.ListBox
- Section
- 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
. - IN - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- includeJs(StringBuffer, TreeLogger, String, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- IncompatibleRemoteServiceException - Exception Class in com.google.gwt.user.client.rpc
-
Exception that will be passed to the
AsyncCallback.onFailure(Throwable)
method when an incompatibility is detected between aRemoteService
client and its correspondingRemoteService
server. - IncompatibleRemoteServiceException() - Constructor for exception class com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
-
Constructor used by RPC serialization.
- IncompatibleRemoteServiceException(String) - Constructor for exception class com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
-
Constructs an instance with the specified message.
- IncompatibleRemoteServiceException(String, Throwable) - Constructor for exception class com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
-
Constructs an instance with the specified message and cause.
- INCREASE_RANGE - Enum constant in enum com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
-
If the user navigates to the beginning or end of the current range, the range is increased.
- IncrementalCommand - Interface in com.google.gwt.user.client
-
Deprecated.Replaced by
Scheduler.RepeatingCommand
andScheduler.scheduleIncremental()
- IncrementalCommandCanceledException - Exception Class in com.google.gwt.user.client
-
Exception reported to the current
GWT.UncaughtExceptionHandler
when a deferredIncrementalCommand
is canceled as a result of a slow script warning. - IncrementalCommandCanceledException(IncrementalCommand) - Constructor for exception class com.google.gwt.user.client.IncrementalCommandCanceledException
- IncrementalGenerator - Class in com.google.gwt.core.ext
-
An extension to the
Generator
class which supports incremental generation. - IncrementalGenerator() - Constructor for class com.google.gwt.core.ext.IncrementalGenerator
- indent() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Increase indent level.
- indent() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- indentln(String) - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Print a line at an increased indentation level without altering the indent level for the next line.
- indentln(String) - Method in class com.google.gwt.codegen.server.SourceWriterBase
- indentln(String, Object...) - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Format and print a line at an increased indentation level without altering the indent level for the next line.
- indentln(String, Object...) - Method in class com.google.gwt.codegen.server.SourceWriterBase
- index(String) - Static method in class com.google.web.bindery.requestfactory.server.Resolver
-
Returns the trailing
[n]
index value from a path. - 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(CellTreeNodeView<?>) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- indexOf(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
-
Gets the index of the specified index.
- indexOfName(String, String) - Static method in class com.google.gwt.dom.client.Element
-
Returns the index of the first occurrence of name in a space-separated list of names, or -1 if not found.
- 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() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Info
- INFO - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs information.
- 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() - Method in class com.google.gwt.core.server.GwtServletBase
- init() - Method in class com.google.gwt.core.server.jakarta.GwtServletBase
- init() - Static method in class com.google.gwt.event.dom.client.DomEvent
- init() - Method in class com.google.gwt.user.server.rpc.jakarta.XsrfProtectedServiceServlet
- init() - Method in class com.google.gwt.user.server.rpc.jakarta.XsrfTokenServiceServlet
-
Servlet initialization.
- init() - Method in class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
- init() - Method in class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
-
Servlet initialization.
- 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(Element, ResizeLayoutPanel.Impl.Delegate) - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
-
Initialize the implementation.
- init(Element, ResizeLayoutPanel.Impl.Delegate) - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
- init(Element, ResizeLayoutPanel.Impl.Delegate) - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
- init(ServletConfig) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Overridden to load the gwt.codeserver.port system property.
- init(ProcessingEnvironment) - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
- init(ServletConfig) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Overridden to load the gwt.codeserver.port system property.
- initCause(Throwable) - Method in exception class com.google.gwt.core.shared.SerializableThrowable
-
Initializes the cause of this throwable.
- initCause(Throwable) - Method in exception class com.google.gwt.user.client.rpc.SerializableException
-
Deprecated.No effect; exception chaining is not currently supported for serialized exceptions.
- initChildren() - Method in class com.google.gwt.user.client.ui.TreeItem
- INITIAL - Enum constant in enum com.google.gwt.dom.client.Style.Display
- INITIAL_SEQUENCE - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- initialize(Element, Element) - Method in class com.google.gwt.user.client.ui.ScrollImpl
-
Initialize a scrollable element.
- initialize(Element, Element) - Method in class com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident
- initialize(EventBus) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
-
Start this request factory with a
DefaultRequestTransport
. - initialize(EventBus) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Equivalent to
initialize(eventBus, new FakeRequestTransport())
. - initialize(EventBus) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- initialize(EventBus, RequestFactory, E) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
-
Overload of
RequestFactoryEditorDriver.initialize(RequestFactory, Editor)
to allow a modifiedEventBus
to be monitored for subscription services. - initialize(EventBus, RequestFactory, E) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
-
Records its arguments.
- initialize(EventBus, RequestTransport) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
-
Start this request factory with a user-provided transport.
- initialize(EventBus, RequestTransport) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestFactory
-
Saves the parameters for later retrieval.
- 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(RequestFactory, E) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
- 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(E) - Method in interface com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
-
Initializes a driver that will not be able to support subscriptions.
- initialize(E) - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
- initializeClaimedElement() - Method in class com.google.gwt.user.client.ui.Composite
- initializeClaimedElement() - Method in interface com.google.gwt.user.client.ui.IsRenderable
-
Perform any initialization needed when the widget is not attached to the document.
- initializeClaimedElement() - Method in class com.google.gwt.user.client.ui.RenderablePanel
- initializeClonableElements() - Method in class com.google.gwt.user.client.ui.TreeItem.TreeItemImpl
-
Deprecated.Setup clonable elements.
- 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. - initParent(Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- 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() - Method in class com.google.gwt.core.client.ScriptInjector.FromString
-
Injects a script into the DOM.
- inject() - Method in class com.google.gwt.core.client.ScriptInjector.FromUrl
-
Injects an external JavaScript reference into the document and optionally calls a callback when it finishes loading.
- 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
-
Add a stylesheet to the document.
- injectStyleSheet(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
-
Deprecated.
- injectStylesheetAtEnd(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.injectStylesheet(String)
. - injectStyleSheetAtEnd(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
-
Deprecated.
- injectStylesheetAtStart(String) - Static method in class com.google.gwt.dom.client.StyleInjector
-
Add stylesheet data to the document as though it were declared before any stylesheet previously created by
StyleInjector.injectStylesheet(String)
. - injectStyleSheetAtStart(String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
-
Deprecated.
- INLINE - Enum constant in enum com.google.gwt.aria.client.AutocompleteValue
- INLINE - Enum constant in enum com.google.gwt.dom.client.Style.Display
- INLINE_BLOCK - Enum constant in enum com.google.gwt.dom.client.Style.Display
- INLINE_FLEX - Enum constant in enum com.google.gwt.dom.client.Style.Display
- INLINE_TABLE - Enum constant in enum com.google.gwt.dom.client.Style.Display
- inlineBlock() - Method in interface com.google.gwt.resources.client.CommonResources.InlineBlockStyle
-
The inline block style.
- inlineBlockStyle() - Method in interface com.google.gwt.resources.client.CommonResources.Bundle
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.InlineHTML
-
This constructor may be used by subclasses to explicitly use an existing element.
- 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.
- 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, 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(SafeHtml, String) - Constructor for class com.google.gwt.user.client.ui.InlineHyperlink
-
Creates a hyperlink with its html 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.
- 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, 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(Element) - Constructor for class com.google.gwt.user.client.ui.InlineLabel
-
This constructor may be used by subclasses to explicitly use an existing element.
- 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.
- innerDiv(SafeStyles, String, SafeHtml, String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.CellTreeNodeView.Template
- InProcessRequestContext - Class in com.google.web.bindery.requestfactory.vm
-
An in-process implementation of RequestContext.
- InProcessRequestContext(InProcessRequestFactory, AbstractRequestContext.Dialect, Class<? extends RequestContext>) - Constructor for class com.google.web.bindery.requestfactory.vm.InProcessRequestContext
- InProcessRequestContext.RequestContextHandler - Class in com.google.web.bindery.requestfactory.vm
- InProcessRequestFactory - Class in com.google.web.bindery.requestfactory.vm
-
A JRE-compatible implementation of RequestFactory.
- InProcessRequestFactory(Class<? extends RequestFactory>) - Constructor for class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- InProcessRequestFactory.Factory - Interface in com.google.web.bindery.requestfactory.vm
- InProcessRequestFactory.RequestFactoryHandler - Class in com.google.web.bindery.requestfactory.vm
- 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
- input(String) - Method in interface com.google.gwt.cell.client.EditTextCell.Template
- input(String) - Method in interface com.google.gwt.cell.client.TextInputCell.Template
- INPUT - Static variable in class com.google.gwt.dom.client.BrowserEvents
- InputBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an input element.
- inputElem - Variable in class com.google.gwt.user.client.ui.CheckBox
- InputElement - Class in com.google.gwt.dom.client
-
Form control.
- InputElement() - Constructor for class com.google.gwt.dom.client.InputElement
- InputRole - Interface in com.google.gwt.aria.client
-
A type that represents the input role in the ARIA specification.
- 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(IsWidget, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
-
Convenience overload to allow
IsWidget
to be used directly. - insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
- insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.DeckPanel
- insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.FlowPanel
- insert(IsWidget, 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(IsWidget, 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, int) - Method in class com.google.gwt.user.client.ui.VerticalPanel
- 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, 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.TabLayoutPanel
-
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.TabLayoutPanel
-
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, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
- insert(Widget, int) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
- insert(Widget, int) - Method in class com.google.gwt.user.client.ui.DeckPanel
- insert(Widget, int) - Method in class com.google.gwt.user.client.ui.FlowPanel
-
Inserts a widget before the specified index.
- insert(Widget, int) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
- 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, int) - Method in class com.google.gwt.user.client.ui.StackPanel
- insert(Widget, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Inserts a widget into the panel.
- 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.
- 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, boolean) - Method in class com.google.gwt.user.client.ui.ComplexPanel
-
Insert a new child Widget into this Panel at a specified index, attaching its Element to the specified container Element.
- insert(Widget, SafeHtml, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
-
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, Element, int, boolean) - Method in class com.google.gwt.user.client.ui.ComplexPanel
-
Deprecated.Call and override
ComplexPanel.insert(com.google.gwt.user.client.ui.Widget,com.google.gwt.dom.client.Element,int,boolean)
instead. - 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(Widget, DockLayoutPanel.Direction, double, Widget) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
- insert(Widget, Widget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
-
Insert a widget before the specified widget.
- insert(Widget, Widget, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
-
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(Widget, Widget, int) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Inserts a widget into the tab 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, boolean, 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.TabPanel
-
Inserts a widget into the tab panel.
- insert(Widget, String, double, int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
-
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, String, int) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Inserts a widget into the tab panel.
- INSERT - Enum constant in enum com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
- insertAfter(Node, Node) - Method in class com.google.gwt.dom.client.Node
-
Inserts the node newChild after 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 class com.google.gwt.dom.client.Node
-
Inserts the node newChild before the existing child node refChild.
- 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.AbstractCellTable
-
Inserts a column into the table at the specified index.
- insertColumn(int, Column<T, ?>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Inserts a column into the table at the specified index with an associated
SafeHtml
header. - insertColumn(int, Column<T, ?>, SafeHtml, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Inserts a column into the table at the specified index with an associated
SafeHtml
header and footer. - insertColumn(int, Column<T, ?>, Header<?>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
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.AbstractCellTable
-
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.AbstractCellTable
-
Inserts a column into the table at the specified index with an associated String header.
- insertColumn(int, Column<T, ?>, String, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Inserts a column into the table at the specified index with an associated String 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(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, SafeHtml) - Method in class com.google.gwt.user.client.ui.TreeItem
-
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, 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.Tree
-
Inserts a child tree item at the specified index containing the specified widget.
- 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.
- 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(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, 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(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.
- 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
IndexedPanel
s 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
- insertSeparator(MenuItemSeparator, int) - Method in class com.google.gwt.user.client.ui.MenuBar
- 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(Widget, 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.
- insertTabWidget(Widget, int) - Method in class com.google.gwt.user.client.ui.TabBar
-
Inserts a new tab at the specified index.
- insertTextItem(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.
- insertTextItem(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.
- 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.
- INSET - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- 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.
- instance() - Static method in class com.google.gwt.text.shared.ToStringRenderer
-
Returns a
ToStringRenderer
that uses empty string fornull
objects. - INSTANCE - Static variable in interface com.google.gwt.user.client.ui.FormPanel.IFrameTemplate
- INSTANCE - Static variable in interface com.google.gwt.user.client.ui.NamedFrame.IFrameTemplate
- INSTANCE - Static variable in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.UiBinderBundle
- InstanceRequest<P,
T> - Interface in com.google.web.bindery.requestfactory.shared -
Used to call instance methods.
- instanceRequestType - Variable in class com.google.web.bindery.requestfactory.apt.State
- 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
. - instantiateInstance(ServerSerializationStreamReader) - Method in class com.google.gwt.user.server.rpc.ServerCustomFieldSerializer
-
Instantiates an object from the
ServerSerializationStreamReader
, without type checking. - instantiateInstance(ServerSerializationStreamReader, Type[], DequeMap<TypeVariable<?>, Type>) - Method in class com.google.gwt.user.server.rpc.ServerCustomFieldSerializer
-
Instantiates an object from the
ServerSerializationStreamReader
, with type checking. - inString - Variable in class com.google.gwt.codegen.server.StringGenerator
-
True if we are in the middle of a string literal.
- INT - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- Int16Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 16-bit signed integers. - Int16ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Int16Array
. - Int16ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Int16ArrayImpl
- Int16ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Int16Array
. - Int16ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Int16ArrayNative
- Int32Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 32-bit signed integers. - Int32ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Int32Array
. - Int32ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Int32ArrayImpl
- Int32ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Int32Array
. - Int32ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Int32ArrayNative
- Int8Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 8-bit signed integers. - Int8ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Int8Array
. - Int8ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Int8ArrayImpl
- Int8ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Int8Array
. - Int8ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Int8ArrayNative
- IntAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses an integer value.
- IntAttributeParser(FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.IntAttributeParser
- INTEGER - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- IntegerBox - Class in com.google.gwt.user.client.ui
-
A ValueBox that uses
IntegerParser
andIntegerRenderer
. - 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
- INTER_CLUSTER - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- INTER_IDEOGRAPH - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- INTER_WORD - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- internalClearCell(Element, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Does actual clearing, used by clearCell and cleanCell.
- internalClearCell(Element, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Deprecated.Call and override
HTMLTable.internalClearCell(com.google.gwt.dom.client.Element,boolean)
instead. - 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.AttributeMessageInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.FieldInterpreter
- 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.HtmlPlaceholderInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.InterpreterPipe
-
Interpreters are fired in the order they were handed to the constructor.
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.IsRenderableInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.SimpleInterpeter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.TextInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.WidgetInterpreter
- interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.WidgetPlaceholderInterpreter
- InterpreterPipe<T> - Class in com.google.gwt.uibinder.elementparsers
-
Pairs
XMLElement.Interpreter
instances. - InterpreterPipe() - Constructor for class com.google.gwt.uibinder.elementparsers.InterpreterPipe
- IntPairAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses a pair of integer values.
- IntPairAttributeParser(IntAttributeParser, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.IntPairAttributeParser
- INVALID - Static variable in class com.google.gwt.aria.client.State
- INVALID_ACCESS_ERR - Static variable in exception class com.google.gwt.xml.client.DOMException
- INVALID_CHARACTER_ERR - Static variable in exception class com.google.gwt.xml.client.DOMException
- INVALID_MODIFICATION_ERR - Static variable in exception class com.google.gwt.xml.client.DOMException
- INVALID_STATE_ERR - Static variable in exception class com.google.gwt.xml.client.DOMException
- InvalidJsonLogRecordFormatException - Exception Class in com.google.gwt.logging.server
-
Exception thrown when unable to parse JSON strings or the JSON object does not contain the expected properties.
- InvalidJsonLogRecordFormatException(Throwable) - Constructor for exception class com.google.gwt.logging.server.InvalidJsonLogRecordFormatException
-
Constructs an InvalidJSonStringException.
- InvalidValue - Enum in com.google.gwt.aria.client
-
State enum for 'aria-invalid' values.
- 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.web.bindery.requestfactory.shared.messages.ResponseMessage
- InvocationException - Exception Class in com.google.gwt.user.client.rpc
-
Occurs when a service invocation did not complete cleanly.
- InvocationException(String) - Constructor for exception class com.google.gwt.user.client.rpc.InvocationException
-
Constructs an exception with the given description.
- InvocationException(String, Throwable) - Constructor for exception class com.google.gwt.user.client.rpc.InvocationException
-
Constructs an exception with the given description and cause.
- InvocationMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
-
Describes a method invocation.
- invoke(Object, Method, Object[]) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestContext.RequestContextHandler
- invoke(Object, Method, Object[]) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory.RequestFactoryHandler
- invoke(Method, Object...) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.jakarta.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[]) - 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.jakarta.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.jakarta.RPC
- invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy, int) - Static method in class com.google.gwt.user.server.rpc.RPC
- is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.AnchorElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.AreaElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.BaseElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.BodyElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.BRElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.DivElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.DListElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Element
-
Determines whether the given
JavaScriptObject
can be cast to anElement
. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FieldSetElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FormElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FrameElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.HeadElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.HRElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ImageElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.InputElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LabelElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LegendElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LIElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LinkElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.MapElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.MetaElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ModElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Node
-
Determines whether the given
JavaScriptObject
is a DOM node. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.OListElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.OptionElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ParamElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.PreElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.SelectElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.SourceElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.SpanElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.StyleElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableColElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TitleElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.UListElement
-
Determines whether the given
JavaScriptObject
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.AnchorElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.AreaElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.BaseElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.BodyElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.BRElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.DivElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.DListElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FieldSetElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FormElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FrameElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.HeadElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.HRElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ImageElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.InputElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LabelElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LegendElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LIElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LinkElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.MapElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.MetaElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ModElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.OListElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.OptionElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ParamElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.PreElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.SelectElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.SourceElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.SpanElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.StyleElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableColElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TitleElement
-
Determine whether the given
Element
can be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.UListElement
-
Determine whether the given
Element
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.AnchorElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.AreaElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.BaseElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.BodyElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.BRElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.DivElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.DListElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.Element
- is(Node) - Static method in class com.google.gwt.dom.client.FieldSetElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.FormElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.FrameElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.HeadElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.HRElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ImageElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.InputElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LabelElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LegendElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LIElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LinkElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.MapElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.MetaElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ModElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.OListElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.OptionElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ParamElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.PreElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.SelectElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.SourceElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.SpanElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.StyleElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableColElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TitleElement
-
Determine whether the given
Node
can be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.UListElement
-
Determine whether the given
Node
can be cast to this class. - IS_FUNCTION - Static variable in class com.google.gwt.resources.gss.PermutationsCollector
- 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.
- isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.TabPanel
- isAnimationEnabled() - Method in class com.google.gwt.user.client.ui.Tree
- isAnimationEnabledImpl() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
- isAnimationEnabledImpl() - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
-
Deprecated.implemented in DefaultSuggestionDisplay
- 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 an annotation ornull
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?
- isArrowKey(int) - Static method in class com.google.gwt.event.dom.client.KeyCodes
-
Determines if a key code is 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
- isAssignableTo(JClassType) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
- isAttached - Variable in class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
- 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 interface com.google.gwt.event.logical.shared.HasAttachHandlers
-
Returns whether or not the receiver is attached to the
Document
'sBodyElement
. - 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).
- isAttached(FakeLeafValueEditor<C>) - Method in class com.google.gwt.editor.client.testing.MockEditorChain
- isAutoClosed() - Method in class com.google.gwt.event.logical.shared.CloseEvent
-
Was the target automatically closed?
- isAutoFooterRefreshDisabled() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Check if auto footer refresh is enabled or disabled.
- isAutoHeaderRefreshDisabled() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Check if auto header refresh is enabled or disabled.
- 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. - isBuildingFooter() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Check if this builder is building a header or footer table.
- 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.web.bindery.requestfactory.shared.RequestContext
-
Returns true if any changes have been made to proxies mutable under this context.
- isChanged() - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestContext
-
Always returns
false
. - 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 - isChildElementSupported() - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.client.DomScriptBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- isChildElementSupported() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Check if child elements are supported.
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.shared.HtmlScriptBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- isChildElementSupported() - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- isChildLeaf(int) - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- isChildLeaf(int) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- 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 class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- isChildOpen(int) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- 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
-
Returns this instance if the erased version of this type is a class (as opposed to a primitive, array, or interface) or
null
if it is not. - isClassOrInterface() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- isClassOrInterface() - Method in interface com.google.gwt.core.ext.typeinfo.JType
-
Returns this instance if the erased version of this type is a class or interface (as opposed to a primitive or array array) or
null
if it is not. - 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.server.ServerGwtBridge
- isClient() - Static method in class com.google.gwt.core.shared.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.shared.GWTBridge
- isClientOnly() - Method in class com.google.web.bindery.requestfactory.apt.State
- isCollapseLeft() - Method in class com.google.gwt.cell.client.ButtonCellBase
- isCollapseLeft() - Method in interface com.google.gwt.cell.client.IsCollapsible
-
Check whether or not the left-side of the UI component is collapsed (sharing border with the component to its left).
- isCollapseRight() - Method in class com.google.gwt.cell.client.ButtonCellBase
- isCollapseRight() - Method in interface com.google.gwt.cell.client.IsCollapsible
-
right Check whether or not the left-side of the UI component is collapsed (sharing border with the component to its left).
- IsCollapsible - Interface in com.google.gwt.cell.client
-
Indicates that a UI component can be collapsed next to another UI component, thus sharing a common border.
- isColumn(Element) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Return if an element contains a cell.
- isColumn(Element) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- isColumn(Element) - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Return if an element contains a cell.
- isColumn(Element) - Method in interface com.google.gwt.user.cellview.client.FooterBuilder
-
Check if an element contains a
Column
. - isColumn(Element) - Method in interface com.google.gwt.user.cellview.client.HeaderBuilder
-
Check if an element contains a
Column
. - 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.
- isCompleteHtml(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
-
Returns whether the provided HTML string is complete (ends in "inner HTML" context).
- 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
- isDaylightTime(Date) - Method in interface com.google.gwt.i18n.shared.TimeZone
-
Check whether the given date and time falls within a daylight savings time period.
- isDebugIdAsProperty() - Static method in class com.google.gwt.debug.client.DebugInfo
-
Returns true if the debug ID should be set as a property instead of an attribute.
- 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 theUIObject
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 item should be selected by default.
- isDefaultSortAscending() - Method in class com.google.gwt.user.cellview.client.Column
-
Check if the default sort order of the column is ascending or descending.
- 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 class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- isDestroyed() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- isDestroyed() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- 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 intoSimpleBeanEditorDriver.edit(Object)
. - isDirty() - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
-
Returns
false
or the last value passed toMockEditorDelegate.setDirty(boolean)
. - isDirty() - Method in class com.google.gwt.editor.client.testing.MockSimpleBeanEditorDriver
-
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?
- isDragging() - Method in class com.google.gwt.touch.client.TouchScroller
-
Visible for testing.
- isEditing() - Method in class com.google.gwt.cell.client.EditTextCell.ViewData
- 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, C) - Method in class com.google.gwt.cell.client.CompositeCell
- isEditing(Cell.Context, Element, C) - Method in class com.google.gwt.cell.client.IconCellDecorator
- isEditing(Cell.Context, Element, Boolean) - Method in class com.google.gwt.cell.client.CheckboxCell
- isEditing(Cell.Context, Element, String) - Method in class com.google.gwt.cell.client.EditTextCell
- isEditing(Cell.Context, Element, Date) - Method in class com.google.gwt.cell.client.DatePickerCell
- isEditingAgain() - Method in class com.google.gwt.cell.client.EditTextCell.ViewData
- IsEditor<E> - 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.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- isEmitClasses() - Method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- isEmitSource() - Method in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- isEmitSource() - Method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- isEmpty() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- isEmpty() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Check whether or not the data set is empty.
- isEmpty() - Method in class com.google.gwt.util.regexfilter.RegexFilter
- isEmptyOrNullString(String) - Static method in class com.google.gwt.http.client.StringValidator
-
Returns true if the string is empty or null.
- 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.cell.client.ButtonCellBase
- 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
- isEnabled() - Method in class com.google.gwt.user.client.ui.SuggestBox
-
Gets whether this widget is enabled.
- isEnabled() - Method in class com.google.gwt.user.client.ui.ValueListBox
- isEnabled() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- isEnabled() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Returns true if the date box is enabled, false if not.
- isEndTagForbidden() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- isEndTagForbidden() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Check if an end tag is forbidden for this element.
- 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.
- isEntityType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
EntityCodex support.
- isEntityType(Class<?>) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- 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.
- isExactDesignatedTypeKnown() - Method in exception class com.google.gwt.core.shared.SerializableThrowable
-
Return
true
if provided type name is the exact type of the throwable that is designated by this instance. - isExpectedException(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Returns true if the
Method
definition on the service is specified to throw the exception contained in the InvocationTargetException or false otherwise. - 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. - isExperimental() - Method in class com.google.gwt.util.tools.ArgHandler
- 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
. - isFiller() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- 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?
- isFocusable(Element) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Check if an element is focusable.
- isFocused - Variable in class com.google.gwt.user.cellview.client.AbstractHasData
-
A boolean indicating that the widget has focus.
- isFocused - Variable in class com.google.gwt.user.cellview.client.CellTree
-
A boolean indicating that the widget has focus.
- isFocusedOpen() - Method in class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
-
Return true if the focused value is open, false if not.
- 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.web.bindery.autobean.shared.AutoBean
-
Returns the value most recently passed to
AutoBean.setFrozen(boolean)
, orfalse
if it has never been called. - isFullNode() - Method in class com.google.gwt.user.client.ui.TreeItem
- isFullyInitialized() - Method in class com.google.gwt.user.client.ui.RenderablePanel
-
Whether the initilization of the panel is finished (i.e., the corresponding DOM element has been built).
- isGeneratorResultCachingEnabled() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- isGeneratorResultCachingEnabled() - Method in interface com.google.gwt.core.ext.GeneratorContext
-
Check whether generator result caching is currently enabled.
- isGeneratorResultCachingEnabled() - Method in class com.google.gwt.core.ext.NonIncrementalGeneratorContext
- isGeneratorResultCachingEnabled() - Method in class com.google.gwt.core.ext.StubGeneratorContext
- isGenericType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- isGenericType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
-
Returns this instance if it is a real class that has type parameters or
null
if it is not. - isGetter(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ScannerBase
-
No parameters, name stars with "get" or is a boolean / Boolean isFoo hasFoo method.
- isGlassEnabled() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Returns
true
if a glass element will be displayed under thePopupPanel
. - isHeader(Element) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
- isHeader(Element) - Method in interface com.google.gwt.user.cellview.client.FooterBuilder
-
Check if an element contains a
Header
. - isHeader(Element) - Method in interface com.google.gwt.user.cellview.client.HeaderBuilder
-
Check if an element contains a
Header
. - isHighlighted() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- isHovering() - Method in class com.google.gwt.user.client.ui.CustomButton
-
Is the mouse hovering over this button?
- 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
- isIncluded(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
-
Deprecated.Use of the detach list requires the unload event, which is planned to be removed in future browser updates. See notice on
RootPanel.detachOnWindowClose(Widget)
and Issue 9908 for more information. - isIndexed() - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Returns true if
Splittable.size()
andSplittable.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
-
Returns this instance if it is an interface or
null
if it is not. - 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.AbstractCellTable
- 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.CellBrowser.BrowserCellList
- isKeyboardNavigationSuppressed() - Method in class com.google.gwt.user.cellview.client.CellList
- isKeyboardSelectionDisabled() - Method in class com.google.gwt.user.cellview.client.AbstractCellTree
-
Check if keyboard selection is disabled.
- isKeyed() - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Returns true if
Splittable.getPropertyKeys()
andSplittable.get(String)
can be expected to return meaningful values. - isLeaf() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- 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?
- isLimitedToRange() - Method in enum com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
- isLive() - Method in class com.google.gwt.event.shared.GwtEvent
-
Is the event current live?
- isLive(Object) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- isLive(Object) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
-
This implementation attempts to re-load the object from the backing store.
- 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 thelocalStorage
part of the Storage API is supported on the running platform. - 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.builder.client.DomImageBuilder
- isMap() - Method in class com.google.gwt.dom.builder.shared.HtmlImageBuilder
- isMap() - Method in interface com.google.gwt.dom.builder.shared.ImageBuilder
-
Use server-side image map.
- isMap() - Method in class com.google.gwt.dom.client.ImageElement
-
Use server-side image map.
- isMappingRequired(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.State
- 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.jakarta.Util
-
Checks if specified method is XSRF protected based on the following logic: Method level annotations override class level annotations.
- 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. - isMomentumActive() - Method in class com.google.gwt.touch.client.TouchScroller
-
Check if momentum is currently active.
- isMonthBeforeYear() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
-
Returns
true
if the month is before year in the date formatter in current locale. - 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
- isNativelySupported() - Method in class com.google.gwt.animation.client.AnimationScheduler.AnimationSupportDetector
- isNewRowCountExact() - Method in class com.google.gwt.view.client.RowCountChangeEvent
-
Check if the new row count is exact.
- isNextButtonDisabled() - Method in class com.google.gwt.user.cellview.client.SimplePager
-
Check if the next button is disabled.
- 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
ifMouseWheelEvent.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() - 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. - ISO_8601 - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
-
ISO 8601 date format, fixed across all locales.
- ISO_8601 - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
-
ISO 8601 date format, fixed across all locales.
- ISO8601_PATTERN - Static variable in class com.google.gwt.i18n.shared.DateTimeFormat
- 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.cellview.client.CellTreeNodeView
-
Check whether or not this node is open.
- isOpen() - Method in class com.google.gwt.user.client.ui.DisclosurePanel
-
Determines whether the panel is open.
- isOrHasChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Node.isOrHasChild(Element)
instead. - 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(Node, Node) - Method in class com.google.gwt.dom.client.DOMImpl
- isOrHasChild(Node, Node) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- isOrHasChild(Node, Node) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- 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 andfalse
if the output should be human-readable. - isOwnProperty - Variable in class com.google.gwt.core.client.debug.JsoInspector.JsoProperty
- isPackageProtected() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
- isParameterized() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- isParameterized() - Method in interface com.google.gwt.core.ext.typeinfo.JType
-
Returns this instance as a
JParameterizedType
if it is a parameterized type ornull
if it is not. - isParentOrRenderer(Element) - Method in interface com.google.gwt.uibinder.client.UiRenderer
-
Checks whether
parent
is a valid element to use as an argument for field getters. - 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.web.bindery.requestfactory.apt.State
- isPotential(JavaScriptObject) - Static method in class com.google.gwt.user.client.ui.PotentialElement
-
Tests whether a given
JavaScriptObject
represents a PotentialElement. - 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. - isPreviousButtonDisabled() - Method in class com.google.gwt.user.cellview.client.SimplePager
-
Check if the previous button is disabled.
- 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 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 class com.google.gwt.core.ext.DelegatingGeneratorContext
- isProdMode() - Method in interface com.google.gwt.core.ext.GeneratorContext
-
Returns true if generators are being run to produce code for a production compile.
- isProdMode() - Method in class com.google.gwt.core.ext.StubGeneratorContext
- isProdMode() - Static method in class com.google.gwt.core.shared.GWT
-
Returns
true
when running in production mode. - 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 returnsnull
. - 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.
- isRefreshing - Variable in class com.google.gwt.user.cellview.client.CellTree
-
Set to true while the elements are being refreshed.
- isReified(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Returns
true
ifSplittable.setReified(String, Object)
has been called with the given key. - IsRenderable - Interface in com.google.gwt.user.client.ui
-
An interface for UI elements that can be built by first generating a piece of HTML and afterwards wrapping a root widget.
- IsRenderableInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Used by
RenderablePanelParser
to interpret renderable elements. - IsRenderableInterpreter(String, UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.IsRenderableInterpreter
- 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
- isResizing() - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Indicates whether the split panel is being resized.
- isResponseReady() - Method in class com.google.gwt.http.client.ResponseImpl
- isRightArrow() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
-
Is this a right arrow?
- isRootNode() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Check if this node is a root node.
- isRowCountExact() - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- isRowCountExact() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- isRowCountExact() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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(Element) - Method in class com.google.gwt.user.client.ui.ScrollImpl
-
Check if the specified element has an RTL direction.
- isRtl(Element) - Method in class com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident
- isRTL() - Method in class com.google.gwt.i18n.client.LocaleInfo
-
Returns true if this locale is right-to-left instead of left-to-right.
- isRTL(Element) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- isRtlContext() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
-
Returns whether the context direction is RTL.
- isRunning() - Method in class com.google.gwt.animation.client.Animation
-
Returns true if the animation is running.
- isRunning() - Method in class com.google.gwt.user.client.Timer
-
Returns
true
if the timer is running. - IsSafeHtml - Annotation Type in com.google.gwt.safehtml.shared.annotations
-
A type annotation that represents values that are safe to use in a HTML context.
- 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 assrc
orhref
. - IsSafeUri - Annotation Type in com.google.gwt.safehtml.shared.annotations
-
A type annotation that represents values that are safe to use in a URI context.
- 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.
- isSameFile(FileObject, FileObject) - Method in class com.google.web.bindery.requestfactory.apt.ValidationTool.JarOrDirectoryOutputFileManager
- isSameValue(List<T>) - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
-
Checks whether that ListEditorWrapper can be reused for the passed list.
- isScript() - Static method in class com.google.gwt.core.client.GWT
-
Determines whether or not the running program is script or bytecode.
- isScript() - Static method in class com.google.gwt.core.shared.GWT
-
Determines whether or not the running program is script or bytecode.
- isScrollbarLeftAlignedInRtl() - Static method in class com.google.gwt.user.client.ui.AbstractNativeScrollbar
-
Check whether or not the native vertical scrollbar is aligned on the left side of the scrollable element in RTL mode.
- isScrollOnSelectEnabled() - Method in class com.google.gwt.user.client.ui.Tree
-
Determines whether selecting a tree item will scroll it into view.
- 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.cellview.client.CellTreeNodeView
-
Check if the value of this node is selected.
- isSelected() - Method in class com.google.gwt.user.client.ui.TreeItem
-
Determines whether this item is currently selected.
- isSelected() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- isSelected() - Method in class com.google.gwt.view.client.MultiSelectionModel.SelectionChange
- isSelected(T) - Method in class com.google.gwt.view.client.DefaultSelectionModel
-
If the given item 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 thesessionStorage
part of the Storage API is supported on the running platform. - isSetCancelledCalled() - Method in class com.google.gwt.user.client.ui.FormSubmitEvent
- isSetter(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ScannerBase
-
Name starts with set, has one parameter, returns either null or something assignable from the element's enclosing type.
- 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.
- isShowLessButtonVisible() - Method in class com.google.gwt.user.cellview.client.PageSizePager
-
Visible for testing.
- isShowMoreButtonVisible() - Method in class com.google.gwt.user.cellview.client.PageSizePager
-
Visible for testing.
- isSkipRowHoverCheck() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Gets the skipRowHoverCheck flag.
- isSkipRowHoverFloatElementCheck() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Gets the skipRowHoverFloatElementCheck flag.
- isSkipRowHoverStyleUpdate() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Gets the skipRowHoverStyleUpdate flag.
- 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. - isSortIconStartOfLine() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Check if the icon is located at the start or end of the line.
- isSourceMapFile - Static variable in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
- isSouth() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
-
Convenience method that returns
true
ifMouseWheelEvent.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
- isStatic() - Method in class com.google.gwt.resources.converter.CssElse
- 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 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
- isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.SuggestBox
-
Check if the
SuggestBox.SuggestionDisplay
is showing. - isSuggestionListShowing() - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
-
Check whether or not the list of suggestions is being shown.
- 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() - Method in class com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector
-
Using a run-time check, return true if drag events are supported.
- isSupported() - Method in class com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo
- isSupported() - Static method in class com.google.gwt.event.dom.client.DragDropEventBase
-
Runtime check for whether drag events are 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.geolocation.client.Geolocation
-
Returns
true
if the browser supports geolocation. - 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.
- isSupported() - Static method in class com.google.gwt.typedarrays.shared.TypedArrays
-
Check if the current environment supports typed arrays.
- 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.
- isThrownSet() - Method in exception class com.google.gwt.core.client.JavaScriptException
-
Returns
true
if a thrown object is not set for the exception. - isTouching() - Method in class com.google.gwt.touch.client.TouchScroller
-
Visible for testing.
- 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
- isTransportableType(TypeMirror) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Verifies that the given type may be used with RequestFactory.
- 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.
- IsTrustedResourceUri - Annotation Type in com.google.gwt.safehtml.shared.annotations
-
A type annotation that represents URIs referencing the application’s own, trusted resources.
- isTypeCached(String) - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
-
Check whether a given type is present in the cached result.
- 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
- isUndocumented() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
- isUnHover() - Method in class com.google.gwt.user.cellview.client.RowHoverEvent
-
Return whether this is an unhover event.
- isUpArrow() - Method in class com.google.gwt.event.dom.client.KeyCodeEvent
-
Is this a up arrow?
- isValid(int) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- isValidStyleName(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Check if the specified style property name is valid.
- isValidStyleValue(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Check if the specified style property value is valid.
- isValidUriCharset(String) - Static method in class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
-
Tests whether all characters in the given URI are valid Web Addresses characters.
- isValueType(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.RequestState
-
EntityCodex support.
- isValueType(Class<?>) - Method in class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory
- isVarArgs() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
- isVisible() - Method in interface com.google.gwt.user.client.ui.HasVisibility
-
Determines whether or not this object is visible.
- isVisible() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Determines whether or not this popup is visible.
- isVisible() - Method in class com.google.gwt.user.client.ui.UIObject
- 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(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
-
Determines whether or not this cell is visible.
- isVisible(Element) - Static method in class com.google.gwt.user.client.ui.UIObject
-
Returns whether the given element is visible in a way consistent with
UIObject.setVisible(Element, boolean)
. - isVolatile() - Method in interface com.google.gwt.core.ext.typeinfo.JField
- isWeekend(int) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
-
Is a day in the week a weekend?
- 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.web.bindery.autobean.shared.AutoBean
-
Returns
true
if the AutoBean was provided with an external object. - isYearAndMonthDropdownVisible() - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Is the year and month selectable via a dropdown?
- isYearArrowsVisible() - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Can the user navigate through the years?
- ITALIC - Enum constant in enum com.google.gwt.dom.client.Style.FontStyle
- 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
. - itemOver(MenuItem, boolean) - Method in class com.google.gwt.user.client.ui.MenuBar
- iterator() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- iterator() - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- iterator() - Method in class com.google.gwt.i18n.client.CurrencyList
-
Returns an iterator for the list of currencies.
- 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.PrefixTree
- iterator() - Method in class com.google.gwt.user.client.ui.SimplePanel
- iterator() - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.
- 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.
- iterator(boolean) - Method in class com.google.gwt.i18n.client.CurrencyList
-
Returns an iterator for the list of currencies, optionally including deprecated ones.
J
- JAbstractMethod - Interface in com.google.gwt.core.ext.typeinfo
-
Common interface for
JMethod
andJConstructor
. - 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.
- JarEmitter(File) - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.JarEmitter
-
Deprecated.
- JarEmitter(File) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.JarEmitter
-
Deprecated.
- JarOrDirectoryOutputFileManager(File, JavaFileManager) - Constructor for class com.google.web.bindery.requestfactory.apt.ValidationTool.JarOrDirectoryOutputFileManager
- JArrayType - Interface in com.google.gwt.core.ext.typeinfo
-
Type representing a Java array.
- JavaImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation class for typed arrays.
- JavaImpl() - Constructor for class com.google.gwt.typedarrays.server.JavaImpl
- JavaScriptException - Exception Class 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 class com.google.gwt.core.client.JavaScriptException
- JavaScriptException(Object, String) - Constructor for exception class com.google.gwt.core.client.JavaScriptException
- JavaScriptException(String) - Constructor for exception class com.google.gwt.core.client.JavaScriptException
-
Used for testing instantiations.
- JavaScriptException(String, String) - Constructor for exception class com.google.gwt.core.client.JavaScriptException
- 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.
- javaScriptString(String) - Static method in class com.google.gwt.util.tools.shared.StringUtils
-
Generate JavaScript code that evaluates to the supplied string.
- JavaSourceWriter - Class in com.google.gwt.codegen.server
-
A mechanism to write Java source files.
- JavaSourceWriter(AbortablePrintWriter, String, Iterable<String>, boolean, String, Iterable<String>, String, String, Iterable<String>) - Constructor for class com.google.gwt.codegen.server.JavaSourceWriter
- JavaSourceWriterBuilder - Class in com.google.gwt.codegen.server
-
A builder for
JavaSourceWriter
instances. - JavaSourceWriterBuilder(AbortablePrintWriter, String, String) - Constructor for class com.google.gwt.codegen.server.JavaSourceWriterBuilder
- 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() - 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() - 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() - 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.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.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.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.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.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.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> - 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
- JsArrayUtils - Class in com.google.gwt.core.client
-
Utility class for manipulating JS arrays.
- 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. - jsHandler - Static variable in class com.google.gwt.storage.client.StorageImpl
- JsoEval - Class in com.google.gwt.core.ext.debug
-
Provides facilities for debuggers to call methods on
JavaScriptObjects
. - JsoInspector - Class in com.google.gwt.core.client.debug
-
This class provides an API for IDEs to inspect JavaScript objects and is not intended to be used in GWT applications.
- JsoInspector() - Constructor for class com.google.gwt.core.client.debug.JsoInspector
- JsoInspector.JsoProperty - Class in com.google.gwt.core.client.debug
-
A simple Java object to hold a key and value pair.
- 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 Class 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 class com.google.gwt.json.client.JSONException
-
Constructs a new JSONException.
- JSONException(String) - Constructor for exception class com.google.gwt.json.client.JSONException
-
Constructs a new JSONException with the specified message.
- JSONException(String, Throwable) - Constructor for exception class com.google.gwt.json.client.JSONException
-
Constructs a new JSONException with the specified message and cause.
- JSONException(Throwable) - Constructor for exception class 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.
- JsonpRequest(AsyncCallback<T>, int, boolean, String, String) - Constructor for class com.google.gwt.jsonp.client.JsonpRequest
-
Create a new JSONP request.
- JsonpRequest(AsyncCallback<T>, int, boolean, String, String, String) - Constructor for class com.google.gwt.jsonp.client.JsonpRequest
-
Create a new JSONP request with a hardcoded id.
- 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.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.web.bindery.requestfactory.shared
-
Experimental API, subject to change Used instead of the
ProxyFor
annotation. - jsonRpcRequest() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
- JsonRpcRequest - Interface in com.google.web.bindery.requestfactory.shared.messages
-
A JSON-RPC request payload.
- 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.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.
- JSONValue() - Constructor for class com.google.gwt.json.client.JSONValue
-
Not subclassable outside this package.
- JsUtils - Class in com.google.gwt.typedarrays.client
-
JS-specific utility methods, for use in client-side code that has the values in JS objects already.
- 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.
- JUSTIFY - Enum constant in enum com.google.gwt.dom.client.Style.TextAlign
- JUSTIFY - Enum constant in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
- 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
- KASHIDA - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- key - Variable in class com.google.gwt.core.client.debug.JsoInspector.JsoProperty
- key(int) - Method in class com.google.gwt.storage.client.Storage
-
Returns the key at the specified index.
- key(String, int) - Method in class com.google.gwt.storage.client.StorageImpl
-
Returns the key at the specified index.
- KEY_A - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for A
- 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_B - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for B
- 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_C - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for C
- KEY_CAPS_LOCK - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for caps lock key
- KEY_CLOSE_BRACKET - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for close square bracket, ].
- KEY_CONTEXT_MENU - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for context menu key.
- 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_D - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for D
- KEY_DELETE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Delete key code (also numeric keypad delete).
- 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 (Also numeric keypad down).
- KEY_DOWN - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.use
KeyCodes.KEY_DOWN
instead - KEY_E - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for E
- KEY_EIGHT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 8
- KEY_END - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
End key code (Also numeric keypad south west).
- 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_F - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F
- KEY_F1 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F1
- KEY_F10 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F10
- KEY_F11 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F11
- KEY_F12 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F12
- KEY_F2 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F2
- KEY_F3 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F3
- KEY_F4 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F4
- KEY_F5 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F5
- KEY_F6 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F6
- KEY_F7 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F7
- KEY_F8 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F8
- KEY_F9 - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for F9
- KEY_FIRST_MEDIA_KEY - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for first OS specific media key (like volume).
- KEY_FIVE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 5
- KEY_FOUR - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 4
- KEY_G - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for G
- KEY_H - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for H
- KEY_HOME - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Home key code (Also numeric keypad north west).
- KEY_HOME - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.use
KeyCodes.KEY_HOME
instead - KEY_I - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for I
- KEY_INSERT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for insert key (Also numeric keyboard insert).
- KEY_J - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for J
- KEY_K - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for K
- KEY_L - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for L
- KEY_LAST_MEDIA_KEY - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for last OS specific media key (like volume).
- KEY_LEFT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Left key code (Also numeric keypad west).
- KEY_LEFT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.use
KeyCodes.KEY_LEFT
instead - KEY_M - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for M
- KEY_MAC_ENTER - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for Mac enter key
- KEY_MAC_FF_META - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for
KeyCodes.KEY_WIN_KEY_LEFT_META
that Firefox fires for the meta key. - KEY_N - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for N
- KEY_NINE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 9
- KEY_NUM_CENTER - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for insert key (Also num lock on FF,Safari Mac).
- KEY_NUM_DIVISION - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for division on numeric keyboard
- KEY_NUM_EIGHT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 8 on numeric keyboard
- KEY_NUM_FIVE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 5 on numeric keyboard
- KEY_NUM_FOUR - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 4 on numeric keyboard
- KEY_NUM_MINUS - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for minus on numeric keyboard
- KEY_NUM_MULTIPLY - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for multiply on numeric keyboard
- KEY_NUM_NINE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 9 on numeric keyboard
- KEY_NUM_ONE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 1 on numeric keyboard
- KEY_NUM_PERIOD - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for period on numeric keyboard
- KEY_NUM_PLUS - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for plus on numeric keyboard
- KEY_NUM_SEVEN - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 7 on numeric keyboard
- KEY_NUM_SIX - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 6 on numeric keyboard
- KEY_NUM_THREE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 3 on numeric keyboard
- KEY_NUM_TWO - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 2 on numeric keyboard
- KEY_NUM_ZERO - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for number 0 on numeric keyboard
- KEY_NUMLOCK - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for num lock.
- KEY_O - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for O
- KEY_ONE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 1
- KEY_OPEN_BRACKET - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for open square bracket, [.
- KEY_P - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for P
- KEY_PAGEDOWN - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Page down key code (Also numeric keypad south east).
- 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 (Also numeric keypad north east).
- KEY_PAGEUP - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.use
KeyCodes.KEY_PAGEUP
instead - KEY_PAUSE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for pause key
- KEY_PRINT_SCREEN - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for print key
- KEY_Q - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for Q
- KEY_R - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for R
- KEY_RIGHT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Right arrow key code (Also numeric keypad east).
- KEY_RIGHT - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.use
KeyCodes.KEY_RIGHT
instead - KEY_S - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for S
- KEY_SCROLL_LOCK - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for scroll lock.
- KEY_SEVEN - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 7
- 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_SIX - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 6
- KEY_SPACE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for space
- KEY_T - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for T
- 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_THREE - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 3
- KEY_TWO - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 2
- KEY_U - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for U
- KEY_UP - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Up Arrow key code (Also numeric keypad north).
- KEY_UP - Static variable in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.use
KeyCodes.KEY_UP
instead - KEY_V - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for V
- KEY_W - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for W
- KEY_WIN_IME - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for IME.
- KEY_WIN_KEY - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for left windows key.
- KEY_WIN_KEY_FF_LINUX - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for Windows key on Firefox Linux
- KEY_WIN_KEY_LEFT_META - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for left windows key or meta.
- KEY_WIN_KEY_RIGHT - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for right windows key.
- KEY_X - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for X
- KEY_Y - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for Y
- KEY_Z - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code for Z
- KEY_ZERO - Static variable in class com.google.gwt.event.dom.client.KeyCodes
-
Key code number 0
- KeyboardListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.
- KeyboardListenerAdapter - Class in com.google.gwt.user.client.ui
-
Deprecated.
- 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<H>)
- KeyboardListenerCollection() - Constructor for class com.google.gwt.user.client.ui.KeyboardListenerCollection
-
Deprecated.
- keyboardSelect(CellTreeNodeView<?>, boolean) - Method in class com.google.gwt.user.cellview.client.CellTree
-
Select a node using the keyboard.
- keyboardSelectedCell() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the keyboard selected cell.
- keyboardSelectedRow() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the keyboard selected row.
- keyboardSelectedRowCell() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the cells in the keyboard selected row.
- KeyCodeEvent<H> - 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
. - KEYDOWN - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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> - 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. - KEYPRESS - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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.
- KEYUP - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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(String) - Method in class com.google.gwt.dom.builder.client.DomOptGroupBuilder
- label(String) - Method in class com.google.gwt.dom.builder.client.DomOptionBuilder
- label(String) - Method in class com.google.gwt.dom.builder.shared.HtmlOptGroupBuilder
- label(String) - Method in class com.google.gwt.dom.builder.shared.HtmlOptionBuilder
- label(String) - Method in interface com.google.gwt.dom.builder.shared.OptGroupBuilder
-
Assigns a label to this option group.
- label(String) - Method in interface com.google.gwt.dom.builder.shared.OptionBuilder
-
Option label for use in menus.
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.Label
-
This constructor may be used by subclasses to explicitly use an existing element.
- Label(String) - Constructor for class com.google.gwt.user.client.ui.Label
-
Creates a label with the specified text.
- Label(String, boolean) - Constructor for class com.google.gwt.user.client.ui.Label
-
Creates a label with the specified text.
- 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 - Static variable in class com.google.gwt.aria.client.Property
- 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
- LabelBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an label element.
- labelElem - Variable in class com.google.gwt.user.client.ui.CheckBox
- LabelElement - Class in com.google.gwt.dom.client
-
Form field label text.
- LabelElement() - Constructor for class com.google.gwt.dom.client.LabelElement
- LABELLEDBY - Static variable in class com.google.gwt.aria.client.Property
- LandmarkRole - Interface in com.google.gwt.aria.client
-
A type that represents the landmark role in the ARIA specification.
- lang(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- lang(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Language code defined in RFC 1766.
- lang(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- 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
- lastColumn() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the last column.
- lastColumnFooter() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the last column footers.
- lastColumnHeader() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the last column headers.
- lastPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
-
Go to the last page.
- lastPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants
- 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
- Layer(Element, Element, Object) - Constructor for class com.google.gwt.layout.client.Layout.Layer
- 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.LayoutImpl
-
Deprecated.
- 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.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.
- LayoutData(DockLayoutPanel.Direction, double, Layout.Layer) - Constructor for class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
- LayoutData(DockPanel.DockLayoutConstant) - Constructor for class com.google.gwt.user.client.ui.DockPanel.LayoutData
- LayoutImpl - Class in com.google.gwt.layout.client
-
Deprecated.
- LayoutImpl() - Constructor for class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- LayoutPanel - Class in com.google.gwt.user.client.ui
- 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
- LazyDomElement<T> - Class in com.google.gwt.uibinder.client
-
Wraps a call to a DOM element.
- LazyDomElement(String) - Constructor for class com.google.gwt.uibinder.client.LazyDomElement
-
Creates an instance to fetch the element with the given id.
- 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
- LazyPanelParser - Class in com.google.gwt.uibinder.elementparsers
-
Parses
LazyPanel
widgets. - LazyPanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.LazyPanelParser
- LEAF - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- LeafValueEditor<T> - Interface in com.google.gwt.editor.client
-
Used to edit non-object or immutable values.
- leaveConditionalBlock(CssConditionalBlockNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- leaveConditionalRule(CssConditionalRuleNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- leaveConditionalRule(CssConditionalRuleNode) - Method in class com.google.gwt.resources.gss.ValidateRuntimeConditionalNode
- leaveTree(CssRootNode) - Method in class com.google.gwt.resources.gss.CssPrinter
- leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.gwt.resources.gss.ExternalClassesCollector
- left - Variable in class com.google.gwt.layout.client.Layout.Layer
- left(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- left(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- left(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the left css property.
- left(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the left css property.
- LEFT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
- LEFT - Enum constant in enum com.google.gwt.dom.client.Style.Clear
- LEFT - Enum constant in enum com.google.gwt.dom.client.Style.Float
- LEFT - Enum constant in enum com.google.gwt.dom.client.Style.TextAlign
- LEFT - Enum constant in enum com.google.gwt.user.cellview.client.SimplePager.TextLocation
- LEFT - Enum constant in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
- LEFT - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
"left" string constant.
- 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.
- leftUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- LegacyDeploy - Enum constant in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
-
For legacy use only - used for artifacts that were previously marked as private because they should not be delivered to the client, but actually should be visible to the server.
- LegacyHandlerWrapper - Class in com.google.gwt.event.shared
-
Wrapper class to ease the transition to
HandlerRegistration
. - LegacyHandlerWrapper(HandlerRegistration) - Constructor for class com.google.gwt.event.shared.LegacyHandlerWrapper
- LegendBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an legend element.
- 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.
- length() - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- length() - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- length() - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- length() - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- length() - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
The length in elements of this view.
- length() - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
The length in elements of this view.
- LengthAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses a CSS length value (e.g., "2em", "50%"), returning a comma-separated (double, Unit) pair.
- LengthAttributeParser(DoubleAttributeParser, EnumAttributeParser, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.LengthAttributeParser
- LEVEL - Static variable in class com.google.gwt.aria.client.Property
- LIBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an li element.
- LIElement - Class in com.google.gwt.dom.client
-
List item.
- LIElement() - Constructor for class com.google.gwt.dom.client.LIElement
- LIGHTER - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A plus B.
- LIGHTER - Enum constant in enum com.google.gwt.dom.client.Style.FontWeight
- likelyRegionCodes - Variable in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
- limit() - Element in annotation type com.google.gwt.uibinder.client.UiChild
- LINE_END - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- 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 - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- 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.
- LINE_THROUGH - Enum constant in enum com.google.gwt.dom.client.Style.TextDecoration
- lineHeight(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- lineHeight(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- lineHeight(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the line-height css property.
- 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) - 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.ext.Linker
-
This method is invoked for linkers annotated with
Shardable
. - link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.core.linker.SoycReportLinker
- 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.core.linker.XSLinker
-
Deprecated.
- 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.user.linker.rpc.RpcLogLinker
- link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.google.gwt.user.linker.rpc.RpcPolicyManifestLinker
- LINK - Enum constant in enum com.google.gwt.aria.client.DropeffectValue
- LINK - Enum constant in enum com.google.gwt.dom.client.DataTransfer.DropEffect
-
a link is established to the source at the new location.
- LinkBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an link element.
- 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.
- LinkRole - Interface in com.google.gwt.aria.client
-
A type that represents the link role in the ARIA specification.
- LinkRoleImpl - Class in com.google.gwt.aria.client
-
Implements
LinkRole
. - LinkRoleImpl(String) - Constructor for class com.google.gwt.aria.client.LinkRoleImpl
- LIST - Enum constant in enum com.google.gwt.aria.client.AutocompleteValue
- LIST_ITEM - Enum constant in enum com.google.gwt.dom.client.Style.Display
- 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
-
Deprecated.use
ListBox.setMultipleSelect(boolean)
instead. - 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
- ListboxRole - Interface in com.google.gwt.aria.client
-
A type that represents the listbox role in the ARIA specification.
- ListboxRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ListboxRole
. - ListboxRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ListboxRoleImpl
- 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(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.ListDataProvider
-
Creates an empty list model that wraps the given collection.
- ListDataProvider(List<T>) - Constructor for class com.google.gwt.view.client.ListDataProvider
-
Creates a list model that wraps the given list.
- 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> - 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.
- ListEditorWrapper<T,
E> - Class in com.google.gwt.editor.client.adapters -
Synchronizes a list of objects and a list of Editors.
- ListEditorWrapper(List<T>, CompositeEditor.EditorChain<T, E>, EditorSource<E>) - Constructor for class com.google.gwt.editor.client.adapters.ListEditorWrapper
- listener - Variable in class com.google.gwt.user.client.BaseListenerWrapper
-
Deprecated.Listener being wrapped.
- ListenerWrapper<T> - Class in com.google.gwt.user.client.ui
-
Deprecated.will be removed in GWT 2.7 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.WrappedOldDisclosureHandler - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListenerWrapper.WrappedOldFormHandler - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListenerWrapper.WrappedOldSuggestionHandler - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListenerWrapper.WrappedPopupListener - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListenerWrapper.WrappedScrollListener - Class in com.google.gwt.user.client.ui
-
Deprecated.Wrapper for a
ScrollListener
. - ListenerWrapper.WrappedTableListener - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListenerWrapper.WrappedTabListener - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListenerWrapper.WrappedTreeListener - Class in com.google.gwt.user.client.ui
-
Deprecated.
- ListHandler(List<T>) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler
- ListitemRole - Interface in com.google.gwt.aria.client
-
A type that represents the listitem role in the ARIA specification.
- ListitemRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ListitemRole
. - ListitemRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ListitemRoleImpl
- ListRole - Interface in com.google.gwt.aria.client
-
A type that represents the list role in the ARIA specification.
- ListRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ListRole
. - ListRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ListRoleImpl
- listStyleType(Style.ListStyleType) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- listStyleType(Style.ListStyleType) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- listStyleType(Style.ListStyleType) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the list-style-type CSS property.
- listStyleType(Style.ListStyleType) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the list-style-type CSS property.
- listView - Variable in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
The list view used to display the nodes.
- LITERAL - Enum constant in enum com.google.gwt.codegen.server.StringGenerator.Type
- LIVE - Static variable in class com.google.gwt.aria.client.Property
- LiveValue - Enum in com.google.gwt.aria.client
-
Property enum for 'aria-live' values.
- 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 - Static variable in class com.google.gwt.dom.client.BrowserEvents
- loadCookies(HashMap<String, String>) - Static method in class com.google.gwt.user.client.Cookies
- 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.web.bindery.requestfactory.server.LocatorServiceLayer
- loadDomainObject(Class<T>, Object) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.
- LOADEDMETADATA - Static variable in class com.google.gwt.dom.client.BrowserEvents
- LoadedMetadataEvent - Class in com.google.gwt.event.dom.client
-
Represents a native loadedmetadata event.
- LoadedMetadataEvent() - Constructor for class com.google.gwt.event.dom.client.LoadedMetadataEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire media loadedmetadata events. - LoadedMetadataHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
LoadedMetadataEvent
events. - 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.
- 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
ClassNotFoundException
s. - LoadHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
LoadEvent
events. - loading() - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Resources
- loading(SafeHtml) - Method in interface com.google.gwt.cell.client.ImageLoadingCell.Template
- 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.
- loadingIndicator(Widget) - Method in class com.google.gwt.user.cellview.client.CellBrowser.Builder
-
Set the widget to display when the data is loading.
- 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
andErrorHandler
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<H>)
- 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.
- loadPolicy(String, SerializationPolicyClient.Logger) - Method in class com.google.gwt.user.server.rpc.jakarta.SerializationPolicyClient
- loadPolicy(String, SerializationPolicyClient.Logger) - Method in class com.google.gwt.user.server.rpc.SerializationPolicyClient
- loadPolicyFromCodeServer(String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Loads a serialization policy from a Super Dev Mode code server.
- loadPolicyFromCodeServer(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Loads a serialization policy from a Super Dev Mode code server.
- loadSerializationPolicy(HttpServlet, HttpServletRequest, String, String) - Static method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Loads a serialization policy stored as a servlet resource in the same ServletContext as this servlet.
- loadSerializationPolicy(HttpServlet, HttpServletRequest, String, String) - Static method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Loads a serialization policy stored as a servlet resource in the same ServletContext as this servlet.
- 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.
- LOCAL_STORAGE - Static variable in class com.google.gwt.storage.client.StorageImpl
- 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.
- localeCookie - Variable in class com.google.gwt.core.server.GwtServletBase
- localeCookie - Variable in class com.google.gwt.core.server.jakarta.GwtServletBase
- 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
- localeQueryParam - Variable in class com.google.gwt.core.server.GwtServletBase
- localeQueryParam - Variable in class com.google.gwt.core.server.jakarta.GwtServletBase
- locales() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.Generate
-
A list of locales for which to generate this output file.
- localeSearchOrder - Variable in class com.google.gwt.core.server.GwtServletBase
- localeSearchOrder - Variable in class com.google.gwt.core.server.jakarta.GwtServletBase
- Locale-sensitive Type Substitution - Search tag in interface com.google.gwt.i18n.shared.Localizable
- Section
- LocaleUtils - Class in com.google.gwt.i18n.rebind
-
Utility methods for dealing with locales.
- Localizable - Interface in com.google.gwt.i18n.client
-
For backwards compatibility only.
- Localizable - Interface in com.google.gwt.i18n.shared
-
A tag interface that serves as the root of a family of types used in static internationalization.
- LocalizableInstantiator - Class in com.google.gwt.core.server
-
Instantiator that knows how to lookup locale-specific implementations.
- LocalizableInstantiator() - Constructor for class com.google.gwt.core.server.LocalizableInstantiator
- 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() - Element in annotation type com.google.web.bindery.requestfactory.shared.ProxyFor
-
An optional
Locator
that provides instances of the domain objects. - locator() - Element in annotation type com.google.web.bindery.requestfactory.shared.ProxyForName
-
An optional name of a
Locator
that provides instances of the domain objects. - locator() - Element in annotation type com.google.web.bindery.requestfactory.shared.Service
-
An optional
ServiceLocator
that provides instances of service objects used when invoking instance methods on the type returned byService.value()
. - locator() - Element in annotation type com.google.web.bindery.requestfactory.shared.ServiceName
-
An optional binary name of a
ServiceLocator
that provides instances of service objects used when invoking instance methods on the type returned byServiceName.value()
. - 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
- LocatorServiceLayer - Class in com.google.web.bindery.requestfactory.server
-
Adds support to the ServiceLayer chain for using
Locator
andServiceLocator
helper objects. - LocatorServiceLayer() - Constructor for class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- locatorType - Variable in class com.google.web.bindery.requestfactory.apt.State
- lockCurrentElement() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- lockCurrentElement() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Lock the current element, preventing any additional changes to it.
- log() - Method in class com.google.gwt.place.shared.PlaceController
-
Visible for testing.
- log() - Method in class com.google.gwt.place.shared.PlaceHistoryHandler
-
Visible for testing.
- log(TreeLogger.Type, String) - Method in class com.google.gwt.core.ext.TreeLogger
- log(TreeLogger.Type, String, Throwable) - Method in class com.google.gwt.core.ext.TreeLogger
- 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.
- log(String) - Static method in class com.google.gwt.core.client.GWT
-
Logs a message to the development shell logger in Development Mode, or to the console in Super Dev Mode.
- log(String) - Static method in class com.google.gwt.core.shared.GWT
-
Logs a message to the development shell logger in Development Mode, or to the JavaScript console in Super Dev 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, or to the console in Super Dev Mode.
- log(String, Throwable) - Method in class com.google.gwt.core.server.ServerGwtBridge
- log(String, Throwable) - Static method in class com.google.gwt.core.shared.GWT
-
Logs a message to the development shell logger in Development Mode, or to the JavaScript console in Super Dev Mode.
- log(String, Throwable) - Method in class com.google.gwt.core.shared.GWTBridge
- 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
- logError(String, Throwable) - Method in interface com.google.gwt.user.server.rpc.jakarta.SerializationPolicyClient.Logger
- logError(String, Throwable) - Method in interface com.google.gwt.user.server.rpc.SerializationPolicyClient.Logger
- logger - Variable in class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser
- Logging - Class in com.google.web.bindery.requestfactory.server.jakarta
-
Server-side object that handles log messages sent by
RequestFactoryLogHandler
. - 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.jakarta.Logging
- Logging() - Constructor for class com.google.web.bindery.requestfactory.server.Logging
- LoggingCodeGenContext - Class in com.google.gwt.codegen.server
-
Base implementation of
CodeGenContext
which logs viaLogger
. - LoggingCodeGenContext() - Constructor for class com.google.gwt.codegen.server.LoggingCodeGenContext
- LoggingCodeGenContext(String) - Constructor for class com.google.gwt.codegen.server.LoggingCodeGenContext
- LoggingCodeGenContext(Logger) - Constructor for class com.google.gwt.codegen.server.LoggingCodeGenContext
- loggingIsEnabled() - Static method in class com.google.gwt.logging.client.LogConfiguration
- loggingIsEnabled(Level) - 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.web.bindery.requestfactory.shared.jakarta
-
"API Generated" request selector interface implemented by objects that give client access to the methods of
Logging
. - 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
. - logicalAdd(IsRenderable) - Method in class com.google.gwt.user.client.ui.RenderablePanel
-
Adopts the given, but doesn't change anything about its DOM element.
- logInfo(String) - Method in interface com.google.gwt.user.server.rpc.jakarta.SerializationPolicyClient.Logger
- logInfo(String) - Method in interface com.google.gwt.user.server.rpc.SerializationPolicyClient.Logger
- logMessage(String) - Static method in class com.google.web.bindery.requestfactory.server.jakarta.Logging
-
Logs a message.
- 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.jakarta.LoggingRequest
-
Log a message on the server.
- logMessage(String) - Method in interface com.google.web.bindery.requestfactory.shared.LoggingRequest
-
Log a message on the server.
- logOnServer(String, String, StackTraceDeobfuscator, String) - Static method in class com.google.gwt.logging.server.RemoteLoggingServiceUtil
- logOnServer(LogRecord) - Method in class com.google.gwt.logging.server.jakarta.RemoteLoggingServiceImpl
-
Logs a Log Record which has been serialized using GWT RPC 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) - Method in interface com.google.gwt.logging.shared.RemoteLoggingService
- logOnServer(LogRecord, AsyncCallback<String>) - Method in interface com.google.gwt.logging.shared.RemoteLoggingServiceAsync
- logOnServer(LogRecord, String, StackTraceDeobfuscator, String) - Static method in class com.google.gwt.logging.server.RemoteLoggingServiceUtil
-
Logs a message on the server.
- logRecordAsJson(LogRecord) - Static method in class com.google.gwt.logging.client.JsonLogRecordClientUtil
- logRecordFromJson(String) - Static method in class com.google.gwt.logging.server.JsonLogRecordServerUtil
- LogRole - Interface in com.google.gwt.aria.client
-
A type that represents the log role in the ARIA specification.
- LogRoleImpl - Class in com.google.gwt.aria.client
-
Implements
LogRole
. - LogRoleImpl(String) - Constructor for class com.google.gwt.aria.client.LogRoleImpl
- LONG - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- LONG - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- LongBox - Class in com.google.gwt.user.client.ui
-
A ValueBox that uses
LongParser
andLongRenderer
. - LongBox() - Constructor for class com.google.gwt.user.client.ui.LongBox
- longDesc(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- longDesc(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
URI designating a long description of this image or frame.
- longDesc(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- longDesc(String) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- longDesc(String) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
URI designating a long description of this image or frame.
- longDesc(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- 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.
- loop() - Method in class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- loop() - Method in class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- loop() - Method in interface com.google.gwt.dom.builder.shared.MediaBuilder
-
Enable looping.
- LOSECAPTURE - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - LOWER_ALPHA - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- LOWER_ROMAN - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- LOWERCASE - Enum constant in enum com.google.gwt.dom.client.Style.TextTransform
- LRE - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
Unicode "Left-To-Right Embedding" (LRE) character.
- LRM - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
Unicode "Left-To-Right Mark" (LRM) character.
- LRM_STRING - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
String representation of LRM.
- LTR - Enum constant in enum com.google.gwt.i18n.client.HasDirection.Direction
M
- main(String...) - Static method in class com.google.gwt.resources.converter.Css2Gss
- main(String[]) - Static method in class com.google.gwt.user.tools.QuerySourceMap
- main(String[]) - Static method in class com.google.gwt.user.tools.WebAppCreator
- main(String[]) - Static method in class com.google.web.bindery.requestfactory.apt.ValidationTool
- main(String[]) - Static method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor
-
Deprecated.
- main(String[]) - Static method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
-
Deprecated.
- MainRole - Interface in com.google.gwt.aria.client
-
A type that represents the main role in the ARIA specification.
- MainRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MainRole
. - MainRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MainRoleImpl
- 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.
- MAKE_SYMBOL_MAPS - Static variable in class com.google.gwt.core.linker.SymbolMapsLinker
- makeCause(Set<Throwable>) - Static method in exception class com.google.web.bindery.event.shared.UmbrellaException
- makeInterface() - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
We are creating an interface instead of a class.
- makeMessage(Set<Throwable>) - Static method in exception class com.google.web.bindery.event.shared.UmbrellaException
- makeSoycArtifacts(int, List<JsSourceMap>, String, JavaToJavaScriptMap, SizeBreakdown[], DependencyGraphRecorder, JProgram) - Static method in class com.google.gwt.core.ext.soyc.coderef.EntityRecorder
- makeTemporaryDirectory(File, String) - Static method in class com.google.gwt.util.tools.Utility
-
Creates a randomly-named temporary directory.
- MapBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an map element.
- MapElement - Class in com.google.gwt.dom.client
-
Client-side image map.
- MapElement() - Constructor for class com.google.gwt.dom.client.MapElement
- margin(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- margin(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- margin(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the margin css property.
- margin(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the margin css property.
- marginBottom(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- marginBottom(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- marginBottom(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the margin-bottom css property.
- marginBottom(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the margin-bottom css property.
- marginHeight(int) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- marginHeight(int) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- marginHeight(int) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
Frame margin height, in pixels.
- marginHeight(int) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- marginHeight(int) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- marginHeight(int) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Frame margin height, in pixels.
- marginLeft(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- marginLeft(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- marginLeft(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the margin-left css property.
- marginLeft(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the margin-left css property.
- marginRight(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- marginRight(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- marginRight(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the margin-right css property.
- marginRight(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the margin-right css property.
- marginTop(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- marginTop(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- marginTop(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the margin-top css property.
- marginTop(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the margin-top css property.
- marginWidth(int) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- marginWidth(int) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- marginWidth(int) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
Frame margin width, in pixels.
- marginWidth(int) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- marginWidth(int) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- marginWidth(int) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Frame margin width, in pixels.
- 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(SafeHtml) - 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 assumesisHtml
is false. - markAfter(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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. - markAfterBase(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- markBase() - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- MarqueeRole - Interface in com.google.gwt.aria.client
-
A type that represents the marquee role in the ARIA specification.
- MarqueeRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MarqueeRole
. - MarqueeRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MarqueeRoleImpl
- match(String) - Static method in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- match(String) - Static method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- 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 bothEmittedArtifact.Visibility.Private
andEmittedArtifact.Visibility.Deploy
. - matches(String) - Method in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- matches(String) - Method in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- matchesPropertyRef(Set<String>, String) - Static method in class com.google.web.bindery.requestfactory.server.Resolver
-
Returns
true
if the given prefix is one of the requested property references. - 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
- MathRole - Interface in com.google.gwt.aria.client
-
A type that represents the math role in the ARIA specification.
- MathRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MathRole
. - MathRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MathRoleImpl
- maxLength(int) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- maxLength(int) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- maxLength(int) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Maximum number of characters for text fields, when type has the value "text" or "password".
- maybeAddHostedModeFile(TreeLogger, LinkerContext, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- maybeAnimateTreeNode(CellTreeNodeView<?>) - Method in class com.google.gwt.user.cellview.client.CellTree
-
Animate the current state of a
CellTreeNodeView
in this tree. - maybeCheckCompleteHtml(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils
-
Conditionally checks if the provided HTML string is complete (ends in "inner HTML" context).
- maybeCheckValidStyleName(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Checks if the provided string is a valid style property name.
- maybeCheckValidStyleValue(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Checks if the provided string is a valid style property value.
- maybeCheckValidUri(String) - Static method in class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
-
Checks if the provided URI is a valid Web Address (per RFC 3987bis).
- maybeEmitDeprecationWarning(String, TreeLogger, LinkerContext) - Static method in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.
- maybeInitializeEventSystem() - Static method in class com.google.gwt.user.client.DOM
-
Initialize the event system if it has not already been initialized.
- maybeOutputPropertyMap(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- maybeRemoveItemFromParent(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Remove a tree item from its parent if it has one.
- maybeScanContext(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.State
- maybeScanFactory(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.State
- maybeScanProxy(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.State
- maybeStartExecutionTimer() - Method in class com.google.gwt.user.client.CommandExecutor
-
Starts the dispatch timer if there are commands to dispatch and we are not waiting for a dispatch timer and we are not actively dispatching.
- maybeSwapArrowKeysForRtl(int, boolean) - Static method in class com.google.gwt.event.dom.client.KeyCodes
-
Update arrow keys for left and right based on current locale.
- maybeUpdateSelection(TreeItem, boolean) - Method in class com.google.gwt.user.client.ui.Tree
- maybeUpdateSize() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
We control size by setting our child widget's size.
- 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
MD5KeyGenerator
instead. - MD5KeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator
-
Deprecated.
- Md5Utils - Class in com.google.gwt.util.tools.shared
-
Utility class to generate MD5 hashes using per-thread MD5
MessageDigest
instance. - Md5Utils() - Constructor for class com.google.gwt.util.tools.shared.Md5Utils
- measureText(String) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Returns the metrics for the given text.
- media(String) - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- media(String) - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- media(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- media(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- media(String) - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
Designed for use with one or more target media.
- media(String) - Method in interface com.google.gwt.dom.builder.shared.StyleBuilder
-
Designed for use with one or more target media.
- 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.
- MediaBuilder<T> - Interface in com.google.gwt.dom.builder.shared
-
Common superclass for Audio and Video builders.
- 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 aMediaElement
. - MediaError() - Constructor for class com.google.gwt.media.dom.client.MediaError
- 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.
- MemberDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
-
Represents an abstract member, such as a field or a method.
- MemberDescriptor(ClassDescriptor, String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
- 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(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(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
- MenubarRole - Interface in com.google.gwt.aria.client
-
A type that represents the menubar role in the ARIA specification.
- MenubarRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MenubarRole
. - MenubarRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MenubarRoleImpl
- 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, Scheduler.ScheduledCommand) - 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) - Constructor for class com.google.gwt.user.client.ui.MenuItem
- MenuItem(String, boolean, Scheduler.ScheduledCommand) - 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, Scheduler.ScheduledCommand) - 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.
- MenuitemcheckboxRole - Interface in com.google.gwt.aria.client
-
A type that represents the menuitemcheckbox role in the ARIA specification.
- MenuitemcheckboxRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MenuitemcheckboxRole
. - MenuitemcheckboxRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MenuitemcheckboxRoleImpl
- MenuItemParser - Class in com.google.gwt.uibinder.elementparsers
-
A parser for menu items.
- MenuItemParser() - Constructor for class com.google.gwt.uibinder.elementparsers.MenuItemParser
- MenuitemradioRole - Interface in com.google.gwt.aria.client
-
A type that represents the menuitemradio role in the ARIA specification.
- MenuitemradioRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MenuitemradioRole
. - MenuitemradioRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MenuitemradioRoleImpl
- MenuitemRole - Interface in com.google.gwt.aria.client
-
A type that represents the menuitem role in the ARIA specification.
- MenuitemRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MenuitemRole
. - MenuitemRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MenuitemRoleImpl
- 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
. - MenuRole - Interface in com.google.gwt.aria.client
-
A type that represents the menu role in the ARIA specification.
- MenuRoleImpl - Class in com.google.gwt.aria.client
-
Implements
MenuRole
. - MenuRoleImpl(String) - Constructor for class com.google.gwt.aria.client.MenuRoleImpl
- 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.web.bindery.requestfactory.shared.messages
-
The factory for creating RequestFactory wire messages.
- Messages - Class in com.google.web.bindery.requestfactory.apt
-
Contains string-formatting methods to produce error 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 extendsMessages
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.
- MetaBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an meta element.
- 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(String) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- method(String) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
HTTP method [IETF RFC 2616] used to submit form.
- method(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- METHOD_DEPENDENTS - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- 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_ID - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- 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 forFileUpload
to work properly). - MethodDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
-
Represents a method.
- MethodDescriptor(ClassDescriptor, String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- methodDescriptorFrom(JMethod) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- MethodFinder(CharSequence, TypeMirror, List<TypeMirror>, boolean, State) - Constructor for class com.google.web.bindery.requestfactory.apt.DomainChecker.MethodFinder
- methodFrom(JMethod, String) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
-
Returns a method descriptor from a JMethod and its original signature (prior any modifications).
- 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
MethodNameKeyGenerator
instead. - MethodNameKeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator
-
Deprecated.
- methodNoDomainPeer(Object, boolean) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- METHODS - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- MIDDLE - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
- MIDDLE - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- mightBeSupported() - Method in class com.google.gwt.typedarrays.client.NoSupportImpl
- mightBeSupported() - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
-
Check if the current environment might possibly support typed arrays.
- 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
- MINUTE_SECOND - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MINUTE_SECOND - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- MISSING_ELEMENT_ERROR - Static variable in class com.google.gwt.user.client.ui.UIObject
- MITER - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.LineJoin
- MIXED - Enum constant in enum com.google.gwt.aria.client.CheckedValue
- MIXED - Enum constant in enum com.google.gwt.aria.client.PressedValue
- MM - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- 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> - 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> - 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
- ModBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an mod element.
- 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
-
Deprecated.
- MODULE_BASE_HEADER - Static variable in class com.google.gwt.user.client.rpc.RpcRequestBuilder
- 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.
- 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
- month() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- MONTH - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MONTH - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- MONTH_ABBR - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MONTH_ABBR - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- MONTH_ABBR_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MONTH_ABBR_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- MONTH_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MONTH_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- MONTH_NUM_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MONTH_NUM_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- MONTH_WEEKDAY_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- MONTH_WEEKDAY_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- months() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- months() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- months() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- MONTHS_IN_YEAR - Static variable in class com.google.gwt.user.datepicker.client.CalendarModel
- monthSelector() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- 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 class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- monthsFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of full month names.
- monthsFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- monthsFullStandalone() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- monthsFullStandalone() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of month names for use in a stand-alone context.
- monthsFullStandalone() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- monthsNarrow() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- monthsNarrow() - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- monthsNarrowStandalone() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- monthsNarrowStandalone() - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- monthsShort() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- monthsShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of month abbreviations.
- monthsShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- monthsShortStandalone() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- monthsShortStandalone() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of month abbreviations, suitable for use in a stand-alone context.
- monthsShortStandalone() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- MOUSEDOWN - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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> - 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
, andMouseOutHandler
instead - MouseListenerAdapter - Class in com.google.gwt.user.client.ui
-
Deprecated.use
MouseDownHandler
,MouseUpHandler
,MouseOverHandler
,MouseMoveHandler
, and/orMouseOutHandler
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<H>)
- MouseListenerCollection() - Constructor for class com.google.gwt.user.client.ui.MouseListenerCollection
-
Deprecated.
- MOUSEMOVE - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - MOUSEOUT - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - MOUSEOVER - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - MOUSEUP - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - MOUSEWHEEL - Static variable in class com.google.gwt.dom.client.BrowserEvents
-
Deprecated.
- 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<H>)
- 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.
- MOVE - Enum constant in enum com.google.gwt.aria.client.DropeffectValue
- MOVE - Enum constant in enum com.google.gwt.dom.client.DataTransfer.DropEffect
-
an item is moved to a new location.
- MOVE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- 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.
- mST7MDT() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- mult(Point) - Method in class com.google.gwt.touch.client.Point
-
Multiple this point
Point
by specified point and return the result. - MULTILINE - Static variable in class com.google.gwt.aria.client.Property
- multiple() - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- multiple() - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- multiple() - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
Allow multiple options to be selected.
- MULTIPLE - Static variable in exception class com.google.web.bindery.event.shared.UmbrellaException
- MULTISELECTABLE - Static variable in class com.google.gwt.aria.client.Property
- MultiSelectionModel<T> - Class in com.google.gwt.view.client
-
A simple selection model that allows multiple items 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.
- MultiSelectionModel(ProvidesKey<T>, Map<Object, T>, Map<Object, MultiSelectionModel.SelectionChange<T>>) - Constructor for class com.google.gwt.view.client.MultiSelectionModel
-
Construct a MultiSelectionModel with the given key provider and implementations of selectedSet and selectionChanges.
- MultiSelectionModel.SelectionChange<T> - Class in com.google.gwt.view.client
-
Stores an item and its pending selection state.
- MultiWordSuggestion() - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
-
Constructor used by RPC.
- MultiWordSuggestion(String, String) - Constructor for class com.google.gwt.user.client.ui.MultiWordSuggestOracle.MultiWordSuggestion
-
Constructor for
MultiWordSuggestion
. - 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
. - mustResolveAllAnnotations() - Method in class com.google.web.bindery.requestfactory.apt.State
- muted() - Method in class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- muted() - Method in class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- muted() - Method in interface com.google.gwt.dom.builder.shared.MediaBuilder
-
Enable muting.
N
- N_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- name - Variable in class com.google.gwt.aria.client.Attribute
- name - Variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
- name() - Element in annotation type com.google.gwt.junit.client.WithProperties.Property
- name(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomButtonBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomMapBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomMetaBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomParamBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- name(String) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- name(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
Anchor name.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.ButtonBuilder
-
Form control or object name when submitted with a form.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
Names the form.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
The frame name (object of the target attribute).
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlButtonBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlMapBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlMetaBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlParamBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- name(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- name(String) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
The frame name (object of the target attribute).
- name(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Form control or object name when submitted with a form.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.MapBuilder
-
Names the map (for use with usemap).
- name(String) - Method in interface com.google.gwt.dom.builder.shared.MetaBuilder
-
Meta information name.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.ParamBuilder
-
The name of a run-time parameter.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
Form control or object name when submitted with a form.
- name(String) - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Form control or object name when submitted with a form.
- 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.
- NamedFrame.IFrameTemplate - Interface in com.google.gwt.user.client.ui
- 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
- narrowMonths() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- narrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- narrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- narrowWeekdays() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- 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.
- nativeHorizontalScrollbar() - Method in interface com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Style
-
Applied to the scrollbar.
- NativeHorizontalScrollbar - Class in com.google.gwt.user.client.ui
-
A horizontal scrollbar implemented using the browsers native scrollbar.
- NativeHorizontalScrollbar() - Constructor for class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
Construct a new
NativeHorizontalScrollbar
. - NativeHorizontalScrollbar(NativeHorizontalScrollbar.Resources) - Constructor for class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
Construct a new
NativeHorizontalScrollbar
. - NativeHorizontalScrollbar.NativeHorizontalScrollbarUiBinder - Interface in com.google.gwt.user.client.ui
- NativeHorizontalScrollbar.Resources - Interface in com.google.gwt.user.client.ui
-
A ClientBundle of resources used by this widget.
- NativeHorizontalScrollbar.ResourcesTransparant - Interface in com.google.gwt.user.client.ui
-
A variation of
NativeHorizontalScrollbar.Resources
that renders the scrollbar semi-transparent until it is hovered. - NativeHorizontalScrollbar.Style - Interface in com.google.gwt.user.client.ui
-
Styles used by this widget.
- NativeHorizontalScrollbar.StyleTransparant - Interface in com.google.gwt.user.client.ui
-
A variation of
NativeHorizontalScrollbar.Style
that renders the scrollbar semi-transparent until it is hovered. - nativeHorizontalScrollbarStyle() - Method in interface com.google.gwt.user.client.ui.NativeHorizontalScrollbar.Resources
-
The styles used in this widget.
- nativeHorizontalScrollbarStyle() - Method in interface com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant
-
The styles used in this widget.
- NativeImpl - Class in com.google.gwt.typedarrays.client
-
The default implementation class, which assumes that Typed Arrays might be supported and does runtime checks where necessary, substituting emulated implementations of DataView and Uint8ClampedArray where they are missing.
- NativeImpl() - Constructor for class com.google.gwt.typedarrays.client.NativeImpl
- NativeImplFull - Class in com.google.gwt.typedarrays.client
-
An implementation class used for browsers which provide full native implementations of all typed array classes.
- NativeImplFull() - Constructor for class com.google.gwt.typedarrays.client.NativeImplFull
- NativePreviewEvent() - Constructor for class com.google.gwt.user.client.Event.NativePreviewEvent
- nativeVerticalScrollbar() - Method in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.Style
-
Applied to the scrollbar.
- NativeVerticalScrollbar - Class in com.google.gwt.user.client.ui
-
A vertical scrollbar implemented using the browsers native scrollbar.
- NativeVerticalScrollbar() - Constructor for class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
Construct a new
NativeVerticalScrollbar
. - NativeVerticalScrollbar(NativeVerticalScrollbar.Resources) - Constructor for class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
Construct a new
NativeVerticalScrollbar
. - NativeVerticalScrollbar.NativeVerticalScrollbarUiBinder - Interface in com.google.gwt.user.client.ui
- NativeVerticalScrollbar.Resources - Interface in com.google.gwt.user.client.ui
-
A ClientBundle of resources used by this widget.
- NativeVerticalScrollbar.ResourcesTransparant - Interface in com.google.gwt.user.client.ui
-
A variation of
NativeVerticalScrollbar.Resources
that renders the scrollbar semi-transparent until it is hovered. - NativeVerticalScrollbar.Style - Interface in com.google.gwt.user.client.ui
-
Styles used by this widget.
- NativeVerticalScrollbar.StyleTransparant - Interface in com.google.gwt.user.client.ui
-
A variation of
NativeVerticalScrollbar.Style
that renders the scrollbar semi-transparent until it is hovered. - NativeVerticalScrollbar.UiBinderBundle - Interface in com.google.gwt.user.client.ui
-
Client bundle used in the uibinder template.
- NativeVerticalScrollbar.UiStyle - Interface in com.google.gwt.user.client.ui
-
Style used in uibinder template.
- nativeVerticalScrollbarStyle() - Method in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.Resources
-
The styles used in this widget.
- nativeVerticalScrollbarStyle() - Method in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.ResourcesTransparant
-
The styles used in this widget.
- nativeVerticalScrollbarUi() - Method in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.UiBinderBundle
- NavigationRole - Interface in com.google.gwt.aria.client
-
A type that represents the navigation role in the ARIA specification.
- NavigationRoleImpl - Class in com.google.gwt.aria.client
-
Implements
NavigationRole
. - NavigationRoleImpl(String) - Constructor for class com.google.gwt.aria.client.NavigationRoleImpl
- NE_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- 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
- NEGATIVE - Enum constant in enum com.google.gwt.cell.client.ButtonCellBase.Decoration
- 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.NonIncrementalGeneratorContext
-
Get a new instance wrapped from a base
GeneratorContext
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 togetElement()
). - newItem(String) - Static method in class com.google.gwt.user.client.History
-
Adds a new browser history entry.
- 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, boolean) - Static method in class com.google.gwt.user.client.History
-
Adds a new browser history entry.
- newPipe(XMLElement.Interpreter<T>...) - Static method in class com.google.gwt.uibinder.elementparsers.InterpreterPipe
- next - Variable in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
-
A pointer to the next deepest layer.
- next() - Method in class com.google.gwt.user.client.ui.FiniteWidgetIterator
- nextBoolean() - Static method in class com.google.gwt.user.client.Random
-
Returns true or false with roughly equal probability.
- nextButton() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- nextClosePlaceholder(String, String) - Method in class com.google.gwt.uibinder.elementparsers.HtmlPlaceholderInterpreter
-
Returns the
PlaceholderInterpreter.nextPlaceholder(String, String, String)
, using the givenname
andvalue
and a standard closing tag as example text. - 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.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 particularint
in this range. - nextInt(int) - Static method in class com.google.gwt.user.client.Random
-
Returns a random
int
between 0 (inclusive) andupperBound
(exclusive) with roughly equal probability of returning any particularint
in this range. - nextItem() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- nextOpenPlaceholder(String, String) - Method in class com.google.gwt.uibinder.elementparsers.HtmlPlaceholderInterpreter
-
Returns the
PlaceholderInterpreter.nextPlaceholder(String, String, String)
, using the givenname
andvalue
and a standard opening tag as example text. - nextPage() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- nextPage() - Method in class com.google.gwt.user.cellview.client.AbstractPager
-
Advance the starting row by 'pageSize' rows.
- nextPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants
- nextPage() - Method in class com.google.gwt.user.cellview.client.SimplePager
- nextPointerId() - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- nextRow() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- nextYearButton() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- NO_ARGS - Static variable in class com.google.web.bindery.requestfactory.vm.InProcessRequestContext
- NO_CURRENCY_WITH_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
- NO_CURRENCY_WITH_PREDEFINED_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
- NO_CURRENCY_WITHOUT_SPECIFIED_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
- NO_REPEAT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
- NO_TIMEZONE_WITHOUT_SPECIFIED_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.DateLabelParser
- Node - Class in com.google.gwt.dom.client
-
The Node interface is the primary datatype for the entire Document Object Model.
- Node - Interface in com.google.gwt.xml.client
-
This is the base interface for DOM nodes, as obtained from using
XMLParser
methods. - Node() - Constructor for class com.google.gwt.dom.client.Node
- NodeAnimation() - Constructor for class com.google.gwt.user.cellview.client.CellTree.NodeAnimation
- NodeCellList(TreeViewModel.NodeInfo<C>, CellTreeNodeView<?>, int) - Constructor for class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- NodeCollection<T> - Class in com.google.gwt.dom.client
-
An ElementCollection is a list of nodes.
- NodeCollection() - Constructor for class com.google.gwt.dom.client.NodeCollection
- nodeFlipped() - Method in class com.google.gwt.resources.gss.RecordingBidiFlipper
-
return true if at least one node was flipped, false otherwise.
- NodeList<T> - 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 - Interface in com.google.gwt.xml.client
-
This interface represents an immutable ordered collection of nodes.
- NodeList() - Constructor for class com.google.gwt.dom.client.NodeList
- None - Enum constant in enum com.google.gwt.resources.client.ImageResource.RepeatStyle
-
The image is not intended to be tiled.
- NONE - Enum constant in enum com.google.gwt.aria.client.AutocompleteValue
- NONE - Enum constant in enum com.google.gwt.aria.client.DropeffectValue
- NONE - Enum constant in enum com.google.gwt.aria.client.SortValue
- NONE - Enum constant in enum com.google.gwt.dom.client.DataTransfer.DropEffect
-
the item may not be dropped.
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.BorderStyle
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.Clear
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.Display
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.Float
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.TextDecoration
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.TextJustify
- NONE - Enum constant in enum com.google.gwt.dom.client.Style.TextTransform
- NonIncrementalGeneratorContext - Class in com.google.gwt.core.ext
-
A wrapper to access a base
GeneratorContext
instance but with generator result caching disabled. - noResize() - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- noResize() - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- noResize() - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
Forbid user from resizing frame.
- noResize() - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- noResize() - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- noResize() - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Forbid user from resizing frame.
- NORMAL - Enum constant in enum com.google.gwt.dom.client.Style.FontStyle
- NORMAL - Enum constant in enum com.google.gwt.dom.client.Style.FontWeight
- NORMAL - Enum constant in enum com.google.gwt.dom.client.Style.WhiteSpace
- 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.
- normalizeMethodSignature(String) - Static method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- NORTH - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- 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.
- NoServiceEntryPointSpecifiedException() - Constructor for exception class com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
- noSuchType(String) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- NoSupportImpl - Class in com.google.gwt.typedarrays.client
-
The implementation class for browsers known to have no support (even emulated) for typed arrays.
- NoSupportImpl() - Constructor for class com.google.gwt.typedarrays.client.NoSupportImpl
- 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.
- Note - Search tag in interface com.google.gwt.i18n.client.Constants
- Section
- Note - Search tag in interface com.google.gwt.i18n.client.ConstantsWithLookup
- Section
- Note - Search tag in interface com.google.gwt.i18n.client.Messages
- Section
- NoteRole - Interface in com.google.gwt.aria.client
-
A type that represents the note role in the ARIA specification.
- NoteRoleImpl - Class in com.google.gwt.aria.client
-
Implements
NoteRole
. - NoteRoleImpl(String) - Constructor for class com.google.gwt.aria.client.NoteRoleImpl
- NotFoundException - Exception Class in com.google.gwt.core.ext.typeinfo
-
Indicates that the requested type info element could not be found.
- NotFoundException() - Constructor for exception class com.google.gwt.core.ext.typeinfo.NotFoundException
- NotFoundException(String) - Constructor for exception class com.google.gwt.core.ext.typeinfo.NotFoundException
- NotFoundException(String, Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.NotFoundException
- NotFoundException(Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.NotFoundException
- NOTICE about styling - Search tag in class com.google.gwt.user.client.ui.FileUpload
- Section
- 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.Binder - Interface in com.google.gwt.user.client.ui
- NotificationMole.Style - Interface in com.google.gwt.user.client.ui
-
Default CSS styles for this widget.
- notificationText - Variable in class com.google.gwt.user.client.ui.NotificationMole
- notificationText() - Method in interface com.google.gwt.user.client.ui.NotificationMole.Style
- now() - Static method in class com.google.gwt.core.client.JsDate
-
Returns the numeric value corresponding to the current time - the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
- NOWHERE - Static variable in class com.google.gwt.place.shared.Place
-
The null place.
- NOWRAP - Enum constant in enum com.google.gwt.dom.client.Style.WhiteSpace
- 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
. - 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 aSimpleSafeHtmlRenderer
. - NumberCell(NumberFormat) - Constructor for class com.google.gwt.cell.client.NumberCell
- NumberCell(NumberFormat, SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.NumberCell
- NumberCell(SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.NumberCell
-
Construct a new
NumberCell
using decimal format and the givenSafeHtmlRenderer
. - 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 aNumberFormat
. - 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> - Class in com.google.gwt.user.client.ui
-
Extends
ValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
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.
- NW_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
O
- obfuscatedNames - Variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
-
Stores obfuscated names.
- ObjectElement - Class in com.google.gwt.dom.client
-
Generic embedded object.
- ObjectElement() - Constructor for class com.google.gwt.dom.client.ObjectElement
- ObjectNew - Class in com.google.gwt.core.server
-
A class instantiator that simple news the requested class.
- ObjectNew() - Constructor for class com.google.gwt.core.server.ObjectNew
- objectType - Variable in class com.google.web.bindery.requestfactory.apt.State
- OBLIQUE - Enum constant in enum com.google.gwt.dom.client.Style.FontStyle
- oddRow() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to odd rows.
- oddRowCell() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to cells in odd rows.
- of() - Static method in class com.google.gwt.editor.client.adapters.SimpleEditor
-
Returns a new ValueEditor that holds a
null
value. - of(boolean) - Static method in enum com.google.gwt.aria.client.CheckedValue
-
Gets the enum constant corresponding to
value
for the token type CheckedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.ExpandedValue
-
Gets the enum constant corresponding to
value
for the token type ExpandedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.GrabbedValue
-
Gets the enum constant corresponding to
value
for the token type GrabbedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.PressedValue
-
Gets the enum constant corresponding to
value
for the token type PressedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.SelectedValue
-
Gets the enum constant corresponding to
value
for the token type SelectedValue. - of(Element) - Static method in class com.google.gwt.aria.client.Id
-
Creates an Id instance for the
element
by getting the element 'id' attribute. - of(EditorSource<E>) - Static method in class com.google.gwt.editor.client.adapters.ListEditor
-
Create a ListEditor backed by an EditorSource.
- 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. - of(HasData<T>) - Static method in class com.google.gwt.editor.client.adapters.HasDataEditor
-
Create a HasDataEditor backed by a HasData.
- of(E) - Static method in class com.google.gwt.editor.client.adapters.OptionalFieldEditor
-
Construct an OptionalFieldEditor backed by the given sub-Editor.
- of(String) - Static method in class com.google.gwt.aria.client.Id
-
Creates an Id instance from the
elementId
. - of(T) - Static method in class com.google.gwt.editor.client.adapters.SimpleEditor
-
Returns a new ValueEditor that holds the given value.
- OFF - Enum constant in enum com.google.gwt.aria.client.LiveValue
- oldSize - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
- OListBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an olist element.
- 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
- onAfterRequestDeserialized(RPCRequest) - Method in class com.google.gwt.user.server.rpc.jakarta.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.jakarta.AbstractXsrfProtectedServiceServlet
- onAfterResponseSerialized(String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Override this method to examine the serialized response that will be returned to the client.
- 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.AbstractNativeScrollbar
- 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.CustomScrollPanel
- onAttach() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
- onAttach() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- 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.LayoutPanel
- onAttach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
-
Called on attach.
- onAttach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
- onAttach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
- 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.ScrollPanel
- onAttach() - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
- 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.
- onAttach(Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- onAttachOrDetach(AttachEvent) - Method in interface com.google.gwt.event.logical.shared.AttachEvent.Handler
- onBeforeRequestDeserialized(String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Override this method to examine the serialized version of the request payload before it is deserialized into objects.
- 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<Integer>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener
-
Deprecated.
- 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.
- onBeforeTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabPanel
- onBlur() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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.CellTree
-
Called when the keyboard selected node loses focus.
- onBlur(BlurEvent) - Method in interface com.google.gwt.event.dom.client.BlurHandler
-
Called when BlurEvent is fired.
- onBlur(BlurEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
-
Deprecated.
- ONBLUR - Static variable in class com.google.gwt.user.client.Event
-
Fired when an element loses keyboard focus.
- 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(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, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.ButtonCellBase
- 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, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.CompositeCell
- onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.IconCellDecorator
- 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.ButtonCell
- onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.ClickableTextCell
- onBrowserEvent(Cell.Context, Element, String, NativeEvent, ValueUpdater<String>) - Method in class com.google.gwt.cell.client.EditTextCell
- 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(Cell.Context, Element, Date, NativeEvent, ValueUpdater<Date>) - Method in class com.google.gwt.cell.client.DatePickerCell
- 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(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(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.CustomScrollPanel
- onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.DialogBox
- 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.ResizeLayoutPanel.ImplStandard
- onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- onBrowserEvent(Event) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.
- 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
- onBrowserEvent(Event) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- onBrowserEvent(Widget, Event) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Process an event on a target cell.
- onBrowserEvent2(Event) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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.CellBrowser.BrowserCellList
- onBrowserEvent2(Event) - Method in class com.google.gwt.user.cellview.client.CellList
- 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.
- onCellClicked(SourcesTableEvents, int, int) - Method in interface com.google.gwt.user.client.ui.TableListener
-
Deprecated.
- onCellPreview(CellPreviewEvent<T>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable.CellTableKeyboardSelectionHandler
- onCellPreview(CellPreviewEvent<T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- 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(ChangeEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
-
Deprecated.
- 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 - Static variable in class com.google.gwt.user.client.Event
-
Fired when the value of an input element changes.
- onClick() - Method in class com.google.gwt.user.client.ui.CustomButton
-
Called when the user finishes clicking on this button.
- onClick() - Method in class com.google.gwt.user.client.ui.PushButton
- onClick() - Method in class com.google.gwt.user.client.ui.ToggleButton
- onClick(ClickEvent) - Method in interface com.google.gwt.event.dom.client.ClickHandler
-
Called when a native click event is fired.
- onClick(ClickEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
-
Deprecated.
- onClick(ClickEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTableListener
-
Deprecated.
- onClick(Widget) - Method in interface com.google.gwt.user.client.ui.ClickListener
-
Deprecated.
- onClick(Widget) - Method in class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
-
Deprecated.
- 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 eachTabBar.Tab
element instead. - ONCLICK - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user clicks on an element.
- 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(boolean) - Method in class com.google.gwt.codegen.server.AbortablePrintWriter
-
Called exactly once when this
PrintWriter
is closed or aborted. - onClose(CloseEvent<DisclosurePanel>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldDisclosureHandler
-
Deprecated.
- onClose(CloseEvent<PopupPanel>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedPopupListener
-
Deprecated.
- onClose(CloseEvent<TreeItem>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener
-
Deprecated.
- onClose(CloseEvent<Window>) - Method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowClose
-
Deprecated.
- 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 - onClosed() - Static method in class com.google.gwt.user.client.Window
- onClosing() - Static method in class com.google.gwt.user.client.Window
- 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() - Method in class com.google.gwt.user.client.ui.PopupPanel.ResizeAnimation
- onCompletion(String) - Method in interface com.google.gwt.user.client.ResponseTextHandler
-
Called when an asynchronous HTTP request completes successfully.
- onConstraintViolation(Set<ConstraintViolation<?>>) - Method in class com.google.web.bindery.requestfactory.shared.FanoutReceiver
- onConstraintViolation(Set<ConstraintViolation<?>>) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
-
Called if an object sent to the server could not be validated.
- 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() - Method in class com.google.gwt.user.client.ui.AbstractNativeScrollbar
- 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.CustomScrollPanel
- onDetach() - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
- onDetach() - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- 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.LayoutPanel
- onDetach() - Method in class com.google.gwt.user.client.ui.MenuBar
- onDetach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
-
Called on detach.
- onDetach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
- onDetach() - Method in class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
- 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.ScrollPanel
- onDetach() - Method in class com.google.gwt.user.client.ui.SimpleLayoutPanel
- 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.
- onDetach(Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- onDoubleClick(DoubleClickEvent) - Method in interface com.google.gwt.event.dom.client.DoubleClickHandler
-
Called when a
DoubleClickEvent
is fired. - onDoubleClick(DragEnterEvent) - Method in interface com.google.gwt.event.dom.client.DragEnterClickHandler
-
Called when a
DragEnterEvent
is fired. - onDrag(DragEvent) - Method in interface com.google.gwt.event.dom.client.DragHandler
-
Called when a
DragEvent
is fired. - onDragEnd(DragEndEvent) - Method in interface com.google.gwt.event.dom.client.DragEndHandler
-
Called when a
DragEndEvent
is fired. - onDragEnd(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
-
Called when the object's drag sequence is complete.
- onDragEnter(DragEnterEvent) - Method in interface com.google.gwt.event.dom.client.DragEnterHandler
-
Called when a
DragEnterEvent
is fired. - onDragLeave(DragLeaveEvent) - Method in interface com.google.gwt.event.dom.client.DragLeaveHandler
-
Called when a
DragLeaveEvent
is fired. - onDragMove(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
-
Called when the object has been dragged to a new position.
- onDragOver(DragOverEvent) - Method in interface com.google.gwt.event.dom.client.DragOverHandler
-
Called when a
DragOverEvent
is fired. - onDragStart(DragStartEvent) - Method in interface com.google.gwt.event.dom.client.DragStartHandler
-
Called when a
DragStartEvent
is fired. - onDragStart(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
-
Called when the object has started dragging.
- onDrop(DropEvent) - Method in interface com.google.gwt.event.dom.client.DropHandler
-
Called when a
DropEvent
is fired. - ONE - Static variable in exception class com.google.web.bindery.event.shared.UmbrellaException
- ONE_WAY_CORNER - Enum constant in enum com.google.gwt.user.client.ui.PopupPanel.AnimationType
- onEnabled(boolean) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- onEnded(EndedEvent) - Method in interface com.google.gwt.event.dom.client.EndedHandler
-
Called when EndedEvent is fired.
- 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.SplitPanel
-
Deprecated.Affected Elements: -splitter = the container containing the splitter element.
- 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, C, NativeEvent, ValueUpdater<C>) - Method in class com.google.gwt.cell.client.ButtonCellBase
- 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(ErrorEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
-
Deprecated.
- 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(Widget) - Method in interface com.google.gwt.user.client.ui.LoadListener
-
Deprecated.Fired when a widget encounters an error while loading.
- ONERROR - Static variable in class com.google.gwt.user.client.Event
-
Fired when an image encounters an error.
- onEventPreview(Event) - Method in interface com.google.gwt.user.client.EventPreview
- onEventPreview(Event) - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Deprecated.
- onFailure(ServerFailure) - Method in class com.google.web.bindery.requestfactory.shared.FanoutReceiver
- onFailure(ServerFailure) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
-
Receives general failure notifications.
- onFailure(F) - Method in interface com.google.gwt.core.client.Callback
-
Called when an asynchronous call fails to complete normally.
- onFailure(Throwable) - Method in interface com.google.gwt.core.client.RunAsyncCallback
-
Called when, for some reason, the necessary code cannot be loaded.
- onFailure(Throwable) - Method in class com.google.gwt.logging.client.SimpleRemoteLogHandler.DefaultCallback
- onFailure(Throwable) - Method in interface com.google.gwt.user.client.rpc.AsyncCallback
-
Called when an asynchronous call fails to complete normally.
- onFocus() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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.CellTree
-
Called when the keyboard selected node gains focus.
- onFocus(FocusEvent) - Method in interface com.google.gwt.event.dom.client.FocusHandler
-
Called when FocusEvent is fired.
- onFocus(FocusEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
-
Deprecated.
- 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.
- onFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerAdapter
-
Deprecated.
- ONFOCUS - Static variable in class com.google.gwt.user.client.Event
-
Fired when an element receives keyboard focus.
- 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. - onHighlighted(boolean) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- onHighlighted(boolean) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- 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.
- 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(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.DelegatingKeyboardListenerCollection
-
Deprecated.
- onKeyDown(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.
- onKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
-
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. - ONKEYDOWN - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user depresses a key.
- 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.
- onKeyPress(KeyPressEvent) - Method in interface com.google.gwt.event.dom.client.KeyPressHandler
-
Called when KeyPressEvent is fired.
- 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.DelegatingKeyboardListenerCollection
-
Deprecated.
- onKeyPress(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.
- onKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
-
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.
- 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).
- 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.
- 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(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.DelegatingKeyboardListenerCollection
-
Deprecated.
- onKeyUp(Widget, char, int) - Method in interface com.google.gwt.user.client.ui.KeyboardListener
-
Deprecated.
- onKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerAdapter
-
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.
- ONKEYUP - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user releases a key.
- 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.
- 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() - 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.CustomScrollPanel
- 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.RootLayoutPanel
- 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
- onLoad(LoadEvent) - Method in interface com.google.gwt.event.dom.client.LoadHandler
-
Called when LoadEvent is fired.
- 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 - Static variable in class com.google.gwt.user.client.Event
-
Fired when an element (normally an IMG) finishes loading.
- onLoadedMetadata(LoadedMetadataEvent) - Method in interface com.google.gwt.event.dom.client.LoadedMetadataHandler
-
Called when LoadedMetadataEvent is fired.
- onLoadingStateChanged(LoadingStateChangeEvent) - Method in interface com.google.gwt.user.cellview.client.LoadingStateChangeEvent.Handler
-
Called when a
LoadingStateChangeEvent
is fired. - 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.LoadingState) - Method in class com.google.gwt.user.cellview.client.DataGrid
-
Called when the loading state changes.
- 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.
- 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.DocumentModeAsserter
- onModuleLoad() - Method in class com.google.gwt.useragent.client.UserAgentAsserter
- onModuleLoad() - Method in class com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAsserterDisabled
- onMouseDown(MouseDownEvent) - Method in interface com.google.gwt.event.dom.client.MouseDownHandler
-
Called when MouseDown is fired.
- onMouseDown(MouseDownEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
-
Deprecated.
- onMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.DialogBox
-
Deprecated.
- onMouseDown(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
-
Deprecated.
- onMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
-
Deprecated.
- ONMOUSEDOWN - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user depresses a mouse button over an element.
- onMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.DialogBox
-
Deprecated.
- onMouseEnter(Widget) - Method in interface com.google.gwt.user.client.ui.MouseListener
-
Deprecated.
- 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.
- onMouseLeave(Widget) - Method in interface com.google.gwt.user.client.ui.MouseListener
-
Deprecated.
- 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(MouseMoveEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
-
Deprecated.
- onMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.DialogBox
-
Deprecated.
- onMouseMove(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
-
Deprecated.
- onMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
-
Deprecated.
- ONMOUSEMOVE - Static variable in class com.google.gwt.user.client.Event
-
Fired when the mouse is moved within an element's area.
- onMouseOut(MouseOutEvent) - Method in interface com.google.gwt.event.dom.client.MouseOutHandler
-
Called when MouseOutEvent is fired.
- onMouseOut(MouseOutEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
-
Deprecated.
- ONMOUSEOUT - Static variable in class com.google.gwt.user.client.Event
-
Fired when the mouse is moved out of an element's area.
- onMouseOver(MouseOverEvent) - Method in interface com.google.gwt.event.dom.client.MouseOverHandler
-
Called when MouseOverEvent is fired.
- onMouseOver(MouseOverEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
-
Deprecated.
- ONMOUSEOVER - Static variable in class com.google.gwt.user.client.Event
-
Fired when the mouse is moved into an element's area.
- onMouseUp(MouseUpEvent) - Method in interface com.google.gwt.event.dom.client.MouseUpHandler
-
Called when MouseUpEvent is fired.
- onMouseUp(MouseUpEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
-
Deprecated.
- onMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.DialogBox
-
Deprecated.
- onMouseUp(Widget, int, int) - Method in interface com.google.gwt.user.client.ui.MouseListener
-
Deprecated.
- onMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerAdapter
-
Deprecated.
- ONMOUSEUP - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user releases a mouse button over an element.
- onMouseWheel(MouseWheelEvent) - Method in interface com.google.gwt.event.dom.client.MouseWheelHandler
-
Called when MouseWheelEvent is fired.
- 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.
- ONMOUSEWHEEL - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user scrolls the mouse wheel over an element.
- onOpen(OpenEvent<DisclosurePanel>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldDisclosureHandler
-
Deprecated.
- onOpen(OpenEvent<TreeItem>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener
-
Deprecated.
- 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 - onOpen(TreeViewModel.NodeInfo<C>) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Set up the node when it is opened.
- 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.
- onPreviewColumnSortEvent(Cell.Context, Element, NativeEvent) - Method in class com.google.gwt.user.cellview.client.Header
-
Preview a browser event that may trigger a column sort event.
- 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.
- 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.web.bindery.requestfactory.shared.EntityProxyChange.Handler
-
Called when an
EntityProxyChange
event is fired. - onPush(Element) - Method in interface com.google.gwt.cell.client.ButtonCellBase.Appearance
-
Called when the user pushes the button down.
- onPush(Element) - Method in class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
- 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.
- onRedraw() - Method in interface com.google.gwt.user.cellview.client.AbstractHasData.RedrawEvent.Handler
-
Performs implementation-specific work when the cell list re-renders one or more existing rows.
- onResize() - Method in class com.google.gwt.user.cellview.client.CellBrowser
- onResize() - Method in class com.google.gwt.user.cellview.client.DataGrid
- onResize() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
- 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 interface com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl.Delegate
-
Called when the element is resized.
- 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
- onResize() - Static method in class com.google.gwt.user.client.Window
- onResize(ResizeEvent) - Method in interface com.google.gwt.event.logical.shared.ResizeHandler
-
Fired when the widget is resized.
- onResize(ResizeEvent) - Method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowResize
-
Deprecated.
- 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. - onRowHover(RowHoverEvent) - Method in interface com.google.gwt.user.cellview.client.RowHoverEvent.Handler
-
Called when
RowHoverEvent
is fired. - onRpcTokenException(RpcTokenException) - Method in interface com.google.gwt.user.client.rpc.RpcTokenExceptionHandler
-
Process RPC token exception.
- onScroll() - Static method in class com.google.gwt.user.client.Window
- onScroll(ScrollEvent) - Method in interface com.google.gwt.event.dom.client.ScrollHandler
-
Called when ScrollEvent is fired.
- 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.
- ONSCROLL - Static variable in class com.google.gwt.user.client.Event
-
Fired when a scrollable element's scroll offset changes.
- onSelected(boolean) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- onSelected(boolean) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- onSelected(CellGridImpl.Cell, CellGridImpl.Cell) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid
- onSelected(CellGridImpl.Cell, CellGridImpl.Cell) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- onSelection(SelectionEvent<SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldSuggestionHandler
-
Deprecated.
- onSelection(SelectionEvent<TreeItem>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener
-
Deprecated.
- onSelection(SelectionEvent<Integer>) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener
-
Deprecated.
- 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. - onSplitterResize(int, int) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
-
Deprecated.
- onSplitterResize(int, int) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Called on each mouse drag event as the user is dragging the splitter.
- onSplitterResize(int, int) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
-
Deprecated.
- onSplitterResizeStarted(int, int) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
-
Deprecated.
- onSplitterResizeStarted(int, int) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Called when the user starts dragging the splitter.
- onSplitterResizeStarted(int, int) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
-
Deprecated.
- 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
- onStart() - Method in class com.google.gwt.user.client.ui.PopupPanel.ResizeAnimation
- onStart(String, ElementBuilderBase<?>) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- 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(FormPanel.SubmitEvent) - Method in interface com.google.gwt.user.client.ui.FormPanel.SubmitHandler
-
Fired when the form is submitted.
- onSubmit(FormPanel.SubmitEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldFormHandler
-
Deprecated.
- onSubmit(FormSubmitEvent) - Method in interface com.google.gwt.user.client.ui.FormHandler
-
Deprecated.Use
FormPanel.SubmitHandler
instead - onSubmitComplete(FormPanel.SubmitCompleteEvent) - Method in interface com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler
-
Fired when a form has been submitted successfully.
- onSubmitComplete(FormPanel.SubmitCompleteEvent) - Method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldFormHandler
-
Deprecated.
- onSubmitComplete(FormSubmitCompleteEvent) - Method in interface com.google.gwt.user.client.ui.FormHandler
-
Deprecated.Use
FormPanel.SubmitCompleteHandler
instead - onSuccess() - Method in interface com.google.gwt.core.client.RunAsyncCallback
-
Called once the necessary code for it has been loaded.
- onSuccess(String) - Method in class com.google.gwt.logging.client.SimpleRemoteLogHandler.DefaultCallback
- 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.core.client.Callback
-
Called when an asynchronous call completes successfully.
- onSuccess(T) - Method in interface com.google.gwt.user.client.rpc.AsyncCallback
-
Called when an asynchronous call completes successfully.
- onSuccess(T) - Method in class com.google.web.bindery.requestfactory.shared.FanoutReceiver
- onSuccess(V) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
-
Called when a Request has been successfully executed on the server.
- onSuggestionSelected(SuggestionEvent) - Method in interface com.google.gwt.user.client.ui.SuggestionHandler
-
Deprecated.Fired when a suggestion is selected.
- onSuggestionSelected(SuggestOracle.Suggestion) - Method in interface com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback
- 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 aSuggestOracle.Request
. - onTableBodyChange(TableSectionElement) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.TableSectionChangeHandler
-
Notify that a table body section has been changed.
- onTableBodyChange(TableSectionElement) - Method in class com.google.gwt.user.cellview.client.CellTable
- onTableFootChange(TableSectionElement) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.TableSectionChangeHandler
-
Notify that a table body section has been changed.
- onTableFootChange(TableSectionElement) - Method in class com.google.gwt.user.cellview.client.CellTable
- onTableHeadChange(TableSectionElement) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.TableSectionChangeHandler
-
Notify that a table head section has been changed.
- onTableHeadChange(TableSectionElement) - Method in class com.google.gwt.user.cellview.client.CellTable
- onTabSelected(SourcesTabEvents, int) - Method in interface com.google.gwt.user.client.ui.TabListener
-
Deprecated.
- onTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Deprecated.
- 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(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
-
Called when the user moves a touch.
- onTouchMove(TouchMoveEvent) - Method in interface com.google.gwt.event.dom.client.TouchMoveHandler
-
Called when TouchMoveEvent is fired.
- ONTOUCHMOVE - Static variable in class com.google.gwt.user.client.Event
-
Fired when the user moves while touching an element.
- onTouchStart(TouchEvent<?>) - Method in class com.google.gwt.touch.client.TouchScroller
-
Called when the user starts a touch.
- onTouchStart(TouchStartEvent) - Method in interface com.google.gwt.event.dom.client.TouchStartHandler
-
Called when TouchStartEvent is fired.
- 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.web.bindery.requestfactory.shared.RequestTransport.TransportReceiver
-
Called to report a transmission failure as a ServerFailure.
- 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.
- onTreeItemStateChanged(TreeItem) - Method in interface com.google.gwt.user.client.ui.TreeListener
- onUncaughtException(Throwable) - Method in interface com.google.gwt.core.client.GWT.UncaughtExceptionHandler
- onUncaughtThrowable(Throwable) - Method in class com.google.web.bindery.requestfactory.shared.FanoutReceiver
-
Subclasses may override this method to alter how the FanoutReceiver collects exceptions that escape from the queued Receivers.
- 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.HorizontalSplitPanel
-
Deprecated.
- 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.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.
- onUnload() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- onUnpush(Element) - Method in interface com.google.gwt.cell.client.ButtonCellBase.Appearance
-
Called when the user releases the button from being pushed.
- onUnpush(Element) - Method in class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
- 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
- onUpdate(double) - Method in class com.google.gwt.user.client.ui.PopupPanel.ResizeAnimation
- 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.web.bindery.requestfactory.shared.FanoutReceiver
-
Deprecated.
- onViolation(Set<Violation>) - Method in class com.google.web.bindery.requestfactory.shared.Receiver
-
Deprecated.Use
Receiver.onConstraintViolation(Set)
instead - onWindowClosed() - Method in interface com.google.gwt.user.client.WindowCloseListener
-
Deprecated.
- onWindowClosing() - Method in interface com.google.gwt.user.client.WindowCloseListener
-
Deprecated.
- onWindowClosing(Window.ClosingEvent) - Method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowClose
-
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.
- onWindowResized(int, int) - Method in interface com.google.gwt.user.client.WindowResizeListener
-
Deprecated.
- onWindowScroll(Window.ScrollEvent) - Method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowScroll
-
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.
- opacity(double) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- opacity(double) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- opacity(double) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the opacity css property.
- opacity(double) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the opacity css property.
- open(String, String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Opens an asynchronous connection.
- open(String, String, String) - Static method in class com.google.gwt.user.client.Window
-
Opens a new browser window.
- 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. - opening - Variable in class com.google.gwt.user.cellview.client.CellTree.RevealAnimation
-
True if the node is opening, false if closing.
- openInputStream(String) - Method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
Opens a new
InputStream
for a symbol or source map file. - openInputStream(String) - Method in class com.google.gwt.logging.server.StackTraceDeobfuscator
-
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.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.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
- OptGroupBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an optgroup element.
- 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> - 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.
- OptionBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an option element.
- OptionElement - Class in com.google.gwt.dom.client
-
A selectable choice.
- OptionElement() - Constructor for class com.google.gwt.dom.client.OptionElement
- OptionRole - Interface in com.google.gwt.aria.client
-
A type that represents the option role in the ARIA specification.
- OptionRoleImpl - Class in com.google.gwt.aria.client
-
Implements
OptionRole
. - OptionRoleImpl(String) - Constructor for class com.google.gwt.aria.client.OptionRoleImpl
- Options() - Constructor for class com.google.gwt.resources.converter.Css2Gss.Options
- OrderedMultiSelectionModel<T> - Class in com.google.gwt.view.client
-
A simple selection model that allows multiple items to be selected and retains order of selection.
- OrderedMultiSelectionModel() - Constructor for class com.google.gwt.view.client.OrderedMultiSelectionModel
-
Constructs a OrderedMultiSelectionModel without a key provider.
- OrderedMultiSelectionModel(ProvidesKey<T>) - Constructor for class com.google.gwt.view.client.OrderedMultiSelectionModel
-
Constructs a OrderedMultiSelectionModel with the given key provider.
- ORIENTATION - Static variable in class com.google.gwt.aria.client.Property
- OrientationValue - Enum in com.google.gwt.aria.client
-
Property enum for 'aria-orientation' values.
- 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.
- orphan(Widget) - Method in class com.google.gwt.user.client.ui.Tree
- OTHER - Enum constant in enum com.google.gwt.aria.client.SortValue
- OTHER - Enum constant in enum com.google.gwt.codegen.server.StringGenerator.Type
- OTHER_FORM - Static variable in interface com.google.gwt.i18n.shared.AlternateMessageSelector
- OTHER_FORM_NAME - Static variable in interface com.google.gwt.i18n.shared.AlternateMessageSelector
-
Name of the "other" form.
- outdent() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Decrease indent level.
- outdent() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- outerDiv(SafeStyles, SafeHtml, SafeHtml) - Method in interface com.google.gwt.cell.client.IconCellDecorator.Template
- outerDiv(SafeStyles, String, SafeHtml, String) - Method in interface com.google.gwt.user.cellview.client.CellTreeNodeView.Template
- outlineStyle(Style.OutlineStyle) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- outlineStyle(Style.OutlineStyle) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- outlineStyle(Style.OutlineStyle) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the outline-style CSS property.
- outlineWidth(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- outlineWidth(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- outlineWidth(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the outline-width css property.
- OUTSET - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- overflow(Style.Overflow) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- overflow(Style.Overflow) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- overflow(Style.Overflow) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the overflow CSS property.
- overflow(Style.Overflow) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the overflow CSS property.
- overflowX(Style.Overflow) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- overflowX(Style.Overflow) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- overflowX(Style.Overflow) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the overflow-x CSS property.
- overflowX(Style.Overflow) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the overflow-x CSS property.
- overflowY(Style.Overflow) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- overflowY(Style.Overflow) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- overflowY(Style.Overflow) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the overflow-y CSS property.
- overflowY(Style.Overflow) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the overflow-y CSS property.
- OVERLINE - Enum constant in enum com.google.gwt.dom.client.Style.TextDecoration
- overrideFractionDigits(int) - Method in class com.google.gwt.i18n.client.NumberFormat
-
Change the number of fractional digits used for formatting with this instance.
- overrideFractionDigits(int, int) - Method in class com.google.gwt.i18n.client.NumberFormat
-
Change the number of fractional digits used for formatting with this instance.
- 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. - overrideSource(Object) - Method in class com.google.gwt.event.shared.GwtEvent
- OWNS - Static variable in class com.google.gwt.aria.client.Property
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
- PackageDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
-
It contains all packages and they reference to classes
ClassDescriptor
. - PackageDescriptor(String, String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
- PACKAGES - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- Package Specification - Search tag in package com.google.gwt.storage.client
- Section
- padding(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- padding(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- padding(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the padding css property.
- padding(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the padding css property.
- paddingBottom(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- paddingBottom(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- paddingBottom(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the padding-bottom css property.
- paddingBottom(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the padding-bottom css property.
- paddingLeft(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- paddingLeft(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- paddingLeft(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the padding-left css property.
- paddingLeft(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the padding-left css property.
- paddingRight(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- paddingRight(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- paddingRight(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the padding-right css property.
- paddingRight(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the padding-right css property.
- paddingTop(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- paddingTop(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- paddingTop(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the padding-top css property.
- paddingTop(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the padding-top css property.
- PAGE_INCREMENT - Static variable in class com.google.gwt.user.cellview.client.HasDataPresenter
-
The number of rows to jump when PAGE_UP or PAGE_DOWN is pressed and the
HasKeyboardPagingPolicy.KeyboardPagingPolicy
isHasKeyboardPagingPolicy.KeyboardPagingPolicy.INCREASE_RANGE
. - pageDetails() - Method in interface com.google.gwt.user.cellview.client.SimplePager.Style
-
Applied to the details text.
- pagerFactory(CellBrowser.PagerFactory) - Method in class com.google.gwt.user.cellview.client.CellBrowser.Builder
-
Set the pager factory used to create pagers for each
CellList
. - pageSize(int) - Method in class com.google.gwt.user.cellview.client.CellBrowser.Builder
-
Set the pager size for each
CellList
. - 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.web.bindery.requestfactory.server -
Simple pair class.
- Pair(A, B) - Constructor for class com.google.web.bindery.requestfactory.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
- ParagraphBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an paragraph element.
- ParagraphElement - Class in com.google.gwt.dom.client
-
Paragraphs.
- ParagraphElement() - Constructor for class com.google.gwt.dom.client.ParagraphElement
- ParamBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an param element.
- ParamElement - Class in com.google.gwt.dom.client
-
Parameters fed to the OBJECT element.
- ParamElement() - Constructor for class com.google.gwt.dom.client.ParamElement
- ParameterizationVisitor() - Constructor for class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
- PARAMETERS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
- parent - Variable in class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
- parse(XMLElement, String) - Method in interface com.google.gwt.uibinder.attributeparsers.AttributeParser
-
Parse the given attribute value.
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.BooleanAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.DoubleAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.EnumAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.HorizontalAlignmentConstantParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.IntAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.IntPairAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.LengthAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.SafeUriAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser
-
If the value holds a single field reference "{like.this}", converts it to a Java Expression.
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.StringAttributeParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.TextAlignConstantParser
- parse(XMLElement, String) - Method in class com.google.gwt.uibinder.attributeparsers.VerticalAlignmentConstantParser
- 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.FlowPanelParser
- 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.LazyPanelParser
- 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.RenderablePanelParser
- 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(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) - 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.NumberFormat
-
Parses text to produce a numeric value.
- parse(String) - Method in class com.google.gwt.i18n.shared.DateTimeFormat
-
Parses text to produce a
Date
value. - parse(String) - Static method in class com.google.gwt.json.client.JSONParser
-
Deprecated.
- 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. - parse(String, int[]) - Method in class com.google.gwt.i18n.client.NumberFormat
-
Parses text to produce a numeric value.
- parse(String, int, Date) - Method in class com.google.gwt.i18n.shared.DateTimeFormat
-
This method modifies a
Date
object to reflect the date that is parsed from an input string. - parseCellAttributes(XMLElement, String, FieldWriter, UiBinderWriter) - Static method in class com.google.gwt.uibinder.elementparsers.CellPanelParser
-
Parses the alignment and size attributes common to all CellPanels.
- ParseException - Exception Class in com.google.gwt.core.ext.typeinfo
-
Indicates that a source declaration was not parsed successfully.
- ParseException() - Constructor for exception class com.google.gwt.core.ext.typeinfo.ParseException
- ParseException(String) - Constructor for exception class com.google.gwt.core.ext.typeinfo.ParseException
- ParseException(String, Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.ParseException
- ParseException(Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.ParseException
- parseLenient(String) - Static method in class com.google.gwt.json.client.JSONParser
-
Deprecated.
- 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.shared.DateTimeFormat
-
Parses text to produce a
Date
value. - parseStrict(String) - Static method in class com.google.gwt.json.client.JSONParser
-
Evaluates a JSON string and returns its JSONValue representation.
- parseStrict(String, int, Date) - Method in class com.google.gwt.i18n.shared.DateTimeFormat
-
This method modifies a
Date
object to reflect the date that is parsed from an input string. - Parsing Dates and Times - Search tag in class com.google.gwt.i18n.client.DateTimeFormat
- Section
- Parsing Dates and Times - Search tag in class com.google.gwt.i18n.shared.DateTimeFormat
- Section
- 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.web.bindery.requestfactory.shared.messages.ViolationMessage
- Pattern Grammar (BNF) - Search tag in class com.google.gwt.i18n.client.NumberFormat
- Section
- Patterns - Search tag in class com.google.gwt.i18n.client.DateTimeFormat
- Section
- Patterns - Search tag in class com.google.gwt.i18n.client.NumberFormat
- Section
- Patterns - Search tag in class com.google.gwt.i18n.shared.DateTimeFormat
- Section
- 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.
- PC - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- PCT - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- PDF - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
Unicode "Pop Directional Formatting" (PDF) character.
- Pending Request Limit - Search tag in package com.google.gwt.http.client
- Section
- 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
- PERMISSION_DENIED - Static variable in exception class com.google.gwt.geolocation.client.PositionError
-
The user declined access to their position to this application.
- PermutationsCollector - Class in com.google.gwt.resources.gss
-
Visitor that collects the different permutation axis defined in a gss file.
- PermutationsCollector(MutatingVisitController) - Constructor for class com.google.gwt.resources.gss.PermutationsCollector
- PERSIST - Enum constant in enum com.google.web.bindery.requestfactory.shared.WriteOperation
- PERSISTED - Enum constant in enum com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
-
The id is indefinitely persistent and can be freely reused by the client and the server.
- perThreadRequest - Variable in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
- perThreadRequest - Variable in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
- perThreadResponse - Variable in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
- perThreadResponse - Variable in class com.google.gwt.user.server.rpc.jakarta.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
-
Deprecated.
- PlaceController(EventBus, PlaceController.Delegate) - Constructor for class com.google.gwt.place.shared.PlaceController
-
Deprecated.
- 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.Delegate
, based onWindow
. - 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
PlaceChangeEvent
s andHistory
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.Historian
, based onHistory
. - 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
Place
s to/from tokens, used to configure aPlaceHistoryHandler
. - PlaceHistoryMapperWithFactory<F> - Interface in com.google.gwt.place.shared
-
A
PlaceHistoryMapper
that can get itsPlaceTokenizer
instances from a factory. - PlaceTokenizer<P> - Interface in com.google.gwt.place.shared
-
Implemented by objects responsible for text serialization and deserialization of Place objects.
- PlainStringGenerator - Class in com.google.gwt.codegen.server
-
Helper class to produce string expressions consisting of literals and computed values.
- PlainStringGenerator(StringBuilder) - Constructor for class com.google.gwt.codegen.server.PlainStringGenerator
-
Initialize the StringGenerator with an output buffer.
- 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.
- PluralForm(String, String) - Constructor for class com.google.gwt.i18n.client.PluralRule.PluralForm
-
Create the plural form.
- PluralForm(String, String, boolean) - Constructor for class com.google.gwt.i18n.client.PluralRule.PluralForm
-
Create the plural form.
- 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.
- 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
- POINTER - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- poison(String, Object...) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- poison(String, Object...) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- poison(String, Throwable) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- poison(String, Throwable) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- poison(Element, String) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Emits a fatal error message attached to an element.
- poisonIfAnnotationPresent(State, TypeElement, Annotation...) - Static method in class com.google.web.bindery.requestfactory.apt.ScannerBase
-
Poisons the given type if one or more of the annotation values are non-null.
- POLITE - Enum constant in enum com.google.gwt.aria.client.LiveValue
- POPUP - Enum constant in enum com.google.gwt.aria.client.DropeffectValue
- 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<H>)
- PopupListenerCollection() - Constructor for class com.google.gwt.user.client.ui.PopupListenerCollection
-
Deprecated.
- PopupLogHandler - Class in com.google.gwt.logging.client
-
A handler that logs to
LoggingPopup
. - PopupLogHandler() - Constructor for class com.google.gwt.logging.client.PopupLogHandler
- 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.AnimationType - Enum in com.google.gwt.user.client.ui
-
The type of animation to use when opening the popup.
- 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. - PopupPanel.ResizeAnimation - Class in com.google.gwt.user.client.ui
-
An
Animation
used to enlarge the popup into view. - PORT_UNSPECIFIED - Static variable in class com.google.gwt.http.client.UrlBuilder
-
The port to use when no port should be specified.
- POSINSET - Static variable in class com.google.gwt.aria.client.Property
- position() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- position(Style.Position) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- position(Style.Position) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- position(Style.Position) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the position CSS property.
- position(Style.Position) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the position CSS property.
- Position - Interface in com.google.gwt.geolocation.client
-
Represents information about the user's position as reported by the browser.
- POSITION_UNAVAILABLE - Static variable in exception class com.google.gwt.geolocation.client.PositionError
-
The browser was unable to locate the user.
- Position.Coordinates - Interface in com.google.gwt.geolocation.client
-
Represents position reported by the browser.
- PositionError - Exception Class in com.google.gwt.geolocation.client
-
Represents an error that occurred while trying to get the user's current position.
- PositionError(int, String) - Constructor for exception class com.google.gwt.geolocation.client.PositionError
- PositionImpl - Class in com.google.gwt.geolocation.client
-
Real
JavaScriptObject
implementation of thePosition
. - PositionImpl() - Constructor for class com.google.gwt.geolocation.client.PositionImpl
- PositionImpl.CoordinatesImpl - Class in com.google.gwt.geolocation.client
- PositionOptions() - Constructor for class com.google.gwt.geolocation.client.Geolocation.PositionOptions
- POST - Enum constant in enum com.google.gwt.core.ext.linker.LinkerOrder.Order
-
Runs after the primary linker.
- POST - Static variable in class com.google.gwt.http.client.RequestBuilder
-
Specifies that the HTTP POST method should be used.
- poster(String) - Method in class com.google.gwt.dom.builder.client.DomVideoBuilder
- poster(String) - Method in class com.google.gwt.dom.builder.shared.HtmlVideoBuilder
- poster(String) - Method in interface com.google.gwt.dom.builder.shared.VideoBuilder
-
Sets the poster URL.
- postProcess(String) - Method in class com.google.gwt.uibinder.elementparsers.InterpreterPipe
-
Called by various
XMLElement
consumeInner*() methods after all elements have been handed toInterpreterPipe.interpretElement(com.google.gwt.uibinder.rebind.XMLElement)
. - postProcess(String) - Method in class com.google.gwt.uibinder.elementparsers.WidgetPlaceholderInterpreter
-
Called by
XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>)
after all elements have been handed toWidgetPlaceholderInterpreter.interpretElement(com.google.gwt.uibinder.rebind.XMLElement)
. - PotentialElement - Class in com.google.gwt.user.client.ui
-
EXPERIMENTAL and subject to change.
- PotentialElement() - Constructor for class com.google.gwt.user.client.ui.PotentialElement
- PRE - Enum constant in enum com.google.gwt.core.ext.linker.LinkerOrder.Order
-
Runs before the primary linker.
- PRE - Enum constant in enum com.google.gwt.dom.client.Style.WhiteSpace
- PRE_LINE - Enum constant in enum com.google.gwt.dom.client.Style.WhiteSpace
- PRE_WRAP - Enum constant in enum com.google.gwt.dom.client.Style.WhiteSpace
- PreBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an pre element.
- 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(PrefetchableResource) - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
-
Helper method to call
Prefetcher.prefetch(Iterable)
with a single resource. - prefetch(SafeUri) - Static method in class com.google.gwt.user.client.ui.Image
-
Causes the browser to pre-fetch the image at a given URL.
- prefetch(Iterable<? extends PrefetchableResource>) - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
-
Specify which resources should be prefetched.
- 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 toHistory.newItem(java.lang.String)
. - PREFIX - Enum constant in enum com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
- prefixLength - Variable in class com.google.gwt.user.client.ui.PrefixTree
-
Stores the requested prefix length.
- prefixLines(String) - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- PrefixTree - Class in com.google.gwt.user.client.ui
-
A prefix tree (aka trie).
- PrefixTree() - Constructor for class com.google.gwt.user.client.ui.PrefixTree
-
Constructor.
- PrefixTree(int) - Constructor for class com.google.gwt.user.client.ui.PrefixTree
-
Constructor.
- PrefixTree(int, Collection<String>) - Constructor for class com.google.gwt.user.client.ui.PrefixTree
-
Constructor.
- PrefixTree(Collection<String>) - Constructor for class com.google.gwt.user.client.ui.PrefixTree
-
Constructor.
- preload(String) - Method in class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- preload(String) - Method in class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- preload(String) - Method in interface com.google.gwt.dom.builder.shared.MediaBuilder
-
Set the preload setting to one of
MediaElement.PRELOAD_AUTO
,MediaElement.PRELOAD_METADATA
, orMediaElement.PRELOAD_NONE
. - PRELOAD_AUTO - Static variable in class com.google.gwt.dom.client.MediaElement
-
Constant used by
MediaElement.getPreload()
andMediaElement.setPreload(String)
. - PRELOAD_METADATA - Static variable in class com.google.gwt.dom.client.MediaElement
-
Constant used by
MediaElement.getPreload()
andMediaElement.setPreload(String)
. - PRELOAD_NONE - Static variable in class com.google.gwt.dom.client.MediaElement
-
Constant used by
MediaElement.getPreload()
andMediaElement.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.
- PresentationRole - Interface in com.google.gwt.aria.client
-
A type that represents the presentation role in the ARIA specification.
- PresentationRoleImpl - Class in com.google.gwt.aria.client
-
Implements
PresentationRole
. - PresentationRoleImpl(String) - Constructor for class com.google.gwt.aria.client.PresentationRoleImpl
- presenter - Variable in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- PRESSED - Static variable in class com.google.gwt.aria.client.State
- PressedValue - Enum in com.google.gwt.aria.client
-
State enum for 'aria-pressed' values.
- preventBoxStyles(Element) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Adds zero or none CSS values for padding, margin and border to prevent stylesheet overrides.
- 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.
- preventInlining() - Element in annotation type com.google.gwt.resources.client.ImageResource.ImageOptions
-
Set to
true
to require the ImageResource to be downloaded as a separate resource at runtime. - PreventSpuriousRebuilds - Annotation Type in com.google.gwt.util
-
Deprecated.not needed anymore,
- previewEvent(Event) - Static method in class com.google.gwt.user.client.DOM
-
This method is called directly by native code when event preview is being used.
- previousButton() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- previousItem() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- 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
- previousYearButton() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- prevPage() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- prevPage() - Method in interface com.google.gwt.user.cellview.client.SimplePager.ImageButtonsConstants
- prevRow() - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- PRIMARY - Enum constant in enum com.google.gwt.cell.client.ButtonCellBase.Decoration
- PRIMARY - Enum constant in enum com.google.gwt.core.ext.linker.LinkerOrder.Order
-
Defines the primary linker.
- PRIMITIVE - Enum constant in enum com.google.gwt.codegen.server.StringGenerator.Type
- PrimitiveValueAttribute<T> - Class in com.google.gwt.aria.client
-
Primitive type attribute.
- PrimitiveValueAttribute(String) - Constructor for class com.google.gwt.aria.client.PrimitiveValueAttribute
- PrimitiveValueAttribute(String, String) - Constructor for class com.google.gwt.aria.client.PrimitiveValueAttribute
- 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.
- print(String) - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Write a string without a line terminator.
- print(String) - Method in class com.google.gwt.codegen.server.SourceWriterBase
- print(String, Object...) - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Format and print a string without a line terminator.
- print(String, Object...) - Method in class com.google.gwt.codegen.server.SourceWriterBase
- printHelp() - Method in class com.google.gwt.util.tools.ToolBase
- printHelp(boolean) - Method in class com.google.gwt.util.tools.ToolBase
- println() - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Write a line terminator.
- println() - Method in class com.google.gwt.codegen.server.SourceWriterBase
- println(String) - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Write a string with a line terminator.
- println(String) - Method in class com.google.gwt.codegen.server.SourceWriterBase
- println(String, Object...) - Method in interface com.google.gwt.codegen.server.SourceWriter
-
Format and print a string with a line terminator.
- println(String, Object...) - Method in class com.google.gwt.codegen.server.SourceWriterBase
- printMethodDependencyBetween(JMethod, JMethod) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- Private - Enum constant in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
-
A private artifact is something that is only used during the build process.
- PrivateMap<V> - Class in com.google.gwt.event.dom.client
-
Lightweight map implementation.
- PrivateMap() - Constructor for class com.google.gwt.event.dom.client.PrivateMap
- process(RequestMessage, ResponseMessage) - Method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
-
Main processing method.
- process(String) - Method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
-
Process a payload sent by a RequestFactory client.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
- 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(RPCRequest) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Process an already decoded RPC request.
- processCall(RPCRequest) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Process an already decoded RPC request.
- processCall(String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
Process a call originating from the given request.
- processCall(String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Process a call originating from the given request.
- processHtml(SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Takes in an html string and processes it, adding support for events.
- 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.
- processPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Called by
AbstractRemoteServiceServlet.doPost(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
for type-specific processing of the request. - processPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
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.
- PROGRESS - Static variable in class com.google.gwt.dom.client.BrowserEvents
- ProgressbarRole - Interface in com.google.gwt.aria.client
-
A type that represents the progressbar role in the ARIA specification.
- ProgressbarRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ProgressbarRole
. - ProgressbarRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ProgressbarRoleImpl
- 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. - 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.
- PROP_LOCALE - Static variable in class com.google.gwt.i18n.rebind.LocaleUtils
-
The token representing the locale property controlling Localization.
- PROP_LOCALE_COOKIE - Static variable in class com.google.gwt.i18n.rebind.LocaleUtils
-
The config property identifying the cookie name to possibly get the value of the locale property.
- PROP_LOCALE_QUERY_PARAM - Static variable in class com.google.gwt.i18n.rebind.LocaleUtils
-
The config property identifying the URL query parameter name to possibly get the value of the locale property.
- PROP_RUNTIME_LOCALES - Static variable in class com.google.gwt.i18n.rebind.LocaleUtils
-
The token representing the runtime.locales configuration property.
- 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 - Class in com.google.gwt.aria.client
-
Class that contains constants for all ARIA properties as defined by the W3C specification W3C ARIA specification.
- PROPERTY_DOCUMENT_COMPATMODE - Static variable in class com.google.gwt.user.client.DocumentModeAsserter
-
GWT module configuration property, which enumerates one or more valid browser rendering modes, to be compared with value of $doc.compatMode at runtime.
- PROPERTY_DOCUMENT_COMPATMODE_SEVERITY - Static variable in class com.google.gwt.user.client.DocumentModeAsserter
-
GWT module configuration property, which determines the severity of the runtime $doc.compatMode check.
- PROPERTY_MAP - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
- 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.
- provided() - Element in annotation type com.google.gwt.uibinder.client.UiField
-
If true, the field must be filled before
UiBinder.createAndBindUi(O)
is called. - 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.web.bindery.requestfactory.shared
-
Annotation on EntityProxy and ValueProxy classes specifying the domain (server-side) object type.
- ProxyForName - Annotation Type in com.google.web.bindery.requestfactory.shared
-
Annotation on EntityProxy classes specifying the domain (server-side) object type.
- proxyMissingDomainType(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- proxyMustBeAnnotated(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- proxyOnlyGettersSetters() - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- 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. - ProxyScanner - Class in com.google.web.bindery.requestfactory.apt
-
Examines the methods declared in a proxy interface.
- ProxyScanner() - Constructor for class com.google.web.bindery.requestfactory.apt.ProxyScanner
- ProxySerializer - Interface in com.google.web.bindery.requestfactory.shared
-
Serializes graphs of EntityProxy objects.
- ProxyStore - Interface in com.google.web.bindery.requestfactory.shared
-
A ProxyStore provides a
ProxySerializer
with access to a low-level persistence mechanism. - pST8PDT() - Method in interface com.google.gwt.i18n.client.constants.TimeZoneConstants
- PT - Enum constant in enum com.google.gwt.dom.client.Style.Unit
- Public - Enum constant in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
-
A public artifact is something that may be served to clients.
- 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.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.web.bindery.requestfactory.gwt.client.RequestFactoryLogHandler
- push(boolean) - Method in class com.google.gwt.core.client.JsArrayBoolean
-
Pushes the given boolean 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(double) - Method in class com.google.gwt.core.client.JsArrayNumber
-
Pushes the given number 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(JavaScriptObject) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Pushes the given
JavaScriptObject
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. - push(String) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Pushes the given String 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(T) - Method in class com.google.gwt.core.client.JsArray
-
Pushes the given value onto the end of the array.
- 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(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(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(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(String, String, ClickHandler)
instead - put(int, V) - Method in class com.google.gwt.event.dom.client.PrivateMap
- 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.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. - put(String, String) - Method in class com.google.gwt.storage.client.StorageMap
-
Adds (or overwrites) a new key/value pair in the Storage.
- PUT - Static variable in class com.google.gwt.http.client.RequestBuilder
-
Specifies that the HTTP PUT method should be used.
- putCachedData(String, T) - Method in interface com.google.gwt.resources.ext.ResourceContext
-
Store data in the ResourceContext.
- putClientData(String, Serializable) - Method in class com.google.gwt.core.ext.RebindResult
-
Adds keyed, serializable data to a rebind result.
- putFloat32(float) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putFloat32(float, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putFloat64(double) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putFloat64(double, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putImageData(ImageData, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Draws the given image data at the given screen position.
- putInt16(int) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putInt16(int, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putInt32(int) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putInt32(int, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putInt8(int) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint16(int) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint16(int, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint32(long) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint32(long, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint32FromDouble(double) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint32FromDouble(double, boolean) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- putUint8(int) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- PX - Enum constant in enum com.google.gwt.dom.client.Style.Unit
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
- quarters() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- quartersFull() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- quartersFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of full quarter names.
- quartersFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- quartersShort() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- quartersShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of abbreviations for quarters.
- quartersShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- QUERYPARAM_PATTERN - Static variable in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
- QuerySourceMap - Class in com.google.gwt.user.tools
-
Command-line utility for querying source maps.
- QuerySourceMap() - Constructor for class com.google.gwt.user.tools.QuerySourceMap
- Quick Howto's - Search tag in package com.google.gwt.http.client
- Section
- quote(String) - Static method in class com.google.gwt.regexp.shared.RegExp
-
Returns a literal pattern
String
for the specifiedString
. - QuoteBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an quote element.
- 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, 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).
- 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
- RadiogroupRole - Interface in com.google.gwt.aria.client
-
A type that represents the radiogroup role in the ARIA specification.
- RadiogroupRoleImpl - Class in com.google.gwt.aria.client
-
Implements
RadiogroupRole
. - RadiogroupRoleImpl(String) - Constructor for class com.google.gwt.aria.client.RadiogroupRoleImpl
- RadioRole - Interface in com.google.gwt.aria.client
-
A type that represents the radio role in the ARIA specification.
- RadioRoleImpl - Class in com.google.gwt.aria.client
-
Implements
RadioRole
. - RadioRoleImpl(String) - Constructor for class com.google.gwt.aria.client.RadioRoleImpl
- 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 - Class in com.google.gwt.view.client
-
The range of interest for a single handler.
- Range() - Constructor for class com.google.gwt.view.client.Range
-
Used by RPC.
- Range(int, int) - Constructor for class com.google.gwt.core.ext.soyc.Range
-
Constructor.
- Range(int, int) - Constructor for class com.google.gwt.view.client.Range
-
Construct a new
Range
. - Range(int, int, int, int, int, int, SourceInfo) - Constructor for class com.google.gwt.core.ext.soyc.Range
-
A range whose start and end are specified both as character positions and as line numbers and columns.
- Range(int, int, SourceInfo) - Constructor for class com.google.gwt.core.ext.soyc.Range
-
Constructor.
- 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. - rangeChangeHandler - Variable in class com.google.gwt.user.cellview.client.AbstractPager
- RangeRole - Interface in com.google.gwt.aria.client
-
A type that represents the range role in the ARIA specification.
- rawCookies - Static variable in class com.google.gwt.user.client.Cookies
-
Raw cookie string stored to allow cached cookies to be invalidated on write.
- rawType() - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- readBoolean() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readByte() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readChar() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readContent(HttpServletRequest) - Method in class com.google.gwt.user.server.rpc.jakarta.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.jakarta.RPCServletUtils
-
Returns the content of an
HttpServletRequest
by decoding it usingexpectedCharSet
, orUTF-8
ifexpectedCharSet
isnull.
- 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 usingexpectedCharSet
, orUTF-8
ifexpectedCharSet
isnull.
- readContentAsGwtRpc(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Returns the content of an
HttpServletRequest
, after verifying agwt/x-gwt-rpc; charset=utf-8
content type. - readContentAsGwtRpc(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Returns the content of an
HttpServletRequest
, after verifying agwt/x-gwt-rpc; charset=utf-8
content type. - readContentAsUtf8(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
- readContentAsUtf8(HttpServletRequest, boolean) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
- readContentAsUtf8(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
- readContentAsUtf8(HttpServletRequest, boolean) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
- readDouble() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readFloat() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readInt() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readJson(JSONObject) - Static method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- readLong() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readObject() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- readOnly() - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- readOnly() - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- readOnly() - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- readOnly() - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- readOnly() - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Make the control read-only.
- readOnly() - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Make control is read-only.
- READONLY - Static variable in class com.google.gwt.aria.client.Property
- readOnlyJsArray(byte[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readOnlyJsArray(double[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readOnlyJsArray(float[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readOnlyJsArray(int[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readOnlyJsArray(long[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readOnlyJsArray(short[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readOnlyJsArray(T[]) - Static method in class com.google.gwt.core.client.JsArrayUtils
-
Take a Java array, and produce a JS array that is only used for reading.
- readShort() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamReader
- 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. - RebindMode - Enum in com.google.gwt.core.ext
-
A mode to indicate how incremental generator output should be integrated by the deferred binding implementation.
- RebindResult - Class in com.google.gwt.core.ext
-
A class for returning the result of a rebind operation.
- RebindResult(RebindMode, String) - Constructor for class com.google.gwt.core.ext.RebindResult
-
Constructs a result using the provided rebindMode and resultTypeName.
- RebindRuleResolver - Interface in com.google.gwt.core.ext
-
An interface for encapsulating rebind rule resolution.
- Receiver<V> - Class in com.google.web.bindery.requestfactory.shared
-
Callback object for
Request.fire(Receiver)
andRequestContext.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()
orTakesValue.getValue()
to record an error that will be reported to the nearest super-Editor that implements theHasEditorErrors
interface. - recordError(String, Object, Object) - Method in class com.google.gwt.editor.client.testing.MockEditorDelegate
-
No-op.
- RecordingBidiFlipper - Class in com.google.gwt.resources.gss
-
Compiler pass that BiDi flips all the flippable nodes and records if nodes have been flipped.
- RecordingBidiFlipper(MutatingVisitController, boolean, boolean, boolean) - Constructor for class com.google.gwt.resources.gss.RecordingBidiFlipper
- RecordingEventBus - Class in com.google.web.bindery.event.shared.testing
-
Wraps an
EventBus
implementation to keep track of fired events. - RecordingEventBus() - Constructor for class com.google.web.bindery.event.shared.testing.RecordingEventBus
- RecordingEventBus(EventBus) - Constructor for class com.google.web.bindery.event.shared.testing.RecordingEventBus
- rect(double, double, double, double) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Creates a new rectangular path.
- recurse - Variable in class com.google.gwt.resources.converter.Css2Gss.Options
- 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.CellWidget
-
Redraw the widget.
- redraw() - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Redraw the list with the current data.
- RedrawEvent() - Constructor for class com.google.gwt.user.cellview.client.AbstractHasData.RedrawEvent
- redrawFooters() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Redraw the table's footers.
- redrawHeaders() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Redraw the table's headers.
- redrawRow(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Redraw a single row using the existing data.
- redundantAnnotation(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- ReferredTypesCollector - Class in com.google.web.bindery.requestfactory.apt
-
Given a RequestFactory interface, return all RequestContext and proxy types transitively referenced.
- ReflectiveServiceLayer - Class in com.google.web.bindery.requestfactory.server
-
Implements all methods that interact with domain objects.
- ReflectiveServiceLayer() - Constructor for class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.editor.client.adapters.ListEditorWrapper
-
Refresh the editors in case the backing list has been modified from outside the ListEditorWrapper list.
- 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.DatePickerComponent
-
Refresh the component.
- 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.
- refreshAll() - Method in class com.google.gwt.user.datepicker.client.DatePickerComponent
- refreshColumnWidths() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- refreshColumnWidths() - Method in class com.google.gwt.user.cellview.client.CellTable
- refreshColumnWidths() - Method in class com.google.gwt.user.cellview.client.DataGrid
- refreshDirection() - Method in class com.google.gwt.i18n.client.AutoDirectionHandler
-
Adjusts target's direction according to the estimated direction of the text it supplies.
- refreshSuggestionList() - Method in class com.google.gwt.user.client.ui.SuggestBox
-
Refreshes the current list of suggestions.
- RegexFilter - Class in com.google.gwt.util.regexfilter
-
This class implements filters that are configured with a sequence of regexes.
- RegexFilter() - Constructor for class com.google.gwt.util.regexfilter.RegexFilter
- 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).
- RegionRole - Interface in com.google.gwt.aria.client
-
A type that represents the region role in the ARIA specification.
- RegionRoleImpl - Class in com.google.gwt.aria.client
-
Implements
RegionRole
. - RegionRoleImpl(String) - Constructor for class com.google.gwt.aria.client.RegionRoleImpl
- register(PlaceController, EventBus, Place) - Method in class com.google.gwt.place.shared.PlaceHistoryHandler
-
Deprecated.
- register(PlaceController, EventBus, Place) - Method in class com.google.gwt.place.shared.PlaceHistoryHandler
-
Initialize this place history handler.
- register(Class<?>, ServerGwtBridge.ClassInstantiator) - Method in class com.google.gwt.core.server.ServerGwtBridge
-
Register an instantiator to be used for any subtypes of a given base 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
- rel(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- rel(String) - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- rel(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
Forward link type.
- rel(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- rel(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- rel(String) - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
Forward link type.
- Related Documentation - Search tag in package com.google.gwt.storage.client
- Section
- RELATIVE - Enum constant in enum com.google.gwt.dom.client.Style.Position
- relativeRuler - Variable in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- 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.
- RELEVANT - Static variable in class com.google.gwt.aria.client.Property
- RelevantValue - Enum in com.google.gwt.aria.client
-
Property enum for 'aria-relevant' values.
- 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.
- RemoteLoggingException(String) - Constructor for exception class com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException
- RemoteLoggingException(String, Throwable) - Constructor for exception class com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException
- 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.jakarta
-
Server-side code for the remote log handler.
- 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.jakarta.RemoteLoggingServiceImpl
- 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 Class in com.google.gwt.logging.server
-
Exceptions that may occur during remote logging.
- 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.jakarta
-
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 - 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.jakarta.RemoteServiceServlet
-
The default constructor used by service implementations that extend this class.
- 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.jakarta.RemoteServiceServlet
-
The wrapping constructor used by service implementations that are separate from 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.
- REMOVALS - Enum constant in enum com.google.gwt.aria.client.RelevantValue
- remove() - Method in class com.google.gwt.user.client.ui.FiniteWidgetIterator
- remove() - Method in class com.google.gwt.user.client.ui.TreeItem
-
Removes this item from its tree.
- remove(int) - Method in class com.google.gwt.dom.client.SelectElement
-
Remove an element from the collection of OPTION elements for this SELECT.
- remove(int) - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- remove(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
- remove(int) - Method in interface com.google.gwt.user.client.ui.IndexedPanel
-
Removes the widget at the specified index.
- remove(int) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
- remove(int) - Method in class com.google.gwt.user.client.ui.StackPanel
- remove(int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
- remove(int) - Method in class com.google.gwt.user.client.ui.TabPanel
- remove(int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
-
Removes the widget at the specified index.
- remove(Element) - Method in class com.google.gwt.aria.client.Attribute
-
Removes the state/property attribute for element
element
. - remove(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the 'role' attribute from the
element
. - remove(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- remove(HandlerManager, WindowCloseListener) - Static method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowClose
-
Deprecated.
- remove(HandlerManager, WindowResizeListener) - Static method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowResize
-
Deprecated.
- remove(HandlerManager, WindowScrollListener) - Static method in class com.google.gwt.user.client.BaseListenerWrapper.WrapWindowScroll
-
Deprecated.
- remove(ColumnSortList.ColumnSortInfo) - Method in class com.google.gwt.user.cellview.client.ColumnSortList
-
Remove a
ColumnSortList.ColumnSortInfo
from the list. - remove(IsWidget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
-
Overloaded version for IsWidget.
- remove(IsWidget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
-
Overloaded version for IsWidget.
- remove(IsWidget) - Method in interface com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
- remove(IsWidget) - Method in class com.google.gwt.user.client.ui.Panel
- remove(IsWidget) - Method in class com.google.gwt.user.client.ui.Tree
-
Overloaded version for IsWidget.
- 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(Widget) - Method in class com.google.gwt.user.client.ui.ComplexPanel
- remove(Widget) - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
- 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(Widget) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
- remove(Widget) - Method in class com.google.gwt.user.client.ui.DockPanel
- remove(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
-
Removes a child widget.
- remove(Widget) - Method in class com.google.gwt.user.client.ui.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(Widget) - Method in class com.google.gwt.user.client.ui.LayoutPanel
- remove(Widget) - Method in class com.google.gwt.user.client.ui.Panel
-
Removes a child widget.
- remove(Widget) - Method in class com.google.gwt.user.client.ui.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(Widget) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.
- remove(Widget) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
- remove(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
- remove(Widget) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
- 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(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
- remove(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
-
Removes the specified widget.
- 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, 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, 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, DisclosureHandler) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldDisclosureHandler
-
Deprecated.
- 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, FormHandler) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldFormHandler
-
Deprecated.
- 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, 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, PopupListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedPopupListener
-
Deprecated.
- 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, SuggestionHandler) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedOldSuggestionHandler
-
Deprecated.
- remove(Widget, TableListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTableListener
-
Deprecated.
- remove(Widget, TabListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTabListener
-
Deprecated.
- remove(Widget, TreeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedTreeListener
-
Deprecated.
- remove(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- remove(Object) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- remove(Object) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet.TypeIndex
-
Removes an item from the index.
- remove(Object) - Method in class com.google.gwt.storage.client.StorageMap
-
Removes the key/value pair from the Storage.
- REMOVE - Enum constant in enum com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
- removeAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- removeAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- removeAllChildren() - Method in class com.google.gwt.dom.client.Node
-
Remove all children of the node.
- removeAllRows() - Method in class com.google.gwt.user.client.ui.FlexTable
-
Remove all rows in this table.
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in interface com.google.gwt.aria.client.CompositeRole
-
Removes the aria-activedescendant attribute from the
element
. - removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in interface com.google.gwt.aria.client.GroupRole
-
Removes the aria-activedescendant attribute from the
element
. - removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.GroupRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.MenubarRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.MenuRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.RowgroupRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Removes the aria-activedescendant attribute from the
element
. - removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.ToolbarRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- removeAriaActivedescendantProperty(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- removeAriaAtomicProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-atomic attribute from the
element
. - removeAriaAtomicProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaAutocompleteProperty(Element) - Method in interface com.google.gwt.aria.client.ComboboxRole
-
Removes the aria-autocomplete attribute from the
element
. - removeAriaAutocompleteProperty(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- removeAriaAutocompleteProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Removes the aria-autocomplete attribute from the
element
. - removeAriaAutocompleteProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- removeAriaBusyState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-busy attribute from the
element
. - removeAriaBusyState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaCheckedState(Element) - Method in interface com.google.gwt.aria.client.CheckboxRole
-
Removes the aria-checked attribute from the
element
. - removeAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.CheckboxRoleImpl
- removeAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.MenuitemcheckboxRoleImpl
- removeAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- removeAriaCheckedState(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Removes the aria-checked attribute from the
element
. - removeAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- removeAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- removeAriaCheckedState(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- removeAriaControlsProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-controls attribute from the
element
. - removeAriaControlsProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaControlsProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- removeAriaDescribedbyProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-describedby attribute from the
element
. - removeAriaDescribedbyProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaDisabledState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-disabled attribute from the
element
. - removeAriaDisabledState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaDropeffectProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-dropeffect attribute from the
element
. - removeAriaDropeffectProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.AlertdialogRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.AlertRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ApplicationRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ArticleRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.BannerRoleImpl
- removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.ButtonRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ButtonRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ComplementaryRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ContentinfoRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DefinitionRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DialogRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DirectoryRoleImpl
- removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.DocumentRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.DocumentRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.FormRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.GroupRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.HeadingRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ImgRoleImpl
- removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.LinkRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.LinkRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ListRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.LogRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MainRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MarqueeRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MathRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MenubarRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.MenuRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.NavigationRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.NoteRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RegionRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RowgroupRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.SearchRoleImpl
- removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.SectionheadRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.SectionRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.SeparatorRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.SeparatorRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.StatusRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TabpanelRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TabRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TimerRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.ToolbarRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TooltipRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- removeAriaExpandedState(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- removeAriaExpandedState(Element) - Method in interface com.google.gwt.aria.client.WindowRole
-
Removes the aria-expanded attribute from the
element
. - removeAriaFlowtoProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-flowto attribute from the
element
. - removeAriaFlowtoProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaGrabbedState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-grabbed attribute from the
element
. - removeAriaGrabbedState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaHaspopupProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-haspopup attribute from the
element
. - removeAriaHaspopupProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaHiddenState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-hidden attribute from the
element
. - removeAriaHiddenState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaInvalidState(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-invalid attribute from the
element
. - removeAriaInvalidState(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaLabelledbyProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-labelledby attribute from the
element
. - removeAriaLabelledbyProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaLabelProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-label attribute from the
element
. - removeAriaLabelProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.GridRole
-
Removes the aria-level attribute from the
element
. - removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- removeAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.HeadingRole
-
Removes the aria-level attribute from the
element
. - removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.HeadingRoleImpl
- removeAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.ListitemRole
-
Removes the aria-level attribute from the
element
. - removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- removeAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.RowRole
-
Removes the aria-level attribute from the
element
. - removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- removeAriaLevelProperty(Element) - Method in interface com.google.gwt.aria.client.TablistRole
-
Removes the aria-level attribute from the
element
. - removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- removeAriaLevelProperty(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- removeAriaLiveProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-live attribute from the
element
. - removeAriaLiveProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaMultilineProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Removes the aria-multiline attribute from the
element
. - removeAriaMultilineProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- removeAriaMultiselectableProperty(Element) - Method in interface com.google.gwt.aria.client.GridRole
-
Removes the aria-multiselectable attribute from the
element
. - removeAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- removeAriaMultiselectableProperty(Element) - Method in interface com.google.gwt.aria.client.ListboxRole
-
Removes the aria-multiselectable attribute from the
element
. - removeAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- removeAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- removeAriaMultiselectableProperty(Element) - Method in interface com.google.gwt.aria.client.TreeRole
-
Removes the aria-multiselectable attribute from the
element
. - removeAriaMultiselectableProperty(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- removeAriaOrientationProperty(Element) - Method in interface com.google.gwt.aria.client.ScrollbarRole
-
Removes the aria-orientation attribute from the
element
. - removeAriaOrientationProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- removeAriaOrientationProperty(Element) - Method in interface com.google.gwt.aria.client.SeparatorRole
-
Removes the aria-orientation attribute from the
element
. - removeAriaOrientationProperty(Element) - Method in class com.google.gwt.aria.client.SeparatorRoleImpl
- removeAriaOrientationProperty(Element) - Method in interface com.google.gwt.aria.client.SliderRole
-
Removes the aria-orientation attribute from the
element
. - removeAriaOrientationProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- removeAriaOwnsProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-owns attribute from the
element
. - removeAriaOwnsProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaPosinsetProperty(Element) - Method in interface com.google.gwt.aria.client.ListitemRole
-
Removes the aria-posinset attribute from the
element
. - removeAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- removeAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- removeAriaPosinsetProperty(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Removes the aria-posinset attribute from the
element
. - removeAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- removeAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- removeAriaPosinsetProperty(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- removeAriaPressedState(Element) - Method in interface com.google.gwt.aria.client.ButtonRole
-
Removes the aria-pressed attribute from the
element
. - removeAriaPressedState(Element) - Method in class com.google.gwt.aria.client.ButtonRoleImpl
- removeAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- removeAriaReadonlyProperty(Element) - Method in interface com.google.gwt.aria.client.GridcellRole
-
Removes the aria-readonly attribute from the
element
. - removeAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- removeAriaReadonlyProperty(Element) - Method in interface com.google.gwt.aria.client.GridRole
-
Removes the aria-readonly attribute from the
element
. - removeAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.GridRoleImpl
- removeAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- removeAriaReadonlyProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Removes the aria-readonly attribute from the
element
. - removeAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- removeAriaReadonlyProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- removeAriaRelevantProperty(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the aria-relevant attribute from the
element
. - removeAriaRelevantProperty(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.ComboboxRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.GridcellRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.ListboxRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.RadiogroupRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.SpinbuttonRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.TextboxRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- removeAriaRequiredProperty(Element) - Method in interface com.google.gwt.aria.client.TreeRole
-
Removes the aria-required attribute from the
element
. - removeAriaRequiredProperty(Element) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- removeAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.GridcellRole
-
Removes the aria-selected attribute from the
element
. - removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- removeAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Removes the aria-selected attribute from the
element
. - removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- removeAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.RowRole
-
Removes the aria-selected attribute from the
element
. - removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.RowRoleImpl
- removeAriaSelectedState(Element) - Method in interface com.google.gwt.aria.client.TabRole
-
Removes the aria-selected attribute from the
element
. - removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.TabRoleImpl
- removeAriaSelectedState(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- removeAriaSetsizeProperty(Element) - Method in interface com.google.gwt.aria.client.ListitemRole
-
Removes the aria-setsize attribute from the
element
. - removeAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- removeAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- removeAriaSetsizeProperty(Element) - Method in interface com.google.gwt.aria.client.OptionRole
-
Removes the aria-setsize attribute from the
element
. - removeAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- removeAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- removeAriaSetsizeProperty(Element) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- removeAriaSortProperty(Element) - Method in interface com.google.gwt.aria.client.ColumnheaderRole
-
Removes the aria-sort attribute from the
element
. - removeAriaSortProperty(Element) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- removeAriaSortProperty(Element) - Method in interface com.google.gwt.aria.client.RowheaderRole
-
Removes the aria-sort attribute from the
element
. - removeAriaSortProperty(Element) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- removeAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- removeAriaValuemaxProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Removes the aria-valuemax attribute from the
element
. - removeAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- removeAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- removeAriaValuemaxProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- removeAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- removeAriaValueminProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Removes the aria-valuemin attribute from the
element
. - removeAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- removeAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- removeAriaValueminProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- removeAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- removeAriaValuenowProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Removes the aria-valuenow attribute from the
element
. - removeAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- removeAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- removeAriaValuenowProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- removeAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- removeAriaValuetextProperty(Element) - Method in interface com.google.gwt.aria.client.RangeRole
-
Removes the aria-valuetext attribute from the
element
. - removeAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- removeAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- removeAriaValuetextProperty(Element) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- removeAttachHandler() - Method in class com.google.gwt.touch.client.TouchScroller
-
Removes the attach handler.
- 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.
- removeBustClickHandler() - Method in class com.google.gwt.touch.client.TouchScroller
-
Removes the bust click handler.
- 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 byListBox.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 byHasChangeHandlers.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 bySuggestBox.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 byValueBoxBase.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler)
instead - removeChild(Element, Element) - Method in class com.google.gwt.layout.client.LayoutImpl
-
Deprecated.
- removeChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Node.removeChild(Element)
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(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 byFocusPanel.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 byFocusWidget.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 byImage.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 byLabel.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 byHasClickHandlers.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 bySuggestBox.getTextBox()
().addClickHandler instead - removeColumn(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Remove a column.
- removeColumn(Column<T, ?>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Remove a column.
- removeColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Remove a style from the
col
element at the specified index. - removeColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.CellTable
- removeColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.DataGrid
- removeColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.DataGrid.TableWidget
- 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
-
Deprecated.Use
Element.removeAttribute(String)
instead. - 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 bySuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.SuggestOracle.Suggestion>)
instead - removeEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.use
HandlerRegistration
returned fromEvent.addNativePreviewHandler(Event.NativePreviewHandler)
- removeEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.Event
-
Deprecated.use
HandlerRegistration
returned fromEvent.addNativePreviewHandler(NativePreviewHandler)
- removeFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
-
Deprecated.Use the
HandlerRegistration.removeHandler()
method on the object returned byFocusPanel.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 byFocusWidget.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 byHasFocusHandlers.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 bySuggestBox.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 byTree.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.LegacyHandlerWrapper
- 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.
- removeHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.HandlerManager
-
Removes the given handler from the specified event type.
- 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.
- removeHeaderStyleName(int, String) - Method in class com.google.gwt.user.client.ui.StackPanel
-
Removes the
styleName
off the<tr>
for the header specified byindex
. - removeHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
-
Deprecated.
- removeHorizontalScrollbar() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
-
Remove the
HorizontalScrollbar
, if one exists. - removeItem(int) - Method in class com.google.gwt.user.client.ui.ListBox
-
Removes the item at the specified index.
- removeItem(IsTreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
-
Removes an item.
- removeItem(IsTreeItem) - 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.TreeItem
-
Removes one of this item's children.
- removeItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Removes the specified menu item from the bar.
- removeItem(TreeItem) - Method in interface com.google.gwt.user.client.ui.HasTreeItems
-
Removes an item.
- removeItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
-
Removes an item from the root level of this tree.
- removeItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Removes one of this item's children.
- removeItem(String) - Method in class com.google.gwt.storage.client.Storage
-
Removes the item in the Storage associated with the specified key.
- removeItem(String, String) - Method in class com.google.gwt.storage.client.StorageImpl
-
Removes the item in the Storage associated with the specified key.
- removeItem(String, String) - Method in class com.google.gwt.storage.client.StorageImplNonNativeEvents
- 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 bySuggestBox.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 byHasLoadHandlers.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 byFocusPanel.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 byFocusWidget.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 byImage.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 byLabel.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 byHasMouseWheelHandlers.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 byPopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>)
instead - removePopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
-
Deprecated.Use the
HandlerRegistration.removeHandler()
method on the object returned byHasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<T>)
instead - removeReified(String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Removes a tag value from the Splittable.
- 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 byScrollPanel.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 byHasScrollHandlers.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. - removeSource(SourceElement) - Method in class com.google.gwt.media.client.MediaBase
-
Remove the specified
SourceElement
from this media. - removeState(Element, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.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.
- removeStorageEventHandler(StorageEvent.Handler) - Method in class com.google.gwt.storage.client.StorageImpl
-
De-registers an event handler for StorageEvents.
- removeStorageEventHandler0() - Method in class com.google.gwt.storage.client.StorageImpl
- removeStorageEventHandler0() - Method in class com.google.gwt.storage.client.StorageImplNonNativeEvents
- 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, Iterable<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) - 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).
- 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.
- removeStyleName(String) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- removeTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
-
Removes the tab at the specified index.
- removeTabindexExtraAttribute(Element) - Method in interface com.google.gwt.aria.client.Role
-
Removes the tabIndex attribute from the
element
. - removeTabindexExtraAttribute(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- 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 - removeVerticalScrollbar() - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
-
Remove the
VerticalScrollbar
, if one exists. - 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.
- RenamingSubstitutionMap - Class in com.google.gwt.resources.gss
-
This SubstitutionMap is used for renaming each style classes of the ast by its corresponding obfuscated name.
- RenamingSubstitutionMap(Map<String, Map<String, String>>) - Constructor for class com.google.gwt.resources.gss.RenamingSubstitutionMap
- render(ButtonCellBase<C>, Cell.Context, C, SafeHtmlBuilder) - Method in interface com.google.gwt.cell.client.ButtonCellBase.Appearance
-
Render the button and its contents.
- render(ButtonCellBase<C>, Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
- render(Cell.Context, ImageResource, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ImageResourceCell
- render(Cell.Context, SafeHtmlBuilder) - Method in class com.google.gwt.user.cellview.client.Header
-
Render the header.
- 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, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ButtonCell
- render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ClickableTextCell
- render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.SafeHtmlCell
- render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.TextCell
- render(Cell.Context, SafeUri, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.SafeImageCell
- 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, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ActionCell
- render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.ButtonCellBase
- 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 toElement.setInnerHTML(String)
on a container element. - render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.CompositeCell
- render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.IconCellDecorator
- 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 toElement.setInnerHTML(java.lang.String)
on a container element. - render(Cell.Context, Boolean, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.CheckboxCell
- render(Cell.Context, Number, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.NumberCell
- render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.EditTextCell
- 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, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.SelectionCell
- render(Cell.Context, String, SafeHtmlBuilder) - Method in class com.google.gwt.cell.client.TextInputCell
- 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, T, SafeHtmlBuilder) - Method in class com.google.gwt.user.cellview.client.Column
-
Render the object into the cell.
- render(ImageResource) - Method in class com.google.gwt.user.client.ui.ImageResourceRenderer
- render(RenderableStamper) - Method in class com.google.gwt.user.client.ui.Composite
- render(RenderableStamper) - Method in interface com.google.gwt.user.client.ui.IsRenderable
- render(RenderableStamper) - Method in class com.google.gwt.user.client.ui.RenderablePanel
- render(RenderableStamper, SafeHtmlBuilder) - Method in class com.google.gwt.user.client.ui.Composite
- render(RenderableStamper, SafeHtmlBuilder) - Method in interface com.google.gwt.user.client.ui.IsRenderable
-
Tells this object to render itself as HTML and append it to the given builder.
- render(RenderableStamper, SafeHtmlBuilder) - Method in class com.google.gwt.user.client.ui.RenderablePanel
- 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(Object) - Method in class com.google.gwt.text.shared.ToStringRenderer
- render(String) - Method in class com.google.gwt.text.shared.SimpleSafeHtmlRenderer
- render(String) - Method in class com.google.gwt.text.shared.testing.PassthroughRenderer
- render(String, SafeHtmlBuilder) - Method in class com.google.gwt.text.shared.SimpleSafeHtmlRenderer
- render(Date) - Method in class com.google.gwt.text.client.DateTimeFormatRenderer
- render(T) - Method in interface com.google.gwt.text.shared.Renderer
-
Renders
object
as plain text. - render(T) - Method in interface com.google.gwt.text.shared.SafeHtmlRenderer
-
Renders
object
as safe HTML. - render(T, SafeHtmlBuilder) - Method in class com.google.gwt.text.shared.AbstractSafeHtmlRenderer
- render(T, SafeHtmlBuilder) - Method in interface com.google.gwt.text.shared.SafeHtmlRenderer
-
Renders
object
as safe HTML, appended directly tobuilder
. - render(T, Appendable) - Method in class com.google.gwt.text.shared.AbstractRenderer
- render(T, Appendable) - Method in interface com.google.gwt.text.shared.Renderer
-
Renders
object
as plain text, appended directly toappendable
. - RenderablePanel - Class in com.google.gwt.user.client.ui
-
EXPERIMENTAL and subject to change.
- RenderablePanel(SafeHtml) - Constructor for class com.google.gwt.user.client.ui.RenderablePanel
-
Initializes the panel's HTML from a given
SafeHtml
object. - RenderablePanel(String) - Constructor for class com.google.gwt.user.client.ui.RenderablePanel
-
Creates an HTML panel with the specified HTML contents inside a DIV element.
- RenderablePanelParser - Class in com.google.gwt.uibinder.elementparsers
-
Parses
RenderablePanel
widgets. - RenderablePanelParser() - Constructor for class com.google.gwt.uibinder.elementparsers.RenderablePanelParser
- RenderableStamper - Class in com.google.gwt.user.client.ui
-
Used by
IsRenderable
to mark their root element in such a way that they can be later retrieved. - RenderableStamper(String) - Constructor for class com.google.gwt.user.client.ui.RenderableStamper
-
Creates a stamper that will be use the given token, which is assumed to be unique and will be escaped before being used.
- renderCell(ElementBuilderBase<?>, Cell.Context, HasCell<T, C>, T) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Render the cell into an
ElementBuilderBase
. - Renderer<T> - Interface in com.google.gwt.text.shared
-
An object that can render other objects of a particular type into plain-text form.
- renderHeader(ElementBuilderBase<?>, Cell.Context, Header<H>) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Renders a given Header into a given ElementBuilderBase.
- renderRowValues(SafeHtmlBuilder, List<T>, int, SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Deprecated.as of GWT 2.5, use a
CellTableBuilder
to customize the table structure instead - 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.CellBrowser.BrowserCellList
- renderRowValues(SafeHtmlBuilder, List<T>, int, SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.CellList
- renderRowValuesLegacy(SafeHtmlBuilder, List<T>, int, SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Deprecated.as of GWT 2.5, use a
CellTableBuilder
to customize the table structure instead - renderSortableHeader(ElementBuilderBase<?>, Cell.Context, Header<?>, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Render a header, including a sort icon if the column is sortable and sorted.
- REPEAT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
- REPEAT_X - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
- REPEAT_Y - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Repetition
- repeatStyle() - Element in annotation type com.google.gwt.resources.client.ImageResource.ImageOptions
-
This option affects the image bundling optimization to allow the image to be used with the
CssResource
@sprite
rule where repetition of the image is desired. - replace(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
-
Possibly replace an existing Artifact.
- replace(String) - Static method in class com.google.gwt.user.client.Window.Location
-
Replaces the current URL with a new one.
- 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.
- replaceAllChildren(Widget, Element, SafeHtml) - Static method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Convenience method to replace all children of a Widget.
- replaceAllChildren(List<T>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- replaceAllChildren(List<T>, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Replace all children with the specified html.
- replaceAllChildren(List<T>, SelectionModel<? super T>, boolean) - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.View
-
Replace all children with the specified values.
- 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
withnewChild
. - replaceChildren(Widget, Element, Element, int, SafeHtml) - Static method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Convenience method to convert the specified HTML into DOM elements and replace the existing elements starting at the specified index.
- replaceChildren(List<T>, int, SafeHtml) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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.
- replaceChildren(List<T>, int, SelectionModel<? super T>, boolean) - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.View
-
Replace 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
andcount
withreplacementData
. - replaceElement(Element) - Method in class com.google.gwt.user.client.ui.UIObject
-
Replaces this object's browser element.
- replaceElement(Element) - Method in class com.google.gwt.user.client.ui.Widget
- replaceInputElement(Element) - Method in class com.google.gwt.user.client.ui.CheckBox
-
Replace the current input element with a new one.
- replaceInputElement(Element) - Method in class com.google.gwt.user.client.ui.CheckBox
-
Deprecated.Call and use
CheckBox.replaceInputElement(com.google.gwt.dom.client.Element)
instead. - replaceItem(String) - Static method in class com.google.gwt.user.client.History
-
Replace the current history token on top of the browsers history stack.
- replaceItem(String, boolean) - Static method in class com.google.gwt.user.client.History
-
Replace the current history token on top of the browsers history stack.
- 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.
- ReportableException - Exception Class in com.google.web.bindery.requestfactory.server
-
Encapsulates exceptions that should be thrown back to the client.
- ReportableException(String) - Constructor for exception class com.google.web.bindery.requestfactory.server.ReportableException
- ReportableException(String, Throwable) - Constructor for exception class com.google.web.bindery.requestfactory.server.ReportableException
- ReportableException(Throwable) - Constructor for exception class com.google.web.bindery.requestfactory.server.ReportableException
- reportUncaughtException(Throwable) - Static method in class com.google.gwt.core.client.GWT
-
Reports an exception caught at the "top level" to a handler set via
GWT.setUncaughtExceptionHandler(UncaughtExceptionHandler)
. - reportUncaughtException(Throwable) - Method in class com.google.gwt.junit.client.GWTTestCase
-
Reports an exception that might have escaped to the browser.
- request() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
- Request - Class in com.google.gwt.http.client
-
An HTTP request that is waiting for a response.
- Request<T> - Interface in com.google.web.bindery.requestfactory.shared
-
A Request represents a single method invocation on the server.
- Request() - Constructor for class com.google.gwt.http.client.Request
-
Only used for building a
FailedRequest
. - Request() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
-
Constructor for
SuggestOracle.Request
. - Request(XMLHttpRequest, int, RequestCallback) - Constructor for class com.google.gwt.http.client.Request
-
Constructs an instance of the Request object.
- Request(String) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
-
Constructor for
SuggestOracle.Request
. - Request(String, int) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Request
-
Constructor for
SuggestOracle.Request
. - Request.RequestImpl - Class in com.google.gwt.http.client
-
Deprecated.
- requestAnimationFrame(AnimationScheduler.AnimationCallback) - Method in class com.google.gwt.animation.client.AnimationScheduler
-
Schedule an animation, letting the browser decide when to trigger the next step in the animation.
- requestAnimationFrame(AnimationScheduler.AnimationCallback, Element) - Method in class com.google.gwt.animation.client.AnimationScheduler
-
Schedule an animation, letting the browser decide when to trigger the next step in the animation.
- requestAnimationFrame(AnimationScheduler.AnimationCallback, Element) - Method in class com.google.gwt.animation.client.AnimationSchedulerImplStandard
- requestAnimationFrame(AnimationScheduler.AnimationCallback, Element) - Method in class com.google.gwt.animation.client.AnimationSchedulerImplTimer
- requestAnimationFrame(AnimationScheduler.AnimationCallback, Element) - Method in class com.google.gwt.animation.client.testing.StubAnimationScheduler
- RequestBatcher<F,
C> - Class in com.google.web.bindery.requestfactory.gwt.client -
A RequestBatcher is a convenience class that allows RequestFactory operations to be aggregated over a single tick of the event loop and sent as one HTTP request.
- RequestBatcher(F) - Constructor for class com.google.web.bindery.requestfactory.gwt.client.RequestBatcher
- 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.web.bindery.requestfactory.shared
-
The base interface for RequestFactory service endpoints.
- RequestContextHandler() - Constructor for class com.google.web.bindery.requestfactory.vm.InProcessRequestContext.RequestContextHandler
- RequestContextScanner - Class in com.google.web.bindery.requestfactory.apt
-
Scans a RequestContext declaration.
- RequestContextScanner() - Constructor for class com.google.web.bindery.requestfactory.apt.RequestContextScanner
- requestContextType - Variable in class com.google.web.bindery.requestfactory.apt.State
- 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 Class in com.google.gwt.http.client
-
RequestException is the superclass for the HTTP request related exceptions.
- RequestException() - Constructor for exception class com.google.gwt.http.client.RequestException
- RequestException(String) - Constructor for exception class com.google.gwt.http.client.RequestException
- RequestException(String, Throwable) - Constructor for exception class com.google.gwt.http.client.RequestException
- RequestException(Throwable) - Constructor for exception class com.google.gwt.http.client.RequestException
- RequestFactory - Interface in com.google.web.bindery.requestfactory.shared
-
Marker interface for the RequestFactory code generator.
- RequestFactoryEditorDriver<P,
E> - Interface in com.google.web.bindery.requestfactory.gwt.client -
The interface that links RequestFactory and the Editor framework together.
- RequestFactoryHandler() - Constructor for class com.google.web.bindery.requestfactory.vm.InProcessRequestFactory.RequestFactoryHandler
- RequestFactoryJarExtractor - Class in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.Will not be deleted from source, but will no longer be included in GWT artifacts, as this is only intended for use as a build tool.
- RequestFactoryJarExtractor - Class in com.google.web.bindery.requestfactory.server
-
Deprecated.Will not be deleted from source, but will no longer be included in GWT artifacts, as this is only intended for use as a build tool.
- RequestFactoryJarExtractor(Logger, RequestFactoryJarExtractor.Loader, RequestFactoryJarExtractor.Emitter, List<Class<?>>, Map<String, byte[]>, RequestFactoryJarExtractor.Mode) - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor
-
Deprecated.
- RequestFactoryJarExtractor(Logger, RequestFactoryJarExtractor.Loader, RequestFactoryJarExtractor.Emitter, List<Class<?>>, Map<String, byte[]>, RequestFactoryJarExtractor.Mode) - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
-
Deprecated.
- RequestFactoryJarExtractor.ClassLoaderLoader - Class in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.An implementation of
RequestFactoryJarExtractor.Loader
that uses aClassLoader
to retrieve the class files. - RequestFactoryJarExtractor.ClassLoaderLoader - Class in com.google.web.bindery.requestfactory.server
-
Deprecated.An implementation of
RequestFactoryJarExtractor.Loader
that uses aClassLoader
to retrieve the class files. - RequestFactoryJarExtractor.Emitter - Interface in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.
- RequestFactoryJarExtractor.Emitter - Interface in com.google.web.bindery.requestfactory.server
-
Deprecated.Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.
- RequestFactoryJarExtractor.ErrorContext - Class in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.Improves error messages by providing context for the user.
- RequestFactoryJarExtractor.ErrorContext - Class in com.google.web.bindery.requestfactory.server
-
Deprecated.Improves error messages by providing context for the user.
- RequestFactoryJarExtractor.JarEmitter - Class in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.An Emitter implementation that creates a jar file.
- RequestFactoryJarExtractor.JarEmitter - Class in com.google.web.bindery.requestfactory.server
-
Deprecated.An Emitter implementation that creates a jar file.
- RequestFactoryJarExtractor.Loader - Interface in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.Abstracts the mechanism by which class files are loaded.
- RequestFactoryJarExtractor.Loader - Interface in com.google.web.bindery.requestfactory.server
-
Deprecated.Abstracts the mechanism by which class files are loaded.
- RequestFactoryJarExtractor.Mode - Enum in com.google.web.bindery.requestfactory.server.jakarta
-
Deprecated.Controls what is emitted by the tool.
- RequestFactoryJarExtractor.Mode - Enum in com.google.web.bindery.requestfactory.server
-
Deprecated.Controls what is emitted by the tool.
- 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.web.bindery.requestfactory.gwt.client
-
Provides a logging request.
- RequestFactoryScanner - Class in com.google.web.bindery.requestfactory.apt
-
Scans a RequestFactory declaration for errors.
- RequestFactoryScanner() - Constructor for class com.google.web.bindery.requestfactory.apt.RequestFactoryScanner
- RequestFactoryServlet - Class in com.google.web.bindery.requestfactory.server.jakarta
-
Handles GWT RequestFactory JSON requests.
- RequestFactoryServlet - Class in com.google.web.bindery.requestfactory.server
-
Handles GWT RequestFactory JSON requests.
- RequestFactoryServlet() - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryServlet
-
Constructs a new
RequestFactoryServlet
with aDefaultExceptionHandler
. - RequestFactoryServlet() - Constructor for class com.google.web.bindery.requestfactory.server.RequestFactoryServlet
-
Constructs a new
RequestFactoryServlet
with aDefaultExceptionHandler
. - RequestFactoryServlet(ExceptionHandler, ServiceLayerDecorator...) - Constructor for class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryServlet
-
Use this constructor in subclasses to provide a custom
ExceptionHandler
. - 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.
- requestFactoryType - Variable in class com.google.web.bindery.requestfactory.apt.State
- RequestImpl() - Constructor for class com.google.gwt.http.client.Request.RequestImpl
-
Deprecated.
- requestInteger(String, AsyncCallback<Integer>) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
- 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 Class 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 class com.google.gwt.http.client.RequestPermissionException
-
Constructs an instance of this class for the given URL.
- RequestState - Class in com.google.web.bindery.requestfactory.server
-
Encapsulates all state relating to the processing of a single request so that the SimpleRequestProcessor can be stateless.
- RequestState(RequestState) - Constructor for class com.google.web.bindery.requestfactory.server.RequestState
- RequestState(ServiceLayer) - Constructor for class com.google.web.bindery.requestfactory.server.RequestState
- 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 specificSuggestOracle.Request
. - RequestTimeoutException - Exception Class in com.google.gwt.http.client
-
Thrown to indicate that an HTTP request has timed out.
- RequestTimeoutException(Request, int) - Constructor for exception class com.google.gwt.http.client.RequestTimeoutException
-
Constructs a timeout exception for the given
Request
. - 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.web.bindery.requestfactory.shared
-
A callback interface.
- requestType - Variable in class com.google.web.bindery.requestfactory.apt.State
- REQUIRED - Static variable in class com.google.gwt.aria.client.Property
- Required Module - Search tag in class com.google.gwt.http.client.Header
- Section
- Required Module - Search tag in class com.google.gwt.http.client.Request
- Section
- Required Module - Search tag in class com.google.gwt.http.client.RequestBuilder
- Section
- Required Module - Search tag in class com.google.gwt.http.client.Response
- Section
- Required Module - Search tag in class com.google.gwt.http.client.URL
- Section
- Required Module - Search tag in class com.google.gwt.i18n.client.Dictionary
- Section
- Required Module - Search tag in exception class com.google.gwt.http.client.RequestException
- Section
- Required Module - Search tag in exception class com.google.gwt.http.client.RequestPermissionException
- Section
- Required Module - Search tag in exception class com.google.gwt.http.client.RequestTimeoutException
- Section
- Required Module - Search tag in interface com.google.gwt.http.client.RequestCallback
- Section
- Required Module - Search tag in interface com.google.gwt.i18n.client.Constants
- Section
- Required Module - Search tag in interface com.google.gwt.i18n.client.ConstantsWithLookup
- Section
- Required Module - Search tag in interface com.google.gwt.i18n.client.Messages
- Section
- Required Module - Search tag in package com.google.gwt.http.client
- Section
- requireMapping(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.State
- requiresProperties() - Element in annotation type com.google.gwt.core.ext.Generator.RunsLocal
-
The list of names of properties which will be accessed by this Generator.
- 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.web.bindery.requestfactory.server.LocatorServiceLayer
-
Returns true if the context method returns a
Request
and the domain method is non-static. - 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 intoServiceLayer.invoke(Method, Object...)
. - requiresServiceLocator(Method, Method) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- 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(Element) - Constructor for class com.google.gwt.user.client.ui.ResetButton
-
This constructor may be used by subclasses to explicitly use an existing element.
- ResetButton(SafeHtml) - 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) - Constructor for class com.google.gwt.user.client.ui.ResetButton
-
Creates a button with the given HTML caption.
- ResetButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.ResetButton
-
Creates a button with the given HTML caption and click listener.
- resetFocus() - Method in class com.google.gwt.user.cellview.client.CellTree
-
If this widget has focus, reset it.
- resetFocus() - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.View
-
Re-establish focus on an element within the view if the view already had focus.
- 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, C) - Method in class com.google.gwt.cell.client.IconCellDecorator
- resetFocus(Cell.Context, Element, String) - Method in class com.google.gwt.cell.client.EditTextCell
- resetFocus(Scheduler.ScheduledCommand) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Reset focus on an element.
- resetFocus(Scheduler.ScheduledCommand) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImplStandardBase
- resetFocusOnCell() - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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.CellTreeNodeView
-
Reset focus on this node.
- ResettableEventBus - Class in com.google.gwt.event.shared
-
Wraps {com.google.web.bindery.event.shared.ResettableEventBus} for legacy compatibility.
- 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.gwt.event.shared.ResettableEventBus
- ResettableEventBus(EventBus) - Constructor for class com.google.web.bindery.event.shared.ResettableEventBus
- resetTime(Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
-
Resets the date to have no time modifiers.
- resize(int, int) - Method in class com.google.gwt.user.client.ui.Grid
-
Resizes the grid.
- ResizeAnimation(PopupPanel) - Constructor for class com.google.gwt.user.client.ui.PopupPanel.ResizeAnimation
-
Create a new
PopupPanel.ResizeAnimation
. - resizeBy(int, int) - Static method in class com.google.gwt.user.client.Window
-
Resizes the window by the specified width and height.
- resizeColumnGroup(int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
-
Resize the column group element.
- 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 implementsRequiresResize
and automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize
. - 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. - resizeHandlerRegistration - Variable in class com.google.gwt.user.client.ui.DialogBox
- ResizeLayoutPanel - Class in com.google.gwt.user.client.ui
-
A simple panel that
ProvidesResize
to its one child, but does notRequiresResize
. - ResizeLayoutPanel() - Constructor for class com.google.gwt.user.client.ui.ResizeLayoutPanel
- ResizeLayoutPanel.Impl - Class in com.google.gwt.user.client.ui
-
Implementation of resize event.
- ResizeLayoutPanel.Impl.Delegate - Interface in com.google.gwt.user.client.ui
-
Delegate event handler.
- ResizeLayoutPanel.ImplStandard - Class in com.google.gwt.user.client.ui
-
Implementation of resize event.
- ResizeLayoutPanel.ImplTrident - Class in com.google.gwt.user.client.ui
-
Implementation of resize event used by IE.
- 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.
- resolve(Element) - Static method in class com.google.gwt.user.client.ui.PotentialElement
-
If given a PotentialElement, returns the real Element to be built from it.
- resolveChanges() - Method in class com.google.gwt.view.client.MultiSelectionModel
- resolveClass(String) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- 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.ServiceLayerCache
- resolveClass(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveClientType(Class<?>, Class<T>, boolean) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- 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.ServiceLayerCache
- resolveClientType(Class<?>, Class<T>, boolean) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveClientValue(Object, Type, Set<String>) - Method in class com.google.web.bindery.requestfactory.server.Resolver
-
Given a domain object, return a value that can be encoded by the client.
- resolveDomainClass(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- 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.ServiceLayerCache
- resolveDomainClass(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveDomainMethod(String) - Method in class com.google.web.bindery.requestfactory.server.FindServiceLayer
- resolveDomainMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- resolveDomainMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Return the domain service method associated with a RequestContext method declaration.
- resolveDomainMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- resolveDomainMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveDomainValue(Object, boolean) - Method in class com.google.web.bindery.requestfactory.server.Resolver
-
Convert a client-side value into a domain value.
- resolveExpression(String, String, String, String) - Static method in class com.google.gwt.resources.gss.ast.CssDotPathNode
- resolveLocator(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- 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.ServiceLayerCache
- resolveLocator(Class<?>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolvePotentialElement() - Method in class com.google.gwt.user.client.ui.Composite
- resolvePotentialElement() - Method in class com.google.gwt.user.client.ui.RenderablePanel
- resolvePotentialElement() - Method in class com.google.gwt.user.client.ui.UIObject
-
EXPERIMENTAL and subject to change.
- Resolver - Class in com.google.web.bindery.requestfactory.server
-
Responsible for converting between domain and client entities.
- Resolver(RequestState) - Constructor for class com.google.web.bindery.requestfactory.server.Resolver
-
Should only be called from
RequestState
. - resolveRequestContext(String) - Method in class com.google.web.bindery.requestfactory.server.FindServiceLayer
- resolveRequestContext(String) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- resolveRequestContext(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Find a RequestContext that should be used to fulfill the requested operation.
- resolveRequestContext(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- resolveRequestContext(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveRequestContextMethod(String) - Method in class com.google.web.bindery.requestfactory.server.FindServiceLayer
- resolveRequestContextMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- resolveRequestContextMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Find a RequestContext method declaration by name.
- resolveRequestContextMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- resolveRequestContextMethod(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveRequestFactory(String) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- resolveRequestFactory(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Loads and validates a RequestFactory interface.
- resolveRequestFactory(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- resolveRequestFactory(String) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- ResolverServiceLayer - Class in com.google.web.bindery.requestfactory.server
-
Implements all of the resolution methods in ServiceLayer.
- ResolverServiceLayer() - Constructor for class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Given a
RequestContext
method, find the service class referenced in theService
orServiceName
annotation. - resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- resolveServiceClass(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveServiceLocator(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.LocatorServiceLayer
- resolveServiceLocator(Class<? extends RequestContext>) - 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(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- resolveServiceLocator(Class<? extends RequestContext>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resolveTypeToken(Class<? extends BaseProxy>) - Method in class com.google.web.bindery.requestfactory.server.ResolverServiceLayer
- 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.ServiceLayerCache
- resolveTypeToken(Class<? extends BaseProxy>) - Method in class com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
- resource - Variable in class com.google.gwt.resources.converter.Css2Gss.Options
- ResourceCallback<R> - 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.
- resourceError(String) - Method in class com.google.gwt.i18n.client.Dictionary
- resourceErrorBadType(String) - Static method in class com.google.gwt.i18n.client.Dictionary
- ResourceException - Exception Class in com.google.gwt.resources.client
-
Associates a
ResourcePrototype
with a program error. - ResourceException(ResourcePrototype) - Constructor for exception class com.google.gwt.resources.client.ResourceException
- ResourceException(ResourcePrototype, String) - Constructor for exception class com.google.gwt.resources.client.ResourceException
- ResourceException(ResourcePrototype, String, Throwable) - Constructor for exception class 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.
- resources(CellBrowser.Resources) - Method in class com.google.gwt.user.cellview.client.CellBrowser.Builder
-
Set resources used for images.
- ResourceUrlFunction - Class in com.google.gwt.resources.gss
-
Gss function that create the needed nodes in order to correctly get the url of a resource.
- ResourceUrlFunction(ResourceContext) - Constructor for class com.google.gwt.resources.gss.ResourceUrlFunction
- ResourceUrlFunction(ResourceContext, ResourceUrlFunction.MethodByPathHelper) - Constructor for class com.google.gwt.resources.gss.ResourceUrlFunction
- ResourceUrlFunction.MethodByPathHelper - Interface in com.google.gwt.resources.gss
- respectAnnotations() - Method in class com.google.web.bindery.requestfactory.apt.State.ForTesting
- respectAnnotations() - Method in class com.google.web.bindery.requestfactory.apt.State
-
This switch allows the RfValidatorTest code to be worked on in the IDE without causing compilation failures.
- response() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
- 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() - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Response
-
Constructor for
SuggestOracle.Response
. - Response(Collection<? extends SuggestOracle.Suggestion>) - Constructor for class com.google.gwt.user.client.ui.SuggestOracle.Response
-
Constructor for
SuggestOracle.Response
. - ResponseImpl - Class in com.google.gwt.http.client
-
A
Response
implementation based on aXMLHttpRequest
. - ResponseImpl(XMLHttpRequest) - Constructor for class com.google.gwt.http.client.ResponseImpl
- 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.core.server.StackTraceDeobfuscator
-
Convenience method which resymbolizes an entire stack trace to extent possible.
- resymbolize(StackTraceElement, String) - Method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
Best effort resymbolization of a single stack trace element.
- retainAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- retainAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- reverseBytes(Uint8ArrayNative, int, int, Uint8ArrayNative, int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
-
Copy bytes from the underlying buffer to a temporary buffer, reversing them in the process.
- revive() - Method in class com.google.gwt.event.shared.GwtEvent
-
Revives the event.
- revive() - Method in class com.google.gwt.user.client.Event.NativePreviewEvent
- rewind() - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- RFC_2822 - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
-
RFC 2822 date format, fixed across all locales.
- RFC_2822 - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
-
RFC 2822 date format, fixed across all locales.
- RFC2822_PATTERN - Static variable in class com.google.gwt.i18n.shared.DateTimeFormat
- RfValidator - Class in com.google.web.bindery.requestfactory.apt
-
The entry point for annotation validation.
- RfValidator() - Constructor for class com.google.web.bindery.requestfactory.apt.RfValidator
- 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.
- RIDGE - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- right - Variable in class com.google.gwt.layout.client.Layout.Layer
- right(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- right(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- right(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the right css property.
- right(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the right css property.
- RIGHT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
- RIGHT - Enum constant in enum com.google.gwt.dom.client.Style.Clear
- RIGHT - Enum constant in enum com.google.gwt.dom.client.Style.Float
- RIGHT - Enum constant in enum com.google.gwt.dom.client.Style.TextAlign
- RIGHT - Enum constant in enum com.google.gwt.user.cellview.client.SimplePager.TextLocation
- RIGHT - Enum constant in enum com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
- RIGHT - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
"right" string constant.
- 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.
- rightUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- RLE - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
Unicode "Right-To-Left Embedding" (RLE) character.
- RLM - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
Unicode "Right-To-Left Mark" (RLM) character.
- RLM_STRING - Static variable in class com.google.gwt.i18n.shared.BidiFormatterBase.Format
-
String representation of RLM.
- Role - Interface in com.google.gwt.aria.client
-
A generic ARIA Role.
- ROLE_BUTTON - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_MENUBAR - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_MENUITEM - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_TAB - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_TABLIST - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_TABPANEL - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_TREE - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- ROLE_TREEITEM - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- RoleImpl - Class in com.google.gwt.aria.client
-
The base class for implementing a Role.
- RoleImpl(String) - Constructor for class com.google.gwt.aria.client.RoleImpl
- roleOf(Element) - Static method in class com.google.gwt.aria.client.Roles
-
Returns the WAI-ARIA role for the
element
. - Roles - Class in com.google.gwt.aria.client
-
A factory providing each concrete role in the ARIA specification.
- Roles() - Constructor for class com.google.gwt.aria.client.Roles
- ROLL_DOWN - Enum constant in enum com.google.gwt.user.client.ui.PopupPanel.AnimationType
- ROOT - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- 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. - rootNode - Variable in class com.google.gwt.user.cellview.client.CellTree
-
The hidden root node in the tree.
- 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.
- ROUND - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.LineCap
- ROUND - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.LineJoin
- ROW_HOVER - Enum constant in enum com.google.gwt.user.cellview.client.RowHoverEvent.HoveringScope
-
Change in the hovering row, the mouse is moving over different rows
- ROW_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- 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. - rowCountChangeHandler - Variable in class com.google.gwt.user.cellview.client.AbstractPager
- RowFormatter() - Constructor for class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
- RowgroupRole - Interface in com.google.gwt.aria.client
-
A type that represents the rowgroup role in the ARIA specification.
- RowgroupRoleImpl - Class in com.google.gwt.aria.client
-
Implements
RowgroupRole
. - RowgroupRoleImpl(String) - Constructor for class com.google.gwt.aria.client.RowgroupRoleImpl
- RowheaderRole - Interface in com.google.gwt.aria.client
-
A type that represents the rowheader role in the ARIA specification.
- RowheaderRoleImpl - Class in com.google.gwt.aria.client
-
Implements
RowheaderRole
. - RowheaderRoleImpl(String) - Constructor for class com.google.gwt.aria.client.RowheaderRoleImpl
- RowHoverEvent - Class in com.google.gwt.user.cellview.client
-
Represents a row hover event.
- RowHoverEvent(TableRowElement, boolean) - Constructor for class com.google.gwt.user.cellview.client.RowHoverEvent
-
Construct a new
RowHoverEvent
. - RowHoverEvent(TableRowElement, Event, boolean) - Constructor for class com.google.gwt.user.cellview.client.RowHoverEvent
-
Construct a new
RowHoverEvent
. - RowHoverEvent(TableRowElement, Event, boolean, RowHoverEvent.HoveringScope) - Constructor for class com.google.gwt.user.cellview.client.RowHoverEvent
-
Construct a new
RowHoverEvent
. - RowHoverEvent.Handler - Interface in com.google.gwt.user.cellview.client
-
Handler for
RowHoverEvent
. - RowHoverEvent.HoveringScope - Enum in com.google.gwt.user.cellview.client
-
Indicates the scope/area of the hover event
- RowRole - Interface in com.google.gwt.aria.client
-
A type that represents the row role in the ARIA specification.
- RowRoleImpl - Class in com.google.gwt.aria.client
-
Implements
RowRole
. - RowRoleImpl(String) - Constructor for class com.google.gwt.aria.client.RowRoleImpl
- rows(int) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- rows(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- rows(int) - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Number of text rows.
- rows(String) - Method in class com.google.gwt.dom.builder.client.DomFrameSetBuilder
- rows(String) - Method in interface com.google.gwt.dom.builder.shared.FrameSetBuilder
-
The number of rows of frames in the frameset.
- rows(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameSetBuilder
- rowSpan(int) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- rowSpan(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- rowSpan(int) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
Number of rows spanned by cell.
- 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.user.server.rpc.jakarta
-
Utility class for integrating with the RPC system.
- RPC - Class in com.google.gwt.user.server.rpc
-
Utility class for integrating with the RPC system.
- 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
RpcLogArtifact
s 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[], RpcToken, SerializationPolicy, int) - Constructor for class com.google.gwt.user.server.rpc.RPCRequest
-
Construct an RPCRequest.
- RPCRequest(Method, Object[], 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
- RPCServletUtils - Class in com.google.gwt.user.server.rpc.jakarta
-
Utility class containing helper methods used by servlets that integrate with the RPC system.
- 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 specifyingRpcToken
implementation using this annotation will only have serializers for the specific class generated, as opposed to generating serializers for allRpcToken
implementations. - RpcTokenException - Exception Class 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 class com.google.gwt.user.client.rpc.RpcTokenException
-
Constructs an instance with the default message.
- RpcTokenException(String) - Constructor for exception class 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
. - RTL - Enum constant in enum com.google.gwt.i18n.client.HasDirection.Direction
- rules(String) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- rules(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- rules(String) - Method in interface com.google.gwt.dom.builder.shared.TableBuilder
-
Specifies which internal table borders to render.
- 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.jakarta.RequestFactoryJarExtractor
-
Deprecated.Blocks until all work has been finished.
- run() - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
-
Deprecated.Blocks until all work has been finished.
- 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(int, double, Element) - Method in class com.google.gwt.animation.client.Animation
-
Run this animation at the given startTime.
- run(int, Element) - Method in class com.google.gwt.animation.client.Animation
-
Immediately run this animation.
- run(TestResult) - Method in class com.google.gwt.junit.client.GWTTestCase
-
Stashes
result
so that it can be accessed duringGWTTestCase.runTest()
. - RUN_IN - Enum constant in enum com.google.gwt.dom.client.Style.Display
- 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.
- 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. - RunAsyncCallback - Interface in com.google.gwt.core.client
-
A callback meant to be used by
GWT.runAsync(RunAsyncCallback)
. - 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.
- 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. - runPass() - Method in class com.google.gwt.resources.gss.BooleanConditionCollector
- runPass() - Method in class com.google.gwt.resources.gss.CreateRuntimeConditionalNodes
- runPass() - Method in class com.google.gwt.resources.gss.CssPrinter
- runPass() - Method in class com.google.gwt.resources.gss.ExtendedEliminateConditionalNodes
- runPass() - Method in class com.google.gwt.resources.gss.ExternalClassesCollector
- runPass() - Method in class com.google.gwt.resources.gss.ImageSpriteCreator
- runPass() - Method in class com.google.gwt.resources.gss.PermutationsCollector
- runPass() - Method in class com.google.gwt.resources.gss.RecordingBidiFlipper
- runPass() - Method in class com.google.gwt.resources.gss.RuntimeConditionalBlockCollector
- runPass() - Method in class com.google.gwt.resources.gss.ValidateRuntimeConditionalNode
- runTest() - Method in class com.google.gwt.junit.client.GWTTestCase
-
Runs the test via the
JUnitShell
environment. - RuntimeConditionalBlockCollector - Class in com.google.gwt.resources.gss
-
Visitor that collects conditional blocks containing conditions that need to be evaluated at runtime.
- RuntimeConditionalBlockCollector(VisitController) - Constructor for class com.google.gwt.resources.gss.RuntimeConditionalBlockCollector
- runtimeSupportCheck() - Method in class com.google.gwt.typedarrays.client.NativeImpl
- runtimeSupportCheck() - Method in class com.google.gwt.typedarrays.server.JavaImpl
- runtimeSupportCheck() - Method in class com.google.gwt.typedarrays.shared.TypedArrays.Impl
-
Check if the current environment actually does support typed arrays (including emulation).
S
- S_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- SAFE - Enum constant in enum com.google.gwt.codegen.server.StringGenerator.Type
- safeEval(String) - Static method in class com.google.gwt.core.client.JsonUtils
-
Evaluates a JSON expression safely.
- safeGet(String) - Method in class com.google.gwt.event.dom.client.PrivateMap
- 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
- SafeHtmlBidiFormatter.Factory - Class in com.google.gwt.i18n.shared
- 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.
- SafeHtmlString - Class in com.google.gwt.safehtml.shared
-
A string wrapped as an object of type
SafeHtml
. - SafeHtmlString(String) - Constructor for class com.google.gwt.safehtml.shared.SafeHtmlString
-
Constructs a
SafeHtmlString
from a string. - SafeHtmlStringGenerator - Class in com.google.gwt.codegen.server
-
Helper class to produce string expressions consisting of literals and computed values.
- SafeHtmlStringGenerator(StringBuilder) - Constructor for class com.google.gwt.codegen.server.SafeHtmlStringGenerator
-
Initialize the StringGenerator with an output buffer.
- 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.
- SafeImageCell - Class in com.google.gwt.cell.client
-
An
AbstractCell
used to render an image by using aSafeUri
. - SafeImageCell() - Constructor for class com.google.gwt.cell.client.SafeImageCell
-
Construct a new SafeImageCell.
- SafeImageCell.Template - Interface in com.google.gwt.cell.client
- safePut(String, V) - Method in class com.google.gwt.event.dom.client.PrivateMap
- 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
. - SafeStylesHostedModeUtils - Class in com.google.gwt.safecss.shared
-
SafeStyles utilities whose implementation differs between Development and Production Mode.
- SafeStylesHostedModeUtils() - Constructor for class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
- SafeStylesString - Class in com.google.gwt.safecss.shared
-
A string wrapped as an object of type
SafeStyles
. - SafeStylesString(String) - Constructor for class com.google.gwt.safecss.shared.SafeStylesString
-
Constructs a
SafeStylesString
from a string. - SafeStylesUtils - Class in com.google.gwt.safecss.shared
-
Utility class containing static methods for creating
SafeStyles
. - SafeStylesUtils.Impl - Class in com.google.gwt.safecss.shared
-
Deprecated.
- 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 undesired side effects or security risks. - SafeUri - Interface in com.google.gwt.safehtml.shared
-
An object that implements this interface encapsulates a URI that is guaranteed to be safe to use (with respect to potential Cross-Site-Scripting vulnerabilities) in a URL context, for example in a URL-typed attribute in an HTML document.
- SafeUriAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses
SafeUri
literals or references. - SafeUriAttributeParser(StringAttributeParser, FieldReferenceConverter, JType, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.SafeUriAttributeParser
-
Constructs an instance for particular use in html contexts, where {string.references} are acceptible.
- SafeUriAttributeParser(StringAttributeParser, FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.SafeUriAttributeParser
-
Constructs an instance for normal use, where String literals are okay but {string.references} are not.
- SafeUriHostedModeUtils - Class in com.google.gwt.safehtml.shared
-
SafeUri utilities whose implementation differs between Development and Production Mode.
- SafeUriHostedModeUtils() - Constructor for class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
- SafeUriString - Class in com.google.gwt.safehtml.shared
-
A string wrapped as an object of type
SafeUri
. - SafeUriString(String) - Constructor for class com.google.gwt.safehtml.shared.SafeUriString
-
Constructs a
SafeUriString
from a string. - sameOrEquals(Object, Object, Map<AutoBeanUtils.PendingComparison, AutoBeanUtils.Comparison>) - Static method in class com.google.web.bindery.autobean.shared.AutoBeanUtils
-
Compare two AutoBeans, this method has the type fan-out.
- Same-Origin Security Policy - Search tag in package com.google.gwt.http.client
- Section
- 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.
- scan(Element, State) - Method in class com.google.web.bindery.requestfactory.apt.ScannerBase
- scanAllInheritedMethods(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ScannerBase
- scanExtraType(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.ExtraTypesScanner
- scanExtraType(TypeElement) - Method in class com.google.web.bindery.requestfactory.apt.ReferredTypesCollector
- ScannerBase<R> - Class in com.google.web.bindery.requestfactory.apt
-
Contains utility methods for traversing RequestFactory declarations.
- ScannerBase() - Constructor for class com.google.web.bindery.requestfactory.apt.ScannerBase
- 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.RepeatingCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
- 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.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.RepeatingCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
- 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.ScheduledCommand) - Method in class com.google.gwt.core.client.testing.StubScheduler
- scheduleFinally(Scheduler.ScheduledCommand) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Schedules the command.
- 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
- scopeFiles - Variable in class com.google.gwt.resources.converter.Css2Gss.Options
- SCRIPT_CHUNK_SEPARATOR - Static variable in class com.google.gwt.core.linker.IFrameLinker
-
Deprecated.This string is inserted between script chunks.
- ScriptBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an script element.
- ScriptElement - Class in com.google.gwt.dom.client
-
Script statements.
- ScriptElement() - Constructor for class com.google.gwt.dom.client.ScriptElement
- ScriptFragmentEditsArtifact(String, int) - Constructor for class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
- ScriptInjector - Class in com.google.gwt.core.client
-
Dynamically create a script tag and attach it to the DOM.
- ScriptInjector.FromString - Class in com.google.gwt.core.client
-
Builder for directly injecting a script body into the DOM.
- ScriptInjector.FromUrl - Class in com.google.gwt.core.client
-
Build an injection call for adding a script by URL.
- 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
- SCROLL - Enum constant in enum com.google.gwt.dom.client.Style.Overflow
- SCROLL - Static variable in class com.google.gwt.dom.client.BrowserEvents
- scrollable - Variable in class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
The scrollable div used to create a scrollbar.
- scrollable - Variable in class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
The scrollable div used to create a scrollbar.
- scrollable() - Method in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.UiStyle
- ScrollbarRole - Interface in com.google.gwt.aria.client
-
A type that represents the scrollbar role in the ARIA specification.
- ScrollbarRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ScrollbarRole
. - ScrollbarRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ScrollbarRoleImpl
- 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. - ScrollImpl - Class in com.google.gwt.user.client.ui
-
Implementation of scrolling behavior.
- ScrollImpl() - Constructor for class com.google.gwt.user.client.ui.ScrollImpl
- ScrollImpl.ScrollImplTrident - Class in com.google.gwt.user.client.ui
-
IE does not fire a scroll event when the scrollable element or the container is resized, so we synthesize one as needed.
- ScrollImplTrident() - Constructor for class com.google.gwt.user.client.ui.ScrollImpl.ScrollImplTrident
- scrolling(String) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- scrolling(String) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- scrolling(String) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
Specify whether or not the frame should have scrollbars.
- scrolling(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- scrolling(String) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- scrolling(String) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Specify whether or not the frame should have scrollbars.
- scrollIntoView() - Method in class com.google.gwt.dom.client.Element
-
Scrolls this element into view.
- scrollIntoView(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- scrollIntoView(Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.scrollIntoView()
instead. - 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<H>)
- 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(Element, Element, Element) - Constructor for class com.google.gwt.user.client.ui.ScrollPanel
-
Creates an empty scroll panel using the specified root, scrollable, and container elements.
- 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.
- SE_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- SearchRole - Interface in com.google.gwt.aria.client
-
A type that represents the search role in the ARIA specification.
- SearchRoleImpl - Class in com.google.gwt.aria.client
-
Implements
SearchRole
. - SearchRoleImpl(String) - Constructor for class com.google.gwt.aria.client.SearchRoleImpl
- SectionheadRole - Interface in com.google.gwt.aria.client
-
A type that represents the sectionhead role in the ARIA specification.
- SectionRole - Interface in com.google.gwt.aria.client
-
A type that represents the section role in the ARIA specification.
- Security Warning: Image Bundle's use of the javax.image.imageio Classes - Search tag in interface com.google.gwt.user.client.ui.ImageBundle
- Section
- seen - Variable in class com.google.web.bindery.requestfactory.apt.State
- 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.
- SELECT - Enum constant in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
- selectAdd(SelectElement, OptionElement, OptionElement) - Method in class com.google.gwt.dom.client.DOMImpl
- 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.
- SelectBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an select element.
- selectClear(SelectElement) - Method in class com.google.gwt.dom.client.DOMImpl
- selected() - Method in class com.google.gwt.dom.builder.client.DomOptionBuilder
- selected() - Method in class com.google.gwt.dom.builder.shared.HtmlOptionBuilder
- selected() - Method in interface com.google.gwt.dom.builder.shared.OptionBuilder
-
Represents the current state of the corresponding form control, in an interactive user agent.
- selected(String) - Method in interface com.google.gwt.cell.client.SelectionCell.Template
- SELECTED - Static variable in class com.google.gwt.aria.client.State
- selectedIndex(int) - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- selectedIndex(int) - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- selectedIndex(int) - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
The ordinal index of the selected option, starting from 0.
- selectedRow() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to selected rows.
- selectedRowCell() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to cells in selected rows.
- selectedSet - Variable in class com.google.gwt.view.client.MultiSelectionModel
- SelectedValue - Enum in com.google.gwt.aria.client
-
State enum for 'aria-selected' values.
- 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
- selectGetLength(SelectElement) - Method in class com.google.gwt.dom.client.DOMImpl
- selectGetOptions(SelectElement) - Method in class com.google.gwt.dom.client.DOMImpl
- 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. - SelectionCell.Template - Interface in com.google.gwt.cell.client
- SelectionChange(T, boolean) - Constructor for class com.google.gwt.view.client.MultiSelectionModel.SelectionChange
- SelectionChangeEvent - Class in com.google.gwt.view.client
-
Represents a selection change event.
- SelectionChangeEvent() - Constructor for class com.google.gwt.view.client.SelectionChangeEvent
-
Creates a selection change event.
- SelectionChangeEvent.Handler - Interface in com.google.gwt.view.client
-
Handler interface for
SelectionChangeEvent
events. - SelectionChangeEvent.HasSelectionChangedHandlers - Interface in com.google.gwt.view.client
-
Interface specifying that a class can add
SelectionChangeEvent.Handler
s. - 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. - 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.
- selectRemoveOption(SelectElement, int) - Method in class com.google.gwt.dom.client.DOMImpl
- SelectRole - Interface in com.google.gwt.aria.client
-
A type that represents the select role in the ARIA specification.
- selectTab(int) - Method in class com.google.gwt.user.client.ui.TabBar
-
Programmatically selects the specified tab and fires events.
- selectTab(int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Programmatically selects the specified tab and fires events.
- 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.TabBar
-
Programmatically selects the specified tab.
- selectTab(int, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Programmatically selects the specified tab.
- selectTab(int, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
-
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.
- send() - Method in class com.google.gwt.http.client.RequestBuilder
-
Sends an HTTP request based on the current builder configuration.
- 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.jsonp.client.JsonpRequest
-
Sends a request using the JSONP mechanism.
- send(String) - Method in class com.google.gwt.jsonp.client.JsonpRequestBuilder
-
Sends a JSONP request and does not expect any results.
- send(String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Initiates a request with data.
- 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.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.
- send(String, RequestTransport.TransportReceiver) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequestTransport
-
No-op.
- send(String, RequestTransport.TransportReceiver) - Method in class com.google.web.bindery.requestfactory.vm.testing.UrlRequestTransport
- 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.
- SeparatorRole - Interface in com.google.gwt.aria.client
-
A type that represents the separator role in the ARIA specification.
- SeparatorRoleImpl - Class in com.google.gwt.aria.client
-
Implements
SeparatorRole
. - SeparatorRoleImpl(String) - Constructor for class com.google.gwt.aria.client.SeparatorRoleImpl
- SerializableException - Exception Class in com.google.gwt.user.client.rpc
-
Deprecated.As of GWT 1.5,
Exception
implementsSerializable
and can be used in place of this class - SerializableException() - Constructor for exception class com.google.gwt.user.client.rpc.SerializableException
-
Deprecated.The default constructor.
- SerializableException(String) - Constructor for exception class com.google.gwt.user.client.rpc.SerializableException
-
Deprecated.Constructs a serializable exception with the specified message.
- SerializableThrowable - Exception Class in com.google.gwt.core.shared
-
A serializable copy of a
Throwable
, including its causes and stack trace. - SerializableThrowable(String, String) - Constructor for exception class com.google.gwt.core.shared.SerializableThrowable
-
Constructs a new SerializableThrowable with the specified detail message.
- SERIALIZATION_POLICY_FILE_ENCODING - Static variable in class com.google.gwt.user.server.rpc.SerializationPolicyLoader
-
Default encoding for serialization policy files.
- SerializationException - Exception Class in com.google.gwt.user.client.rpc
-
Base exception type for errors relating to the serialization stream.
- SerializationException() - Constructor for exception class com.google.gwt.user.client.rpc.SerializationException
- SerializationException(String) - Constructor for exception class com.google.gwt.user.client.rpc.SerializationException
- SerializationException(String, Throwable) - Constructor for exception class com.google.gwt.user.client.rpc.SerializationException
- SerializationException(Throwable) - Constructor for exception class 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
- SerializationPolicyClient - Class in com.google.gwt.user.server.rpc.jakarta
-
A simple and relatively naive client for downloading serialization policies from a URL.
- SerializationPolicyClient - Class in com.google.gwt.user.server.rpc
-
A simple and relatively naive client for downloading serialization policies from a URL.
- SerializationPolicyClient(int, int) - Constructor for class com.google.gwt.user.server.rpc.jakarta.SerializationPolicyClient
-
Creates an client with the given configuration,
- SerializationPolicyClient(int, int) - Constructor for class com.google.gwt.user.server.rpc.SerializationPolicyClient
-
Creates an client with the given configuration,
- SerializationPolicyClient.Logger - Interface in com.google.gwt.user.server.rpc.jakarta
-
Destination for the loader's log messages.
- SerializationPolicyClient.Logger - Interface in com.google.gwt.user.server.rpc
-
Destination for the loader's log messages.
- 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
SerializationStreamReader
s andSerializationStreamWriter
s. - 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.web.bindery.requestfactory.shared.ProxySerializer
-
Store a proxy into the backing store.
- SerializedTypeViolationException - Exception Class in com.google.gwt.user.client.rpc
-
Exception that will be passed to the
AsyncCallback.onFailure(Throwable)
method when the value of an argument to a method in an RPC message is of the incorrect type. - SerializedTypeViolationException() - Constructor for exception class com.google.gwt.user.client.rpc.SerializedTypeViolationException
-
Constructor used by RPC serialization.
- SerializedTypeViolationException(String) - Constructor for exception class com.google.gwt.user.client.rpc.SerializedTypeViolationException
-
Constructs an instance with the specified message.
- SerializedTypeViolationException(String, Throwable) - Constructor for exception class com.google.gwt.user.client.rpc.SerializedTypeViolationException
-
Constructs an instance with the specified message and cause.
- 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.web.bindery.requestfactory.shared.messages.IdMessage
- ServerCustomFieldSerializer<T> - Class in com.google.gwt.user.server.rpc
-
An interface that may be implemented by server-side class-based custom field serializers.
- ServerCustomFieldSerializer() - Constructor for class com.google.gwt.user.server.rpc.ServerCustomFieldSerializer
- 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.web.bindery.requestfactory.shared.messages
-
Encapsulates a ServerFailure object.
- ServerGwtBridge - Class in com.google.gwt.core.server
-
Implements GWT.* methods for the server.
- ServerGwtBridge() - Constructor for class com.google.gwt.core.server.ServerGwtBridge
- ServerGwtBridge.ClassInstantiator - Interface in com.google.gwt.core.server
-
Something that knows how to provide an instance of a requested class.
- ServerGwtBridge.ClassInstantiatorBase - Class in com.google.gwt.core.server
-
Helper class that provides some wrappers for looking up and instantiating a class.
- ServerGwtBridge.Properties - Interface in com.google.gwt.core.server
-
An interface for accessing property values.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.core.server.jakarta.GwtServletBase
- service(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.core.server.GwtServletBase
- 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 Class in com.google.gwt.user.client.rpc
-
This exception is thrown when a service is invoked without
ServiceDefTarget.setServiceEntryPoint(String)
having been called. - ServiceLayer - Class in com.google.web.bindery.requestfactory.server
-
The ServiceLayer mediates all interactions between the
SimpleRequestProcessor
and the domain environment. - ServiceLayer() - Constructor for class com.google.web.bindery.requestfactory.server.ServiceLayer
-
Not generally-extensible.
- ServiceLayerCache - Class in com.google.web.bindery.requestfactory.server
-
A cache for idempotent methods in
ServiceLayer
. - ServiceLayerCache() - Constructor for class com.google.web.bindery.requestfactory.server.ServiceLayerCache
- 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.web.bindery.requestfactory.shared
-
A ServiceLocator provides instances of a type specified by a
Service
whenRequest
methods declared in aRequestContext
are mapped onto instance (non-static) methods. - serviceLocatorType - Variable in class com.google.web.bindery.requestfactory.apt.State
- 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
- SESSION_STORAGE - Static variable in class com.google.gwt.storage.client.StorageImpl
- sessionCookieName - Variable in class com.google.gwt.user.server.rpc.jakarta.XsrfProtectedServiceServlet
- sessionCookieName - Variable in class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
- set(byte[]) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(byte[]) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(byte[]) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(byte[], int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(byte[], int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(byte[], int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(double[]) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- set(double[]) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(double[]) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- set(double[]) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(double[]) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(double[]) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(double[], int) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- set(double[], int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(double[], int) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- set(double[], int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(double[], int) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(double[], int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(float[]) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- set(float[]) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- set(float[]) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(float[], int) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- set(float[], int) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- set(float[], int) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(int[]) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(int[]) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- set(int[]) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(int[]) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- set(int[]) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(int[]) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(int[]) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(int[]) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- set(int[]) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(int[]) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- set(int[]) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(int[]) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(int[]) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(int[]) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(int[]) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(int[]) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(int[], int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(int[], int) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- set(int[], int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(int[], int) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- set(int[], int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(int[], int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(int[], int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(int[], int) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- set(int[], int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(int[], int) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- set(int[], int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(int[], int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(int[], int) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(int[], int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(int[], int) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(int[], int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(int, boolean) - Method in class com.google.gwt.core.client.JsArrayBoolean
-
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, double) - Method in class com.google.gwt.core.client.JsArrayNumber
-
Sets the value value at a given index.
- set(int, double) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- set(int, double) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(int, double) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- set(int, double) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(int, double) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Set one element in this view.
- set(int, double) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set one element in this view.
- set(int, float) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- set(int, float) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- set(int, float) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Set one element in this view.
- 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, int) - Method in class com.google.gwt.core.client.JsArrayInteger
-
Sets the value value at a given index.
- set(int, int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(int, int) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- set(int, int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(int, int) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- set(int, int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(int, int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(int, int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(int, int) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- set(int, int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(int, int) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- set(int, int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(int, int) - Method in class com.google.gwt.typedarrays.server.Uint8ClampedArrayImpl
- set(int, int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set one element in this view.
- set(int, int) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Set one element in this view.
- set(int, int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set one element in this view.
- set(int, int) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Set one element in this view.
- set(int, int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set one element in this view.
- set(int, long) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(int, long) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(int, long) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set one element in this view.
- set(int, JavaScriptObject) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Sets the object 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.core.client.JsArrayMixed
-
Sets the String 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, String) - Method in class com.google.gwt.regexp.shared.SplitResult
-
Sets (overrides) one of the strings split off.
- set(int, T) - Method in class com.google.gwt.core.client.JsArray
-
Sets the object value at a given index.
- set(int, T) - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- set(long[]) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(long[]) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(long[]) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(long[], int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(long[], int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(long[], int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(short[]) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(short[]) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(short[]) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(short[]) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(short[]) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(short[]) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(short[]) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set multiple elements in this view from an array, storing starting at 0.
- set(short[], int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(short[], int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(short[], int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(short[], int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(short[], int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(short[], int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(short[], int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set multiple elements in this view from an array, storing starting at the requested offset.
- set(Element) - Method in interface com.google.gwt.aria.client.Role
-
Sets the 'role' attribute of the given
element
to the appropriate value for this role. - set(Element) - Method in class com.google.gwt.aria.client.RoleImpl
- set(Element, T...) - Method in class com.google.gwt.aria.client.Attribute
-
Sets the state/property
value
for the HTML elementelement
. - set(Float32Array) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- set(Float32Array) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- set(Float32Array) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Float32Array, int) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- set(Float32Array, int) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- set(Float32Array, int) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Float32Array, JsArrayNumber) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Float32Array, JsArrayNumber, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Float64Array) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- set(Float64Array) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- set(Float64Array) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Float64Array, int) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- set(Float64Array, int) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- set(Float64Array, int) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Float64Array, JsArrayNumber) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Float64Array, JsArrayNumber, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Int16Array) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(Int16Array) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(Int16Array) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Int16Array, int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- set(Int16Array, int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- set(Int16Array, int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Int16Array, JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Int16Array, JsArrayInteger, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Int32Array) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- set(Int32Array) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- set(Int32Array) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Int32Array, int) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- set(Int32Array, int) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- set(Int32Array, int) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Int32Array, JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Int32Array, JsArrayInteger, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Int8Array) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(Int8Array) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(Int8Array) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Int8Array, int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- set(Int8Array, int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- set(Int8Array, int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Int8Array, JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Int8Array, JsArrayInteger, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint16Array) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- set(Uint16Array) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- set(Uint16Array) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Uint16Array, int) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- set(Uint16Array, int) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- set(Uint16Array, int) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Uint16Array, JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint16Array, JsArrayInteger, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint32Array) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(Uint32Array) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(Uint32Array) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Uint32Array, int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- set(Uint32Array, int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- set(Uint32Array, int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Uint32Array, JsArrayNumber) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint32Array, JsArrayNumber, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint8Array) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(Uint8Array) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(Uint8Array) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(Uint8Array) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set multiple elements in this view from another view, storing starting at 0.
- set(Uint8Array, int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- set(Uint8Array, int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- set(Uint8Array, int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- set(Uint8Array, int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Set multiple elements in this view from another view, storing starting at the requested offset.
- set(Uint8Array, JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint8Array, JsArrayInteger, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint8ClampedArray, JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- set(Uint8ClampedArray, JsArrayInteger, int) - Static method in class com.google.gwt.typedarrays.client.JsUtils
- 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(char) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Sets the cell's 'access key'.
- 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.client.ui.ValueListBox
- setAccessKey(char) - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Sets the date box's 'access key'.
- 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.
- setAction(SafeUri) - Method in class com.google.gwt.dom.client.FormElement
-
Server-side form handler.
- setAction(SafeUri) - Method in class com.google.gwt.user.client.ui.FormPanel
-
Sets the 'action' associated with this form.
- 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.cellview.client.DataGrid
-
Sets whether this grid always shows its scroll bars, or only when necessary.
- setAlwaysShowScrollBars(boolean) - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
- 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.
- setAnimation(PopupPanel.ResizeAnimation) - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Sets the animation used to animate this popup.
- 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.
- setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
- setAnimationEnabled(boolean) - Method in class com.google.gwt.user.client.ui.Tree
- setAnimationEnabledImpl(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
- setAnimationEnabledImpl(boolean) - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
-
Deprecated.implemented in DefaultSuggestionDisplay
- setAnimationType(PopupPanel.AnimationType) - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Set the type of animation to use when opening and closing the popup.
- 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.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in interface com.google.gwt.aria.client.CompositeRole
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.GridRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in interface com.google.gwt.aria.client.GroupRole
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.GroupRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.MenubarRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.MenuRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.RowgroupRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.RowRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in interface com.google.gwt.aria.client.TextboxRole
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.ToolbarRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- setAriaActivedescendantProperty(Element, Id) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- setAriaAtomicProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.Role
- setAriaAtomicProperty(Element, boolean) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaAutocompleteProperty(Element, AutocompleteValue) - Method in interface com.google.gwt.aria.client.ComboboxRole
- setAriaAutocompleteProperty(Element, AutocompleteValue) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- setAriaAutocompleteProperty(Element, AutocompleteValue) - Method in interface com.google.gwt.aria.client.TextboxRole
- setAriaAutocompleteProperty(Element, AutocompleteValue) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- setAriaBusyState(Element, boolean) - Method in interface com.google.gwt.aria.client.Role
- setAriaBusyState(Element, boolean) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaCheckedState(Element, CheckedValue) - Method in interface com.google.gwt.aria.client.CheckboxRole
- setAriaCheckedState(Element, CheckedValue) - Method in class com.google.gwt.aria.client.CheckboxRoleImpl
- setAriaCheckedState(Element, CheckedValue) - Method in class com.google.gwt.aria.client.MenuitemcheckboxRoleImpl
- setAriaCheckedState(Element, CheckedValue) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- setAriaCheckedState(Element, CheckedValue) - Method in interface com.google.gwt.aria.client.OptionRole
- setAriaCheckedState(Element, CheckedValue) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- setAriaCheckedState(Element, CheckedValue) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- setAriaCheckedState(Element, CheckedValue) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- setAriaControlsProperty(Element, Id...) - Method in interface com.google.gwt.aria.client.Role
- setAriaControlsProperty(Element, Id...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaControlsProperty(Element, Id...) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- setAriaDescribedbyProperty(Element, Id...) - Method in interface com.google.gwt.aria.client.Role
- setAriaDescribedbyProperty(Element, Id...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaDisabledState(Element, boolean) - Method in interface com.google.gwt.aria.client.Role
- setAriaDisabledState(Element, boolean) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaDropeffectProperty(Element, DropeffectValue...) - Method in interface com.google.gwt.aria.client.Role
- setAriaDropeffectProperty(Element, DropeffectValue...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.AlertdialogRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.AlertRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ApplicationRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ArticleRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.BannerRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.ButtonRole
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ButtonRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ComplementaryRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ContentinfoRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.DefinitionRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.DialogRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.DirectoryRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.DocumentRole
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.DocumentRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.FormRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.GridRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.GroupRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.HeadingRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ImgRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.LinkRole
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.LinkRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ListRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.LogRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.MainRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.MarqueeRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.MathRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.MenubarRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.MenuRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.NavigationRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.NoteRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.RegionRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.RowgroupRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.RowRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.SearchRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.SectionheadRole
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.SectionRole
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.SeparatorRole
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.SeparatorRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.StatusRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TabpanelRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TabRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TimerRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.ToolbarRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TooltipRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- setAriaExpandedState(Element, ExpandedValue) - Method in interface com.google.gwt.aria.client.WindowRole
- setAriaFlowtoProperty(Element, Id...) - Method in interface com.google.gwt.aria.client.Role
- setAriaFlowtoProperty(Element, Id...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaGrabbedState(Element, GrabbedValue) - Method in interface com.google.gwt.aria.client.Role
- setAriaGrabbedState(Element, GrabbedValue) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaHaspopupProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.Role
- setAriaHaspopupProperty(Element, boolean) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaHiddenState(Element, boolean) - Method in interface com.google.gwt.aria.client.Role
- setAriaHiddenState(Element, boolean) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaInvalidState(Element, InvalidValue) - Method in interface com.google.gwt.aria.client.Role
- setAriaInvalidState(Element, InvalidValue) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaLabelledbyProperty(Element, Id...) - Method in interface com.google.gwt.aria.client.Role
- setAriaLabelledbyProperty(Element, Id...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaLabelProperty(Element, String) - Method in interface com.google.gwt.aria.client.Role
- setAriaLabelProperty(Element, String) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaLevelProperty(Element, int) - Method in interface com.google.gwt.aria.client.GridRole
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.GridRoleImpl
- setAriaLevelProperty(Element, int) - Method in interface com.google.gwt.aria.client.HeadingRole
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.HeadingRoleImpl
- setAriaLevelProperty(Element, int) - Method in interface com.google.gwt.aria.client.ListitemRole
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- setAriaLevelProperty(Element, int) - Method in interface com.google.gwt.aria.client.RowRole
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.RowRoleImpl
- setAriaLevelProperty(Element, int) - Method in interface com.google.gwt.aria.client.TablistRole
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.TablistRoleImpl
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- setAriaLevelProperty(Element, int) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- setAriaLiveProperty(Element, LiveValue) - Method in interface com.google.gwt.aria.client.Role
- setAriaLiveProperty(Element, LiveValue) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaMultilineProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.TextboxRole
- setAriaMultilineProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- setAriaMultiselectableProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.GridRole
- setAriaMultiselectableProperty(Element, boolean) - Method in class com.google.gwt.aria.client.GridRoleImpl
- setAriaMultiselectableProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.ListboxRole
- setAriaMultiselectableProperty(Element, boolean) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- setAriaMultiselectableProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- setAriaMultiselectableProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.TreeRole
- setAriaMultiselectableProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- setAriaOrientationProperty(Element, OrientationValue) - Method in interface com.google.gwt.aria.client.ScrollbarRole
- setAriaOrientationProperty(Element, OrientationValue) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- setAriaOrientationProperty(Element, OrientationValue) - Method in interface com.google.gwt.aria.client.SeparatorRole
- setAriaOrientationProperty(Element, OrientationValue) - Method in class com.google.gwt.aria.client.SeparatorRoleImpl
- setAriaOrientationProperty(Element, OrientationValue) - Method in interface com.google.gwt.aria.client.SliderRole
- setAriaOrientationProperty(Element, OrientationValue) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- setAriaOwnsProperty(Element, Id...) - Method in interface com.google.gwt.aria.client.Role
- setAriaOwnsProperty(Element, Id...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaPosinsetProperty(Element, int) - Method in interface com.google.gwt.aria.client.ListitemRole
- setAriaPosinsetProperty(Element, int) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- setAriaPosinsetProperty(Element, int) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- setAriaPosinsetProperty(Element, int) - Method in interface com.google.gwt.aria.client.OptionRole
- setAriaPosinsetProperty(Element, int) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- setAriaPosinsetProperty(Element, int) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- setAriaPosinsetProperty(Element, int) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- setAriaPressedState(Element, PressedValue) - Method in interface com.google.gwt.aria.client.ButtonRole
- setAriaPressedState(Element, PressedValue) - Method in class com.google.gwt.aria.client.ButtonRoleImpl
- setAriaReadonlyProperty(Element, boolean) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- setAriaReadonlyProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.GridcellRole
- setAriaReadonlyProperty(Element, boolean) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- setAriaReadonlyProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.GridRole
- setAriaReadonlyProperty(Element, boolean) - Method in class com.google.gwt.aria.client.GridRoleImpl
- setAriaReadonlyProperty(Element, boolean) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- setAriaReadonlyProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.TextboxRole
- setAriaReadonlyProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- setAriaReadonlyProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- setAriaRelevantProperty(Element, RelevantValue...) - Method in interface com.google.gwt.aria.client.Role
- setAriaRelevantProperty(Element, RelevantValue...) - Method in class com.google.gwt.aria.client.RoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.ComboboxRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.ComboboxRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.GridcellRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.ListboxRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.ListboxRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.RadiogroupRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.RadiogroupRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.SpinbuttonRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.TextboxRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TextboxRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TreegridRoleImpl
- setAriaRequiredProperty(Element, boolean) - Method in interface com.google.gwt.aria.client.TreeRole
- setAriaRequiredProperty(Element, boolean) - Method in class com.google.gwt.aria.client.TreeRoleImpl
- setAriaSelected(boolean) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- setAriaSelectedCell(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
-
Sets aria-selected in the given date's cell and clears the other cells.
- setAriaSelectedCell(Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in interface com.google.gwt.aria.client.GridcellRole
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.GridcellRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in interface com.google.gwt.aria.client.OptionRole
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in interface com.google.gwt.aria.client.RowRole
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.RowRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in interface com.google.gwt.aria.client.TabRole
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.TabRoleImpl
- setAriaSelectedState(Element, SelectedValue) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- setAriaSetsizeProperty(Element, int) - Method in interface com.google.gwt.aria.client.ListitemRole
- setAriaSetsizeProperty(Element, int) - Method in class com.google.gwt.aria.client.ListitemRoleImpl
- setAriaSetsizeProperty(Element, int) - Method in class com.google.gwt.aria.client.MenuitemradioRoleImpl
- setAriaSetsizeProperty(Element, int) - Method in interface com.google.gwt.aria.client.OptionRole
- setAriaSetsizeProperty(Element, int) - Method in class com.google.gwt.aria.client.OptionRoleImpl
- setAriaSetsizeProperty(Element, int) - Method in class com.google.gwt.aria.client.RadioRoleImpl
- setAriaSetsizeProperty(Element, int) - Method in class com.google.gwt.aria.client.TreeitemRoleImpl
- setAriaSortProperty(Element, SortValue) - Method in interface com.google.gwt.aria.client.ColumnheaderRole
- setAriaSortProperty(Element, SortValue) - Method in class com.google.gwt.aria.client.ColumnheaderRoleImpl
- setAriaSortProperty(Element, SortValue) - Method in interface com.google.gwt.aria.client.RowheaderRole
- setAriaSortProperty(Element, SortValue) - Method in class com.google.gwt.aria.client.RowheaderRoleImpl
- setAriaValuemaxProperty(Element, Number) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- setAriaValuemaxProperty(Element, Number) - Method in interface com.google.gwt.aria.client.RangeRole
- setAriaValuemaxProperty(Element, Number) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- setAriaValuemaxProperty(Element, Number) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- setAriaValuemaxProperty(Element, Number) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- setAriaValueminProperty(Element, Number) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- setAriaValueminProperty(Element, Number) - Method in interface com.google.gwt.aria.client.RangeRole
- setAriaValueminProperty(Element, Number) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- setAriaValueminProperty(Element, Number) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- setAriaValueminProperty(Element, Number) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- setAriaValuenowProperty(Element, Number) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- setAriaValuenowProperty(Element, Number) - Method in interface com.google.gwt.aria.client.RangeRole
- setAriaValuenowProperty(Element, Number) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- setAriaValuenowProperty(Element, Number) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- setAriaValuenowProperty(Element, Number) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- setAriaValuetextProperty(Element, String) - Method in class com.google.gwt.aria.client.ProgressbarRoleImpl
- setAriaValuetextProperty(Element, String) - Method in interface com.google.gwt.aria.client.RangeRole
- setAriaValuetextProperty(Element, String) - Method in class com.google.gwt.aria.client.ScrollbarRoleImpl
- setAriaValuetextProperty(Element, String) - Method in class com.google.gwt.aria.client.SliderRoleImpl
- setAriaValuetextProperty(Element, String) - Method in class com.google.gwt.aria.client.SpinbuttonRoleImpl
- 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(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use the more appropriately named
Element.setPropertyString(String, String)
instead. - setAttribute(String, String) - Method in class com.google.gwt.dom.client.Element
-
Adds a new attribute.
- setAttribute(String, String) - Method in interface com.google.gwt.xml.client.Element
-
This method sets the attribute specified by
name
tovalue
. - setAutoFooterRefreshDisabled(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Enable or disable auto footer refresh when row data is changed.
- setAutoHeaderRefreshDisabled(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Enable or disable auto header refresh when row data is changed.
- 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
Element.setPropertyBoolean(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 - Variable in class com.google.gwt.layout.client.Layout.Layer
- setBottom(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the bottom css property.
- setBottom(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Convenience method to set bottom offset of an element.
- 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.
- setBridge(GWTBridge) - Static method in class com.google.gwt.core.client.GWT
-
Called via reflection in Development Mode; do not ever call this method in Production Mode.
- setBridge(GWTBridge) - Static method in class com.google.gwt.core.shared.GWT
-
Called via reflection in Development Mode; do not ever call this method in Production Mode.
- setCallback(Callback<Void, Exception>) - Method in class com.google.gwt.core.client.ScriptInjector.FromUrl
-
Specify a callback to be invoked when the script is loaded or loading encounters an error.
- 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.user.client.ui.FormPanel.SubmitEvent
-
Deprecated.Use
FormPanel.SubmitEvent.cancel()
instead - 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(FieldSetElement, Element, SafeHtml) - 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, 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.CaptionPanelImpl
- setCaption(FieldSetElement, Element, String, boolean) - 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.CaptionPanelImplSafari
- setCaption(TableCaptionElement) - Method in class com.google.gwt.dom.client.TableElement
-
The table's CAPTION, or null if none exists.
- setCaption(String) - Method in interface com.google.gwt.user.client.ui.HasCaption
-
Sets this widget's caption.
- setCaptionHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.CaptionPanel
-
Sets the caption for the panel using a SafeHtml string.
- setCaptionHTML(String) - Method in class com.google.gwt.user.client.ui.CaptionPanel
-
Sets the caption for the panel using an HTML fragment.
- 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.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(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.CellPanel
-
Sets the height of the cell associated with the given widget, related to the panel as a whole.
- setCellHeight(Widget, String) - Method in class com.google.gwt.user.client.ui.DockPanel
- setCellHorizontalAlignment(Element, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
- setCellHorizontalAlignment(Element, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
-
Deprecated.Call and override
CellPanel.setCellHorizontalAlignment(Element, HorizontalAlignmentConstant)
instead. - setCellHorizontalAlignment(IsWidget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
-
Overloaded version for IsWidget.
- setCellHorizontalAlignment(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
-
Sets the horizontal alignment of the given widget within its cell.
- setCellHorizontalAlignment(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
- setCellPadding(int) - Method in class com.google.gwt.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.
- setCellStyleNames(String) - Method in class com.google.gwt.user.cellview.client.Column
-
Set extra style names that should be applied to every cell.
- setCellVerticalAlignment(Element, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
- setCellVerticalAlignment(Element, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
-
Deprecated.Call and override
CellPanel.setCellVerticalAlignment(Element, VerticalAlignmentConstant)
instead. - setCellVerticalAlignment(IsWidget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
-
Overloaded version for IsWidget.
- setCellVerticalAlignment(Widget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.CellPanel
-
Sets the vertical alignment of the given widget within its cell.
- setCellVerticalAlignment(Widget, HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
- setCellWidth(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.CellPanel
-
Sets the width of the cell associated with the given widget, related to the panel as a whole.
- setCellWidth(Widget, String) - Method in class com.google.gwt.user.client.ui.DockPanel
- 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 class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- setChildOpen(int, boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- 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 class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
- setChildOpen(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- 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(SafeUri) - Method in class com.google.gwt.dom.client.ModElement
-
A URI designating a document that describes the reason for the change.
- setCite(SafeUri) - Method in class com.google.gwt.dom.client.QuoteElement
-
A URI designating a source document or message.
- 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(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Sets the elements css class name.
- setClassName(String) - Method in class com.google.gwt.dom.client.Element
-
The class attribute of the element.
- setClear(Style.Clear) - Method in class com.google.gwt.dom.client.Style
-
Sets the 'clear' CSS property.
- setClientId(int) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- setClientOnly(boolean) - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
- setClientOnly(boolean) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Set to
true
to indicate that only JVM-client support code needs to be generated. - setCode(String) - Method in class com.google.gwt.dom.client.ObjectElement
-
Applet class file.
- setCollapseLeft(boolean) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Sets whether the left-side of the UI component is collapsed (sharing border with the component to its left).
- setCollapseLeft(boolean) - Method in interface com.google.gwt.cell.client.IsCollapsible
-
Sets whether the left-side of the UI component is collapsed (sharing border with the component to its left).
- setCollapseRight(boolean) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Sets whether the right-side of the UI component is collapsed (sharing border with the component to its right).
- setCollapseRight(boolean) - Method in interface com.google.gwt.cell.client.IsCollapsible
-
Sets whether the right-side of the UI component is collapsed (sharing border with the component to its right).
- setColor(String) - Method in class com.google.gwt.dom.client.Style
-
Sets the color CSS property.
- setCols(int) - Method in class com.google.gwt.dom.client.TextAreaElement
-
Width of control (in characters).
- setCols(String) - Method in class com.google.gwt.dom.client.FrameSetElement
-
The number of columns of frames in the frameset.
- 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(int, double, Style.Unit) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the width of a
Column
. - setColumnWidth(int, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the width of a
Column
. - setColumnWidth(int, String) - Method in class com.google.gwt.user.cellview.client.DataGrid.TableWidget
- setColumnWidth(Column<T, ?>, double, Style.Unit) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
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
. - setColumnWidth(Column<T, ?>, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the width of a
Column
. - setColumnWidth(Column<T, ?>, String) - 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
-
Deprecated.use
MenuItem.setScheduledCommand(ScheduledCommand)
instead - 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.
- setComparator(Comparator<String>) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
-
Sets the comparator used for sorting candidates from search.
- 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 aValidator
. - 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.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(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
-
Sets the content widget which can be opened and closed by this panel.
- setContent(String) - Method in class com.google.gwt.dom.client.MetaElement
-
Associated information.
- setContents(StyleElement, String) - Static method in class com.google.gwt.dom.client.StyleInjector
-
Replace the contents of a previously-injected stylesheet.
- setContents(StyleElement, String) - Method in class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
-
Deprecated.
- 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.
- setCumulativeElapsedMillis(int) - Method in class com.google.gwt.touch.client.Momentum.State
-
Set the cumulative elapsed time in milliseconds since momentum took over.
- setCurrentFace(CustomButton.Face) - Method in class com.google.gwt.user.client.ui.CustomButton
- 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()
andDatePicker.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(SafeUri) - 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.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
. - setData(String, String) - Method in class com.google.gwt.dom.client.DataTransfer
-
Set the data for the specified format to associate with all drag events in the current drag and drop sequence.
- setData(String, String) - Method in class com.google.gwt.event.dom.client.DragDropEventBase
-
Set the data in the
DataTransfer
object for the specified format. - 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.NodeInfo
. - setDataStoreName(String) - Method in class com.google.gwt.user.cellview.client.Column
-
Sets a string that identifies this column in a data query.
- setDate(int) - Method in class com.google.gwt.core.client.JsDate
-
Sets the day of the month.
- setDatePicker(DatePicker) - Method in class com.google.gwt.user.datepicker.client.DatePickerComponent
- setDateTime(String) - Method in class com.google.gwt.dom.client.ModElement
-
The date and time of the change.
- setDebugIdAttribute(String, boolean) - Static method in class com.google.gwt.debug.client.DebugInfo
-
Sets the element attribute to assign the debug ID.
- setDebugIdPrefix(String) - Static method in class com.google.gwt.debug.client.DebugInfo
-
Sets the prefix string used for debug IDs.
- setDecoration(ButtonCellBase.Decoration) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Set the
ButtonCellBase.Decoration
of the button. - setDefault(Element) - Method in class com.google.gwt.aria.client.Attribute
-
Sets the state/property value to the defaultValue if not null.
- 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.
- setDefaultSortAscending(boolean) - Method in class com.google.gwt.user.cellview.client.Column
-
Set whether or not the default sort order is ascending.
- 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. - setDesignatedType(String, boolean) - Method in exception class com.google.gwt.core.shared.SerializableThrowable
-
Sets the designated Throwable's type name.
- setDir(File) - Method in class com.google.gwt.util.tools.ArgHandlerDir
- setDir(String) - Method in class com.google.gwt.dom.client.Element
-
Specifies the base direction of directionally neutral text and the directionality of tables.
- 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 toAnchor.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 toLabel.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(boolean) - Method in interface com.google.gwt.i18n.shared.HasDirectionEstimator
-
Toggles on / off direction estimation.
- setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.Anchor
-
Toggles on / off direction estimation.
- setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
-
Toggles on / off direction estimation.
- setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
- setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.Hyperlink
-
Toggles on / off direction estimation.
- setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.LabelBase
-
Toggles on / off direction estimation.
- setDirectionEstimator(boolean) - Method in class com.google.gwt.user.client.ui.ListBox
-
Toggles on / off direction estimation.
- 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.i18n.client.AutoDirectionHandler
-
Sets the DirectionEstimator object.
- setDirectionEstimator(DirectionEstimator) - Method in interface com.google.gwt.i18n.shared.HasDirectionEstimator
-
Sets the
DirectionEstimator
object. - setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.Anchor
-
Sets the
DirectionEstimator
object. - setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.CheckBox
-
Sets the
DirectionEstimator
object. - 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(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.Hyperlink
-
Sets the
DirectionEstimator
object. - setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.LabelBase
-
Sets the
DirectionEstimator
object. - setDirectionEstimator(DirectionEstimator) - Method in class com.google.gwt.user.client.ui.ListBox
-
Sets the
DirectionEstimator
object. - 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 fromMockEditorDelegate.isDirty()
. - setDisabled(boolean) - Method in class com.google.gwt.dom.client.ButtonElement
-
The control is unavailable in this context.
- 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(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(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.
- setDisabled(String) - Method in class com.google.gwt.dom.client.ButtonElement
-
Deprecated.use
ButtonElement.setDisabled(boolean)
instead - setDisabled(String) - 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.SelectElement
-
The control is unavailable in this context.
- setDisplay(Style.Display) - Method in class com.google.gwt.dom.client.Style
-
Sets the display CSS property.
- 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(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.
- setDraggable(Element, String) - Method in class com.google.gwt.dom.client.DOMImpl
- setDraggable(Element, String) - Method in class com.google.gwt.dom.client.DOMImplWebkit
-
Webkit based browsers require that we set the webkit-user-drag style attribute to make an element draggable.
- setDraggable(String) - Method in class com.google.gwt.dom.client.Element
-
Changes the draggable attribute to one of
Element.DRAGGABLE_AUTO
,Element.DRAGGABLE_FALSE
, orElement.DRAGGABLE_TRUE
. - setDragImage(Element, int, int) - Method in class com.google.gwt.dom.client.DataTransfer
-
Specify the element to use to update the drag feedback.
- setDropEffect(DataTransfer.DropEffect) - Method in class com.google.gwt.dom.client.DataTransfer
-
Specify the drop effect to use on dragenter or dragover events.
- setDuration(int) - Method in class com.google.gwt.user.cellview.client.CellTree.NodeAnimation
-
Set the duration of the animation in milliseconds.
- setEditing(boolean) - Method in class com.google.gwt.cell.client.EditTextCell.ViewData
- setEditor(ValueBoxEditor<T>) - Method in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
-
Sets the associated
ValueBoxEditor
. - setEditorChain(CompositeEditor.EditorChain<C, E>) - Method in interface com.google.gwt.editor.client.CompositeEditor
-
Called by the Editor framework to provide the
CompositeEditor.EditorChain
. - 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
- setElapsedMillis(int) - Method in class com.google.gwt.touch.client.Momentum.State
-
Set the elapsed time in milliseconds since the last time the state was updated.
- 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
-
Deprecated.Use and override
UIObject.setElement(Element)
instead. - SETELEMENT_TWICE_ERROR - Static variable in class com.google.gwt.user.client.ui.UIObject
- setElementAttribute(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.setAttribute(String, String)
instead. - setElementProperty(Element, String, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.setPropertyString(String, String)
instead. - setElementPropertyBoolean(Element, String, boolean) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.setPropertyBoolean(String, boolean)
instead. - setElementPropertyInt(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.setPropertyInt(String, int)
instead. - setEmptyListMessage(SafeHtml) - Method in class com.google.gwt.user.cellview.client.CellList
-
Deprecated.as of GWT 2.3, use
CellList.setEmptyListWidget(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.AbstractCellTable
-
Set the widget to display when the table has no rows.
- setEmptyTableWidget(Widget) - Method in class com.google.gwt.user.cellview.client.CellTable
- setEmptyTableWidget(Widget) - Method in class com.google.gwt.user.cellview.client.DataGrid
- setEnabled(boolean) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Sets whether this widget is enabled.
- 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.client.ui.SuggestBox
-
Sets whether this widget is enabled.
- setEnabled(boolean) - Method in class com.google.gwt.user.client.ui.ValueListBox
- setEnabled(boolean) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- 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.web.bindery.requestfactory.server.SimpleRequestProcessor
- setExceptionType(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- setExecuting(boolean) - Method in class com.google.gwt.user.client.CommandExecutor
-
This method is for testing only.
- 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.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- 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
- setFireNullValues(boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Sets whether or not the date box will fire
ValueChangeEvents
with a date value ofnull
for invalid or empty string values. - setFlag(boolean) - Method in class com.google.gwt.util.tools.ArgHandlerFlag
-
Takes the explicitly provided value and propagates it into whatever option settings this flag controls.
- setFloat(Style.Float) - Method in class com.google.gwt.dom.client.Style
-
Set the float css property.
- setFloat32(int, float) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setFloat32(int, float) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setFloat32(int, float) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setFloat32(int, float) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setFloat32(int, float, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setFloat32(int, float, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setFloat32(int, float, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- setFloat32(int, float, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setFloat32(int, float, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setFloat64(int, double) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setFloat64(int, double) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setFloat64(int, double) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setFloat64(int, double) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setFloat64(int, double, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setFloat64(int, double, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setFloat64(int, double, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- setFloat64(int, double, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setFloat64(int, double, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- 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.client.ui.ValueListBox
- setFocus(boolean) - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Explicitly focus/unfocus this widget.
- setFocus(Element, boolean) - Method in interface com.google.gwt.cell.client.ButtonCellBase.Appearance
-
Explicitly focus/unfocus this cell.
- setFocus(Element, boolean) - Method in class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
- setFocus(Element, boolean) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Explicitly focus/unfocus this cell.
- 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.
- setFooterBuilder(FooterBuilder<T>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the
HeaderBuilder
used to build the footer section of the table. - 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. - setForceCheckValidStyle(boolean) - Static method in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Sets a global flag that controls whether or not
SafeStylesHostedModeUtils.maybeCheckValidStyleName(String)
andSafeStylesHostedModeUtils.maybeCheckValidStyleValue(String)
should perform their checks in a server-side environment. - setForceCheckValidStyleFromProperty() - Static method in class com.google.gwt.safecss.shared.SafeStylesHostedModeUtils
-
Sets a global flag that controls whether or not
SafeStylesHostedModeUtils.maybeCheckValidStyleName(String)
andSafeStylesHostedModeUtils.maybeCheckValidStyleValue(String)
should perform their checks in a server-side environment from the value of the "com.google.gwt.safecss.ForceCheckValidStyles" property. - setForceCheckValidUri(boolean) - Static method in class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
-
Sets a global flag that controls whether or not
SafeUriHostedModeUtils.maybeCheckValidUri(String)
should perform its check in a server-side environment. - setForceCheckValidUriFromProperty() - Static method in class com.google.gwt.safehtml.shared.SafeUriHostedModeUtils
-
Sets a global flag that controls whether or not
SafeUriHostedModeUtils.maybeCheckValidUri(String)
should perform its check in a server-side environment from the value of the "com.google.gwt.safehtml.ForceCheckValidUri" 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.
- setForceErrors(boolean) - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
- 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.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.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.
- setGlobalProperty(String, String) - Method in class com.google.gwt.core.server.ServerGwtBridge
-
Set a property value globally.
- setGreenAt(int, int, int) - Method in class com.google.gwt.canvas.dom.client.ImageData
-
Sets the green value at position (x,y).
- setGwtProperties(HttpServletRequest) - Method in class com.google.gwt.core.server.jakarta.GwtServletBase
-
Sets all GWT properties from the request.
- setGwtProperties(HttpServletRequest) - Method in class com.google.gwt.core.server.GwtServletBase
-
Sets all GWT properties from the request.
- setGzipEncodingHeader(HttpServletResponse) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Sets the correct header to indicate that a response is gzipped.
- 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(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
-
Sets the widget used as the header for the panel.
- setHeader(String, String) - Method in class com.google.gwt.http.client.RequestBuilder
-
Sets a request header with the given name and value.
- setHeaderBuilder(HeaderBuilder<T>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the
HeaderBuilder
used to build the header section of the table. - setHeaderHTML(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.StackLayoutPanel
-
Sets a stack header's HTML contents.
- setHeaderHTML(int, String) - 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.
- setHeaderStyleNames(String) - Method in class com.google.gwt.user.cellview.client.Header
-
Set extra style names that should be applied to every cell in this header.
- 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 - Variable in class com.google.gwt.layout.client.Layout.Layer
- 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.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(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(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Convenience method to set the height of an element.
- setHeight(String) - Method in class com.google.gwt.dom.client.ObjectElement
-
Override height.
- 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.
- setHighAccuracyEnabled(boolean) - Method in class com.google.gwt.geolocation.client.Geolocation.PositionOptions
-
Sets whether or not the application will request a more accurate position from the browser.
- setHighlighted(CellGridImpl.Cell) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- setHighlightedDate(Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
-
Allows the calendar view to update the date picker's highlighted date.
- setHighlightedDate(Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Sets the highlighted date.
- 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.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(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.
- setHorizontalScrollbar(HorizontalScrollbar, int) - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
-
Set the scrollbar used for horizontal scrolling.
- 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.NativeHorizontalScrollbar
- 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.
- setHovering(boolean) - Method in class com.google.gwt.user.client.ui.CustomButton
-
Sets whether this button is hovering.
- setHref(SafeUri) - Method in class com.google.gwt.dom.client.AnchorElement
-
The absolute URI of the linked resource.
- setHref(SafeUri) - Method in class com.google.gwt.user.client.ui.Anchor
-
Sets the anchor's href (the url to which it links).
- 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 class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Sets the element's content to the given value (html).
- setHtml(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Sets the element's content to the given value (html), applying the given direction.
- setHtml(String) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Sets the element's content to the given value (html).
- setHtml(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Sets the element's content to the given value (html), applying the given direction.
- setHTML(int, int, SafeHtml) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Sets the HTML contents of the specified cell.
- setHTML(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Sets the HTML contents of the specified cell.
- 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(SafeHtml) - Method in class com.google.gwt.user.client.ui.ButtonBase
- setHTML(SafeHtml) - 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(SafeHtml) - 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(SafeHtml) - Method in class com.google.gwt.user.client.ui.HTML
-
Sets this object's contents via known-safe HTML.
- setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.Hyperlink
- setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.MenuItem
- setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.RichTextArea
- setHTML(SafeHtml) - Method in class com.google.gwt.user.client.ui.TreeItem
- setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Anchor
- setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.CheckBox
- setHTML(SafeHtml, HasDirection.Direction) - Method in interface com.google.gwt.user.client.ui.HasDirectionalSafeHtml
-
Sets this object's html, also declaring its direction.
- setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.HTML
- setHTML(SafeHtml, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Hyperlink
- setHTML(String) - Method in class com.google.gwt.user.client.ui.Anchor
- setHTML(String) - Method in class com.google.gwt.user.client.ui.ButtonBase
- setHTML(String) - Method in class com.google.gwt.user.client.ui.CheckBox
- setHTML(String) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
-
Set the face's contents as html.
- setHTML(String) - Method in class com.google.gwt.user.client.ui.CustomButton
-
Sets the current face's html.
- setHTML(String) - Method in class com.google.gwt.user.client.ui.DialogBox
-
Sets the html string inside the caption by calling its
DialogBox.setHTML(SafeHtml)
method. - 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) - Method in class com.google.gwt.user.client.ui.Hyperlink
- setHTML(String) - Method in class com.google.gwt.user.client.ui.MenuItem
- setHTML(String) - Method in class com.google.gwt.user.client.ui.RichTextArea
- setHTML(String) - Method in class com.google.gwt.user.client.ui.TreeItem
- setHTML(String, HasDirection.Direction) - Method in interface com.google.gwt.user.client.ui.HasDirectionalHtml
-
Sets this object's html, also declaring its direction.
- 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.
- 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].
- setIcon(ImageResource) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Set the icon to display next to the button text.
- setId(int) - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
- setId(int) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- setId(String) - Method in class com.google.gwt.dom.client.Element
-
The element's identifier.
- setId(String) - Method in class com.google.web.bindery.requestfactory.server.jakarta.Logging
-
Sets the id on this instance.
- setId(String) - Method in class com.google.web.bindery.requestfactory.server.Logging
-
Sets the id on this instance.
- setID(String) - Method in class com.google.gwt.user.client.ui.Hidden
-
Sets the id of the hidden field.
- setImage(Image) - Method in class com.google.gwt.user.client.ui.CustomButton.Face
-
Set the face's contents as an image.
- setImgSrc(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Sets the src attribute of an img element.
- setIncludeCredentials(boolean) - Method in class com.google.gwt.http.client.RequestBuilder
-
Sets whether the cross origin request will include credentials.
- setIndex(LeafValueEditor<T>, int) - Method in class com.google.gwt.editor.client.adapters.HasDataEditor.HasDataEditorSource
- setIndex(FakeLeafValueEditor<T>, int) - Method in class com.google.gwt.editor.client.testing.FakeEditorSource
- setIndex(E, int) - Method in class com.google.gwt.editor.client.adapters.EditorSource
-
Re-order a sub-Editor.
- 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(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.setInnerHTML(String)
instead. - setInnerHTML(String) - Method in class com.google.gwt.dom.client.Element
-
All of the markup and content within a given element.
- setInnerSafeHtml(SafeHtml) - Method in class com.google.gwt.dom.client.Element
-
All of the markup and content within a given element.
- setInnerText(Element, String) - Method in class com.google.gwt.dom.client.DOMImpl
- setInnerText(Element, String) - Method in class com.google.gwt.dom.client.DOMImplStandard
-
Deprecated.
- setInnerText(Element, String) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.setInnerText(String)
instead. - setInnerText(String) - Method in class com.google.gwt.dom.client.Element
-
The text between the start and end tags of the object.
- setInt(int) - Method in class com.google.gwt.util.tools.ArgHandlerInt
- setInt16(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setInt16(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setInt16(int, int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setInt16(int, int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setInt16(int, int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setInt16(int, int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setInt16(int, int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setInt16(int, int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setInt16(int, short, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- setInt32(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setInt32(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setInt32(int, int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setInt32(int, int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setInt32(int, int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setInt32(int, int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setInt32(int, int, boolean) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- setInt32(int, int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setInt32(int, int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setInt8(int, byte) - Method in class com.google.gwt.typedarrays.server.ArrayBufferImpl
- setInt8(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setInt8(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setInt8(int, int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setInt8(int, int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setIntAttribute(Element, String, int) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use the more appropriately named
Element.setPropertyInt(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.web.bindery.requestfactory.shared.messages.ResponseMessage
- 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(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.
- setItem(String, String, String) - Method in class com.google.gwt.storage.client.StorageImpl
-
Sets the value in the Storage associated with the specified key to the specified data.
- setItem(String, String, String) - Method in class com.google.gwt.storage.client.StorageImplNonNativeEvents
- setItem(T) - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
-
Sets the item.
- 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.
- setJavaDocCommentForClass(String) - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Sets the java doc comment for
this
. - 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 class com.google.gwt.user.cellview.client.HasDataPresenter
- setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy) - Method in interface com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy
- setKeyboardSelected(boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Select or deselect this node with the keyboard.
- setKeyboardSelected(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- 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.CellBrowser.BrowserCellList
- setKeyboardSelected(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellList
- setKeyboardSelected(int, boolean, boolean) - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.View
-
Update an element to reflect its keyboard selected state.
- setKeyboardSelectedColumn(int) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the keyboard selected column index.
- setKeyboardSelectedColumn(int, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the keyboard selected column index and optionally focus on the new cell.
- setKeyboardSelectedRow(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
- setKeyboardSelectedRow(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Set the keyboard selected row.
- setKeyboardSelectedRow(int, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
- setKeyboardSelectedRow(int, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Set the keyboard selected row and optionally focus on the new row.
- setKeyboardSelectedRow(int, boolean, boolean) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
-
Set the row index of the keyboard selected element.
- setKeyboardSelectedRow(int, int, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Set the keyboard selected row and subrow, optionally focus on the new row.
- setKeyboardSelectedStyle(boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Add or remove the keyboard selected style.
- setKeyboardSelectedTreeNode(TreeNode, int, boolean) - Method in class com.google.gwt.user.cellview.client.CellTree
-
Sets the node that will be selected when the CellTree gains keyboard focus.
- setKeyboardSelectionHandler(CellPreviewEvent.Handler<T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Set the handler that handles keyboard selection/navigation.
- 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.HasDataPresenter
- setKeyboardSelectionPolicy(HasKeyboardSelectionPolicy.KeyboardSelectionPolicy) - Method in interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
- 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.
- setLast(int) - Method in class com.google.gwt.user.client.CommandExecutor
-
This method is for testing only.
- 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.
- setLazyLoad(boolean) - Method in class com.google.gwt.core.server.StackTraceDeobfuscator
-
If set to
true
, only symbols requested to be deobfuscated are cached and the rest is discarded. - setLeafBeanId(IdMessage) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- setLeft - Variable in class com.google.gwt.layout.client.Layout.Layer
- setLeft(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the left css property.
- setLeft(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Convenience method to set the left offset of an element.
- 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.cellview.client.ColumnSortList
-
Set the limit to a positive value to prevent the growth of the infos list over the given size.
- 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.
- setLineHeight(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the line-height css property.
- 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.user.cellview.client.ColumnSortEvent.ListHandler
- setList(List<T>) - Method in class com.google.gwt.view.client.ListDataProvider
-
Replace this model's list with the specified 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.AbstractCellTable
-
Set the widget to display when the data is loading.
- 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
- setLoadingIndicator(Widget) - Method in class com.google.gwt.user.cellview.client.DataGrid
- setLoadingState(LoadingStateChangeEvent.LoadingState) - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.View
-
Set the current loading state of the data.
- setLoggerNameOverride(String) - Method in class com.google.gwt.logging.server.jakarta.RemoteLoggingServiceImpl
-
By default, messages are logged to a logger that has the same name as the logger that created them on the client.
- 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(SafeUri) - Method in class com.google.gwt.dom.client.FrameElement
-
URI designating a long description of this image or frame.
- 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.
- setMaximumAge(int) - Method in class com.google.gwt.geolocation.client.Geolocation.PositionOptions
-
Allows the browser to return a position immediately with a cached position.
- 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.
- setMenuItemDebugIds(String) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Set the IDs of the menu items.
- 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
- setMessageTemplate(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 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
- setMethod(Method) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- setMethod(Method) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- setMinimumColumnWidth(int) - Method in class com.google.gwt.user.cellview.client.CellBrowser
-
Set the minimum width of columns.
- setMinimumTableWidth(double, Style.Unit) - Method in class com.google.gwt.user.cellview.client.DataGrid
-
Set the minimum width of the tables in this widget.
- setMinSize(int) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- 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) - 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()
. - 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<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion>, boolean, boolean, com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback)
. - 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
-
Sets whether this list allows multiple selections.
- setMustResolveAllMappings(boolean) - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
-
Make it an error to not resolve all ProxyForName and ServiceName mappings.
- setMustResolveAllMappings(boolean) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Set to
true
if it is an error for unresolved ProxyForName and ServiceName annotations to be left over. - 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.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
. - setOpen(boolean, boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Sets whether this item's children are displayed.
- setOperation(WriteOperation) - Method in interface com.google.web.bindery.requestfactory.shared.messages.OperationMessage
- setOperation(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.InvocationMessage
- 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.
- setOutlineColor(String) - Method in class com.google.gwt.dom.client.Style
-
Set the outline-color css property.
- setOutlineStyle(Style.OutlineStyle) - Method in class com.google.gwt.dom.client.Style
-
Sets the outline-style CSS property.
- setOutlineWidth(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the outline-width css property.
- 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.web.bindery.requestfactory.shared.messages.InvocationMessage
- setParams(Map<String, Splittable>) - Method in interface com.google.web.bindery.requestfactory.shared.messages.JsonRpcRequest
- setParent(Widget) - Method in class com.google.gwt.user.client.ui.Widget
-
Sets this widget's parent.
- setParentItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
- setParentMenu(MenuBar) - Method in class com.google.gwt.user.client.ui.MenuItem
- setParentMenu(MenuBar) - Method in class com.google.gwt.user.client.ui.MenuItemSeparator
- 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.web.bindery.requestfactory.shared.messages.ViolationMessage
- setPermutationDescription(String) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
- setPermutationIds(int[]) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
- 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.
- setPopupStyleNameImpl(String) - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
- setPopupStyleNameImpl(String) - Method in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
-
Deprecated.implemented in DefaultSuggestionDisplay
- setPort(int) - Method in class com.google.gwt.http.client.UrlBuilder
-
Set the port to connect to.
- setPosition(int) - Method in class com.google.gwt.typedarrays.shared.DataViewStream
- 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.
- 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.
- 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
, orMediaElement.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
, orMediaElement.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.
- setProperty(Object, String, Class<?>, Object) - Method in class com.google.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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
- 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(String, String) - Method in class com.google.gwt.dom.client.Style
-
Sets the value of a named property.
- 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.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.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.
- 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.
- setRemoveColumnsOnHide(boolean) - Method in class com.google.gwt.user.cellview.client.CellTable
-
Configures how the colgroup is updated when a column is removed.
- setRemoveTag(boolean) - Method in class com.google.gwt.core.client.ScriptInjector.FromString
- setRemoveTag(boolean) - Method in class com.google.gwt.core.client.ScriptInjector.FromUrl
- setRequestContext(RequestContext) - Method in interface com.google.web.bindery.requestfactory.gwt.client.HasRequestContext
-
Called by
RequestFactoryEditorDriver
with theRequestContext
passed intoedit()
ornull
ifdisplay()
is called. - setRequestContext(RequestContext) - Method in class com.google.web.bindery.requestfactory.shared.ServerFailure
-
Sets the RequestContext to return via
ServerFailure.getRequestContext()
. - 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.
- setRequestFactory(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.RequestMessage
- 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.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
-
Override the default URL used by this transport.
- setResolver(UIObject) - Method in class com.google.gwt.user.client.ui.PotentialElement
- 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.
- setResponseType(XMLHttpRequest.ResponseType) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Sets the response type.
- setResponseType(String) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Sets the response type.
- setRight - Variable in class com.google.gwt.layout.client.Layout.Layer
- setRight(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the right css property.
- setRight(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Convenience method to set the right offset of an element.
- 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
-
Deprecated.Assigns the specified element the specified role and value for that role.
- setRootBeanId(IdMessage) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- setRootOverride(List<String>) - Method in class com.google.web.bindery.requestfactory.apt.RfValidator
-
Instead of scanning the round's root elements, scan these type names instead.
- setRowCount(int) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- setRowCount(int) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setRowCount(int) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- setRowCount(int) - Method in interface com.google.gwt.view.client.HasRows
-
Set the exact total count of all rows.
- setRowCount(int, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- setRowCount(int, boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setRowCount(int, boolean) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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(int, List<? extends C>) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setRowData(int, List<? extends T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- setRowData(int, List<? extends T>) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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.
- 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.
- setRowFormatter(HTMLTable.RowFormatter) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Sets the table's RowFormatter.
- setRows(int) - Method in class com.google.gwt.dom.client.TextAreaElement
-
Number of text rows.
- setRows(String) - Method in class com.google.gwt.dom.client.FrameSetElement
-
The number of rows of frames in the frameset.
- 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.AbstractCellTable
-
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.
- setScheduledCommand(Scheduler.ScheduledCommand) - Method in class com.google.gwt.user.client.ui.MenuItem
-
Sets the scheduled command associated with this item.
- setScrollHeight(int) - Method in class com.google.gwt.user.client.ui.NativeVerticalScrollbar
-
Set the height in pixels of the scrollable content that the scrollbar controls.
- setScrollHeight(int) - Method in interface com.google.gwt.user.client.ui.VerticalScrollbar
-
Set the height in pixels of the scrollable content that the scrollbar controls.
- 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.
- setScrollLeft(Document, int) - Method in class com.google.gwt.dom.client.DOMImpl
- setScrollLeft(Element, int) - Method in class com.google.gwt.dom.client.DOMImpl
- setScrollLeft(Element, int) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- setScrollLeft(Element, int) - Method in class com.google.gwt.dom.client.DOMImplStandardBase
-
Deprecated.
- setScrollOnSelectEnabled(boolean) - Method in class com.google.gwt.user.client.ui.Tree
-
Enable or disable scrolling a tree item into view when it is selected.
- 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.
- setScrollTop(Document, int) - Method in class com.google.gwt.dom.client.DOMImpl
- setScrollWidth(int) - Method in interface com.google.gwt.user.client.ui.HorizontalScrollbar
-
Set the width in pixels of the scrollable content that the scrollbar controls.
- setScrollWidth(int) - Method in class com.google.gwt.user.client.ui.NativeHorizontalScrollbar
-
Set the width in pixels of the scrollable content that the scrollbar controls.
- 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(boolean) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
-
Select or deselect this node.
- setSelected(boolean) - Method in interface com.google.gwt.user.cellview.client.HasDataPresenter.ElementIterator
-
Set the selection state of the current element.
- setSelected(boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Selects or deselects this item.
- 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(CellGridImpl.Cell) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl
- setSelected(T, boolean) - Method in class com.google.gwt.view.client.DefaultSelectionModel
-
Sets an item'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.
- setSelectedValue(T) - Method in class com.google.gwt.user.cellview.client.CellBrowser.BrowserCellList
-
Set the selected value in this list.
- setSelectionModel(SelectionModel<? super C>) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setSelectionModel(SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Set the
SelectionModel
used by thisHasData
. - setSelectionModel(SelectionModel<? super T>) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- setSelectionModel(SelectionModel<? super T>) - Method in interface com.google.gwt.view.client.HasData
-
Set the
SelectionModel
used by thisHasData
. - 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 theCellPreviewEvent.Handler
that controls how user selection is handled. - SetSelectionModel<T> - Interface in com.google.gwt.view.client
-
A model that allows getting all elements and clearing the selection.
- 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
- 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.core.ext.soyc.coderef.EntityDescriptor.Fragment
- 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(int) - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Resets the length of an indexed Splittable.
- 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 - Static variable in class com.google.gwt.aria.client.Property
- setSkipRowHoverCheck(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Sets the skipRowHoverCheck flag.
- setSkipRowHoverFloatElementCheck(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Sets the skipRowHoverFloatElementCheck flag.
- setSkipRowHoverStyleUpdate(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Sets the skipRowHoverStyleUpdate flag.
- setSnapClosedSize(int) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- setSortable(boolean) - Method in class com.google.gwt.user.cellview.client.Column
-
Set whether or not the column can be sorted.
- setSortIconStartOfLine(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Set the position of the sort icon to the start or end of the line.
- setSource(Widget) - Method in class com.google.gwt.user.client.ui.ListenerWrapper
-
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
- setSourceOfEvent(Event<?>, Object) - Static method in class com.google.web.bindery.event.shared.EventBus
-
Sets
source
as the source ofevent
. - 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.SplitPanel
-
Deprecated.Moves the position of the splitter.
- setSplitPosition(String) - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
-
Deprecated.
- setSrc(SafeUri) - Method in class com.google.gwt.dom.client.FrameElement
-
A URI designating the initial frame contents.
- setSrc(SafeUri) - 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.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.dom.client.SourceElement
-
Sets the source URL for the media.
- setSrc(String) - Method in class com.google.gwt.media.client.MediaBase
-
Sets the source URL for the media.
- 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) - Method in class com.google.gwt.user.client.ui.StackPanel
-
Sets the text associated with a child by its index.
- setStackText(int, String, boolean) - Method in class com.google.gwt.user.client.ui.StackPanel
-
Sets the text associated with a child by its index.
- setStackTrace(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.ServerFailureMessage
- setStackTraceDeobfuscator(StackTraceDeobfuscator) - Static method in class com.google.web.bindery.requestfactory.server.jakarta.Logging
-
This function is only for server-side use which is why it's not in the LoggingRequest interface.
- setStackTraceDeobfuscator(StackTraceDeobfuscator) - 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.
- 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(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.PopupPanel.ResizeAnimation
-
Open or close the content.
- setState(boolean, boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
-
Sets whether this item's children are displayed.
- setState(Element, String, String) - Static method in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.Assigns the specified element the specified state and value for that state.
- 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.web.bindery.requestfactory.shared.messages.ResponseMessage
- setStrength(IdMessage.Strength) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- 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
-
Deprecated.Use
Element.getStyle()
andinvalid reference
Style#setProperty(String, String)
- 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) - 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.
- setStyleName(String, boolean) - Method in class com.google.gwt.user.client.ui.UIObject
-
Adds or removes a 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.
- setSuggestAllMatchingWords(boolean) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
-
Sets the flag on whether to suggest all matching words.
- 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.
- setSuperclass(String) - Method in class com.google.gwt.codegen.server.JavaSourceWriterBuilder
-
Set the superclass of the class being created.
- setSymbolMapsDirectory(String) - Method in class com.google.gwt.logging.server.jakarta.RemoteLoggingServiceImpl
-
By default, this service does not do any deobfuscation.
- 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
-
Deprecated.The behavior of changing symbol map after construction is undefined, please provide it in construction time. If the directory needs to be changed after construction, a new instance of this class can be instantiated with the different one.
- setSymbolMapsDirectory(String) - Static method in class com.google.web.bindery.requestfactory.server.jakarta.Logging
-
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.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, SafeHtml) - Method in class com.google.gwt.user.client.ui.TabBar
-
Sets a tab's contents via safe html.
- setTabHTML(int, SafeHtml) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Sets a tab's HTML contents.
- setTabHTML(int, String) - Method in class com.google.gwt.user.client.ui.TabBar
-
Sets a tab's contents via HTML.
- setTabHTML(int, String) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Sets a tab's HTML contents.
- setTabIndex(int) - Method in class com.google.gwt.cell.client.ButtonCellBase
-
Set the tab index to apply to the button.
- 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.client.ui.ValueListBox
- setTabIndex(int) - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Sets the date box's position in the tab index.
- setTabindexExtraAttribute(Element, int) - Method in interface com.google.gwt.aria.client.Role
- setTabindexExtraAttribute(Element, int) - Method in class com.google.gwt.aria.client.RoleImpl
- setTableBuilder(CellTableBuilder<T>) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Specify the
CellTableBuilder
that will be used to render the row values into the table. - 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.
- setTableWidth(double, Style.Unit) - Method in class com.google.gwt.user.cellview.client.DataGrid
-
Set the width of the tables in this widget.
- 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.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).
- setTargetBottom - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTargetHeight - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTargetHistoryToken(String) - Method in class com.google.gwt.user.client.ui.Hyperlink
-
Sets the history token referenced by this hyperlink.
- setTargetLeft - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTargetRight - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTargetTop - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTargetWidget(HasScrolling) - Method in class com.google.gwt.touch.client.TouchScroller
-
Set the target
HasScrolling
widget that this scroller affects. - setTargetWidth - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTemporalPoint(Point, double) - Method in class com.google.gwt.touch.client.TouchScroller.TemporalPoint
-
Update the point and time.
- 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.cell.client.EditTextCell.ViewData
- 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 interface com.google.gwt.i18n.client.AutoDirectionHandler.Target
-
Sets this object's text.
- setText(String) - 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) - 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) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Sets the element's content to the given value (plain text).
- setText(String) - Method in interface com.google.gwt.user.client.ui.HasText
-
Sets this object's text.
- setText(String) - 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) - 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.
- setText(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Anchor
- setText(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.CheckBox
- setText(String, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.DirectionalTextHelper
-
Sets the element's content to the given value (plain text), applying the given direction.
- 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, HasDirection.Direction) - Method in class com.google.gwt.user.client.ui.Hyperlink
- 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.
- setTextAlign(Context2d.TextAlign) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Sets the text alignment.
- setTextAlign(Style.TextAlign) - Method in class com.google.gwt.dom.client.Style
-
Set the 'text-align' CSS property.
- setTextAlign(String) - 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.
- setTextBaseline(Context2d.TextBaseline) - Method in class com.google.gwt.canvas.dom.client.Context2d
-
Sets the text baseline.
- setTextBaseline(String) - 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.
- setTextIndent(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the 'text-indent' CSS property.
- setTextJustify(Style.TextJustify) - Method in class com.google.gwt.dom.client.Style
-
Set the 'text-justify' CSS3 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.
- setTextOverflow(Style.TextOverflow) - Method in class com.google.gwt.dom.client.Style
-
Set the 'text-overflow' CSS3 property.
- setTextTransform(Style.TextTransform) - Method in class com.google.gwt.dom.client.Style
-
Set the 'text-transform' CSS property.
- 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.
- setThreadProperty(String, String) - Method in class com.google.gwt.core.server.ServerGwtBridge
-
Set a property value for only the current thread.
- setTime(double) - Method in class com.google.gwt.core.client.JsDate
-
Sets the internal date representation.
- setTimeout(int) - Method in class com.google.gwt.geolocation.client.Geolocation.PositionOptions
-
Sets the amount of time (in milliseconds) that the application is willing to wait before getting the user's position.
- 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.
- Setting the Size: - Search tag in class com.google.gwt.user.client.ui.DecoratedPopupPanel
- Section
- Setting the Size: - Search tag in class com.google.gwt.user.client.ui.DecoratorPanel
- Section
- 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.TreeItem
- 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.
- setToggleDisplayAllowed(boolean) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- setToken(String) - Method in class com.google.gwt.user.client.rpc.XsrfToken
- setTop - Variable in class com.google.gwt.layout.client.Layout.Layer
- setTop(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the top css property.
- setTop(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Convenience method to set the top offset of an element.
- 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, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Sets a group of visible dates to be enabled or disabled.
- 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.
- setTree(Tree) - Method in class com.google.gwt.user.client.ui.TreeItem
- 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.SourceElement
-
Sets the type of media represented by the src.
- setType(String) - Method in class com.google.gwt.dom.client.StyleElement
-
The content type of the style sheet language.
- setType(Type) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- setType(Type) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- setTypeToken(String) - Method in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- setUint16(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint16(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint16(int, int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint16(int, int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUint16(int, int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint16(int, int, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint16(int, int, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint16(int, int, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUint32(int, long) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint32(int, long) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint32(int, long) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint32(int, long) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUint32(int, long, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint32(int, long, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint32(int, long, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint32(int, long, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUint32FromDouble(int, double) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint32FromDouble(int, double) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint32FromDouble(int, double) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint32FromDouble(int, double) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUint32FromDouble(int, double, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint32FromDouble(int, double, boolean) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint32FromDouble(int, double, boolean) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint32FromDouble(int, double, boolean) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUint8(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNative
- setUint8(int, int) - Method in class com.google.gwt.typedarrays.client.DataViewNativeEmul
- setUint8(int, int) - Method in class com.google.gwt.typedarrays.server.DataViewImpl
- setUint8(int, int) - Method in interface com.google.gwt.typedarrays.shared.DataView
- setUncaughtExceptionHandler(GWT.UncaughtExceptionHandler) - Static method in class com.google.gwt.core.client.GWT
-
Sets a custom uncaught exception handler.
- setUniqueId(int) - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
- 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.DatePickerComponent
-
Set up the component.
- setup() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
- setup() - Method in class com.google.gwt.user.datepicker.client.DefaultMonthSelector
- 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.
- setupBustClickHandler() - Method in class com.google.gwt.touch.client.TouchScroller
-
Sets up the bust click handler.
- 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(SafeUri) - Method in class com.google.gwt.user.client.ui.Frame
-
Sets the URL of the resource to be displayed within the frame.
- setUrl(SafeUri) - Method in class com.google.gwt.user.client.ui.Image
-
Sets the URL of the image to be displayed.
- 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(SafeUri, 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.
- 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(int, String) - Method in class com.google.gwt.user.client.ui.ListBox
-
Sets the value associated with the item at a given index.
- setValue(C) - Method in class com.google.gwt.user.cellview.client.CellWidget
-
Sets this object's value without firing any events.
- 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(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(Boolean) - Method in class com.google.gwt.user.client.ui.CheckBox
-
Checks or unchecks the check box.
- setValue(Boolean) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
-
Checks or unchecks the check box.
- 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.CheckBox
-
Checks or unchecks the check box, firing
ValueChangeEvent
if appropriate. - setValue(Boolean, boolean) - Method in class com.google.gwt.user.client.ui.SimpleCheckBox
-
Checks or unchecks the check box, firing
ValueChangeEvent
if appropriate. - setValue(Boolean, boolean) - Method in class com.google.gwt.user.client.ui.ToggleButton
-
Sets whether this button is down, firing
ValueChangeEvent
if appropriate. - 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(String) - Method in class com.google.gwt.editor.ui.client.adapters.HasTextEditor
- setValue(String) - Method in class com.google.gwt.user.client.ui.Hidden
-
Sets the value of the hidden field.
- 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(Date) - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Set the date.
- 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.DateBox
- setValue(Date, boolean) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Sets the
DatePicker
's value. - 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(T) - Method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
- setValue(T) - Method in interface com.google.gwt.user.client.ui.HasValue
-
Sets this object's value without firing any events.
- setValue(T) - 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) - Method in class com.google.gwt.user.client.ui.ValuePicker
- setValue(T) - Method in class com.google.gwt.util.tools.ArgHandlerEnum
-
Override to handle the setting of an enum value.
- setValue(T, boolean) - Method in interface com.google.gwt.user.client.ui.HasValue
-
Sets this object's value.
- setValue(T, boolean) - Method in class com.google.gwt.user.client.ui.ValueBoxBase
- setValue(T, boolean) - Method in class com.google.gwt.user.client.ui.ValueListBox
- setValue(T, boolean) - Method in class com.google.gwt.user.client.ui.ValuePicker
- setValue(V) - Method in interface com.google.gwt.user.client.TakesValue
-
Sets the 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.web.bindery.requestfactory.server.jakarta.Logging
-
Sets the version of this instance.
- 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(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.
- setVerticalAlign(Style.VerticalAlign) - Method in class com.google.gwt.dom.client.Style
-
Sets the vertical-align CSS property.
- 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.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(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.
- setVerticalScrollbar(VerticalScrollbar, int) - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
-
Set the scrollbar used for vertical scrolling.
- 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.NativeVerticalScrollbar
- 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.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver
-
Deprecated.Users should switch to
EditorDriver.setConstraintViolations(Iterable)
- 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(boolean) - Method in interface com.google.gwt.user.client.ui.HasVisibility
-
Sets whether this object 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(boolean) - Method in class com.google.gwt.user.client.ui.UIObject
- setVisible(int, boolean) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
-
Sets whether this row is visible.
- 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(Element, boolean) - Static method in class com.google.gwt.user.client.ui.UIObject
-
Shows or hides the given element.
- 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(int, int) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setVisibleRange(int, int) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- setVisibleRange(int, int) - Method in interface com.google.gwt.view.client.HasRows
-
Set the visible range or rows.
- setVisibleRange(Range) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
- setVisibleRange(Range) - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setVisibleRange(Range) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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 class com.google.gwt.user.cellview.client.CellTreeNodeView.NodeCellList
- setVisibleRangeAndClearData(Range, boolean) - Method in class com.google.gwt.user.cellview.client.HasDataPresenter
- 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.
- setVisibleYearCount(int) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Set the number of years to display in the years selection dropdown.
- 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.
- setWhiteSpace(Style.WhiteSpace) - Method in class com.google.gwt.dom.client.Style
-
Set the 'white-space' CSS property.
- setWidget(int, int, IsWidget) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Overloaded version for IsWidget.
- setWidget(int, int, Widget) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Sets the widget within the specified cell.
- setWidget(int, Widget) - Method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Sets one of the contained widgets.
- 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(IsWidget) - Method in class com.google.gwt.user.client.ui.DeckLayoutPanel
-
Show the specified widget.
- setWidget(IsWidget) - Method in class com.google.gwt.user.client.ui.SimplePanel
- setWidget(Widget) - Method in class com.google.gwt.logging.client.LoggingPopup
- setWidget(Widget) - Method in class com.google.gwt.user.client.ui.Composite
-
Deprecated.Use
Composite.initWidget(Widget)
instead - setWidget(Widget) - Method in class com.google.gwt.user.client.ui.CustomScrollPanel
- 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(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(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(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
-
Overloaded version for IsWidget.
- 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.
- setWidgetHidden(Widget, boolean) - Method in class com.google.gwt.user.client.ui.DockLayoutPanel
-
Sets whether or not the given widget should be hidden.
- setWidgetHidden(Widget, boolean) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
- 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(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
-
Overloaded version for IsWidget.
- 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.
- setWidgetLeftWidth(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.
- 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(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
-
Overloaded version for IsWidget.
- 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.
- 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.
- setWidgetSnapClosedSize(Widget, int) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
-
Sets a size below which the slider will close completely.
- setWidgetToggleDisplayAllowed(Widget, boolean) - Method in class com.google.gwt.user.client.ui.SplitLayoutPanel
-
Sets whether or not double-clicking on the splitter should toggle the display of the widget.
- setWidgetTopBottom(IsWidget, double, Style.Unit, double, Style.Unit) - Method in class com.google.gwt.user.client.ui.LayoutPanel
-
Overloaded version for IsWidget.
- 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.
- setWidgetTopHeight(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.
- 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 - Variable in class com.google.gwt.layout.client.Layout.Layer
- setWidth(double, Style.Unit) - Method in class com.google.gwt.dom.client.Style
-
Set the width css property.
- 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(int) - Method in class com.google.gwt.dom.client.VideoElement
-
Sets the width of the element.
- 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(Element, String) - Static method in class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Convenience method to set the width of an element.
- setWidth(String) - Method in class com.google.gwt.dom.client.ObjectElement
-
Override width.
- 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(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.
- 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.
- setWindow(JavaScriptObject) - Method in class com.google.gwt.core.client.ScriptInjector.FromString
- setWindow(JavaScriptObject) - Method in class com.google.gwt.core.client.ScriptInjector.FromUrl
-
This call allows you to specify which DOM window object to install the script tag in.
- setWithCredentials(boolean) - Method in class com.google.gwt.xhr.client.XMLHttpRequest
-
Sets withCredentials attribute.
- 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(boolean) - Method in class com.google.gwt.user.client.ui.LabelBase
- 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.
- setYear(int) - Method in class com.google.gwt.core.client.JsDate
-
Deprecated.
- setYearAndMonthDropdownVisible(boolean) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
If the
dropdownVisible
is equal to true, the user will be able to change the current month and the current year of the date picker via two dropdown lists. - setYearArrowsVisible(boolean) - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Set if the user can navigate through the years via a set of backward and forward buttons.
- setZIndex(int) - Method in class com.google.gwt.dom.client.Style
-
Set the z-index css property.
- Severe() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Severe
- shape(String) - Method in class com.google.gwt.dom.builder.client.DomAreaBuilder
- shape(String) - Method in interface com.google.gwt.dom.builder.shared.AreaBuilder
-
The shape of the active area.
- shape(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- 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.
- SHORT - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- SHORT - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- shortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- shortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- shortMonths() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- shortQuarters() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- shortQuarters() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- shortQuarters() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- shortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- shortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- shortWeekdays() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- shouldCompressResponse(HttpServletRequest, HttpServletResponse, String) - Method in class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
-
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.jakarta.RPCServletUtils
-
Returns
true
if the request accepts gzip encoding and the response content's estimated UTF-8 byte length exceeds 256 bytes. - shouldGzipResponseContent(HttpServletRequest, String) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Returns
true
if the request accepts gzip encoding and the response content's estimated UTF-8 byte length exceeds 256 bytes. - shouldIgnore(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ProxyScanner
- shouldIgnore(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ScannerBase
-
Ignore all static initializers and methods defined in the base RequestFactory interfaces
- shouldIncludeBootstrapInPrimaryFragment(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- shouldInstallCode(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Determines the strategy for installing JavaScript code into the iframe.
- shouldInstallCode(LinkerContext) - Method in class com.google.gwt.core.linker.DirectInstallLinker
- shouldSerializeFields(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
-
Returns
true
if the class' fields should be serialized. - shouldSerializeFinalFields() - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
-
Returns whether the client was compiled with
rpc.XserializeFinalFields = true
. - shouldTreeDelegateFocusToElement(Element) - Static method in class com.google.gwt.user.client.ui.Tree
- shouldUseSelfForWindowAndDocument(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns whether to use "self" for $wnd and $doc references.
- shouldValidateXsrfToken(Method) - Method in class com.google.gwt.user.server.rpc.AbstractXsrfProtectedServiceServlet
-
Override this method to change default XSRF enforcement logic.
- shouldValidateXsrfToken(Method) - Method in class com.google.gwt.user.server.rpc.jakarta.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() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Shows the popup and attach it to the page.
- show(String) - Method in class com.google.gwt.user.client.ui.NotificationMole
-
Set the message text and then display the notification.
- showAttempts - Variable in class com.google.gwt.user.client.ui.NotificationMole
- showClosedImage(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
-
Called only from
TreeItem
: Shows the closed image on that tree item. - 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 intoValueBoxEditorDecorator.setEditor(com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>)
. - showFewer() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- showLeafImage(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
-
Called only from
TreeItem
: Shows the leaf image on a tree item. - showMore() - Method in interface com.google.gwt.user.cellview.client.CellTree.CellTreeMessages
- showMore() - Method in class com.google.gwt.user.cellview.client.CellTreeNodeView
- showOpenImage(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
-
Called only from
TreeItem
: Shows the open image on a tree item. - showOrHide(Element, boolean) - Method in class com.google.gwt.user.cellview.client.AbstractHasData
-
Show or hide an element.
- 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.
- showSuggestions(String) - Method in class com.google.gwt.user.client.ui.SuggestBox
- showTimer - Variable in class com.google.gwt.user.client.ui.NotificationMole
- showWidget(int) - 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.DeckLayoutPanel
-
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.
- signatureFor(JMethod) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- SimpleBeanEditorDriver<T,
E> - Interface in com.google.gwt.editor.client -
Automates editing of simple bean-like objects.
- simpleBooleanConditions - Variable in class com.google.gwt.resources.converter.Css2Gss.Options
- 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.
- SimpleCheckBox(Element, String) - Constructor for class com.google.gwt.user.client.ui.SimpleCheckBox
- simpleCurrencyPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
- simpleCurrencyPattern() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
- 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 - Class in com.google.web.bindery.event.shared
-
Basic implementation of
EventBus
. - SimpleEventBus() - Constructor for class com.google.gwt.event.shared.SimpleEventBus
- 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<H>, java.lang.Object, H)
. - SimpleHtmlSanitizer - Class in com.google.gwt.safehtml.shared
-
A simple and relatively inexpensive HTML sanitizer.
- SimpleInterpeter<T> - Class in com.google.gwt.uibinder.elementparsers
-
A simple
XMLElement.Interpreter
that returns a given value to every request. - SimpleInterpeter(T) - Constructor for class com.google.gwt.uibinder.elementparsers.SimpleInterpeter
- 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, boolean, boolean) - Constructor for class com.google.gwt.user.cellview.client.SimplePager
-
Construct a
SimplePager
with the default resources, fast forward rows and default image button names. - SimplePager(SimplePager.TextLocation, boolean, int, boolean) - Constructor for class com.google.gwt.user.cellview.client.SimplePager
-
Construct a
SimplePager
with the default resources and default image button names. - 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 and default image button names. - SimplePager(SimplePager.TextLocation, SimplePager.Resources, boolean, int, boolean, boolean, SimplePager.ImageButtonsConstants) - Constructor for class com.google.gwt.user.cellview.client.SimplePager
-
Construct a
SimplePager
with the specified resources. - SimplePager(SimplePager.TextLocation, SimplePager.Resources, boolean, int, boolean, SimplePager.ImageButtonsConstants) - Constructor for class com.google.gwt.user.cellview.client.SimplePager
-
Construct a
SimplePager
with the specified resources. - SimplePager.ImageButtonsConstants - Interface in com.google.gwt.user.cellview.client
-
Constant for labeling the simple pager navigational
SimplePager.ImageButton
s - 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(Element) - Constructor for class com.google.gwt.user.client.ui.SimplePanel
-
Creates an empty panel that uses the specified browser element for its contents.
- SimplePanel(Widget) - Constructor for class com.google.gwt.user.client.ui.SimplePanel
-
Create a panel with the specified child widget.
- SimpleRadioButton - Class in com.google.gwt.user.client.ui
-
A simple radio button widget, with no label.
- 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.
- SimpleRadioButton(String) - Constructor for class com.google.gwt.user.client.ui.SimpleRadioButton
-
Creates a new radio associated with a particular group name.
- 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
- SimpleRemoteLogHandler.DefaultCallback - Class in com.google.gwt.logging.client
- 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
- SimpleRequestProcessor.IdToEntityMap - Class in com.google.web.bindery.requestfactory.server
-
This parameterization is so long, it improves readability to have a specific type.
- SimpleSafeHtmlRenderer - Class in com.google.gwt.text.shared
-
A simple
SafeHtmlRenderer
implementation that callsSafeHtmlUtils.fromString(String)
to escape its arguments. - SimpleValue - Class in com.google.gwt.resources.converter
-
A simple property value class.
- SimpleValue(String) - Constructor for class com.google.gwt.resources.converter.SimpleValue
- simplify(TypeMirror, boolean, State) - Static method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- singleFile - Variable in class com.google.gwt.resources.converter.Css2Gss.Options
- 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 item 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.
- sinkEvent(Widget, String) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Get the event bits to sink for an event type.
- sinkEvent(Widget, String) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard
- 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.
- 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(Widget, Set<String>) - Method in class com.google.gwt.user.cellview.client.CellBasedWidgetImpl
-
Deprecated.Sink events on the widget.
- size - Variable in class com.google.gwt.user.client.ui.DockLayoutPanel.LayoutData
- size - Variable in class com.google.gwt.user.client.ui.PrefixTree
-
Store the number of elements contained by this PrefixTree and its sub-trees.
- size() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- size() - Method in class com.google.gwt.editor.client.adapters.ListEditorWrapper
- 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() - Method in class com.google.gwt.user.client.ui.PrefixTree
-
Get the number of all elements contained within the PrefixTree.
- 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.
- size(int) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- size(int) - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- size(int) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- size(int) - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- size(int) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
Size information.
- size(int) - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
Number of visible rows.
- SkipInterfaceValidation - Annotation Type in com.google.web.bindery.requestfactory.shared
-
Annotation on methods of
RequestContext
,EntityProxy
, orValueProxy
interfaces so that theinvalid reference
RequestFactoryInterfaceValidator
- SliderRole - Interface in com.google.gwt.aria.client
-
A type that represents the slider role in the ARIA specification.
- SliderRoleImpl - Class in com.google.gwt.aria.client
-
Implements
SliderRole
. - SliderRoleImpl(String) - Constructor for class com.google.gwt.aria.client.SliderRoleImpl
- SMALL - Static variable in class com.google.gwt.user.client.ui.RichTextArea.FontSize
-
Represents a Small font.
- snipIndex(String) - Static method in class com.google.web.bindery.requestfactory.server.Resolver
-
Removes the trailing
[n]
from a path. - 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
- SOLID - Enum constant in enum com.google.gwt.dom.client.Style.BorderStyle
- SOLID - Enum constant in enum com.google.gwt.dom.client.Style.OutlineStyle
- 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.
- SORT - Static variable in class com.google.gwt.aria.client.Property
- sortableHeader() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to header cells that are sortable.
- sortAscending() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Resources
-
Icon used when a column is sorted in ascending order.
- sortDescending() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Resources
-
Icon used when a column is sorted in descending order.
- sortedHeaderAscending() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to header cells that are sorted in ascending order.
- sortedHeaderDescending() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to header cells that are sorted in descending order.
- sortedRegionCodes - Variable in class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
- SortValue - Enum in com.google.gwt.aria.client
-
Property enum for 'aria-sort' values.
- Source - Enum constant in enum com.google.gwt.core.ext.linker.EmittedArtifact.Visibility
-
A Source artifact is a file intended for source-level debugging in a browser.
- SOURCE - Enum constant in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.
- SOURCE - Enum constant in enum com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.Mode
-
Deprecated.
- SOURCE_ATOP - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A atop B.
- SOURCE_IN - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A in B.
- 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.
- SOURCE_OUT - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A out B.
- SOURCE_OVER - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A over B.
- sourceBottom - Variable in class com.google.gwt.layout.client.Layout.Layer
- SourceBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an source element.
- SourceElement - Class in com.google.gwt.dom.client
-
The SOURCE element specifies one of potentially multiple source file in a media element.
- SourceElement() - Constructor for class com.google.gwt.dom.client.SourceElement
- sourceHeight - Variable in class com.google.gwt.layout.client.Layout.Layer
- sourceInfo - Variable in class com.google.gwt.core.ext.soyc.Range
- sourceLeft - Variable in class com.google.gwt.layout.client.Layout.Layer
- SourceMapArtifact(int, int, byte[], String) - Constructor for class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
- sourceMapFilenameForFragment(int) - Static method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
- SourceMappingWriter - Class in com.google.gwt.core.ext.soyc
-
Writes a sorted stream of mappings to a sourcemap.
- SourceMappingWriter(SourceMapGenerator) - Constructor for class com.google.gwt.core.ext.soyc.SourceMappingWriter
- SourceMapRecorder - Class in com.google.gwt.core.ext.soyc
-
Creates Closure Compatible SourceMaps.
- SourceNameComparator - Class in com.google.gwt.core.ext.soyc
-
This is a top-level type so that we can serialize any TreeMaps that happen to use
Member.SOURCE_NAME_COMPARATOR
. - SourceNameComparator() - Constructor for class com.google.gwt.core.ext.soyc.SourceNameComparator
- sourceRight - Variable in class com.google.gwt.layout.client.Layout.Layer
- 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 orHasValueChangeHandlers
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
andHasLoadHandlers
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
andHasBeforeSelectionHandlers
instead - SourcesTableEvents - Interface in com.google.gwt.user.client.ui
-
Deprecated.use
HasClickHandlers
instead. Event sources should implement methods similar toHTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
- SourcesTreeEvents - Interface in com.google.gwt.user.client.ui
-
Deprecated.
- sourceTop - Variable in class com.google.gwt.layout.client.Layout.Layer
- sourceWidth - Variable in class com.google.gwt.layout.client.Layout.Layer
- SourceWriter - Interface in com.google.gwt.codegen.server
-
A mechanism to write source files.
- SourceWriterBase - Class in com.google.gwt.codegen.server
-
Base implementation of
SourceWriter
that implements all the indenting and keeping track of comments. - SourceWriterBase() - Constructor for class com.google.gwt.codegen.server.SourceWriterBase
- SOUTH - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- 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(String, Object...) - Method in class com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- spam(String, Object...) - Method in class com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Deprecated.
- SPAM - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs extremely verbose and detailed information that is typically useful only to product implementors.
- 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.
- span(int) - Method in class com.google.gwt.dom.builder.client.DomTableColBuilder
- span(int) - Method in class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- span(int) - Method in interface com.google.gwt.dom.builder.shared.TableColBuilder
-
Indicates the number of columns in a group or affected by a grouping.
- SpanBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an span element.
- SpanElement - Class in com.google.gwt.dom.client
-
Generic inline container.
- SpanElement() - Constructor for class com.google.gwt.dom.client.SpanElement
- 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.BidiFormatter
-
Like
BidiFormatter.spanWrap(String, boolean, boolean)
, but assumesisHtml
is false anddirReset
is true. - spanWrap(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- spanWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
-
Like
BidiFormatter.spanWrap(String, boolean, boolean)
, but assumesdirReset
is true. - spanWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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.
- spanWrapBase(String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- 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.BidiFormatter
-
Like
BidiFormatter.spanWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean)
, but assumesisHtml
is false anddirReset
is true. - 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.BidiFormatter
-
Like
BidiFormatter.spanWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean)
, but assumesdirReset
is true. - spanWrapWithKnownDir(HasDirection.Direction, String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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.
- spanWrapWithKnownDirBase(HasDirection.Direction, String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- Specifying Locale - Search tag in interface com.google.gwt.i18n.shared.Localizable
- Section
- SPELLING - Enum constant in enum com.google.gwt.aria.client.InvalidValue
- SpinbuttonRole - Interface in com.google.gwt.aria.client
-
A type that represents the spinbutton role in the ARIA specification.
- SpinbuttonRoleImpl - Class in com.google.gwt.aria.client
-
Implements
SpinbuttonRole
. - SpinbuttonRoleImpl(String) - Constructor for class com.google.gwt.aria.client.SpinbuttonRoleImpl
- 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. - SplitLayoutPanel.HSplitter - Class in com.google.gwt.user.client.ui
- SplitLayoutPanel.Splitter - Class in com.google.gwt.user.client.ui
- SplitLayoutPanel.VSplitter - Class in com.google.gwt.user.client.ui
- SplitPanel - 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 aRootLayoutPanel
(as opposed to aRootPanel
- SplitPanel(Element, Element, Element, Element) - Constructor for class com.google.gwt.user.client.ui.SplitPanel
-
Deprecated.Initializes the split panel.
- 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.web.bindery.autobean.shared
-
This interface provides an abstraction around the underlying data model (JavaScriptObject, or JSON) used to encode an AutoBeanCodex payload.
- SPLITTABLE - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- Splitter(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- 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.
- SQUARE - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.LineCap
- SQUARE - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- src(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- src(SafeUri) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- src(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
A URI designating the initial frame contents.
- src(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- src(SafeUri) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- src(SafeUri) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
A URI designating the initial frame contents.
- src(String) - Method in class com.google.gwt.dom.builder.client.DomFrameBuilder
- src(String) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- src(String) - Method in class com.google.gwt.dom.builder.client.DomImageBuilder
- src(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- src(String) - Method in class com.google.gwt.dom.builder.client.DomMediaBuilderBase
- src(String) - Method in class com.google.gwt.dom.builder.client.DomScriptBuilder
- src(String) - Method in class com.google.gwt.dom.builder.client.DomSourceBuilder
- src(String) - Method in interface com.google.gwt.dom.builder.shared.FrameBuilder
-
A URI designating the initial frame contents.
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameBuilder
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlImageBuilder
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlMediaBuilderBase
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlScriptBuilder
- src(String) - Method in class com.google.gwt.dom.builder.shared.HtmlSourceBuilder
- src(String) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
A URI designating the initial frame contents.
- src(String) - Method in interface com.google.gwt.dom.builder.shared.ImageBuilder
-
URI designating the source of this image.
- src(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
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.
- src(String) - Method in interface com.google.gwt.dom.builder.shared.MediaBuilder
-
Sets the source URL for the media.
- src(String) - Method in interface com.google.gwt.dom.builder.shared.ScriptBuilder
-
URI designating an external script.
- src(String) - Method in interface com.google.gwt.dom.builder.shared.SourceBuilder
-
Sets the source URL for the media.
- 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.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.core.server
-
Deobfuscates stack traces on the server side.
- StackTraceDeobfuscator - Class in com.google.gwt.logging.server
-
Deprecated.Use com.google.gwt.core.server.StackTraceDeobfuscator instead.
- StackTraceDeobfuscator() - Constructor for class com.google.gwt.core.server.StackTraceDeobfuscator
- StackTraceDeobfuscator(String) - Constructor for class com.google.gwt.logging.server.StackTraceDeobfuscator
-
Deprecated.Creates a deobfuscator that loads symbol map files from the given directory.
- StackTraceDeobfuscator(String, boolean) - Constructor for class com.google.gwt.logging.server.StackTraceDeobfuscator
-
Deprecated.Creates a deobfuscator that loads symbol map files from the given directory.
- stamp(SafeHtml) - Method in class com.google.gwt.user.client.ui.RenderableStamper
-
Stamps an HTML element in such a way that it can be later found in the DOM tree.
- stamp(T) - Method in class com.google.gwt.user.client.ui.RenderableStamper
-
Stamps an HTML element in such a way that it can be later found in the DOM tree.
- standaloneMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- standaloneMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- standaloneMonths() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- standaloneNarrowMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- standaloneNarrowMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- standaloneNarrowMonths() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- standaloneNarrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- standaloneNarrowWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- standaloneNarrowWeekdays() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- standaloneShortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- standaloneShortMonths() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- standaloneShortMonths() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- standaloneShortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- standaloneShortWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- standaloneShortWeekdays() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- standaloneWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- standaloneWeekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- standaloneWeekdays() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- StandardCss(String, String) - Constructor for class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- start - Variable in class com.google.gwt.core.ext.soyc.Range
- start() - Static method in class com.google.gwt.core.client.prefetch.Prefetcher
-
Start prefetching.
- start(boolean) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Start building rows.
- start(boolean) - Method in interface com.google.gwt.user.cellview.client.CellTableBuilder
-
Start building rows.
- start(int) - Method in interface com.google.gwt.core.ext.linker.StatementRanges
-
The start of the ith statement.
- start(int) - Method in class com.google.gwt.media.dom.client.TimeRanges
-
Returns the start time of the range indexed by
index
. - start(TreeLogger, int, File) - Method in class com.google.gwt.core.ext.ServletContainerLauncher
-
Start an embedded HTTP servlet container.
- start(AcceptsOneWidget, EventBus) - Method in interface com.google.gwt.activity.shared.Activity
-
Called when the Activity should ready its widget for the user.
- START - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextAlign
- startAnchor() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startAnchor() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startAnchor() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a anchor element.
- startAnchor() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startAnchor() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startArea() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startArea() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startArea() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a area element.
- startArea() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startArea() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startAudio() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startAudio() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startAudio() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a audio element.
- startAudio() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startAudio() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startBase() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startBase() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startBase() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a base element.
- startBase() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startBase() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startBlockQuote() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startBlockQuote() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startBlockQuote() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a block quote element.
- startBlockQuote() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startBlockQuote() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startBody() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startBody() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startBody() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a body element.
- startBody() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startBody() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startBR() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startBR() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startBR() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a br element.
- startBR() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startBR() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startButtonInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startButtonInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startButtonInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='button'> element.
- startButtonInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startButtonInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startCanvas() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startCanvas() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startCanvas() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a canvas element.
- startCanvas() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startCanvas() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startCheckboxInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startCheckboxInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startCheckboxInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='check'> element.
- startCheckboxInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startCheckboxInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startCol() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startCol() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startCol() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a tablecol element.
- startCol() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startCol() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startColGroup() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startColGroup() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startColGroup() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a tablecol element.
- startColGroup() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startColGroup() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startColumn - Variable in class com.google.gwt.core.ext.soyc.Range
- startDependencyGraph(String, String) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
- startDiv() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startDiv() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startDiv() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a div element.
- startDiv() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startDiv() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startDList() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startDList() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startDList() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a dlist element.
- startDList() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startDList() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- 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
- startFieldSet() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startFieldSet() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startFieldSet() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a fieldset element.
- startFieldSet() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startFieldSet() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startFileInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startFileInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startFileInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='file'> element.
- startFileInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startFileInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startForm() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startForm() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startForm() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a form element.
- startForm() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startForm() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startFrame() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startFrame() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startFrame() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a frame element.
- startFrame() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startFrame() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startFrameSet() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startFrameSet() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startFrameSet() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a frameset element.
- startFrameSet() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startFrameSet() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startH1() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startH1() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startH1() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a heading element.
- startH1() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startH1() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startH2() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startH2() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startH2() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a heading element.
- startH2() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startH2() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startH3() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startH3() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startH3() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a heading element.
- startH3() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startH3() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startH4() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startH4() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startH4() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a heading element.
- startH4() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startH4() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startH5() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startH5() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startH5() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a heading element.
- startH5() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startH5() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startH6() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startH6() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startH6() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a heading element.
- startH6() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startH6() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startHead() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startHead() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startHead() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a head element.
- startHead() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startHead() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startHiddenInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startHiddenInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startHiddenInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='hidden'> element.
- startHiddenInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startHiddenInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startHR() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startHR() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startHR() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a hr element.
- startHR() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startHR() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startIFrame() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startIFrame() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startIFrame() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a iframe element.
- startIFrame() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startIFrame() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startImage() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startImage() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startImage() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a image element.
- startImage() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startImage() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startImageInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startImageInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startImageInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='image'> element.
- startImageInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startImageInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startInput(InputElement) - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
-
Start an input using the specified InputElement.
- startLabel() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startLabel() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startLabel() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a label element.
- startLabel() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startLabel() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startLegend() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startLegend() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startLegend() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a legend element.
- startLegend() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startLegend() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startLI() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startLI() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startLI() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a li element.
- startLI() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startLI() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startLine - Variable in class com.google.gwt.core.ext.soyc.Range
- startLink() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startLink() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startLink() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a link element.
- startLink() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startLink() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startLoading() - Method in class com.google.gwt.user.cellview.client.SimplePager
-
Let the page know that the table is loading.
- startMap() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startMap() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startMap() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a map element.
- startMap() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startMap() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startMeta() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startMeta() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startMeta() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a meta element.
- startMeta() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startMeta() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startOf(HasDirection.Direction) - Static method in class com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
- startOList() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startOList() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startOList() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a olist element.
- startOList() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startOList() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startOptGroup() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startOptGroup() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startOptGroup() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a optgroup element.
- startOptGroup() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startOptGroup() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startOption() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startOption() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startOption() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an option element.
- startOption() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startOption() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startParagraph() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startParagraph() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startParagraph() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a paragraph element.
- startParagraph() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startParagraph() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startParam() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startParam() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startParam() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a param element.
- startParam() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startParam() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startPasswordInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startPasswordInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startPasswordInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='password'> element.
- startPasswordInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startPasswordInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startPre() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startPre() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startPre() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a pre element.
- startPre() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startPre() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startPushButton() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startPushButton() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startPushButton() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a button element with type "button".
- startPushButton() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startPushButton() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startQuote() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startQuote() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startQuote() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a quote element.
- startQuote() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startQuote() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startRadioInput(String) - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startRadioInput(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startRadioInput(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='radio'> element.
- startRadioInput(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startRadioInput(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startResetButton() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startResetButton() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startResetButton() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a button element with type "reset".
- startResetButton() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startResetButton() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startResetInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startResetInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startResetInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='reset'> element.
- startResetInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startResetInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startRow() - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Start a row and return the
TableRowBuilder
for this row. - startRow() - Method in class com.google.gwt.user.cellview.client.AbstractHeaderOrFooterBuilder
-
Add a header (or footer) row to the table, below any rows previously added.
- startRow(T) - Method in class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
-
Start a row and return the
TableRowBuilder
for this row. - startScript() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startScript() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startScript() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a script element.
- startScript() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startScript() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startSelect() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startSelect() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startSelect() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a select element.
- startSelect() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startSelect() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startSource() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startSource() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startSource() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a source element.
- startSource() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startSource() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startSpan() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startSpan() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startSpan() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a span element.
- startSpan() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startSpan() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startStyle() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startStyle() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startStyle() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a style element.
- startStyle() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startStyle() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startSubmitButton() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startSubmitButton() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startSubmitButton() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a button element with type "submit".
- startSubmitButton() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startSubmitButton() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startSubmitInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startSubmitInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startSubmitInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='submit'> element.
- startSubmitInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startSubmitInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startsWithLtr(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Like
BidiUtils.startsWithLtr(String, boolean)
, but assumesstr
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 assumesstr
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.
- startTable() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTable() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTable() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a table element.
- startTable() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTable() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTableCaption() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTableCaption() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTableCaption() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a table caption element.
- startTableCaption() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTableCaption() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTBody() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTBody() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTBody() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a tbody element.
- startTBody() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTBody() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTD() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTD() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTD() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a td element.
- startTD() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTD() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTextArea() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTextArea() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTextArea() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a textarea element.
- startTextArea() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTextArea() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTextInput() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTextInput() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTextInput() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append an <input type='text'> element.
- startTextInput() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTextInput() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTFoot() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTFoot() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTFoot() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a tfoot element.
- startTFoot() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTFoot() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTH() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTH() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTH() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a th element.
- startTH() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTH() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTHead() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTHead() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTHead() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a thead element.
- startTHead() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTHead() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startTitle() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTitle() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Append a title element.
- startTR() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startTR() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startTR() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a tablerow element.
- startTR() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startTR() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startUList() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startUList() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startUList() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a ulist element.
- startUList() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startUList() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- startVideo() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- startVideo() - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- startVideo() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a video element.
- startVideo() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- startVideo() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- State - Class in com.google.gwt.aria.client
-
Class that contains constants for ARIA states.
- State - Class in com.google.web.bindery.requestfactory.apt
- State(Point, Point) - Constructor for class com.google.gwt.touch.client.Momentum.State
-
Construct a new
Momentum.State
. - State(ProcessingEnvironment) - Constructor for class com.google.web.bindery.requestfactory.apt.State
- STATE_ACTIVEDESCENDANT - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_EXPANDED - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_HASPOPUP - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_LEVEL - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_POSINSET - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_PRESSED - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_SELECTED - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- STATE_SETSIZE - Static variable in class com.google.gwt.user.client.ui.Accessibility
-
Deprecated.
- State.ForTesting - Class in com.google.web.bindery.requestfactory.apt
-
Slightly tweaked implementation used when running tests.
- StatementRanges - Interface in com.google.gwt.core.ext.linker
-
Describes the source-code positions of top-level statements in a string of JavaScript.
- STATIC - Enum constant in enum com.google.gwt.dom.client.Style.Position
- STATUS_CODES - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
- StatusCodeException - Exception Class 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 class com.google.gwt.user.client.rpc.StatusCodeException
-
Construct an exception with the given status code and description.
- StatusCodeException(int, String, String) - Constructor for exception class com.google.gwt.user.client.rpc.StatusCodeException
-
Construct an exception with the given status code, status text and description.
- StatusRole - Interface in com.google.gwt.aria.client
-
A type that represents the status role in the ARIA specification.
- StatusRoleImpl - Class in com.google.gwt.aria.client
-
Implements
StatusRole
. - StatusRoleImpl(String) - Constructor for class com.google.gwt.aria.client.StatusRoleImpl
- 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
StorageEvent
s. - storageEventHandlers - Static variable in class com.google.gwt.storage.client.StorageImpl
- StorageImpl - Class in com.google.gwt.storage.client
-
This is the HTML5 Storage implementation according to the standard recommendation.
- StorageImpl() - Constructor for class com.google.gwt.storage.client.StorageImpl
-
This class can never be instantiated by itself.
- StorageImplNonNativeEvents - Class in com.google.gwt.storage.client
-
Implementation of Storage with non-native events.
- StorageImplNonNativeEvents() - Constructor for class com.google.gwt.storage.client.StorageImplNonNativeEvents
- StorageMap - Class in com.google.gwt.storage.client
-
Exposes the local/session
Storage
as a standardMap<String, String>
. - StorageMap(Storage) - Constructor for class com.google.gwt.storage.client.StorageMap
-
Creates the Map with the specified Storage as data provider.
- Story - Interface in com.google.gwt.core.ext.soyc
-
Represents a (possibly disjoint) region of the JavaScript output for which metadata is available.
- streamOut(InputStream, OutputStream, int) - Static method in class com.google.gwt.util.tools.Utility
- STRENGTH - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.IdMessage
- STRETCH - Enum constant in enum com.google.gwt.layout.client.Layout.Alignment
-
Stretches an element to fill the layer on a given axis.
- StrictAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Fall through attribute parser.
- StrictAttributeParser(FieldReferenceConverter, MortalLogger, JType...) - Constructor for class com.google.gwt.uibinder.attributeparsers.StrictAttributeParser
- StrictAttributeParser.FieldReferenceDelegate - Class in com.google.gwt.uibinder.attributeparsers
-
Package protected for testing.
- STRING - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- StringAttributeParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses a string attribute.
- StringAttributeParser(FieldReferenceConverter, JType) - Constructor for class com.google.gwt.uibinder.attributeparsers.StringAttributeParser
- StringAttributeParser.FieldReferenceDelegate - Class in com.google.gwt.uibinder.attributeparsers
- stringFromArrayBuffer(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.JsUtils
-
Creates a string from an
ArrayBuffer
, with bytes encoded as individual characters (which means in UTF8-encoded strings, byte values0x80-0xFF
take two bytes. - StringGenerator - Class in com.google.gwt.codegen.server
-
Helper class to produce string expressions consisting of literals and computed values.
- StringGenerator(StringBuilder) - Constructor for class com.google.gwt.codegen.server.StringGenerator
-
Initialize the StringGenerator with an output buffer.
- StringGenerator.Type - Enum in com.google.gwt.codegen.server
-
Type of expression being processed.
- stringify(JavaScriptObject) - Static method in class com.google.gwt.core.client.JsonUtils
-
Converts a value to JSON.
- stringify(JavaScriptObject, String) - Static method in class com.google.gwt.core.client.JsonUtils
-
Converts a value to JSON.
- StringSourceWriter - Class in com.google.gwt.codegen.server
-
A SourceWriter that accumulates source and returns it in the
StringSourceWriter.toString()
method. - StringSourceWriter() - Constructor for class com.google.gwt.codegen.server.StringSourceWriter
- StringUtils - Class in com.google.gwt.util.tools.shared
-
String utility methods.
- StringUtils() - Constructor for class com.google.gwt.util.tools.shared.StringUtils
- StringValidator - Class in com.google.gwt.http.client
-
Utility class for validating strings.
- stringValue() - Method in class com.google.gwt.json.client.JSONString
-
Returns the raw Java string value of this item.
- STRIP_COMMENTS - Static variable in class com.google.gwt.resources.ext.AbstractResourceGenerator
- stripHtmlIfNeeded(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Returns the input text with spaces instead of HTML tags or HTML escapes, if isStripNeeded is true.
- 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
- 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.
- StructureRole - Interface in com.google.gwt.aria.client
-
A type that represents the structure role in the ARIA specification.
- StubAnimationHandle(AnimationScheduler.AnimationCallback) - Constructor for class com.google.gwt.animation.client.testing.StubAnimationScheduler.StubAnimationHandle
- StubAnimationScheduler - Class in com.google.gwt.animation.client.testing
-
A stub implementation of
AnimationScheduler
that does not execute the callbacks. - StubAnimationScheduler() - Constructor for class com.google.gwt.animation.client.testing.StubAnimationScheduler
- StubAnimationScheduler.StubAnimationHandle - Class in com.google.gwt.animation.client.testing
-
A handle to the requested animation frame created by
AnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
. - StubGeneratorContext - Class in com.google.gwt.core.ext
-
An abstract generator context class which by default throws UnsupportedOperationException for all methods.
- StubGeneratorContext() - Constructor for class com.google.gwt.core.ext.StubGeneratorContext
- StubScheduler - Class in com.google.gwt.core.client.testing
-
A fake scheduler that records scheduled commands and can execute them when asked to.
- StubScheduler() - Constructor for class com.google.gwt.core.client.testing.StubScheduler
- style() - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- style() - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- style() - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Start the
StylesBuilder
used to add style properties to the style attribute of the current element. - style() - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
-
Get the
StylesBuilder
used to add style properties to the current element. - style() - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- style() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Resources
-
The styles used in this widget.
- 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.Clear - Enum in com.google.gwt.dom.client
-
Enum for the 'clear' CSS 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.OutlineStyle - Enum in com.google.gwt.dom.client
-
Enum for the outline-style 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 position property.
- Style.TableLayout - Enum in com.google.gwt.dom.client
-
Enum for the table-layout property.
- Style.TextAlign - Enum in com.google.gwt.dom.client
-
Enum for the text-align property.
- Style.TextDecoration - Enum in com.google.gwt.dom.client
-
Enum for the 'text-decoration' CSS property.
- Style.TextJustify - Enum in com.google.gwt.dom.client
-
Enum for the 'text-justify' CSS3 property.
- Style.TextOverflow - Enum in com.google.gwt.dom.client
-
Enum for the 'text-overflow' CSS3 property.
- Style.TextTransform - Enum in com.google.gwt.dom.client
-
Enum for the 'text-transform' CSS 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.
- Style.WhiteSpace - Enum in com.google.gwt.dom.client
-
Enum for the 'white-space' CSS property.
- StyleBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an style element.
- 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
-
Deprecated.
- StyleInjectorImpl() - Constructor for class com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl
-
Deprecated.
- STYLENAME_DEFAULT - Static variable in class com.google.gwt.user.client.ui.DecoratedTabBar
- Style Name Specifics - Search tag in class com.google.gwt.user.client.ui.UIObject
- Section
- styleProperty(SafeStyles) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- StylesBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds the style attribute on an element.
- 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
- Styling With CSS - Search tag in class com.google.gwt.user.client.ui.UIObject
- Section
- SUB - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- subarray(int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- subarray(int) - Method in class com.google.gwt.typedarrays.server.Uint8ClampedArrayImpl
- subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int) - Method in interface com.google.gwt.typedarrays.shared.Uint8ClampedArray
-
Create a new view from the same array, from
offset
to the end of this view. - subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Float32ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Float64ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Int16ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Int32ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Int8ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Uint16ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Uint32ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
- subarray(int, int) - Method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Float32ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Float64ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Int16ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Int32ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Int8ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- subarray(int, int) - Method in class com.google.gwt.typedarrays.server.Uint8ClampedArrayImpl
- subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Float32Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Float64Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Int16Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Int32Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Int8Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Uint16Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Uint32Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Uint8Array
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - subarray(int, int) - Method in interface com.google.gwt.typedarrays.shared.Uint8ClampedArray
-
Create a new view from the same array, from
offset
to (but not including)end
in this view. - 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.
- submit(Command) - Method in class com.google.gwt.user.client.CommandExecutor
-
Submits a
Command
for execution. - submit(IncrementalCommand) - Method in class com.google.gwt.user.client.CommandExecutor
-
Submits an
IncrementalCommand
for execution. - 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(Element) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
-
This constructor may be used by subclasses to explicitly use an existing element.
- SubmitButton(SafeHtml) - 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) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
-
Creates a button with the given HTML caption.
- SubmitButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.SubmitButton
-
Creates a button with the given HTML caption and click listener.
- SubmitCompleteEvent(String) - Constructor for class com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
-
Create a submit complete event.
- SubmitEvent() - Constructor for class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
- 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
- subSet(T, T) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- SubsetFilteringPropertyOracle - Class in com.google.gwt.core.ext
-
A property oracle that prevents access to any properties not named in its predefined set.
Used by the generator driver framework to limit property access for the purpose of forcing generators to accurately declare their property dependencies. - SubsetFilteringPropertyOracle(Set<String>, PropertyOracle, String) - Constructor for class com.google.gwt.core.ext.SubsetFilteringPropertyOracle
- substringData(int, int) - Method in interface com.google.gwt.xml.client.CharacterData
-
This method gets a substring of the character data.
- subtrees - Variable in class com.google.gwt.user.client.ui.PrefixTree
-
Field to store subtrees in.
- suffixes - Variable in class com.google.gwt.user.client.ui.PrefixTree
-
Field to store terminal nodes in.
- 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, ValueBoxBase<String>) - Constructor for class com.google.gwt.user.client.ui.SuggestBox
-
Constructor for
SuggestBox
. - SuggestBox(SuggestOracle, ValueBoxBase<String>, 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 aPopupPanel
beneath theSuggestBox
. - 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.
- suggestImpl(String, String, Collection<String>, int) - Method in class com.google.gwt.user.client.ui.PrefixTree
- 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 aSuggestBox
. - 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.Response - Class in com.google.gwt.user.client.ui
-
SuggestOracle
response. - SuggestOracle.Suggestion - Interface in com.google.gwt.user.client.ui
-
Suggestion supplied by the
SuggestOracle
. - SUPER - Enum constant in enum com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType
-
Used when the declaration explicitly used ? super Type.
- SUPER - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- supportsCDATASection() - Static method in class com.google.gwt.xml.client.XMLParser
-
Deprecated.Always returns true
- 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
-
Returns
true
if this linker supports DevMode. - SupportsGeneratorResultCaching - Interface in com.google.gwt.resources.ext
-
A marker interface that a
ResourceGenerator
can implement to indicate it supports generator result caching. - SuppressIsSafeHtmlCastCheck - Annotation Type in com.google.gwt.safehtml.shared.annotations
-
Annotates methods that rely on potentially-unsafe type-annotation casts.
- SuppressIsSafeUriCastCheck - Annotation Type in com.google.gwt.safehtml.shared.annotations
-
Annotates methods that rely on potentially-unsafe type-annotation casts.
- SuppressIsTrustedResourceUriCastCheck - Annotation Type in com.google.gwt.safehtml.shared.annotations
-
Annotates methods that rely on potentially-unsafe type-annotation casts.
- SW_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- 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.
- symbolMapsDirectory - Variable in class com.google.gwt.logging.server.StackTraceDeobfuscator
-
Deprecated.
- 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
- SymbolMapsLinker.ScriptFragmentEditsArtifact - Class in com.google.gwt.core.linker
-
Artifact to record insertions or deletions made to Javascript fragments.
- SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit - Enum in com.google.gwt.core.linker
-
Operation type performed on script.
- SymbolMapsLinker.SourceMapArtifact - Class in com.google.gwt.core.linker
-
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.
- SYNTAX_ERR - Static variable in exception class com.google.gwt.xml.client.DOMException
- SYNTHETIC - Enum constant in enum com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
-
The id not not managed by the client or server and is valid only for the duration of a single request or response.
- 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
- TAB_ROW_STYLES - Static variable in class com.google.gwt.user.client.ui.DecoratedTabBar
- 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. - tabIndex(int) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- tabIndex(int) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Set the tab index.
- tabIndex(int) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- TABINDEX - Static variable in class com.google.gwt.aria.client.ExtraAttribute
- 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
- TABLE - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_CAPTION - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_CELL - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_COLUMN - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_COLUMN_GROUP - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_FOOTER_GROUP - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_HEADER_GROUP - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_ROW - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TABLE_ROW_GROUP - Enum constant in enum com.google.gwt.dom.client.Style.Display
- TableBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an table element.
- TableCaptionBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an tablecaption element.
- TableCaptionElement - Class in com.google.gwt.dom.client
-
Table caption.
- TableCaptionElement() - Constructor for class com.google.gwt.dom.client.TableCaptionElement
- TableCellBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an tablecell element.
- 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
- TableColBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an tablecol element.
- TableColElement - Class in com.google.gwt.dom.client
-
Regroups the COL and COLGROUP elements.
- TableColElement() - Constructor for class com.google.gwt.dom.client.TableColElement
- tableData - Variable in class com.google.gwt.user.cellview.client.DataGrid
- 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
- tableFooter - Variable in class com.google.gwt.user.cellview.client.DataGrid
- tableHeader - Variable in class com.google.gwt.user.cellview.client.DataGrid
- tableLayout(Style.TableLayout) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- tableLayout(Style.TableLayout) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- tableLayout(Style.TableLayout) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the table-layout CSS property.
- tableLayout(Style.TableLayout) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the table-layout CSS property.
- TableListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.
- 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<H>)
- TableListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TableListenerCollection
-
Deprecated.
- TableRowBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an tablerow element.
- TableRowElement - Class in com.google.gwt.dom.client
-
A row in a table.
- TableRowElement() - Constructor for class com.google.gwt.dom.client.TableRowElement
- TableSectionBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an tablesection element.
- TableSectionElement - Class in com.google.gwt.dom.client
-
The THEAD, TFOOT, and TBODY elements.
- TableSectionElement() - Constructor for class com.google.gwt.dom.client.TableSectionElement
- TableWidget() - Constructor for class com.google.gwt.user.cellview.client.DataGrid.TableWidget
- TabListener - Interface in com.google.gwt.user.client.ui
- 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<H>)
- TabListenerCollection() - Constructor for class com.google.gwt.user.client.ui.TabListenerCollection
-
Deprecated.
- TablistRole - Interface in com.google.gwt.aria.client
-
A type that represents the tablist role in the ARIA specification.
- TablistRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TablistRole
. - TablistRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TablistRoleImpl
- 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
- TabpanelRole - Interface in com.google.gwt.aria.client
-
A type that represents the tabpanel role in the ARIA specification.
- TabpanelRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TabpanelRole
. - TabpanelRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TabpanelRoleImpl
- TabRole - Interface in com.google.gwt.aria.client
-
A type that represents the tab role in the ARIA specification.
- TabRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TabRole
. - TabRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TabRoleImpl
- TAG - Static variable in class com.google.gwt.dom.client.AnchorElement
- TAG - Static variable in class com.google.gwt.dom.client.AreaElement
- 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.BaseElement
- TAG - Static variable in class com.google.gwt.dom.client.BodyElement
- TAG - Static variable in class com.google.gwt.dom.client.BRElement
- TAG - Static variable in class com.google.gwt.dom.client.ButtonElement
- 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.DivElement
- TAG - Static variable in class com.google.gwt.dom.client.DListElement
- TAG - Static variable in class com.google.gwt.dom.client.FieldSetElement
- TAG - Static variable in class com.google.gwt.dom.client.FormElement
- TAG - Static variable in class com.google.gwt.dom.client.FrameElement
- TAG - Static variable in class com.google.gwt.dom.client.FrameSetElement
- TAG - Static variable in class com.google.gwt.dom.client.HeadElement
- TAG - Static variable in class com.google.gwt.dom.client.HRElement
- TAG - Static variable in class com.google.gwt.dom.client.IFrameElement
- TAG - Static variable in class com.google.gwt.dom.client.ImageElement
- TAG - Static variable in class com.google.gwt.dom.client.InputElement
- TAG - Static variable in class com.google.gwt.dom.client.LabelElement
- TAG - Static variable in class com.google.gwt.dom.client.LegendElement
- TAG - Static variable in class com.google.gwt.dom.client.LIElement
- TAG - Static variable in class com.google.gwt.dom.client.LinkElement
- TAG - Static variable in class com.google.gwt.dom.client.MapElement
- TAG - Static variable in class com.google.gwt.dom.client.MetaElement
- TAG - Static variable in class com.google.gwt.dom.client.ObjectElement
- TAG - Static variable in class com.google.gwt.dom.client.OListElement
- TAG - Static variable in class com.google.gwt.dom.client.OptGroupElement
- TAG - Static variable in class com.google.gwt.dom.client.OptionElement
- TAG - Static variable in class com.google.gwt.dom.client.ParagraphElement
- TAG - Static variable in class com.google.gwt.dom.client.ParamElement
- TAG - Static variable in class com.google.gwt.dom.client.PreElement
- TAG - Static variable in class com.google.gwt.dom.client.ScriptElement
- TAG - Static variable in class com.google.gwt.dom.client.SelectElement
- TAG - Static variable in class com.google.gwt.dom.client.SourceElement
- TAG - Static variable in class com.google.gwt.dom.client.SpanElement
- TAG - Static variable in class com.google.gwt.dom.client.StyleElement
- TAG - Static variable in class com.google.gwt.dom.client.TableCaptionElement
- TAG - Static variable in class com.google.gwt.dom.client.TableElement
- TAG - Static variable in class com.google.gwt.dom.client.TableRowElement
- TAG - Static variable in class com.google.gwt.dom.client.TextAreaElement
- TAG - Static variable in class com.google.gwt.dom.client.TitleElement
- TAG - Static variable in class com.google.gwt.dom.client.UListElement
- TAG - Static variable in class com.google.gwt.dom.client.VideoElement
-
The tag for this element.
- TAG_BLOCKQUOTE - Static variable in class com.google.gwt.dom.client.QuoteElement
- TAG_COL - Static variable in class com.google.gwt.dom.client.TableColElement
- TAG_COLGROUP - Static variable in class com.google.gwt.dom.client.TableColElement
- TAG_DEL - Static variable in class com.google.gwt.dom.client.ModElement
- TAG_H1 - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAG_H2 - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAG_H3 - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAG_H4 - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAG_H5 - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAG_H6 - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAG_INS - Static variable in class com.google.gwt.dom.client.ModElement
- TAG_Q - Static variable in class com.google.gwt.dom.client.QuoteElement
- TAG_TBODY - Static variable in class com.google.gwt.dom.client.TableSectionElement
- TAG_TD - Static variable in class com.google.gwt.dom.client.TableCellElement
- TAG_TFOOT - Static variable in class com.google.gwt.dom.client.TableSectionElement
- TAG_TH - Static variable in class com.google.gwt.dom.client.TableCellElement
- TAG_THEAD - Static variable in class com.google.gwt.dom.client.TableSectionElement
- tagname() - Element in annotation type com.google.gwt.uibinder.client.UiChild
- TagName - Annotation Type in com.google.gwt.dom.client
-
Indicates the tag name of an
Element
subclass. - TAGS - Static variable in class com.google.gwt.dom.client.HeadingElement
- TAGS - Static variable in class com.google.gwt.dom.client.TableSectionElement
- tailSet(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
- tailSet(T) - Method in class com.google.gwt.core.ext.linker.TypeIndexedSet
- 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. - target - Variable in class com.google.gwt.user.client.ui.SplitLayoutPanel.Splitter
- target(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- target(String) - Method in class com.google.gwt.dom.builder.client.DomAreaBuilder
- target(String) - Method in class com.google.gwt.dom.builder.client.DomBaseBuilder
- target(String) - Method in class com.google.gwt.dom.builder.client.DomFormBuilder
- target(String) - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- target(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
Frame to render the resource in.
- target(String) - Method in interface com.google.gwt.dom.builder.shared.AreaBuilder
-
Frame to render the resource in.
- target(String) - Method in interface com.google.gwt.dom.builder.shared.BaseBuilder
-
The default target frame.
- target(String) - Method in interface com.google.gwt.dom.builder.shared.FormBuilder
-
Frame to render the resource in.
- target(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- target(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAreaBuilder
- target(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBaseBuilder
- target(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFormBuilder
- target(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- target(String) - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
Frame to render the resource in.
- targetBottom - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetBottomUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetHeight - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetHeightUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetLeft - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetLeftUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetRight - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetRightUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetTop - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetTopUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetWidth - Variable in class com.google.gwt.layout.client.Layout.Layer
- targetWidthUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- tbody(SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- td - Variable in class com.google.gwt.user.client.ui.DockPanel.LayoutData
- td(String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- tdBothAlign(String, String, String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- tdHorizontalAlign(String, String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- tdVerticalAlign(String, String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- 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.
- tempBuffer - Variable in class com.google.gwt.typedarrays.client.DataViewNativeEmul
-
A temporary buffer used for reversing bytes.
- TEMPLATE - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ViolationMessage
- TemporalPoint() - Constructor for class com.google.gwt.touch.client.TouchScroller.TemporalPoint
- TemporalPoint(Point, double) - Constructor for class com.google.gwt.touch.client.TouchScroller.TemporalPoint
-
Construct a new
TouchScroller.TemporalPoint
for the specified point and time. - TERMINATED - Enum constant in enum com.google.gwt.core.client.CodeDownloadException.Reason
-
Generic code for terminating the download.
- test(String) - Method in class com.google.gwt.regexp.shared.RegExp
-
Determines if the regular expression matches the given string.
- TestModuleInfo(String, String, JUnitShell.Strategy) - Constructor for class com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
-
Construct a new
GWTTestCase.TestModuleInfo
. - testResult - Variable in class com.google.gwt.junit.client.GWTTestCase
-
Object that collects the results of this test case execution.
- text(String) - Method in class com.google.gwt.dom.builder.client.DomFrameSetBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomHeadBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomIFrameBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomScriptBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomTableRowBuilder
- text(String) - Method in class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase
- text(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append text within the node.
- text(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderImpl
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlFrameSetBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlHeadBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlIFrameBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- text(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- text(String) - Method in interface com.google.gwt.dom.builder.shared.IFrameBuilder
-
Throws
UnsupportedOperationException
. - text(String) - Method in interface com.google.gwt.dom.builder.shared.StyleBuilder
-
Throws
UnsupportedOperationException
. - Text - Class in com.google.gwt.dom.client
-
The Text interface represents textual content.
- Text - Interface in com.google.gwt.xml.client
-
This interface describes text nodes, as might occur between tags.
- Text() - Constructor for class com.google.gwt.dom.client.Text
- TEXT - Enum constant in enum com.google.gwt.aria.client.RelevantValue
- TEXT - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- TEXT_BOTTOM - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- 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.
- TEXT_TOP - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- textAlign(Style.TextAlign) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- textAlign(Style.TextAlign) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- textAlign(Style.TextAlign) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the text-align CSS property.
- textAlign(Style.TextAlign) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'text-align' CSS property.
- TextAlignConstantParser - Class in com.google.gwt.uibinder.attributeparsers
-
Parses a
TextBoxBase.TextAlignConstant
. - TextAlignConstantParser(FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.TextAlignConstantParser
- 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.
- TextAreaBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an textarea 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.
- TextBox(Element, String) - Constructor for class com.google.gwt.user.client.ui.TextBox
- 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.
- TextboxRole - Interface in com.google.gwt.aria.client
-
A type that represents the textbox role in the ARIA specification.
- TextboxRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TextboxRole
. - TextboxRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TextboxRoleImpl
- TextButtonCell - Class in com.google.gwt.cell.client
-
TextButtonCell
is a simple button with text content. - TextButtonCell() - Constructor for class com.google.gwt.cell.client.TextButtonCell
-
Construct a
TextButtonCell
using theTextButtonCell.DefaultAppearance
. - TextButtonCell(TextButtonCell.Appearance) - Constructor for class com.google.gwt.cell.client.TextButtonCell
-
Construct a
TextButtonCell
using the specifiedTextButtonCell.Appearance
to render the cell. - TextButtonCell.Appearance - Interface in com.google.gwt.cell.client
-
The appearance used to render this Cell.
- TextButtonCell.DefaultAppearance - Class in com.google.gwt.cell.client
-
The default implementation of the
TextButtonCell.Appearance
. - 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.
- textDecoration(Style.TextDecoration) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- textDecoration(Style.TextDecoration) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- textDecoration(Style.TextDecoration) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the text-decoration CSS property.
- textDecoration(Style.TextDecoration) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the text-decoration CSS property.
- 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.
- textIndent(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- textIndent(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- textIndent(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the text-indent CSS property.
- textIndent(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'text-indent' CSS property.
- 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.Template - Interface in com.google.gwt.cell.client
- TextInputCell.ViewData - Class in com.google.gwt.cell.client
-
The
ViewData
for this cell. - TextInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
The interpreter of choice for calls to
XMLElement.consumeInnerText(com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter<java.lang.String>)
. - TextInterpreter(UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.TextInterpreter
- textJustify(Style.TextJustify) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- textJustify(Style.TextJustify) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- textJustify(Style.TextJustify) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the text-justify CSS3 property.
- textJustify(Style.TextJustify) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'text-justify' CSS3 property.
- 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
- textOverflow(Style.TextOverflow) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- textOverflow(Style.TextOverflow) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- textOverflow(Style.TextOverflow) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the text-overflow CSS3 property.
- textOverflow(Style.TextOverflow) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'text-overflow' CSS3 property.
- 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.
- textTransform(Style.TextTransform) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- textTransform(Style.TextTransform) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- textTransform(Style.TextTransform) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the text-transform CSS property.
- textTransform(Style.TextTransform) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'text-transform' CSS property.
- tfoot(SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- thead(SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- throwableAsJson(Throwable) - Static method in class com.google.gwt.logging.client.JsonLogRecordClientUtil
- throwIfEmptyOrNull(String, String) - Static method in class com.google.gwt.http.client.StringValidator
-
Throws if
value
isnull
or empty. - throwIfNull(String, Object) - Static method in class com.google.gwt.http.client.StringValidator
-
Throws a
NullPointerException
if the value isnull
. - throwIllegalArgumentException(String, String) - Static method in class com.google.gwt.core.client.JsonUtils
- throwJSONException(String) - Static method in class com.google.gwt.json.client.JSONParser
- throwUnknownTypeException(String) - Static method in class com.google.gwt.json.client.JSONParser
- TIME_FULL - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- TIME_FULL - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- TIME_LONG - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- TIME_LONG - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- TIME_MEDIUM - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- TIME_MEDIUM - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- TIME_SHORT - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- TIME_SHORT - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- timeFormat() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a safe default time format.
- timeFormat() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- timeFormatFull() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- timeFormatFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "full" time format.
- timeFormatFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- timeFormatLong() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- timeFormatLong() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "long" time format.
- timeFormatLong() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- timeFormatMedium() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- timeFormatMedium() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "medium" time format.
- timeFormatMedium() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- timeFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- timeFormats() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- timeFormats() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- timeFormatShort() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- timeFormatShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns a "short" time format.
- timeFormatShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- TIMEOUT - Static variable in exception class com.google.gwt.geolocation.client.PositionError
-
The browser was unable to locate the user in enough time.
- TimeoutException - Exception Class in com.google.gwt.jsonp.client
-
Exception sent when a JSONP calls expires the timeout.
- TimeoutException - Exception Class 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 class com.google.gwt.jsonp.client.TimeoutException
- TimeoutException() - Constructor for exception class com.google.gwt.junit.client.TimeoutException
- TimeoutException(int) - Constructor for exception class com.google.gwt.junit.client.TimeoutException
-
Constructs a timeout exception for a given number of milliseconds.
- TimeoutException(String) - Constructor for exception class com.google.gwt.jsonp.client.TimeoutException
- TimeoutException(String) - Constructor for exception class com.google.gwt.junit.client.TimeoutException
-
Constructs a timeout exception with the specified detail message.
- TimeoutException(String, Throwable) - Constructor for exception class com.google.gwt.junit.client.TimeoutException
-
Constructs a timeout exception with the specified detail message and cause.
- TimeoutException(Throwable) - Constructor for exception class 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 aMediaElement
. - TimeRanges() - Constructor for class com.google.gwt.media.dom.client.TimeRanges
- TimerRole - Interface in com.google.gwt.aria.client
-
A type that represents the timer role in the ARIA specification.
- TimerRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TimerRole
. - TimerRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TimerRoleImpl
- TimeZone - Class in com.google.gwt.i18n.client
-
The TimeZone class implements a time zone information source for client applications.
- TimeZone - Interface in com.google.gwt.i18n.shared
-
Abstracts a GWT timezone.
- 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
- title(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- title(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
The element's advisory title.
- title(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- TitleBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an title element.
- 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.web.bindery.requestfactory.shared.Request
-
Specify the object that will receive the result of the method invocation.
- to(Receiver<? super T>) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequest
-
Returns
null
. - 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.
- toBase64(String) - Static method in class com.google.web.bindery.requestfactory.server.SimpleRequestProcessor
- toCamelCaseForm(String) - Static method in class com.google.gwt.dom.builder.client.DomStylesBuilder
-
Convert a hyphenated or camelCase string to a camelCase string.
- toCss() - Method in class com.google.gwt.resources.converter.SimpleValue
- toDataUrl() - Method in class com.google.gwt.canvas.client.Canvas
-
Returns a data URL for the current content of the canvas element.
- 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.canvas.client.Canvas
-
Returns a data URL for the current content of the canvas element, with a specified type.
- 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.
- TOGGLE - Enum constant in enum com.google.gwt.view.client.DefaultSelectionEventManager.SelectAction
- 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 betweenup
anddown
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(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(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(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
. - toggleClassName(String) - Method in class com.google.gwt.dom.client.Element
-
Add the class name if it doesn't exist or removes it if does.
- toggleDown() - Method in class com.google.gwt.user.client.ui.CustomButton
-
Toggle the up/down attribute.
- 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()
. - toGss() - Method in class com.google.gwt.resources.converter.Css2Gss
- toHexString(byte[]) - Static method in class com.google.gwt.util.tools.shared.StringUtils
-
Returns a string representation of the byte array as a series of hexadecimal characters.
- toHyphenatedForm(String) - Static method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
-
Convert a camelCase or hyphenated string to a hyphenated string.
- toInt32(double) - Static method in class com.google.gwt.dom.client.DOMImpl
-
Fast helper method to convert small doubles to 32-bit int.
- 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.
- ToolbarRole - Interface in com.google.gwt.aria.client
-
A type that represents the toolbar role in the ARIA specification.
- ToolbarRoleImpl - Class in com.google.gwt.aria.client
-
Implements
ToolbarRole
. - ToolbarRoleImpl(String) - Constructor for class com.google.gwt.aria.client.ToolbarRoleImpl
- 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
- TooltipRole - Interface in com.google.gwt.aria.client
-
A type that represents the tooltip role in the ARIA specification.
- TooltipRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TooltipRole
. - TooltipRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TooltipRoleImpl
- top - Variable in class com.google.gwt.layout.client.Layout.Layer
- top - Variable in class com.google.web.bindery.requestfactory.server.ServiceLayer
-
A pointer to the top-most ServiceLayer instance.
- top(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- top(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- top(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the top css property.
- top(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the top css property.
- TOP - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.TextBaseline
- TOP - Enum constant in enum com.google.gwt.dom.client.Style.VerticalAlign
- TOP_WINDOW - Static variable in class com.google.gwt.core.client.ScriptInjector
-
Returns the top level window object.
- topUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- 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
. - toScaledString(StringBuilder, double) - Static method in class com.google.gwt.i18n.client.NumberFormat
-
Appends a scaled string representation to a buffer, returning the scale (which is the number of places to the right of the end of the string the decimal point should be moved -- i.e., 3.5 would be added to the buffer as "35" and a returned scale of -1).
- toSource() - Method in class com.google.gwt.core.client.JavaScriptObject
-
Call the toSource() on the JSO.
- toString() - Method in class com.google.gwt.codegen.server.StringSourceWriter
- toString() - Method in class com.google.gwt.core.client.debug.JsoInspector.JsoProperty
- 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.DelegatingCompilationResult
- 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() - Method in exception class com.google.gwt.core.shared.SerializableThrowable
- 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.resources.gss.ast.CssJavaExpressionNode
- toString() - Method in class com.google.gwt.safehtml.shared.SafeHtmlString
- toString() - Method in class com.google.gwt.safehtml.shared.SafeUriString
- toString() - Method in class com.google.gwt.touch.client.Point
- 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.util.regexfilter.WhitelistRegexFilter
- 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 compiled output.
- toString() - Method in class com.google.web.bindery.event.shared.Event.Type
- toString() - Method in class com.google.web.bindery.requestfactory.apt.DeobfuscatorBuilder
- toString(Element) - Method in class com.google.gwt.dom.client.DOMImpl
- toString(Element) - Method in class com.google.gwt.dom.client.DOMImplMozilla
- toString(Element) - Static method in class com.google.gwt.user.client.DOM
-
Deprecated.Use
Element.getString()
instead. - 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
. - ToStringRenderer - Class in com.google.gwt.text.shared
-
A simple renderer that uses
Object.toString()
of the object. - ToStringRenderer(String) - Constructor for class com.google.gwt.text.shared.ToStringRenderer
-
Constructs a
ToStringRenderer
that uses customtextForNull
fornull
objects. - 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
- TOUCHCANCEL - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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. - TOUCHEND - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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> - 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).
- touchGetClientX(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetClientY(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetIdentifier(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetPageX(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetPageY(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetScreenX(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetScreenY(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- touchGetTarget(Touch) - Method in class com.google.gwt.dom.client.DOMImpl
- TOUCHMOVE - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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
. - TouchScroller.TemporalPoint - Class in com.google.gwt.touch.client
-
A point associated with a time.
- TOUCHSTART - Static variable in class com.google.gwt.dom.client.BrowserEvents
- 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.
- tr(String, SafeHtml) - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Template
- TRACE - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs information related to lower-level operation.
- 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
- TransportableTypeVisitor - Class in com.google.web.bindery.requestfactory.apt
-
Scans a TypeMirror to determine if it can be transported by RequestFactory.
- TransportableTypeVisitor() - Constructor for class com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- traverse(CssVisitor, Context) - Method in class com.google.gwt.resources.converter.CssElIf
- traverse(CssVisitor, Context) - Method in class com.google.gwt.resources.converter.CssElse
- 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(Resources)
- Tree(TreeImages, boolean) - Constructor for class com.google.gwt.user.client.ui.Tree
-
Deprecated.replaced by
Tree(Resources, boolean)
- Tree.ImageAdapter - Class in com.google.gwt.user.client.ui
-
There are several ways of configuring images for the Tree widget due to deprecated APIs.
- Tree.Resources - Interface in com.google.gwt.user.client.ui
-
A ClientBundle that provides images for this widget.
- treeClosed() - Method in class com.google.gwt.user.client.ui.Tree.ImageAdapter
- 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.
- TreegridRole - Interface in com.google.gwt.aria.client
-
A type that represents the treegrid role in the ARIA specification.
- TreegridRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TreegridRole
. - TreegridRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TreegridRoleImpl
- 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(boolean) - Constructor for class com.google.gwt.user.client.ui.TreeItem
-
Creates an empty tree item.
- 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
-
Deprecated.
- TreeItemImpl() - Constructor for class com.google.gwt.user.client.ui.TreeItem.TreeItemImpl
-
Deprecated.
- treeItemIterator() - Method in class com.google.gwt.user.client.ui.Tree
-
Iterator of tree items.
- TreeitemRole - Interface in com.google.gwt.aria.client
-
A type that represents the treeitem role in the ARIA specification.
- TreeitemRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TreeitemRole
. - TreeitemRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TreeitemRoleImpl
- treeLeaf() - Method in class com.google.gwt.user.client.ui.Tree.ImageAdapter
- 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.
- 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<H>)
- 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.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.
- TreeNodeImpl(CellTreeNodeView<?>) - Constructor for class com.google.gwt.user.cellview.client.CellTreeNodeView.TreeNodeImpl
- TreeNodeImpl(TreeViewModel.NodeInfo<C>, Object, CellBrowser.BrowserCellList<C>, Widget) - Constructor for class com.google.gwt.user.cellview.client.CellBrowser.TreeNodeImpl
-
Construct a new
CellBrowser.TreeNodeImpl
. - treeNodes - Variable in class com.google.gwt.user.cellview.client.CellBrowser
-
The visible
CellBrowser.TreeNodeImpl
s. - treeOpen() - Method in class com.google.gwt.user.client.ui.Tree.ImageAdapter
- 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.
- TreeRole - Interface in com.google.gwt.aria.client
-
A type that represents the tree role in the ARIA specification.
- TreeRoleImpl - Class in com.google.gwt.aria.client
-
Implements
TreeRole
. - TreeRoleImpl(String) - Constructor for class com.google.gwt.aria.client.TreeRoleImpl
- 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.NodeInfo
. - TreeViewModel.NodeInfo<T> - Interface in com.google.gwt.view.client
-
The info needed to create the children of a tree node.
- TRUE - Enum constant in enum com.google.gwt.aria.client.CheckedValue
- TRUE - Enum constant in enum com.google.gwt.aria.client.ExpandedValue
- TRUE - Enum constant in enum com.google.gwt.aria.client.GrabbedValue
- TRUE - Enum constant in enum com.google.gwt.aria.client.InvalidValue
- TRUE - Enum constant in enum com.google.gwt.aria.client.PressedValue
- TRUE - Enum constant in enum com.google.gwt.aria.client.SelectedValue
- trustedAttribute(String, int) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
-
Add a trusted attribute without escaping the name.
- trustedAttribute(String, int) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Add an attribute with a trusted name.
- trustedAttribute(String, String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
-
Add a trusted attribute without escaping the name.
- trustedAttribute(String, String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Add an attribute with a trusted name.
- trustedBackgroundColor(String) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedBackgroundColor(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedBackgroundColor(String) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the "background-color" style property to the specified color string.
- trustedBackgroundColor(String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the trusted background color, i.e., without escaping the value.
- trustedBackgroundImage(String) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedBackgroundImage(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedBackgroundImage(String) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the "background-image" style property to the specified value.
- trustedBackgroundImage(String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the trusted background image, i.e., without escaping the value.
- trustedBorderColor(String) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedBorderColor(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedBorderColor(String) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the "border-color" style property to the specified color string.
- trustedBorderColor(String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the trusted border color, i.e., without escaping the value.
- trustedColor(String) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedColor(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedColor(String) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the "color" style property, which controls font color, to the specified color string.
- trustedColor(String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the trusted font color, i.e., without escaping the value.
- trustedCreate(String) - Method in class com.google.gwt.dom.builder.client.DomBuilderFactory
- trustedCreate(String) - Method in class com.google.gwt.dom.builder.shared.ElementBuilderFactory
-
Create an
ElementBuilder
for an arbitrary tag name. - trustedCreate(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderFactory
- trustedNameAndValue(String, double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append a
SafeStyles
constructed from a trusted name and a trusted value, i.e., without escaping the name and value. - trustedNameAndValue(String, String) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append a
SafeStyles
constructed from a trusted name and a trusted value, i.e., without escaping the name and value. - trustedOutlineColor(String) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedOutlineColor(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedOutlineColor(String) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the "outline-color" style property to the specified color string.
- trustedProperty(String, double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedProperty(String, double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedProperty(String, double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set a style property from a trusted name and a trusted value, i.e., without escaping the name and value.
- trustedProperty(String, String) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- trustedProperty(String, String) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- trustedProperty(String, String) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set a style property from a trusted name and a trusted value, i.e., without escaping the name and value.
- trustedStart(String) - Method in class com.google.gwt.dom.builder.client.DomBuilderImpl
- trustedStart(String) - Method in class com.google.gwt.dom.builder.client.DomElementBuilderBase
- trustedStart(String) - Method in interface com.google.gwt.dom.builder.shared.ElementBuilderBase
-
Append a new element with the specified trusted tag name.
- trustedStart(String) - Method in class com.google.gwt.dom.builder.shared.HtmlBuilderImpl
- trustedStart(String) - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
- tryCommand(AttachDetachException.Command, IsWidget...) - Static method in exception class com.google.gwt.user.client.ui.AttachDetachException
-
Iterator through all child widgets, trying to perform the specified
AttachDetachException.Command
for each. - tryCommand(Iterable<Widget>, AttachDetachException.Command) - Static method in exception class 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 class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- tryCreate(Class<T>) - Method in class com.google.gwt.core.server.ServerGwtBridge.ClassInstantiatorBase
- tryCreate(String) - Method in class com.google.gwt.core.server.ServerGwtBridge.ClassInstantiatorBase
- tryCreateResource(TreeLogger, String) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- 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.StubGeneratorContext
- 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. - tryReuseTypeFromCache(String) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
- tryReuseTypeFromCache(String) - Method in interface com.google.gwt.core.ext.GeneratorContext
-
Mark a type to be reused from the generator result cache, if available.
- tryReuseTypeFromCache(String) - Method in class com.google.gwt.core.ext.NonIncrementalGeneratorContext
- tryReuseTypeFromCache(String) - Method in class com.google.gwt.core.ext.StubGeneratorContext
- type - Variable in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
-
The member's type represents the type of the member value when it is accessed (fields) or when it is called (methods).
- type(String) - Method in class com.google.gwt.dom.builder.client.DomAnchorBuilder
- type(String) - Method in class com.google.gwt.dom.builder.client.DomLinkBuilder
- type(String) - Method in class com.google.gwt.dom.builder.client.DomScriptBuilder
- type(String) - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- type(String) - Method in class com.google.gwt.dom.builder.client.DomSourceBuilder
- type(String) - Method in class com.google.gwt.dom.builder.client.DomStyleBuilder
- type(String) - Method in interface com.google.gwt.dom.builder.shared.AnchorBuilder
-
Advisory content type.
- type(String) - Method in class com.google.gwt.dom.builder.shared.HtmlAnchorBuilder
- type(String) - Method in class com.google.gwt.dom.builder.shared.HtmlLinkBuilder
- type(String) - Method in class com.google.gwt.dom.builder.shared.HtmlScriptBuilder
- type(String) - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- type(String) - Method in class com.google.gwt.dom.builder.shared.HtmlSourceBuilder
- type(String) - Method in class com.google.gwt.dom.builder.shared.HtmlStyleBuilder
- type(String) - Method in interface com.google.gwt.dom.builder.shared.LinkBuilder
-
Advisory content type.
- type(String) - Method in interface com.google.gwt.dom.builder.shared.ScriptBuilder
-
The content type of the script language.
- type(String) - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
The type of this form control.
- type(String) - Method in interface com.google.gwt.dom.builder.shared.SourceBuilder
-
Sets the type of media represented by the src.
- type(String) - Method in interface com.google.gwt.dom.builder.shared.StyleBuilder
-
The content type of the style sheet language.
- Type() - Constructor for class com.google.gwt.event.shared.GwtEvent.Type
- Type() - Constructor for class com.google.web.bindery.event.shared.Event.Type
-
Constructor.
- 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. - TYPE - Static variable in class com.google.gwt.event.logical.shared.AttachEvent
-
The event type.
- 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 - Static variable in class com.google.gwt.user.client.Window.ScrollEvent
-
The event 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_MP3 - Static variable in class com.google.gwt.dom.client.AudioElement
-
The audio type of MP3 encoded audio.
- TYPE_MP4 - Static variable in class com.google.gwt.dom.client.VideoElement
-
The audio type of MP4 encoded video.
- TYPE_OGG - Static variable in class com.google.gwt.dom.client.AudioElement
-
The audio type of Ogg encoded audio.
- TYPE_OGG - Static variable in class com.google.gwt.dom.client.VideoElement
-
The audio type of Ogg encoded video.
- 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.web.bindery.requestfactory.shared.messages.IdMessage
- TYPE_WAV - Static variable in class com.google.gwt.dom.client.AudioElement
-
The audio type of WAV encoded audio.
- TYPE_WEBM - Static variable in class com.google.gwt.dom.client.VideoElement
-
The audio type of WebM encoded audio.
- TypeAndSourceNameComparator - Class in com.google.gwt.core.ext.soyc
-
This is a top-level type so that we can serialize any TreeMaps that happen to use
Member.TYPE_AND_SOURCE_NAME_COMPARATOR
. - TypeAndSourceNameComparator() - Constructor for class com.google.gwt.core.ext.soyc.TypeAndSourceNameComparator
- TypeComparator - Class in com.google.web.bindery.requestfactory.apt
-
Orders TypeElements by assignability, with most-derived types ordered first, and then by name.
- TypeComparator(State) - Constructor for class com.google.web.bindery.requestfactory.apt.TypeComparator
- TypedArrays - Class in com.google.gwt.typedarrays.shared
-
Factory class for various typed arrays.
- TypedArrays() - Constructor for class com.google.gwt.typedarrays.shared.TypedArrays
- TypedArrays.Impl - Class in com.google.gwt.typedarrays.shared
-
Base class of implementations for creating various typed array structures.
- TypedArraysFactory - Class in com.google.gwt.typedarrays.shared
-
Factory for creating a
TypedArrays
implementation. - TypedArraysFactory() - Constructor for class com.google.gwt.typedarrays.shared.TypedArraysFactory
- TypeIndex(Iterable<? extends Comparable>) - Constructor for class com.google.gwt.core.ext.linker.TypeIndexedSet.TypeIndex
- TypeIndexedSet<T> - Class in com.google.gwt.core.ext.linker
-
A SortedSet that maintains an index of its members by concrete type using a
TypeIndexedSet.TypeIndex
. - TypeIndexedSet(SortedSet<T>) - Constructor for class com.google.gwt.core.ext.linker.TypeIndexedSet
- TypeIndexedSet.TypeIndex - Class in com.google.gwt.core.ext.linker
-
Organizes set members by their concrete type.
- typeMap - Static variable in class com.google.gwt.json.client.JSONParser
- 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 Class in com.google.gwt.core.ext.typeinfo
-
The superclass of exceptions thrown by
TypeOracle
. - TypeOracleException() - Constructor for exception class com.google.gwt.core.ext.typeinfo.TypeOracleException
- TypeOracleException(String) - Constructor for exception class com.google.gwt.core.ext.typeinfo.TypeOracleException
- TypeOracleException(String, Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.TypeOracleException
- TypeOracleException(Throwable) - Constructor for exception class com.google.gwt.core.ext.typeinfo.TypeOracleException
- types - Variable in class com.google.web.bindery.requestfactory.apt.State
- TypeSimplifier - Class in com.google.web.bindery.requestfactory.apt
-
Utility type for reducing complex type declarations to ones suitable for determining assignability based on RequestFactory's type-mapping semantics.
- TypeVisitorBase<T> - Class in com.google.web.bindery.requestfactory.apt
-
Provides utility functions for type visitors.
- TypeVisitorBase() - Constructor for class com.google.web.bindery.requestfactory.apt.TypeVisitorBase
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.
- Uint16Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 16-bit unsigned integers. - Uint16ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Uint16Array
. - Uint16ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Uint16ArrayImpl
- Uint16ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Uint16Array
. - Uint16ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Uint16ArrayNative
- Uint32Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 32-bit unsigned integers. - Uint32ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Uint32Array
. - Uint32ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Uint32ArrayImpl
- Uint32ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Uint32Array
. - Uint32ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Uint32ArrayNative
- uint8Array - Variable in class com.google.gwt.typedarrays.client.DataViewNativeEmul
-
A view of the underlying buffer as bytes.
- Uint8Array - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 8-bit unsigned integers. - Uint8ArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Uint8Array
. - Uint8ArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Uint8ArrayImpl
- Uint8ArrayNative - Class in com.google.gwt.typedarrays.client
-
JS native implementation of
Uint8Array
and, where natively supported,Uint8ClampedArray
. - Uint8ArrayNative() - Constructor for class com.google.gwt.typedarrays.client.Uint8ArrayNative
- Uint8ClampedArray - Interface in com.google.gwt.typedarrays.shared
-
A view representing an
ArrayBuffer
as 8-bit unsigned integers. - Uint8ClampedArrayImpl - Class in com.google.gwt.typedarrays.server
-
Pure Java implementation of
Uint8ClampedArray
. - Uint8ClampedArrayImpl(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.server.Uint8ClampedArrayImpl
- Uint8ClampedArrayNativeEmul - Class in com.google.gwt.typedarrays.client
-
Emulated version of
Uint8ClampedArray
that is implemented using aUint8Array
. - Uint8ClampedArrayNativeEmul(ArrayBuffer, int, int) - Constructor for class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Internal constructor for creating an
Uint8ClampedArrayNativeEmul
on an existingArrayBuffer
instance. - 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.DebugIdImplEnabled - Class in com.google.gwt.user.client.ui
- UIObjectParser - Class in com.google.gwt.uibinder.elementparsers
-
Parser of all UIObject types.
- UIObjectParser() - Constructor for class com.google.gwt.uibinder.elementparsers.UIObjectParser
- UiRenderer - Interface in com.google.gwt.uibinder.client
-
Marker interface for classes whose implementation is to be provided via UiBinder code generation for SafeHtml rendering.
- UiSafeHtmlInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Interprets generic message tags like: <ui:safehtml from="{myMsg.message}" />.
- UiSafeHtmlInterpreter(UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.UiSafeHtmlInterpreter
- 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(UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- UiTextInterpreter.Delegate - Class in com.google.gwt.uibinder.elementparsers
- UListBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an ulist element.
- UListElement - Class in com.google.gwt.dom.client
-
Unordered list.
- UListElement() - Constructor for class com.google.gwt.dom.client.UListElement
- UmbrellaException - Exception Class in com.google.gwt.event.shared
-
Wraps {com.google.web.bindery.event.shared.UmbrellaException} for legacy compatibility.
- UmbrellaException - Exception Class in com.google.web.bindery.event.shared
- UmbrellaException() - Constructor for exception class com.google.gwt.event.shared.UmbrellaException
-
Required for GWT RPC serialization.
- UmbrellaException() - Constructor for exception class com.google.web.bindery.event.shared.UmbrellaException
-
Required for GWT RPC serialization.
- UmbrellaException(Set<Throwable>) - Constructor for exception class com.google.gwt.event.shared.UmbrellaException
- UmbrellaException(Set<Throwable>) - Constructor for exception class com.google.web.bindery.event.shared.UmbrellaException
- UnableToCompleteException - Exception Class in com.google.gwt.core.ext
-
Used to indicate that some part of a multi-step process failed.
- UnableToCompleteException() - Constructor for exception class com.google.gwt.core.ext.UnableToCompleteException
- UNBOUND - Enum constant in enum com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType
-
Used when the declaration did not specify a bound.
- UNDEFINED - Enum constant in enum com.google.gwt.aria.client.CheckedValue
- UNDEFINED - Enum constant in enum com.google.gwt.aria.client.ExpandedValue
- UNDEFINED - Enum constant in enum com.google.gwt.aria.client.GrabbedValue
- UNDEFINED - Enum constant in enum com.google.gwt.aria.client.PressedValue
- UNDEFINED - Enum constant in enum com.google.gwt.aria.client.SelectedValue
- UNDEFINED - Static variable in class com.google.gwt.user.client.Event
-
Deprecated.
- UndefinedConstantVisitor - Class in com.google.gwt.resources.converter
-
Converts upper case strings used in properties to lowercase if they are not defined with a proper @def statement.
- UndefinedConstantVisitor(Set<String>, boolean, TreeLogger) - Constructor for class com.google.gwt.resources.converter.UndefinedConstantVisitor
- UNDERLINE - Enum constant in enum com.google.gwt.dom.client.Style.TextDecoration
- undo() - Method in interface com.google.gwt.user.client.ui.RichTextArea.Formatter
-
Undo the last action.
- UnexpectedException - Exception Class 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 - Exception Class in com.google.web.bindery.requestfactory.server
-
Encapsulates exceptions that indicate something went wrong in RequestFactory code.
- UnexpectedException(String, Throwable) - Constructor for exception class com.google.gwt.user.server.rpc.UnexpectedException
-
Construct an UnexpectedException.
- UnexpectedException(String, Throwable) - Constructor for exception class com.google.web.bindery.requestfactory.server.UnexpectedException
- UnexpectedException(Throwable) - Constructor for exception class com.google.web.bindery.requestfactory.server.UnexpectedException
- 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.BidiFormatter
-
Like
BidiFormatter.unicodeWrap(String, boolean, boolean)
, but assumesisHtml
is false anddirReset
is true. - unicodeWrap(String) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- unicodeWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatter
-
Like
BidiFormatter.unicodeWrap(String, boolean, boolean)
, but assumesdirReset
is true. - unicodeWrap(String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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.
- unicodeWrapBase(String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- 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.BidiFormatter
-
Like
BidiFormatter.unicodeWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean)
, but assumesisHtml
is false anddirReset
is true. - 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.BidiFormatter
-
Like
BidiFormatter.unicodeWrapWithKnownDir(com.google.gwt.i18n.client.HasDirection.Direction, String, boolean, boolean)
, but assumesdirReset
is true. - unicodeWrapWithKnownDir(HasDirection.Direction, String, boolean) - Method in class com.google.gwt.i18n.shared.SafeHtmlBidiFormatter
- 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.
- unicodeWrapWithKnownDirBase(HasDirection.Direction, String, boolean, boolean) - Method in class com.google.gwt.i18n.shared.BidiFormatterBase
- UNIT - Static variable in class com.google.gwt.uibinder.attributeparsers.LengthAttributeParser
- UNKNOWN - Enum constant in enum com.google.gwt.user.cellview.client.RowHoverEvent.HoveringScope
-
Backward-compatibility parameter to handle the rare case where we don't know the event's context, because it is outside of CellTable.
- UNKNOWN - Static variable in class com.google.gwt.editor.client.testing.FakeEditorSource
-
Return value for
FakeEditorSource.getLastKnownPosition(com.google.gwt.editor.client.testing.FakeLeafValueEditor<T>)
if the editor was not created by this FakeEditorSource. - UNKNOWN_ERROR - Static variable in exception class com.google.gwt.geolocation.client.PositionError
-
An unknown error occurred.
- UNKNOWN_PREDEFINED_FORMAT - Static variable in class com.google.gwt.uibinder.elementparsers.NumberLabelParser
- UnmappedTypeException() - Constructor for exception class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper.UnmappedTypeException
- UnmappedTypeException(TypeMirror) - Constructor for exception class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper.UnmappedTypeException
- unsafeCastFromUntrustedString(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Deprecated.This method is intended only for use in APIs that use
SafeUri
to represent URIs, but for backwards compatibility have methods that accept URI parameters as plain strings. - unsafeEval(String) - Static method in class com.google.gwt.core.client.JsonUtils
-
Evaluates a JSON expression using
eval()
. - unsafeGet(String) - Method in class com.google.gwt.event.dom.client.PrivateMap
- 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. - unsafePut(String, V) - Method in class com.google.gwt.event.dom.client.PrivateMap
- 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.NodeInfo
. - unshift(boolean) - Method in class com.google.gwt.core.client.JsArrayBoolean
-
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(double) - Method in class com.google.gwt.core.client.JsArrayNumber
-
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(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(String) - Method in class com.google.gwt.core.client.JsArrayString
-
Shifts a value onto the beginning of the array.
- unshift(T) - Method in class com.google.gwt.core.client.JsArray
-
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.
- unsinkEvents(int) - Method in class com.google.gwt.user.client.ui.Widget
- 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.
- UNSUPPORTED_HTML - Static variable in interface com.google.gwt.dom.builder.shared.ScriptBuilder
- UNSUPPORTED_HTML - Static variable in interface com.google.gwt.dom.builder.shared.StyleBuilder
- UNSUPPORTED_HTML - Static variable in interface com.google.gwt.dom.builder.shared.TableBuilder
- UNSUPPORTED_HTML - Static variable in interface com.google.gwt.dom.builder.shared.TableRowBuilder
- UNSUPPORTED_HTML - Static variable in interface com.google.gwt.dom.builder.shared.TableSectionBuilder
- UNSUPPORTED_HTML - Static variable in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
- untransportableType(Object) - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- 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.
- update(Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- UPDATE - Enum constant in enum com.google.web.bindery.requestfactory.shared.WriteOperation
- 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(int, List<T>) - Method in class com.google.gwt.view.client.AsyncDataProvider
- updateRowData(HasData<T>, int, List<T>) - Method in class com.google.gwt.view.client.AbstractDataProvider
-
Informs a single display of new data.
- updateState(boolean, boolean) - Method in class com.google.gwt.user.client.ui.TreeItem
- 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
. - updateStateRecursive() - Method in class com.google.gwt.user.client.ui.TreeItem
- updateStyle() - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- updateStyle() - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView.CellGrid.DateCell
- updateSubmenuIcon(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
-
Show or hide the icon used for items with a submenu.
- UPPER_ALPHA - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- UPPER_ROMAN - Enum constant in enum com.google.gwt.dom.client.Style.ListStyleType
- UPPERCASE - Enum constant in enum com.google.gwt.dom.client.Style.TextTransform
- 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.web.bindery.requestfactory.gwt.client.DefaultRequestTransport
-
The default URL for a DefaultRequestTransport is
which may be overridden by callingGWT.getHostPageBaseURL()
+ "gwtRequest"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
- URL Encoding - Search tag in class com.google.gwt.user.client.History
- Section
- UrlRequestTransport - Class in com.google.web.bindery.requestfactory.vm.testing
-
A trivial implementation of RequestTransport that uses a
HttpURLConnection
. - UrlRequestTransport(URL) - Constructor for class com.google.web.bindery.requestfactory.vm.testing.UrlRequestTransport
-
Construct a new UrlRequestTransport.
- USE_ALL_CACHED - Enum constant in enum com.google.gwt.core.ext.RebindMode
-
Indicates nothing new was generated, only cached output previously generated should be used.
- USE_ALL_NEW - Enum constant in enum com.google.gwt.core.ext.RebindMode
-
Indicates only newly generated output should be used.
- USE_ALL_NEW_WITH_NO_CACHING - Enum constant in enum com.google.gwt.core.ext.RebindMode
-
Indicates only newly generated output should be used, and no output should be cached.
- USE_EXISTING - Enum constant in enum com.google.gwt.core.ext.RebindMode
-
Indicates no generated code is needed to satisfy this rebind.
- USE_LITTLE_ENDIAN - Static variable in class com.google.gwt.typedarrays.server.ArrayBufferViewImpl
-
The spec lets the platform's native endianness come through, so we choose to expose little-endian regardless -- if apps care about the endianness but don't test for it, it is likely they assume little-endian.
- USE_PARTIAL_CACHED - Enum constant in enum com.google.gwt.core.ext.RebindMode
-
Indicates that a mixture of newly generated and previously cached output should be used.
- Use in UiBinder Templates - Search tag in class com.google.gwt.editor.ui.client.ValueBoxEditorDecorator
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.AbsolutePanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.CellPanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.CustomButton
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.DateLabel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.DialogBox
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.DisclosurePanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.DockLayoutPanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.Grid
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.LabelBase
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.LayoutPanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.ListBox
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.MenuBar
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.NumberLabel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.StackLayoutPanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.TabLayoutPanel
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.UIObject
- Section
- Use in UiBinder Templates - Search tag in class com.google.gwt.user.client.ui.ValueBoxBase
- Section
- Use in UiBinder Templates - Search tag in interface com.google.gwt.user.client.ui.HasHTML
- Section
- Use in UiBinder Templates - Search tag in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
- Section
- Use in UiBinder Templates - Search tag in interface com.google.gwt.user.client.ui.HasText
- Section
- Use in UiBinder Templates - Search tag in interface com.google.gwt.user.client.ui.HasVerticalAlignment
- Section
- 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.
- UserAgent - Interface in com.google.gwt.useragent.client
-
Interface to provide both the compile time and runtime
user.agent
value. - UserAgentAsserter - Class in com.google.gwt.useragent.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.useragent.client.UserAgentAsserter
- UserAgentAsserter.UserAgentAsserterDisabled - Class in com.google.gwt.useragent.client
-
Replacement for UserAgentAsserter to disable it.
- UserAgentAsserter.UserAgentAssertionError - Exception Class in com.google.gwt.useragent.client
-
An error object that indicates that the user agent detected at runtime did not match the user agent that the module expected to find.
- UserAgentAsserterDisabled() - Constructor for class com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAsserterDisabled
- UserAgentAssertionError() - Constructor for exception class com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAssertionError
-
Default constructor for serialization.
- UserAgentAssertionError(String, String) - Constructor for exception class com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAssertionError
-
Creates an error with the given expected and actual user.agent value.
- userObject - Variable in class com.google.gwt.layout.client.Layout.Layer
- 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.web.bindery.requestfactory.shared.InstanceRequest
-
Provide the instance on which the request will be invoked.
- Using Security Constraints to Protect Image Bundle Files - Search tag in interface com.google.gwt.user.client.ui.ImageBundle
- Section
- 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.jakarta
-
A bunch of useful methods.
- 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.web.bindery.requestfactory.server.ReflectiveServiceLayer
- 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.
- validateQueryParam(String) - Method in class com.google.gwt.i18n.linker.LocalePropertyProviderGenerator
-
Validate that a value is a valid query parameter name.
- ValidateRuntimeConditionalNode - Class in com.google.gwt.resources.gss
-
Visitor that validates runtime conditional node.
- ValidateRuntimeConditionalNode(VisitController, ErrorManager, boolean) - Constructor for class com.google.gwt.resources.gss.ValidateRuntimeConditionalNode
- validateSerialize(Class<?>) - Method in class com.google.gwt.user.server.rpc.SerializationPolicy
-
Validates that the specified class should be serialized into a stream.
- 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.jakarta.AbstractXsrfProtectedServiceServlet
-
Override this method to perform XSRF token verification.
- validateXsrfToken(RpcToken, Method) - Method in class com.google.gwt.user.server.rpc.jakarta.XsrfProtectedServiceServlet
-
Validates
XsrfToken
included withinvalid reference
RPCRequest
- validateXsrfToken(RpcToken, Method) - Method in class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
-
Validates
XsrfToken
included withRPCRequest
against XSRF cookie. - ValidationTool - Class in com.google.web.bindery.requestfactory.apt
-
Provides "late" validation services when server types aren't available to the shared-interface compilation process.
- ValidationTool() - Constructor for class com.google.web.bindery.requestfactory.apt.ValidationTool
- ValidationTool.JarOrDirectoryOutputFileManager - Class in com.google.web.bindery.requestfactory.apt
-
A JavaFileManager that writes the class outputs into a jar file or a directory.
- vAlign - Variable in class com.google.gwt.user.client.ui.DockPanel.LayoutData
- vAlign(String) - Method in class com.google.gwt.dom.builder.client.DomTableCellBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.client.DomTableColBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.client.DomTableRowBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.client.DomTableSectionBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableCellBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableRowBuilder
- vAlign(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder
- vAlign(String) - Method in interface com.google.gwt.dom.builder.shared.TableCellBuilder
-
Vertical alignment of data in cell.
- vAlign(String) - Method in interface com.google.gwt.dom.builder.shared.TableColBuilder
-
Vertical alignment of cell data in column.
- vAlign(String) - Method in interface com.google.gwt.dom.builder.shared.TableRowBuilder
-
Vertical alignment of data within cells of this row.
- vAlign(String) - Method in interface com.google.gwt.dom.builder.shared.TableSectionBuilder
-
Vertical alignment of data in cells.
- value - Variable in class com.google.gwt.core.client.debug.JsoInspector.JsoProperty
- value() - Method in class com.google.gwt.canvas.dom.client.CssColor
-
Returns the value of the CssColor, as a String.
- value() - Element in annotation type com.google.gwt.core.client.SingleJsoImpl
- value() - Element in annotation type com.google.gwt.core.client.SingleJsoImplName
-
The binary name of the type that implements the interface at runtime.
- value() - Element in annotation type com.google.gwt.core.ext.linker.LinkerOrder
- value() - Element in annotation type com.google.gwt.core.shared.GwtIncompatible
-
An attribute that can be used to explain why the code is incompatible.
- value() - Element in annotation type com.google.gwt.dom.client.TagName
-
Returns the tag names that this
Element
subclass can represent. - value() - Element in annotation type com.google.gwt.editor.client.Editor.Path
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultBooleanValue
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultDoubleValue
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultFloatValue
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultIntValue
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultStringArrayValue
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultStringMapValue
-
Must be key-value pairs.
- value() - Element in annotation type com.google.gwt.i18n.client.Constants.DefaultStringValue
- value() - Element in annotation type com.google.gwt.i18n.client.CustomDateTimeFormat.Pattern
-
The pattern skeleton for which to generate a localized pattern.
- value() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.DefaultLocale
- value() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.Description
- value() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom
- value() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.GenerateKeys
- value() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.Key
- value() - Element in annotation type com.google.gwt.i18n.client.LocalizableResource.Meaning
- value() - Element in annotation type com.google.gwt.i18n.client.Messages.AlternateMessage
-
An array of pairs of strings containing the strings for different forms.
- value() - Element in annotation type com.google.gwt.i18n.client.Messages.DefaultMessage
- value() - Element in annotation type com.google.gwt.i18n.client.Messages.Example
- value() - Element in annotation type com.google.gwt.i18n.client.Messages.Offset
- value() - Element in annotation type com.google.gwt.i18n.client.Messages.PluralCount
-
The PluralRule implementation to use for this message.
- value() - Element in annotation type com.google.gwt.i18n.client.Messages.PluralText
-
Deprecated.An array of pairs of strings containing the strings for different plural forms.
- value() - Element in annotation type com.google.gwt.i18n.shared.CustomDateTimeFormat.Pattern
-
The pattern skeleton for which to generate a localized pattern.
- value() - Element in annotation type com.google.gwt.junit.client.WithProperties.Property
- value() - Element in annotation type com.google.gwt.junit.client.WithProperties
- value() - Element in annotation type com.google.gwt.place.shared.Prefix
- value() - Element in annotation type com.google.gwt.place.shared.WithTokenizers
- value() - Element in annotation type com.google.gwt.resources.client.ClientBundle.Source
- value() - Element in annotation type com.google.gwt.resources.client.CssResource.ClassName
- value() - Element in annotation type com.google.gwt.resources.client.CssResource.Import
- value() - Element in annotation type com.google.gwt.resources.client.CssResource.ImportedWithPrefix
- value() - Element in annotation type com.google.gwt.resources.client.DataResource.MimeType
- value() - Element in annotation type com.google.gwt.resources.client.GwtCreateResource.ClassType
- value() - Element in annotation type com.google.gwt.resources.ext.DefaultExtensions
- value() - Element in annotation type com.google.gwt.resources.ext.ResourceGeneratorType
- value() - Element in annotation type com.google.gwt.safehtml.client.SafeHtmlTemplates.Template
- value() - Element in annotation type com.google.gwt.uibinder.client.UiHandler
- value() - Element in annotation type com.google.gwt.uibinder.client.UiTemplate
-
Returns the template name.
- value() - Element in annotation type com.google.gwt.user.client.rpc.RemoteServiceRelativePath
-
The relative path for the
RemoteService
implementation. - value() - Element in annotation type com.google.gwt.user.client.rpc.RpcToken.RpcTokenImplementation
- value() - Element in annotation type com.google.gwt.user.client.ui.ImageBundle.Resource
-
Deprecated.
- value() - Element in annotation type com.google.web.bindery.autobean.shared.AutoBean.PropertyName
- value() - Element in annotation type com.google.web.bindery.autobean.shared.AutoBeanFactory.Category
- value() - Element in annotation type com.google.web.bindery.autobean.shared.AutoBeanFactory.NoWrap
-
The interface types that should not be wrapped.
- value() - Element in annotation type com.google.web.bindery.requestfactory.shared.ExtraTypes
- value() - Element in annotation type com.google.web.bindery.requestfactory.shared.JsonRpcWireName
- value() - Element in annotation type com.google.web.bindery.requestfactory.shared.ProxyFor
-
The domain type that the proxy is mapped to.
- value() - Element in annotation type com.google.web.bindery.requestfactory.shared.ProxyForName
-
The name of the domain type that the proxy is mapped to.
- value() - Element in annotation type com.google.web.bindery.requestfactory.shared.Service
-
The domain type that provides the implementations for the methods defined in the RequestContext.
- value() - Element in annotation type com.google.web.bindery.requestfactory.shared.ServiceName
-
The binary name of the domain type that provides the implementations for the methods defined in the RequestContext.
- value(String) - Method in class com.google.gwt.dom.builder.client.DomButtonBuilder
- value(String) - Method in class com.google.gwt.dom.builder.client.DomInputBuilder
- value(String) - Method in class com.google.gwt.dom.builder.client.DomOptionBuilder
- value(String) - Method in class com.google.gwt.dom.builder.client.DomParamBuilder
- value(String) - Method in class com.google.gwt.dom.builder.client.DomSelectBuilder
- value(String) - Method in class com.google.gwt.dom.builder.client.DomTextAreaBuilder
- value(String) - Method in interface com.google.gwt.dom.builder.shared.ButtonBuilder
-
The current form control value.
- value(String) - Method in class com.google.gwt.dom.builder.shared.HtmlButtonBuilder
- value(String) - Method in class com.google.gwt.dom.builder.shared.HtmlInputBuilder
- value(String) - Method in class com.google.gwt.dom.builder.shared.HtmlOptionBuilder
- value(String) - Method in class com.google.gwt.dom.builder.shared.HtmlParamBuilder
- value(String) - Method in class com.google.gwt.dom.builder.shared.HtmlSelectBuilder
- value(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTextAreaBuilder
- value(String) - Method in interface com.google.gwt.dom.builder.shared.InputBuilder
-
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.
- value(String) - Method in interface com.google.gwt.dom.builder.shared.OptionBuilder
-
The current form control value.
- value(String) - Method in interface com.google.gwt.dom.builder.shared.ParamBuilder
-
The value of a run-time parameter.
- value(String) - Method in interface com.google.gwt.dom.builder.shared.SelectBuilder
-
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.
- value(String) - Method in interface com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Represents the current contents of the corresponding form control, in an interactive user agent.
- 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 aValueBoxEditor
editor. - ValueBoxEditorDecorator.Binder - Interface in com.google.gwt.editor.ui.client
- 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.web.bindery.autobean.shared
-
Provides unified encoding and decoding of value objects.
- ValueCodex() - Constructor for class com.google.web.bindery.autobean.shared.ValueCodex
- ValueCodex.Type - Enum in com.google.web.bindery.autobean.shared
- ValueCodexHelper - Class in com.google.web.bindery.autobean.shared
-
Provides reflection-based operation for server (JVM) implementation.
- ValueCodexHelper() - Constructor for class com.google.web.bindery.autobean.shared.ValueCodexHelper
- ValueFunction - Class in com.google.gwt.resources.gss
-
Handles the value() function.
- ValueFunction() - Constructor for class com.google.gwt.resources.gss.ValueFunction
- ValueLabel<T> - Class in com.google.gwt.user.client.ui
-
A label displaying its value through a renderer.
- ValueLabel() - Constructor for class com.google.gwt.user.client.ui.ValueLabel
- 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.
- ValueLabel(Renderer<? super T>) - Constructor for class com.google.gwt.user.client.ui.ValueLabel
-
Creates an empty value label.
- ValueListBox<T> - Class in com.google.gwt.user.client.ui
-
Implementation of
HasConstrainedValue
based on aSelectElement
. - ValueListBox() - Constructor for class com.google.gwt.user.client.ui.ValueListBox
- ValueListBox(Renderer<? super T>) - Constructor for class com.google.gwt.user.client.ui.ValueListBox
- ValueListBox(Renderer<? super T>, ProvidesKey<T>) - Constructor for class com.google.gwt.user.client.ui.ValueListBox
- ValueLocator<T> - Class in com.google.web.bindery.requestfactory.shared
-
A
Locator
for use with value types (as opposed to entities), which are not persisted. - ValueLocator() - Constructor for class com.google.web.bindery.requestfactory.shared.ValueLocator
- VALUEMAX - Static variable in class com.google.gwt.aria.client.Property
- VALUEMIN - Static variable in class com.google.gwt.aria.client.Property
- VALUENOW - Static variable in class com.google.gwt.aria.client.Property
- 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.aria.client.AutocompleteValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.CheckedValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.DropeffectValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.ExpandedValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.GrabbedValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.InvalidValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.LiveValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.OrientationValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.PressedValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.RelevantValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.SelectedValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.aria.client.SortValue
-
Returns the enum constant of this type with the specified name.
- 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.cell.client.ButtonCellBase.Decoration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.codegen.server.StringGenerator.Type
-
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(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.RebindMode
-
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.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.dom.client.DataTransfer.DropEffect
-
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.Clear
-
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.OutlineStyle
-
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.TextAlign
-
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.TextJustify
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.TextOverflow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.gwt.dom.client.Style.TextTransform
-
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.dom.client.Style.WhiteSpace
-
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.i18n.shared.DateTimeFormat.PredefinedFormat
-
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.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.RowHoverEvent.HoveringScope
-
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.DocumentModeAsserter.Severity
-
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.PopupPanel.AnimationType
-
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.gwt.xhr.client.XMLHttpRequest.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.web.bindery.requestfactory.server.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.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
-
Deprecated.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() - Constructor for class com.google.gwt.user.client.ui.ValuePicker
- ValuePicker(Renderer<? super T>) - Constructor for class com.google.gwt.user.client.ui.ValuePicker
- ValuePicker(CellList<T>) - Constructor for class com.google.gwt.user.client.ui.ValuePicker
- ValueProxy - Interface in com.google.web.bindery.requestfactory.shared
-
An analog to EntityProxy for domain types that do not have an identity concept.
- valueProxyType - Variable in class com.google.web.bindery.requestfactory.apt.State
- values() - Static method in enum com.google.gwt.aria.client.AutocompleteValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.CheckedValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.DropeffectValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.ExpandedValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.GrabbedValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.InvalidValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.LiveValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.OrientationValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.PressedValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.RelevantValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.SelectedValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.aria.client.SortValue
-
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.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.cell.client.ButtonCellBase.Decoration
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.gwt.codegen.server.StringGenerator.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.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.RebindMode
-
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.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
-
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.DataTransfer.DropEffect
-
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.Clear
-
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.OutlineStyle
-
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.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.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.TextJustify
-
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.TextOverflow
-
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.TextTransform
-
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.dom.client.Style.WhiteSpace
-
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.i18n.shared.DateTimeFormat.PredefinedFormat
-
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.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.RowHoverEvent.HoveringScope
-
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.DocumentModeAsserter.Severity
-
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.PopupPanel.AnimationType
-
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.gwt.xhr.client.XMLHttpRequest.ResponseType
-
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.autobean.shared.ValueCodex.Type
-
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.jakarta.RequestFactoryJarExtractor.Mode
-
Deprecated.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
-
Deprecated.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.
- VALUETEXT - Static variable in class com.google.gwt.aria.client.Property
- ValueUpdater<C> - Interface in com.google.gwt.cell.client
-
A
ValueUpdater
may be added to aCell
to provide updated data. - verifySafeStylesConstraints(String) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Verify that the basic constraints of a
SafeStyles
are met. - version() - Element in annotation type com.google.web.bindery.requestfactory.shared.JsonRpcWireName
- VERSION - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
- versionCompare(String, String) - Static method in class com.google.gwt.util.tools.Utility
-
Handles comparison between version numbers (the right way(TM)).
- VersionedMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
-
Describes a message that contains version information.
- Vertical - Enum constant in enum com.google.gwt.resources.client.ImageResource.RepeatStyle
-
The image is intended to be tiled vertically.
- VERTICAL - Enum constant in enum com.google.gwt.aria.client.OrientationValue
- verticalAlign(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- verticalAlign(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- verticalAlign(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the vertical-align CSS property.
- verticalAlign(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the vertical-align CSS property.
- verticalAlign(Style.VerticalAlign) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- verticalAlign(Style.VerticalAlign) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- verticalAlign(Style.VerticalAlign) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the vertical-align CSS property.
- verticalAlign(Style.VerticalAlign) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the vertical-align CSS property.
- VerticalAlignmentConstantParser - Class in com.google.gwt.uibinder.attributeparsers
- VerticalAlignmentConstantParser(FieldReferenceConverter, JType, MortalLogger) - Constructor for class com.google.gwt.uibinder.attributeparsers.VerticalAlignmentConstantParser
- verticalNavigation(int) - Method in class com.google.gwt.user.datepicker.client.CellGridImpl.Cell
- 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.
- VerticalScrollbar - Interface in com.google.gwt.user.client.ui
-
Describes a vertical scrollbar.
- 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 aRootLayoutPanel
(as opposed to aRootPanel
- VerticalSplitPanel() - Constructor for class com.google.gwt.user.client.ui.VerticalSplitPanel
-
Deprecated.
- VerticalSplitPanel(VerticalSplitPanel.Resources) - 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(Resources)
- 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.
- VideoBuilder - Interface in com.google.gwt.dom.builder.shared
-
Builds an video element.
- VideoElement - Class in com.google.gwt.dom.client
-
Video element.
- VideoElement() - Constructor for class com.google.gwt.dom.client.VideoElement
- viewAs(DeclaredType, TypeMirror, State) - Static method in class com.google.web.bindery.requestfactory.apt.State
-
Used to take a
FooRequest extends Request<Foo>
and find theRequest<Foo>
type. - ViewData(String) - Constructor for class com.google.gwt.cell.client.EditTextCell.ViewData
-
Construct a new ViewData in editing mode.
- ViewData(String) - Constructor for class com.google.gwt.cell.client.TextInputCell.ViewData
-
Construct a ViewData instance containing a given value.
- viewIn(TypeElement, ExecutableElement, State) - Static method in class com.google.web.bindery.requestfactory.apt.ScannerBase
- viewport() - Method in interface com.google.gwt.user.client.ui.NativeVerticalScrollbar.UiStyle
- violation() - Method in interface com.google.web.bindery.requestfactory.shared.messages.MessageFactory
- Violation - Interface in com.google.web.bindery.requestfactory.shared
-
Deprecated.users should upgrade to the full
ConstraintViolation
type by switching theirReceiver
implementations to useReceiver.onConstraintViolation(java.util.Set)
instead ofReceiver.onViolation(java.util.Set)
. - ViolationMessage - Interface in com.google.web.bindery.requestfactory.shared.messages
-
Represents a ConstraintViolation.
- VIOLATIONS - Static variable in interface com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
- visibility(Style.Visibility) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- visibility(Style.Visibility) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- visibility(Style.Visibility) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Sets the visibility CSS property.
- visibility(Style.Visibility) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the visibility CSS property.
- visible - Variable in class com.google.gwt.layout.client.Layout.Layer
- VISIBLE - Enum constant in enum com.google.gwt.dom.client.Style.Overflow
- VISIBLE - Enum constant in enum com.google.gwt.dom.client.Style.Visibility
- 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(CssElIf, Context) - Method in class com.google.gwt.resources.converter.ExtendedCssVisitor
- visit(CssElIf, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssElse, Context) - Method in class com.google.gwt.resources.converter.ExtendedCssVisitor
- visit(CssElse, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssCharset, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssDef, Context) - Method in class com.google.gwt.resources.converter.DefCollectorVisitor
- visit(CssDef, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssEval, Context) - Method in class com.google.gwt.resources.converter.DefCollectorVisitor
- visit(CssEval, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssExternalSelectors, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssFontFace, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssIf, Context) - Method in class com.google.gwt.resources.converter.ElseNodeCreator
- visit(CssIf, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssMediaRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssNoFlip, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssPageRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssProperty, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssRule, Context) - Method in class com.google.gwt.resources.converter.AlternateAnnotationCreatorVisitor
- visit(CssRule, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssRule, Context) - Method in class com.google.gwt.resources.converter.UndefinedConstantVisitor
- visit(CssSelector, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssSprite, Context) - Method in class com.google.gwt.resources.converter.AlternateAnnotationCreatorVisitor
- visit(CssSprite, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(CssUrl, Context) - Method in class com.google.gwt.resources.converter.DefCollectorVisitor
- visit(CssUrl, Context) - Method in class com.google.gwt.resources.converter.GssGenerationVisitor
- visit(AutoBean<?>, AutoBeanVisitor.Context) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
-
Called when visiting an
AutoBean
. - visitArray(ArrayType, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
-
Arrays aren't actually used anywhere in RequestFactory, but it's trivial to implement and might be useful later on.
- 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. - visitDeclared(DeclaredType, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- visitDeclared(DeclaredType, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- visitDeclared(DeclaredType, State) - Method in class com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- visitDeclared(DeclaredType, State) - Method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.DeobfuscatorBuilder
-
Examine a method defined within a RequestFactory.
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.DomainChecker.MethodFinder
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.DomainChecker
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ProxyScanner
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ReferredTypesCollector
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.RequestContextScanner
- visitExecutable(ExecutableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.RequestFactoryScanner
- visitExecutable(ExecutableType, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
-
Only generates the method descriptor, which does not include the method's name.
- 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. - visitNoType(NoType, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- visitNoType(NoType, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- visitNoType(NoType, State) - Method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- visitParameter() - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
-
Called when visiting a type parameter.
- visitPrimitive(PrimitiveType, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- visitPrimitive(PrimitiveType, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- visitPrimitive(PrimitiveType, State) - Method in class com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- visitPrimitive(PrimitiveType, State) - Method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- 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.web.bindery.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
-
Called when visiting a possibly parameterized type.
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.DeobfuscatorBuilder
-
Scan a RequestFactory type.
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.DomainChecker.MethodFinder
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.DomainChecker
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.Finder
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ProxyScanner
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ReferredTypesCollector
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.RequestContextScanner
- visitType(TypeElement, State) - Method in class com.google.web.bindery.requestfactory.apt.RequestFactoryScanner
- visitTypeParameter(TypeParameterElement, State) - Method in class com.google.web.bindery.requestfactory.apt.RequestContextScanner
- visitTypeVariable(TypeVariable, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- visitTypeVariable(TypeVariable, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- visitTypeVariable(TypeVariable, State) - Method in class com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- visitTypeVariable(TypeVariable, State) - Method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- visitValueProperty(String, Object, AutoBeanVisitor.PropertyContext) - Method in class com.google.web.bindery.autobean.shared.AutoBeanVisitor
-
TODO: document.
- visitVariable(VariableElement, State) - Method in class com.google.web.bindery.requestfactory.apt.ProxyScanner
- visitWildcard(WildcardType, State) - Method in class com.google.web.bindery.requestfactory.apt.ClientToDomainMapper
- visitWildcard(WildcardType, State) - Method in class com.google.web.bindery.requestfactory.apt.DescriptorBuilder
- visitWildcard(WildcardType, State) - Method in class com.google.web.bindery.requestfactory.apt.TransportableTypeVisitor
- visitWildcard(WildcardType, State) - Method in class com.google.web.bindery.requestfactory.apt.TypeSimplifier
- VOID - Enum constant in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
- VOID - Enum constant in enum com.google.web.bindery.autobean.shared.ValueCodex.Type
- vPos - Variable in class com.google.gwt.layout.client.Layout.Layer
- VSplitter(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.SplitLayoutPanel.VSplitter
- vY - Variable in class com.google.gwt.user.client.ui.MouseWheelVelocity
-
Deprecated.Stores the Y-axis velocity.
W
- W_RESIZE - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- WAIT - Enum constant in enum com.google.gwt.dom.client.Style.Cursor
- warn(String) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Log a non-fatal warning during code generation.
- warn(String) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- warn(String, Throwable) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Log a non-fatal warning during code generation.
- warn(String, Throwable) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- warn(Throwable) - Method in interface com.google.gwt.codegen.server.CodeGenContext
-
Log a non-fatal warning during code generation.
- warn(Throwable) - Method in class com.google.gwt.codegen.server.LoggingCodeGenContext
- warn(Element, String) - Method in class com.google.web.bindery.requestfactory.apt.State
-
Emits a warning message, unless the element or an enclosing element are annotated with a
@SuppressWarnings("requestfactory")
. - WARN - Enum constant in enum com.google.gwt.core.ext.TreeLogger.Type
-
Logs a warning.
- WARN - Enum constant in enum com.google.gwt.user.client.DocumentModeAsserter.Severity
-
Receive a warning in Development Mode.
- WARN - Static variable in class com.google.gwt.core.ext.TreeLogger
-
Logs a warning.
- Warning() - Constructor for class com.google.gwt.logging.client.DefaultLevel.Warning
- warnSuffix() - Static method in class com.google.web.bindery.requestfactory.apt.Messages
- wasEventFired(Event<?>) - Method in class com.google.web.bindery.event.shared.testing.RecordingEventBus
-
Returns
true
if the specified event was fired. - watchPosition(Callback<Position, PositionError>) - Method in class com.google.gwt.geolocation.client.Geolocation
-
Repeatedly calls the given callback with the user's position, as it changes.
- watchPosition(Callback<Position, PositionError>, Geolocation.PositionOptions) - Method in class com.google.gwt.geolocation.client.Geolocation
-
Repeatedly calls the given callback with the user's position, as it changes, with additional options.
- WebAppCreator - Class in com.google.gwt.user.tools
-
Creates a GWT application skeleton.
- WebAppCreator() - Constructor for class com.google.gwt.user.tools.WebAppCreator
- WebAppCreator.ArgProcessor - Class in com.google.gwt.user.tools
- WebAppCreatorException - Exception Class in com.google.gwt.user.tools
-
Indicates a problem was found while creating a web application.
- WebAppCreatorException(String) - Constructor for exception class com.google.gwt.user.tools.WebAppCreatorException
- WebAppCreatorException(String, Exception) - Constructor for exception class com.google.gwt.user.tools.WebAppCreatorException
- weekdayLabel() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- weekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- weekdays() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- weekdays() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- weekdaysFull() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekdaysFull() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of the full names of weekdays.
- weekdaysFull() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- weekdaysFullStandalone() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekdaysFullStandalone() - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- weekdaysNarrow() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekdaysNarrow() - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- weekdaysNarrowStandalone() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekdaysNarrowStandalone() - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- weekdaysShort() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekdaysShort() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of abbreviations for weekdays.
- weekdaysShort() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- weekdaysShortStandalone() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekdaysShortStandalone() - Method in interface com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Returns an array of abbreviations for weekdays, suitable for use in a stand-alone context.
- weekdaysShortStandalone() - Method in class com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
- weekendEnd() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekendEnd() - Method in interface com.google.gwt.i18n.shared.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.shared.DefaultDateTimeFormatInfo
- weekendLabel() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- weekendRange() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstants
-
Deprecated.
- weekendRange() - Method in interface com.google.gwt.i18n.client.constants.DateTimeConstantsImpl
- weekendRange() - Method in class com.google.gwt.i18n.client.DateTimeConstantsAdapter
- weekendStart() - Method in class com.google.gwt.i18n.client.DateTimeFormatInfoAdapter
- weekendStart() - Method in interface com.google.gwt.i18n.shared.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.shared.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 - Enum constant in enum com.google.gwt.user.client.ui.DockLayoutPanel.Direction
- 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.
- WHEEL - Static variable in class com.google.gwt.dom.client.BrowserEvents
- WhitelistEventTranslator(int...) - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.WhitelistEventTranslator
-
Construct a new
DefaultSelectionEventManager.WhitelistEventTranslator
. - WhitelistRegexFilter - Class in com.google.gwt.util.regexfilter
-
A
RegexFilter
for whitelisting. - WhitelistRegexFilter() - Constructor for class com.google.gwt.util.regexfilter.WhitelistRegexFilter
- whiteSpace(Style.WhiteSpace) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the 'white-space' CSS property.
- widget - Variable in class com.google.gwt.user.client.ui.SimplePanel
- widget() - Method in interface com.google.gwt.user.cellview.client.AbstractCellTable.Style
-
Applied to the table.
- 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
andcomposites
. - WidgetCollection(HasWidgets) - Constructor for class com.google.gwt.user.client.ui.WidgetCollection
-
Constructs a new widget collection.
- WidgetInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Used by
HTMLPanelParser
to interpret elements that call for widget instances. - WidgetInterpreter(String, UiBinderWriter) - Constructor for class com.google.gwt.uibinder.elementparsers.WidgetInterpreter
- WidgetIterators - Class in com.google.gwt.user.client.ui
-
A collection of convenience factories for creating iterators for widgets.
- WidgetPlaceholderInterpreter - Class in com.google.gwt.uibinder.elementparsers
-
Used by
HTMLPanelParser
. - WidgetPlaceholderInterpreter(String, UiBinderWriter, MessageWriter, String) - Constructor for class com.google.gwt.uibinder.elementparsers.WidgetPlaceholderInterpreter
- WidgetRole - Interface in com.google.gwt.aria.client
-
A type that represents the widget role in the ARIA specification.
- width - Variable in class com.google.gwt.layout.client.Layout.Layer
- width - Variable in class com.google.gwt.user.client.ui.DockPanel.LayoutData
- width() - Element in annotation type com.google.gwt.resources.client.ImageResource.ImageOptions
-
Set to a positive value to override the image's intrinsic width.
- width(double, Style.Unit) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- width(double, Style.Unit) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- width(double, Style.Unit) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the width css property.
- width(double, Style.Unit) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the width css property.
- width(int) - Method in class com.google.gwt.dom.builder.client.DomCanvasBuilder
- width(int) - Method in class com.google.gwt.dom.builder.client.DomImageBuilder
- width(int) - Method in class com.google.gwt.dom.builder.client.DomVideoBuilder
- width(int) - Method in interface com.google.gwt.dom.builder.shared.CanvasBuilder
-
Sets the width of the canvas.
- width(int) - Method in class com.google.gwt.dom.builder.shared.HtmlCanvasBuilder
- width(int) - Method in class com.google.gwt.dom.builder.shared.HtmlImageBuilder
- width(int) - Method in class com.google.gwt.dom.builder.shared.HtmlVideoBuilder
- width(int) - Method in interface com.google.gwt.dom.builder.shared.ImageBuilder
-
The width of the image in pixels.
- width(int) - Method in interface com.google.gwt.dom.builder.shared.VideoBuilder
-
Sets the width of the element.
- width(String) - Method in class com.google.gwt.dom.builder.client.DomTableBuilder
- width(String) - Method in class com.google.gwt.dom.builder.client.DomTableColBuilder
- width(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableBuilder
- width(String) - Method in class com.google.gwt.dom.builder.shared.HtmlTableColBuilder
- width(String) - Method in interface com.google.gwt.dom.builder.shared.TableBuilder
-
Specifies the desired table width.
- width(String) - Method in interface com.google.gwt.dom.builder.shared.TableColBuilder
-
Default column width.
- widthUnit - Variable in class com.google.gwt.layout.client.Layout.Layer
- 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.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
andCloseHandler
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 - WindowRole - Interface in com.google.gwt.aria.client
-
A type that represents the window role in the ARIA specification.
- 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.web.bindery.requestfactory.shared.Request
-
Request additional reference properties to fetch with the return value.
- with(String...) - Method in class com.google.web.bindery.requestfactory.shared.testing.FakeRequest
-
Returns
this
. - withNewEnd(int, int, int) - Method in class com.google.gwt.core.ext.soyc.Range
-
Returns a copy with the end moved.
- 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 ofPlaceHistoryMapper
generated bycom.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(CanvasElement) - Static method in class com.google.gwt.canvas.client.Canvas
-
Wrap an existing canvas element.
- 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) - 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(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, boolean) - Static method in class com.google.gwt.user.client.ui.FormPanel
-
Creates a FormPanel that wraps an existing <form> 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.
- 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(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(HandlerRegistration) - Method in class com.google.gwt.event.shared.EventBus
- wrap(String) - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
-
Prepends the base name to the given style.
- wrapDeferredFragment(TreeLogger, LinkerContext, int, String, ArtifactSet) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- wrapDeferredFragment(TreeLogger, LinkerContext, int, String, ArtifactSet) - Method in class com.google.gwt.core.linker.XSLinker
-
Deprecated.
- wrapInitializationCallback - Variable in class com.google.gwt.user.client.ui.RenderablePanel
- WrappedChangeListener(ChangeListener) - Constructor for class com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
-
Deprecated.
- wrapPrimaryFragment(TreeLogger, LinkerContext, String, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
- wrapUnsafeStringAndWarn(MortalLogger, XMLElement, String) - Static method in class com.google.gwt.uibinder.attributeparsers.SafeUriAttributeParser
- 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
- writeJson(PackageDescriptor) - Static method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
- 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.web.bindery.requestfactory.shared
-
The values returned by
EntityProxyChange.getWriteOperation()
to describe the type of change being announced. - writer - Variable in class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- writeResponse(ServletContext, HttpServletResponse, String, boolean) - Static method in class com.google.gwt.user.server.rpc.jakarta.RPCServletUtils
-
Write the response content into the
HttpServletResponse
. - 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.jakarta.RPCServletUtils
-
Called when the servlet itself has a problem, rather than the invoked third-party method.
- 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 class com.google.gwt.codegen.server.JavaSourceWriter
- writeString(String) - Method in class com.google.gwt.codegen.server.SourceWriterBase
-
Write a string to the underlying output.
- writeString(String) - Method in class com.google.gwt.codegen.server.StringSourceWriter
- 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
- XMLHttpRequest.ResponseType - Enum in com.google.gwt.xhr.client
-
The type of response expected from the XHR.
- XMLParser - Class in com.google.gwt.xml.client
-
This class represents the client interface to XML parsing.
- XOR - Enum constant in enum com.google.gwt.canvas.dom.client.Context2d.Composite
-
A xor B.
- XSLinker - Class in com.google.gwt.core.linker
-
Deprecated.use
CrossSiteIframeLinker
instead. - XSLinker() - Constructor for class com.google.gwt.core.linker.XSLinker
-
Deprecated.
- 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.jakarta
-
EXPERIMENTAL and subject to change.
- XsrfProtectedServiceServlet - Class in com.google.gwt.user.server.rpc
-
EXPERIMENTAL and subject to change.
- XsrfProtectedServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.jakarta.XsrfProtectedServiceServlet
- XsrfProtectedServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
- XsrfProtectedServiceServlet(Object) - Constructor for class com.google.gwt.user.server.rpc.jakarta.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.jakarta.XsrfProtectedServiceServlet
- XsrfProtectedServiceServlet(Object, String) - Constructor for class com.google.gwt.user.server.rpc.XsrfProtectedServiceServlet
- XsrfProtectedServiceServlet(String) - Constructor for class com.google.gwt.user.server.rpc.jakarta.XsrfProtectedServiceServlet
- XsrfProtectedServiceServlet(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.jakarta
-
EXPERIMENTAL and subject to change.
- XsrfTokenServiceServlet - Class in com.google.gwt.user.server.rpc
-
EXPERIMENTAL and subject to change.
- XsrfTokenServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.jakarta.XsrfTokenServiceServlet
-
Default constructor.
- XsrfTokenServiceServlet() - Constructor for class com.google.gwt.user.server.rpc.XsrfTokenServiceServlet
-
Default constructor.
- XsrfTokenServiceServlet(String) - Constructor for class com.google.gwt.user.server.rpc.jakarta.XsrfTokenServiceServlet
-
Alternative constructor that accepts session cookie name instead of getting it from
ServletConfig
orServletContext
. - 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
orServletContext
. - 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.
Y
- year() - Method in class com.google.gwt.user.datepicker.client.DatePicker.StandardCss
- YEAR - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_ABBR - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_ABBR - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_ABBR_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_ABBR_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_NUM - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_NUM - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_NUM_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_NUM_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_WEEKDAY_DAY - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_MONTH_WEEKDAY_DAY - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_QUARTER - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_QUARTER - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
- YEAR_QUARTER_ABBR - Enum constant in enum com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat
- YEAR_QUARTER_ABBR - Enum constant in enum com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
Z
- zeroDigit() - Method in interface com.google.gwt.i18n.client.constants.NumberConstants
- zeroDigit() - Method in interface com.google.gwt.i18n.client.constants.NumberConstantsImpl
- zIndex(int) - Method in class com.google.gwt.dom.builder.client.DomStylesBuilder
- zIndex(int) - Method in class com.google.gwt.dom.builder.shared.HtmlStylesBuilder
- zIndex(int) - Method in interface com.google.gwt.dom.builder.shared.StylesBuilder
-
Set the z-index css property.
- zIndex(int) - Method in class com.google.gwt.safecss.shared.SafeStylesBuilder
-
Append the z-index css property.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Roles
. There are getters for all ARIA roles. For each role there are get/set/remove methods defined for all (own and inherited) supported states and properties.