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
PrintWriterthat adds the ability to abort creation and an onClose hook - AbortablePrintWriter(PrintWriter) - Constructor for class com.google.gwt.codegen.server.AbortablePrintWriter
-
Wrap a
PrintWriterinstance. - 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
AbsolutePanelwidgets. - 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
Cellinterface. - AbstractCell(String...) - Constructor for class com.google.gwt.cell.client.AbstractCell
-
Construct a new
AbstractCellwith the specified consumed events. - AbstractCell(Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractCell
-
Construct a new
AbstractCellwith 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
Cells. - AbstractCellTree(TreeViewModel) - Constructor for class com.google.gwt.user.cellview.client.AbstractCellTree
-
Construct a new
CellTreewith the specifiedTreeViewModeland root value. - AbstractDataProvider<T> - Class in com.google.gwt.view.client
-
A base implementation of a data source for
HasDataimplementations. - 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
Cellinterface 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
AbstractEditableCellwith the specified consumed events. - AbstractEditableCell(Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractEditableCell
-
Construct a new
AbstractEditableCellwith 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
AbstractHasDatawith the given page size. - AbstractHasData(Widget, int, ProvidesKey<T>) - Constructor for class com.google.gwt.user.cellview.client.AbstractHasData
-
Constructs an
AbstractHasDatawith 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
HeaderBuilderthat 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
Imageobject. - 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
AbstractCellused to render input elements that can receive focus. - AbstractInputCell(String...) - Constructor for class com.google.gwt.cell.client.AbstractInputCell
-
Construct a new
AbstractInputCellwith the specified consumed events. - AbstractInputCell(Set<String>) - Constructor for class com.google.gwt.cell.client.AbstractInputCell
-
Construct a new
AbstractInputCellwith 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
Cells that render or escape a String argument as HTML. - AbstractSafeHtmlCell(SafeHtmlRenderer<C>, String...) - Constructor for class com.google.gwt.cell.client.AbstractSafeHtmlCell
-
Construct an AbstractSafeHtmlCell using a given
SafeHtmlRendererthat 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
SafeHtmlRendererthat 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
XsrfProtectorNoXsrfProtectannotation 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
XsrfProtectorNoXsrfProtectannotation 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
trueif theHttpServletRequestaccepts Gzip encoding. - acceptsGzipEncoding(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
-
Returns
trueif theHttpServletRequestaccepts Gzip encoding. - AcceptsOneWidget - Interface in com.google.gwt.user.client.ui
-
Implemented by displays that can be given accept an
IsWidgetto 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
ActionCellwith 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 toPlaceChangeEventevents as the user navigates through the app. - ActivityManager - Class in com.google.gwt.activity.shared
-
Manages
Activityobjects that should be kicked off in response toPlaceChangeEventevents. - 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
IsWidgetto 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
IsWidgetto be used directly. - add(IsWidget, IsWidget) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto 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
IsWidgetto be used directly. - add(IsWidget, String) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto be used directly. - add(IsWidget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Convenience overload to allow
IsWidgetto be used directly. - add(IsWidget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto 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
AttachEventhandler. - 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
BeforeSelectionEventhandler. - 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
BlurEventhandler. - 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
CanPlayThroughEventhandler. - 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
CellPreviewEventhandler. - 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
ChangeEventhandler. - 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
ClickEventhandler. - 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
addClickHandlerinstead - 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
unloadbrowser event, which is deprecated in all browsers. - addCloseHandler(CloseHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasCloseHandlers
-
Adds a
CloseEventhandler. - 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
SafeHtmlheader. - 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
SafeHtmlheader 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
ColumnSortEvents. - addColumnStyleName(int, String) - Method in class com.google.gwt.user.cellview.client.AbstractCellTable
-
Add a style name to the
colelement 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
Commandto be fired after all current events have been handled. - addCommand(IncrementalCommand) - Static method in class com.google.gwt.user.client.DeferredCommand
-
Deprecated.Enqueues an
IncrementalCommandto 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
ContextMenuEventhandler. - 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
DoubleClickEventhandler. - 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
DragEndEventhandler. - 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
DragEnterEventhandler. - 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
DragEventhandler. - 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
DragLeaveEventhandler. - 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
DragOverEventhandler. - 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
DragStartEventhandler. - 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
DropEventhandler. - 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
EndedEventhandler. - 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
ErrorEventhandler. - 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
FocusEventhandler. - 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
GestureChangeEventhandler. - 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
GestureEndEventhandler. - 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
GestureStartEventhandler. - 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
styleNameon 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
HighlightEventhandler. - 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
InitializeEventhandler. - 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
KeyDownEventhandler. - 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
KeyPressEventhandler. - 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
KeyUpEventhandler. - 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
LoadedMetadataEventhandler. - 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
LoadEventhandler. - addLoadHandler(LoadHandler) - Method in class com.google.gwt.user.client.ui.Frame
-
Adds a
LoadEventload 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.Handlerto 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
LoadHandlerandErrorHandlerinstead - 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
LoseCaptureEventhandler. - 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
MouseDownEventhandler. - 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
HasAllMouseHandlersinstead - 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
MouseMoveEventhandler. - 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
MouseOutEventhandler. - 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
MouseOverEventhandler. - 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
MouseUpEventhandler. - 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
MouseWheelEventhandler. - 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.Sourceannotations. - addNativePreviewHandler(Event.NativePreviewHandler) - Static method in class com.google.gwt.user.client.Event
-
Adds a
Event.NativePreviewHandlerthat 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
OpenEventhandler. - 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
ProgressEventhandler. - 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
ResizeEventhandler. - 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
ResizeEventhandler. - 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
RowHoverEvents. - addScrollHandler(ScrollHandler) - Method in interface com.google.gwt.event.dom.client.HasScrollHandlers
-
Adds a
ScrollEventhandler. - 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
SelectionChangeEventhandler. - 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
SelectionChangeEventhandler. - 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
SelectionEventhandler. - 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
ShowRangeEventhandler. - 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.SubmitCompleteEventhandler. - addSubmitHandler(FormPanel.SubmitHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
-
Adds a
FormPanel.SubmitEventhandler. - 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 docinstead - 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,WordCountDirectionEstimatorifenabled, 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
TouchCancelEventhandler. - 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
TouchEndEventhandler. - 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
TouchMoveEventhandler. - 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
TouchStartEventhandler. - 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
ValueChangeEventhandler 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
ValueChangeEventhandler 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
ValueChangeHandlerthat is called when the display values change. - addValueChangeHandler(ValueChangeHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
-
Adds a
ValueChangeEventhandler. - 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.ClosingHandlerto the Delegate. - addWindowClosingHandler(Window.ClosingHandler) - Static method in class com.google.gwt.user.client.Window
-
Adds a
Window.ClosingEventhandler. - 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.ScrollEventhandler. - 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
CellTreeNodeViewinto 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
Animationis 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
AnimationSchedulerusing 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
-
AnimationSchedulerimplementation that uses standardrequestAnimationFrameAPI. - 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
SafeStylesobject, without applying any escaping or sanitization to it. - append(SafeHtml) - Method in class com.google.gwt.safehtml.shared.SafeHtmlBuilder
-
Appends the contents of another
SafeHtmlobject, 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
datato 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
SafeStylesconstructed 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.ImagePrototypeElementinto the image represented by this prototype. - applyTo(Image) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
-
Transforms an existing
Imageinto 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
ArrayBufferfrom a string, with bytes encoded as individual characters (which means in UTF8-encoded strings, byte values0x80-0xFFtake 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
ArrayBuffers. - ArrayBufferViewImpl - Class in com.google.gwt.typedarrays.server
-
Base class for
ArrayBufferViewimplementations. - 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
Tinterface 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
JavaScriptObjectis a DOM node and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.AnchorElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.AreaElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.BaseElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.BodyElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.BRElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.DivElement
-
Assert that the given
Elementis 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
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.FormElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.FrameElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.HeadElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.HRElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ImageElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.InputElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LabelElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LegendElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LIElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.LinkElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.MapElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.MetaElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ModElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.OListElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.OptionElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ParamElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.PreElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.SelectElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.SourceElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.SpanElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.StyleElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TableColElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TableElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.TitleElement
-
Assert that the given
Elementis compatible with this class and automatically typecast it. - as(Element) - Static method in class com.google.gwt.dom.client.UListElement
-
Assert that the given
Elementis 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
NativeEventto 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
Nodeis of typeNode.TEXT_NODEand 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
TakesValueEditorbacked 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
TakesValueEditorbacked by the ValueListBox. - asEditor() - Method in class com.google.gwt.user.client.ui.ValuePicker
-
Returns a
TakesValueEditorbacked by the ValuePicker. - asEditor() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Returns a
TakesValueEditorbacked by the DateBox. - asEditor() - Method in class com.google.gwt.user.datepicker.client.DatePicker
-
Returns a
TakesValueEditorbacked 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
SafeHtmlstring. - asSafeHtml() - Method in class com.google.gwt.dom.builder.shared.HtmlElementBuilderBase
-
Return the HTML as a
SafeHtmlstring. - 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
parentobject. - assign(Splittable, String) - Method in interface com.google.web.bindery.autobean.shared.Splittable
-
Assign the splittable to the named property of the
parentobject. - 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
TreeItemaspect 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
Widgetaspect 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
AbstractDataProviderthat 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
-
Attrobjects represent key-value pairs of attributes onElementobjects. - 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
nameand null default value. - Attribute(String, String) - Constructor for class com.google.gwt.aria.client.Attribute
-
Constructs a state/property ARIA attribute with name
nameanddefaultValue. - 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.typeArgstag 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
BeforeSelectionEventevents. - 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
BidiFormatterandSafeHtmlBidiFormatterthat 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
BidiPolicyused 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
BlurEventevents. - 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
trueif this is the instance representing "true",falseotherwise. - 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 anullcaughtandhelpInfo. - 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
Cellused 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
ButtonCellBaseusing the specifiedButtonCellBase.Appearanceto 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
ArrayBufferin 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
ActivityMapperand 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
Ranges, 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
DatePickerand 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
-
Deprecated.Reflectively invokes a method on a JavaScriptObject.
- call(Class, Object, String, Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Deprecated.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
-
Deprecated.Reflectively invokes a method on a JavaScriptObject.
- callEx(Class, Object, String, Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Deprecated.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
-
Deprecated.Reflectively invokes a static method on a JavaScriptObject.
- callStaticEx(Class, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
-
Deprecated.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
trueifclazzis 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
CanPlayThroughEventevents. - canPlayType(String) - Method in class com.google.gwt.dom.client.MediaElement
-
Returns
trueif 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
trueif 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
trueifEditorContext.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
JavaScriptObjecttype to any otherJavaScriptObjecttype. - 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
CellListof 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
CellListwith 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
CellListwith 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
CellPanelwidgets. - 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.NodeAnimationthat reveals the contents of child nodes. - CellTree.SlideAnimation - Class in com.google.gwt.user.cellview.client
-
A
CellTree.NodeAnimationthat 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
HasDataused 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
TreeNodethat 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
CellWidgetwith 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
CellWidgetwith the specified cell and initial value. - CellWidget(Cell<C>, ProvidesKey<C>) - Constructor for class com.google.gwt.user.cellview.client.CellWidget
-
Construct a new
CellWidgetwith 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
CellWidgetwith 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
CellWidgetwith 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
ChangeEventevents. - ChangeListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.As of GWT 1.6, DOM and logical change events are separate. Use
ChangeHandlerfor changes triggered by a DOM-based change event andValueChangeHandlerfor 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
CharacterDataXML 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
valuecast to the type accepted by the Editor or throws aClassCastException. - checkAssignment(Object) - Method in class com.google.gwt.editor.client.testing.FakeEditorContext
-
Returns
valuevia 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
Cellused 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
CheckboxCellthat optionally controls selection. - CheckboxEventTranslator() - Constructor for class com.google.gwt.view.client.DefaultSelectionEventManager.CheckboxEventTranslator
-
Construct a new
DefaultSelectionEventManager.CheckboxEventTranslatorthat 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.CheckboxEventTranslatorthat 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
truewhen 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
ExtraTypesannotation. - 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
indexis 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
indexis 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
SelectionModelwithout 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
Cellused 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
ClickEventevents. - ClickListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.Use
ClickHandlerinstead - 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
-
Deprecated.Instead, use try-with-resources, or Guava's
Closeablesto close quietly. - 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
CloseEventevents. - 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
Listbacking 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
Columns in a table. - ColumnSortList() - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList
-
Construct a new
ColumnSortListwithout aColumnSortList.Delegate. - ColumnSortList(ColumnSortList.Delegate) - Constructor for class com.google.gwt.user.cellview.client.ColumnSortList
-
Construct a new
ColumnSortListwith 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
cellviewwidget 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.UncaughtExceptionHandlerwhen a deferredCommandis 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
Commands andIncrementalCommands after all currently pending event handlers have completed. - CommandExecutor() - Constructor for class com.google.gwt.user.client.CommandExecutor
- CommandLineCreatorUtils - Class in com.google.gwt.user.tools
-
IO and template utility classes for GWT command-line tools.
- CommandLineCreatorUtils() - Constructor for class com.google.gwt.user.tools.CommandLineCreatorUtils
- 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
ArtifactSetthat will be presented to theLinkerchain 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
ClientBundleof 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
HandlerRegistrationthat 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
Configurationobjects. - 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
trueif 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
trueif the Storage contains the specified key,falseotherwise. - 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
trueif the Storage contains the specified value,falseotherwise (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
ContextMenuEventevents. - 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
EventBusto 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
Uint8Arrayinstance. - create(int[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Arrayinstance 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
Uint8Arrayinstance from an array. - create(short[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Create a
Uint8ClampedArrayinstance from a short array. - create(JavaScriptObject) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Arrayinstance from a JavaScript array-like object. - create(JsArrayInteger) - Static method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Create a
Uint8ClampedArrayinstance 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
Uint8Arrayinstance. - 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
Uint8Arrayinstance. - 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
Uint8Arrayinstance. - create(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ClampedArrayNativeEmul
-
Create a
Uint8ClampedArrayinstance 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
StringGeneratorinstance. - 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
ArrayBufferoflengthbytes. - 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
DefaultSelectionEventManagerthat 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
HtmlElementBuilderinstance 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
DefaultSelectionEventManagerthat 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
DefaultSelectionEventManagerthat 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
Uint8ClampedArrayinstance. - createClamped(int[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Arrayinstance from an array. - createClamped(short[]) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8Arrayinstance from an array. - createClamped(JavaScriptObject) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArrayinstance from a JavaScript array-like object. - createClamped(ArrayBuffer) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArrayinstance. - createClamped(ArrayBuffer, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArrayinstance. - createClamped(ArrayBuffer, int, int) - Static method in class com.google.gwt.typedarrays.client.Uint8ArrayNative
-
Create a
Uint8ClampedArrayinstance. - 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
DefaultSelectionEventManagerusing the specifiedDefaultSelectionEventManager.EventTranslatorto control whichDefaultSelectionEventManager.SelectActionto 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
DataViewinstance 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
DataViewinstance on anArrayBuffer, starting at an offset ofbyteOffsetand continuing forlengthbytes. - 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
DefaultSelectionEventManagerthat 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
Elementbased 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
Float32Arrayinstance 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
Float32Arrayinstance onbuffer, starting atbyteOffsetinto 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
Float32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Float64Arrayinstance 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
Float64Arrayinstance onbuffer, starting atbyteOffsetinto 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
Float64Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
HandlerManagerused 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
Canvasif supported, and null otherwise. - createIfSupported() - Static method in class com.google.gwt.media.client.Audio
-
Return a new
Audioif supported, and null otherwise. - createIfSupported() - Static method in class com.google.gwt.media.client.Video
-
Return a new
Videoif 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
TouchScrollerthat augments the specified scrollable widget if supported, and null otherwise. - createImage() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
-
Creates a new
Imageinstance 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
Int16Arrayinstance 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
Int16Arrayinstance onbuffer, starting atbyteOffsetinto 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
Int16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Int32Arrayinstance 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
Int32Arrayinstance onbuffer, starting atbyteOffsetinto 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
Int32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Int8Arrayinstance 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
Int8Arrayinstance onbuffer, starting atbyteOffsetinto 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
Int8Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Locatortype. - 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.user.tools.CommandLineCreatorUtils
- createNormalFile(File, String, boolean, boolean) - Static method in class com.google.gwt.util.tools.Utility
-
Deprecated.Consider using
Files.createFile(Path, FileAttribute[])instead - if logging or errors are expected, consider inlining this method, as there is no exact replacement. - 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
RequestBuilderusing theRequestBuilder.POSTmethod 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
TransportReceiverinterface. - 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
Responseinstance 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
ServerFailurebased 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
ServiceLocatortype. - 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
JavaSourceWriterthat 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.Stateinstance. - createStreamReader(String) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamFactory
-
Creates a
SerializationStreamReaderfor 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
SimplePanelthat will wrap the contents in a tab. - createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.TabPanel
-
Create a
SimplePanelthat 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
Uint16Arrayinstance 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
Uint16Arrayinstance onbuffer, starting atbyteOffsetinto 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
Uint16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Uint32Arrayinstance 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
Uint32Arrayinstance onbuffer, starting atbyteOffsetinto 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
Uint32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Uint8Arrayinstance 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
Uint8Arrayinstance onbuffer, starting atbyteOffsetinto 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
Uint8Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
Uint8ClampedArrayinstance 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
Uint8ClampedArrayinstance onbuffer, starting atbyteOffsetinto 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
Uint8ClampedArrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements. - 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
UrlBuilderbased 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
DefaultSelectionEventManagerthat 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
Stringthat 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
@externaldeclaration 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
ScrollPanelthat 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
CustomScrollPanelwith 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
ResourcePrototypeshould 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
ArrayBufferas 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
DataViewfor 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
DatePickerwhen 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.Formatclass. - 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
DateCellusing the formatDateTimeFormat.PredefinedFormat.DATE_FULLand 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
DateCellusing the specified format and aSimpleSafeHtmlRenderer. - DateCell(DateTimeFormat, TimeZone) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCellusing the specified format and time zone. - DateCell(DateTimeFormat, SafeHtmlRenderer<String>) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCellusing the specified format and the givenSafeHtmlRenderer. - DateCell(DateTimeFormat, SafeHtmlRenderer<String>, TimeZone) - Constructor for class com.google.gwt.cell.client.DateCell
-
Construct a new
DateCellusing 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
DateCellusing the formatDateTimeFormat.PredefinedFormat.DATE_FULLand 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
ValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates. - 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
DateLabelwidgets. - 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
MonthSelectorandCalendarViewcomponents. - 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
DateTimeFormatInfoimplementation 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
CustomDateTimeFormatif you need some format that isn't supplied here. - DateTimeFormat.PredefinedFormat - Enum in com.google.gwt.i18n.shared
-
Predefined date/time formats -- see
CustomDateTimeFormatif you need some format that isn't supplied here. - DateTimeFormatInfo - Interface in com.google.gwt.i18n.client
-
Deprecated.use
DateTimeFormatInfoinstead - 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
DateTimeConstantsimplementation 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
Dateobjects 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
DeadEntityExceptionwith 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
Splittableinto 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
RPCRequestthat 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
RPCRequestthat 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
RPCRequestthat 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
RPCRequestthat 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
RPCRequestthat 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
RPCRequestthat 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
PopupPanelthat 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
StackPanelthat 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
TabBarthat 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
TabPanelthat uses aDecoratedTabBarwith 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
SimplePanelthat 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.DefaultAppearanceusing the default resources. - DefaultAppearance(ButtonCellBase.DefaultAppearance.Resources) - Constructor for class com.google.gwt.cell.client.TextButtonCell.DefaultAppearance
-
Construct a new
TextButtonCell.DefaultAppearanceusing the specified resources. - DefaultAppearance(SafeHtmlRenderer<C>) - Constructor for class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
-
Construct a new
ButtonCellBase.DefaultAppearanceusing the default styles. - DefaultAppearance(SafeHtmlRenderer<C>, ButtonCellBase.DefaultAppearance.Resources) - Constructor for class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
-
Construct a new
ButtonCellBase.DefaultAppearanceusing 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
truewhen 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
CurrencyDataimplementation, 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
CurrencyDatainstance, returningfalsefor allisFoomethods, 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
CurrencyDatainstance, returningfalsefor allisFoomethods 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
HeaderBuilderthat 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
MonthSelectorused 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
RequestTransportthat 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.Handlerthat 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
DefaultSelectionEventManagerusing the specifiedDefaultSelectionEventManager.EventTranslatorto control whichDefaultSelectionEventManager.SelectActionto 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.EventTranslatorthat only triggers selection when any checkbox is selected. - DefaultSelectionEventManager.EventTranslator<T> - Interface in com.google.gwt.view.client
-
Translates
CellPreviewEvents intoDefaultSelectionEventManager.SelectActions. - DefaultSelectionEventManager.SelectAction - Enum in com.google.gwt.view.client
-
The action that controls how selection is handled.
- DefaultSelectionEventManager.WhitelistEventTranslator<T> - Class in com.google.gwt.view.client
-
An event translator that allows selection only for the specified whitelisted columns.
- DefaultSelectionModel<T> - Class in com.google.gwt.view.client
-
A convenience
SelectionModelthat 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.delegateEventinstead - 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
CompilationResultintended 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
GeneratorContextimplementation. - 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 deletingcountcharacters. - 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.Builderwhich 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
EntityProxyinstance 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
DialogBoxcaption. - DialogBox.CaptionImpl - Class in com.google.gwt.user.client.ui
-
Default implementation of Caption.
- DialogBoxParser - Class in com.google.gwt.uibinder.elementparsers
-
Parses
DialogBoxwidgets. - 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 assumesisHtmlis 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
CloseEventandOpenEventinstead - DisclosureEvent(DisclosurePanel) - Constructor for class com.google.gwt.user.client.ui.DisclosureEvent
-
Deprecated.Use
CloseEventandOpenEventinstead - DisclosureHandler - Interface in com.google.gwt.user.client.ui
-
Deprecated.Use
CloseHandlerand/orOpenHandlerinstead - 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
DisclosurePanelwidgets. - 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.dispatchwithhandler. - 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
Pointby 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
DockLayoutPanelwidgets. - 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
DockPanelwidgets. - 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
CommandCanceledExceptionor anIncrementalCommandCanceledExceptiondepending 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
-
Documentobjects 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
DocumentFragmentis a basket into which one may place otherNodeobjects 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
SerializationPolicyfor given module base URL and strong name. - doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
-
Loads the
SerializationPolicyfor 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
ElementBuilderBaseused 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
ElementBuilderBasethat 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
-
DomEventis a subclass ofGwtEventthat provides events that underlying native browser event object as well as a subclass ofDomEvent.Typethat 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
encodeURIfunction. - 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
DoubleParserandDoubleRenderer. - 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
DoubleClickEventevents. - 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
DragEndEventevents. - DRAGENTER - Static variable in class com.google.gwt.dom.client.BrowserEvents
- DragEnterClickHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
DragEnterEventevents. - 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
DragEnterEventevents. - 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
DragEventevents. - 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
DragLeaveEventevents. - 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
DragOverEventevents. - 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
DragStartEventevents. - 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
DropEventevents. - 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
SafeHtmlRendererto 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
ElementBuilderBasethat 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
@elifand@elseat-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 forFileUploadto 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
EndedEventevents. - 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 assumesstris 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 assumesstris 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
TableColElementat 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
RequestFactorywhen 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
EntityProxythat 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 withSelectionModeland 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
EnumMapthat uses an equalEnumMap.serialVersionUIDand 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
equalsmethod if any, otherwise returnstrueif 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
ErrorEventevents. - 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 assumesisHtmlis false. - estimateDirection(String) - Method in class com.google.gwt.i18n.shared.BidiUtils
-
Like
BidiUtils.estimateDirection(String, boolean), but assumesstris 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
CssJavaExpressionNodein 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.NativePreviewEventevents. - 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
Events 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.ONMOUSEOVERandEvent.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.ONMOUSEOUTandEvent.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
trueif 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
trueif 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
IncrementalCommandto 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.RepeatingCommands once. - executeScheduledCommands() - Method in class com.google.gwt.core.client.testing.StubScheduler
-
Executes all scheduled
Scheduler.ScheduledCommands 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
@externalat-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, andRequestFactorytype 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
ExtraTypesannotations 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
EditorSourcethat createsFakeLeafValueEditorinstances. - 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
RequestFactorythat 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
RequestTransportthat 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
Delegatefor 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
FieldUpdatermay 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
RequestFactoryand 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
TableSectionBuildercontaining 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
RowCountChangeEventon all registered handlers in the handler manager. - fire(HasRows, Range) - Static method in class com.google.gwt.view.client.RangeChangeEvent
-
Fires a
RangeChangeEventon 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
AttachEventon 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.NativePreviewEventfor the native event. - fireOnComplete(FormPanel, String) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
-
Deprecated.
FormPanelnow 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.
FormPanelnow 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
HasOpenHandlersandHasCloseHandlersinstead - 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
HasSelectionHandlersinstead. - 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
ArrayBufferas 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
ArrayBufferas 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
FlowPanelwidgets. - 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
nullor 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
nullor 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
FocusEventevents. - FOCUSIN - Static variable in class com.google.gwt.dom.client.BrowserEvents
- FocusListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.Use
FocusHandlerand/orBlurHandlerinstead - FocusListenerAdapter - Class in com.google.gwt.user.client.ui
-
Deprecated.Use
FocusHandlerandBlurHandlerinstead - 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.SubmitCompleteHandlerand/orFormPanel.SubmitHandlerinstead - 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.SubmitCompleteEventevents. - 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.SubmitEventevents. - 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
SafeStylesconstructed 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
SafeStylesconstructed 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
SafeStylesconstructed 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
SafeStylesconstructed 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
SafeStylesconstructed 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
SafeHtmlconstructed from a safe string, i.e., without escaping the string. - fromSafeConstant(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Returns a
SafeUriconstructed 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
SafeHtmlcontaining the escaped string. - fromString(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Returns a
SafeUriobtained 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
SerializableThrowablefrom a provided throwable and its causes recursively. - fromTrustedNameAndValue(String, double, Style.Unit) - Static method in class com.google.gwt.safecss.shared.SafeStylesUtils
-
Returns a
SafeStylesconstructed 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
SafeStylesconstructed 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
SafeStylesconstructed from a trusted string, i.e., without escaping the string. - fromTrustedString(String) - Static method in class com.google.gwt.safehtml.shared.SafeHtmlUtils
-
Returns a
SafeHtmlconstructed from a trusted string, i.e., without escaping the string. - fromTrustedString(String) - Static method in class com.google.gwt.safehtml.shared.UriUtils
-
Returns a
SafeUriconstructed 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
FullyQualifiedMethodNameKeyGeneratorinstead. - 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
GestureChangeEventevents. - 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
GestureEndEventevents. - 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
GestureStartEventevents. - 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.ColumnSortInfoat 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
namefor 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
RequestContextand 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
ProxySerializerto 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
nullif 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
nullif 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
nullif 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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
elementor "" 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.Typeused to register this event, allowing anEventBusto 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
nullif the parameter isnullor 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
booleanby 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
TimeRangesobject indicating which portions of the source have been buffered locally. - getBuffered() - Method in class com.google.gwt.media.client.MediaBase
-
Returns a
TimeRangesobject 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), ornullif 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
Cellof 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
Cellwrapped by this widget. - getCell() - Method in class com.google.gwt.user.cellview.client.Column
-
Returns the
Cellresponsible for rendering items in the column. - getCell() - Method in class com.google.gwt.user.cellview.client.Header
-
Return the
Cellresponsible 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
Cellused 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.CellFormatterassociated 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
toucheswhich 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
Columnthat was sorted. - getColumn() - Method in class com.google.gwt.user.cellview.client.ColumnSortList.ColumnSortInfo
-
Get the
Columnthat 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
ColumnSortListthat specifies which columns are sorted. - getColumnSortList() - Method in class com.google.gwt.user.cellview.client.ColumnSortEvent
-
Get the
ColumnSortListthat 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
Commandwhich 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
IncrementalCommandwhich 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
BrowserEventsfor 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.Suggestionin 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
DataTransferobject. - 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
DataTransferassociated with the current drag event. - getDataTransfer() - Method in class com.google.gwt.event.dom.client.DragDropEventBase
-
Get the
DataTransferassociated 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
DatePickerwidget 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) to6Saturday. - 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
nullif 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
EditorDelegatefor 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
Dictionaryobject 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
DirectionEstimatorobject. - 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.user.tools.CommandLineCreatorUtils
- getDirectory(File, String, boolean) - Static method in class com.google.gwt.util.tools.Utility
-
Deprecated.Consider using
Files.createDirectories(Path, FileAttribute[])instead - if logging or errors are expected, consider inlining this method, as there is no exact replacement. - getDirectory(String, boolean) - Static method in class com.google.gwt.user.tools.CommandLineCreatorUtils
- getDirectory(String, boolean) - Static method in class com.google.gwt.util.tools.Utility
-
Deprecated.Consider using
Files.createDirectories(Path, FileAttribute[])instead - if logging or errors are expected, consider inlining this method, as there is no exact replacement. - 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
HasRowsbeing 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
HasDatasource 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
Ttype. - 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
doubleby 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
Ttype. - 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
nullor the last value provided toMockSimpleBeanEditorDriver.initialize(E). - getEditor() - Method in class com.google.web.bindery.requestfactory.gwt.client.testing.MockRequestFactoryEditorDriver
-
Returns
nullor the last value recorded. - getEditorDelegate() - Method in interface com.google.gwt.editor.client.EditorContext
-
Returns the
EditorDelegateassociated with the current Editor, which may benullforLeafValueEditors. - 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
Elementwhose 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
elementwithin 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.Useinstead.
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
nullor 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
EventListenerthat will receive events for the given element. - getEventListener(Element) - Static method in class com.google.gwt.user.client.Event
-
Gets the
EventListenerthat 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
FieldUpdaterinstance. - getFieldUpdater() - Method in class com.google.gwt.user.cellview.client.Column
-
Returns the
FieldUpdaterused 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.user.tools.CommandLineCreatorUtils
-
Gets the contents of a file from the class path as a String.
- getFileFromClassPath(String) - Static method in class com.google.gwt.util.tools.Utility
-
Deprecated.If writing a linker, use
LinkerUtils.readClasspathFileAsString(String)instead. - 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
typeandsource. - getFireNullValues() - Method in class com.google.gwt.user.datepicker.client.DateBox
-
Returns true iff the date box will fire
ValueChangeEventswith a date value ofnullfor 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
floatby 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
Focusableinstance 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
HeaderBuilderused 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
NumberFormatinstance 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
NumberFormatinstance 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
NumberFormatinstance 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), ornullif 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
HeaderBuilderused 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
HasTextinstance 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
nullif 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
Historycompatible 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
Historycompatible 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
TableRowElementthat 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
Itype. - 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
Geolocationif the browser supports this feature, andnullotherwise. - 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.user.tools.CommandLineCreatorUtils
- getInstallPath() - Static method in class com.google.gwt.util.tools.Utility
-
Deprecated.There is no replacement for this method, many usages of GWT have no install path.
- getInstance() - Static method in class com.google.gwt.core.server.ServerGwtBridge
-
Get the singleton
ServerGwtBridgeinstance, 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
trueorfalse. - 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
intby 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
MenuItemobjects 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
ComputeScriptBasescript. - getJsComputeUrlForResource(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
UrlForResourcescript. - 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
JsInstallLocationscript. - getJsInstallScript(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsInstallScriptscript. - getJsIsBodyLoaded(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsIsBodyLoadedscript. - getJsLoadExternalStylesheets(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsLoadExternalStylesheetsscript. - getJsModuleFunctionErrorCatch(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsModuleFunctionErrorCatchscript. - 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
JsPermutationsscript. - getJsProcessMetas(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsProcessMetasscript. - getJsProperties(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsPropertiesscript. - getJsRunAsync(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
-
Returns the name of the
JsRunAsyncscript. - 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
JsWaitForBodyLoadedscript. - 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
ProvidesKeythat 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
ProvidesKeyinstance 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-modifiedheader fields of all the Urls in theresourcesarray. - 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
Layoutinstance 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
NodeListobject. - 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.LoadingStateassociated 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
Mapby 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
0and999. - 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
0and59. - 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
CalendarModelassociated 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
Momentumthat controls scrolling after the user completes a gesture. - getMonth() - Method in class com.google.gwt.core.client.JsDate
-
Returns the month, from
0(January) to11December. - 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
MonthSelectorassociated 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
NativeEventto 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.NodeInfothat 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.NodeInfothat will provide theProvidesKey,Cell, andHasDatainstances 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
nullor the last value provided toMockSimpleBeanEditorDriver.edit(T). - getObject(int) - Method in class com.google.gwt.core.client.JsArrayMixed
-
Gets the
JavaScriptObjectat 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), ornullif 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
nullif 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
nullif it could not be determined. - getPlace(String) - Method in interface com.google.gwt.place.shared.PlaceHistoryMapper
-
Returns the
Placeassociated with the given token. - getPlace(String) - Method in interface com.google.gwt.place.shared.PlaceTokenizer
-
Returns the
Placeassociated 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
TimeRangesobject indicating which portions of the source have been played. - getPlayed() - Method in class com.google.gwt.media.client.MediaBase
-
Returns a
TimeRangesobject 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
PopupPanelused 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
SelectionPropertyinstances 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
nullor 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
Violationif the object associated with the violation is anEntityProxy. - getProxyId(String) - Method in interface com.google.web.bindery.requestfactory.shared.RequestFactory
-
Return the appropriate
EntityProxyIdusing 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
Stringrepresenting 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
SafeHtmlRendererused by this cell. - getRenderer() - Method in class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
-
Return the
SafeHtmlRendererused 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.RepeatingCommands 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
Requestinstance 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), ornullif 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
nullor 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
RequestFactorythat 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
ClientBundleRequirementsobject, 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
nullif 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
nullif 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
TableRowElementfor the specified row. - getRowElement(int) - Method in class com.google.gwt.user.cellview.client.CellList
-
Get the
Elementfor 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
nullor 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.ScheduledCommands 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
0and59. - 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
TimeRangesobject indicating which portions of the source are seekable. - getSeekable() - Method in class com.google.gwt.media.client.MediaBase
-
Returns a
TimeRangesobject 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
MenuItemthat 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
Suggestionobject 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
SelectionModelused 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
SelectionModelused 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
SerializationPolicyused 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
SerializationPolicyfor 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()ornullif 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
valueto 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
-1if 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
Attrwas 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
nullif 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
srcattribute of the resource. - getSrc() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
-
The
srcattribute 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
nullif 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
nullif none is set. - getSrc() - Method in class com.google.gwt.media.client.MediaBase
-
Returns the source URL for the media, or
nullif 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.NaNif 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.NaNif 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
Storageobject 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
Storageobject that was affected in the event. - getStrategy() - Method in class com.google.gwt.junit.client.GWTTestCase
-
Get the
JUnitShell.Strategyto 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
Stringby 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
Styleobject. - 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()andinstead.invalid 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.SuggestionDisplayused to display suggestions. - getSuggestionMenu() - Method in class com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
-
Get the
MenuBarused 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
nullif 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
InputStreamfor 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
elementor "" 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
IsWidgetto 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
touchesall 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
HasScrollingwidget 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.TestInfofor 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
TextResourceand callscallbackwith 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
HttpServletRequestobject for the current call. - getThreadLocalRequest() - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Gets the
HttpServletRequestobject 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
HttpServletResponseobject for the current call. - getThreadLocalResponse() - Method in class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
-
Gets the
HttpServletResponseobject 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), or0if 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
TreeNodewith 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
TreeViewModelthat 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
nullif 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), ornullif 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) to6Saturday, 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
0and999, in UTC. - getUTCMinutes() - Method in class com.google.gwt.core.client.JsDate
-
Returns the minutes, between
0and59, in UTC. - getUTCMonth() - Method in class com.google.gwt.core.client.JsDate
-
Returns the month, from
0(January) to11December, in UTC. - getUTCSeconds() - Method in class com.google.gwt.core.client.JsDate
-
Returns the seconds, between
0and59, 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
SafeHtmltext 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
nullto 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
CalendarViewassociated 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
Iterablecomposed 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
Widgetassociated 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
IsWidgetto be used directly. - getWidgetIndex(IsWidget) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto 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
WriteOperationassociated 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
Widgetwithin 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
GWTinto 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.createwith 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
-
that adds the mapping of GssFunction implemented for GWT.
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
transientkeyword, 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.Handleris 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
Widgetthat 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 assumesstris 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 assumesstris 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
AttachEventevents. - 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
Elementhas an attribute with the supplied name. - hasAttributes() - Method in interface com.google.gwt.xml.client.Node
-
This method determines whether this
Nodehas 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
BeforeSelectionEventevents. - HasBlurHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
BlurHandlerinstances. - HasCanPlayThroughHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
CanPlayThroughHandlerinstances. - 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
Cellto render that value, and provide aFieldUpdaterto 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
CellPreviewEventevents. - HasChangeHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
ChangeHandlerinstances. - 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
Nodehas 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
ClickHandlerinstances. - 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
CloseEventevents. - 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
ContextMenuHandlerinstances. - hasControls() - Method in class com.google.gwt.dom.client.MediaElement
-
Returns
trueif the media player should display interactive controls (for example, to control play/pause, seek position, and volume),falseotherwise. - hasControls() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif the media player should display interactive controls (for example, to control play/pause, seek position, and volume),falseotherwise. - 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
HasDatathat 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
DoubleClickHandlerinstances. - HasDragEndHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragEndHandlerinstances. - HasDragEnterHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragEnterHandlerinstances. - HasDragHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragHandlerinstances. - HasDragLeaveHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragLeaveHandlerinstances. - HasDragOverHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragOverHandlerinstances. - HasDragStartHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DragStartHandlerinstances. - HasDropHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
DropHandlerinstances. - 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
trueif playback has reached the end of the media,falseotherwise. - hasEnded() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif playback has reached the end of the media,falseotherwise. - HasEndedHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
EndedHandlerinstances. - HasErrorHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
ErrorHandlerinstances. - 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
Focusableinstead - HasFocusHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
FocusHandlerinstances. - HasGestureChangeHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
GestureChangeHandlerinstances. - HasGestureEndHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
GestureEndHandlerinstances. - HasGestureStartHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
GestureStartHandlerinstances. - 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
hashCodemethod 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
HighlightEventevents. - 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
InitializeEventevents. - 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
KeyDownHandlerinstances. - HasKeyPressHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
KeyPressHandlerinstances. - 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
KeyUpHandlerinstances. - HasLoadedMetadataHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
LoadedMetadataHandlerinstances. - HasLoadHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
LoadHandlerinstances. - HasLoseCaptureHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
LoseCaptureHandlerinstances. - 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
MouseDownHandlerinstances. - HasMouseMoveHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
MouseMoveHandlerinstances. - HasMouseOutHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
MouseOutHandlerinstances. - HasMouseOverHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
MouseOverHandlerinstances. - HasMouseUpHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
MouseUpHandlerinstances. - HasMouseWheelHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
MouseWheelHandlerinstances. - 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
OpenEventevents. - 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
ProgressHandlerinstances. - HasRequestContext<T> - Interface in com.google.web.bindery.requestfactory.gwt.client
-
Editors used with
RequestFactoryEditorDriverthat implement this interface will be provided with theRequestContextassociated 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
ResizeEventevents. - 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
SafeHtmlobject. - HasScrollHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
ScrollHandlerinstances. - 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
SelectionEventevents. - HasShowRangeHandlers<V> - Interface in com.google.gwt.event.logical.shared
-
A widget that implements this interface is a public source of
ShowRangeEventevents. - hasStorageEventHandlers() - Static method in class com.google.gwt.storage.client.StorageImpl
-
Returns
trueif at least one StorageEvent handler is registered,falseotherwise. - 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
HasTextpeer 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
TouchCancelHandlerinstances. - HasTouchEndHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
TouchEndHandlerinstances. - HasTouchMoveHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
TouchMoveHandlerinstances. - HasTouchStartHandlers - Interface in com.google.gwt.event.dom.client
-
A widget that implements this interface provides registration for
TouchStartHandlerinstances. - HasTreeItems - Interface in com.google.gwt.user.client.ui
-
A widget that implements this interface contains
itemsand 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
Treewidgets. - 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
TakesValueto allow the value to be pulled back out, and to throwValueChangeEventevents. - HasValueChangeHandlers<T> - Interface in com.google.gwt.event.logical.shared
-
A widget that implements this interface is a public source of
ValueChangeEventevents. - 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
widgetsand 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
HighlightEventevents. - 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
SplitLayoutPanelinstead, 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
SafeHtmlobject. - 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
ElementBuilderBaseused 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
ElementBuilderBasethat 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
HtmlTableSectionBuilderthat 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
SafeHtmlobject. - 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
HTMLPanelwidgets. - 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
CrossSiteIframeLinkerinstead. - 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
ClientBundleandImageResource - 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
AbstractCellused 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
AbstractCellused to render an image. - ImageLoadingCell() - Constructor for class com.google.gwt.cell.client.ImageLoadingCell
-
Construct an
ImageResourceCellusing theImageLoadingCell.DefaultRenderers. - ImageLoadingCell(ImageLoadingCell.Renderers) - Constructor for class com.google.gwt.cell.client.ImageLoadingCell
-
Construct an
ImageResourceCellusing 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
AbstractCellused 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 aRemoteServiceclient and its correspondingRemoteServiceserver. - 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.RepeatingCommandandScheduler.scheduleIncremental() - IncrementalCommandCanceledException - Exception Class in com.google.gwt.user.client
-
Exception reported to the current
GWT.UncaughtExceptionHandlerwhen a deferredIncrementalCommandis 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
Generatorclass 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 modifiedEventBusto 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
InitializeEventevents. - 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
SafeHtmlobject. - 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.ColumnSortInfoat the specified position in this list. - insert(IsWidget, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
-
Convenience overload to allow
IsWidgetto 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
IsWidgetto 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
IsWidgetto be used directly. - insert(IsWidget, IsWidget, int) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto be used directly. - insert(IsWidget, String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Convenience overload to allow
IsWidgetto be used directly. - insert(IsWidget, String, boolean, int) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto be used directly. - insert(IsWidget, String, int) - Method in class com.google.gwt.user.client.ui.TabLayoutPanel
-
Convenience overload to allow
IsWidgetto be used directly. - insert(IsWidget, String, int) - Method in class com.google.gwt.user.client.ui.TabPanel
-
Convenience overload to allow
IsWidgetto 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
SafeHtmlheader. - 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
SafeHtmlheader 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
IndexedPanels that also allow insertions. - InsertPanel.ForIsWidget - Interface in com.google.gwt.user.client.ui
-
Extends this interface with convenience methods to handle
IsWidget. - insertRow(int) - Method in class com.google.gwt.dom.client.TableElement
-
Insert a new empty row in the table.
- insertRow(int) - Method in class com.google.gwt.dom.client.TableSectionElement
-
Insert a row into this section.
- insertRow(int) - Method in class com.google.gwt.user.client.ui.FlexTable
-
Inserts a row into the FlexTable.
- insertRow(int) - Method in class com.google.gwt.user.client.ui.Grid
-
Inserts a new row into the table.
- insertRow(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
-
Inserts a new row into the table.
- insertSeparator(int) - Method in class com.google.gwt.user.client.ui.MenuBar
- 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
ToStringRendererthat uses empty string fornullobjects. - 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
ArrayBufferas 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
ArrayBufferas 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
ArrayBufferas 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
IntegerParserandIntegerRenderer. - 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.Interpreterinstances. - 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
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.AreaElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.BaseElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.BodyElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.BRElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.DivElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.DListElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Element
-
Determines whether the given
JavaScriptObjectcan be cast to anElement. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FieldSetElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FormElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FrameElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.HeadElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.HRElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ImageElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.InputElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LabelElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LegendElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LIElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.LinkElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.MapElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.MetaElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ModElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Node
-
Determines whether the given
JavaScriptObjectis a DOM node. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.OListElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.OptionElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ParamElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.PreElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.SelectElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.SourceElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.SpanElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.StyleElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableColElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.TitleElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(JavaScriptObject) - Static method in class com.google.gwt.dom.client.UListElement
-
Determines whether the given
JavaScriptObjectcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.AnchorElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.AreaElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.BaseElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.BodyElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.BRElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.DivElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.DListElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FieldSetElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FormElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FrameElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.HeadElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.HRElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ImageElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.InputElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LabelElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LegendElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LIElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.LinkElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.MapElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.MetaElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ModElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.OListElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.OptionElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ParamElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.PreElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.SelectElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.SourceElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.SpanElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.StyleElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableColElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.TitleElement
-
Determine whether the given
Elementcan be cast to this class. - is(Element) - Static method in class com.google.gwt.dom.client.UListElement
-
Determine whether the given
Elementcan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.AnchorElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.AreaElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.BaseElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.BodyElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.BRElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ButtonElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.DivElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.DListElement
-
Determine whether the given
Nodecan 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
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.FormElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.FrameElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.FrameSetElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.HeadElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.HeadingElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.HRElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.IFrameElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ImageElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.InputElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LabelElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LegendElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LIElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.LinkElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.MapElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.MetaElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ModElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ObjectElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.OListElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.OptGroupElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.OptionElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ParagraphElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ParamElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.PreElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.QuoteElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.ScriptElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.SelectElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.SourceElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.SpanElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.StyleElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableCaptionElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableCellElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableColElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableRowElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TableSectionElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TextAreaElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.TitleElement
-
Determine whether the given
Nodecan be cast to this class. - is(Node) - Static method in class com.google.gwt.dom.client.UListElement
-
Determine whether the given
Nodecan 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
altkey down. - isAltKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
-
Is the
altkey down? - isAnimated() - Method in interface com.google.gwt.resources.client.ImageResource
-
Return
trueif 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
JAnnotationTypeif it is an annotation ornullif 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
trueif 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
trueif 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
trueif 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
trueif autoplay is enabled,falseotherwise. - isAutoplay() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif autoplay is enabled,falseotherwise. - 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
trueif 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
trueif 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
nullif 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
nullif it is not. - isClient() - Static method in class com.google.gwt.core.client.GWT
-
Returns
truewhen 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
truewhen 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
controlkey down. - isControlKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
-
Is the
controlkey 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 theUIObjectand 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
trueonly 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
newoperation. - 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
trueif 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
trueif 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
falseor 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.Suggestiondisplay 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
Editorcontract 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
nullif 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
trueif 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
Methoddefinition 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
Methoddefinition 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
trueif 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), orfalseif 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
nullif 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
trueif 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
nullif 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
trueif 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
trueif thelocalStoragepart 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
trueif the user agent is to seek back to the start of the media once playing has ended,falseotherwise. - isLoop() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif the user agent is to seek back to the start of the media once playing has ended,falseotherwise. - 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
metakey down. - isMetaKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
-
Is the
metakey down? - isMethod() - Method in interface com.google.gwt.core.ext.linker.SymbolData
-
Returns
trueif 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
trueif 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
trueif 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
trueif the volume is to be muted (overriding the normal volume setting),falseotherwise. - isMuted() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif the volume is to be muted (overriding the normal volume setting),falseotherwise. - 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
trueifMouseWheelEvent.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
trueif 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
trueif the output should be as compact is possible andfalseif 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
JParameterizedTypeif it is a parameterized type ornullif it is not. - isParentOrRenderer(Element) - Method in interface com.google.gwt.uibinder.client.UiRenderer
-
Checks whether
parentis a valid element to use as an argument for field getters. - isPaused() - Method in class com.google.gwt.dom.client.MediaElement
-
Returns
trueif playback is paused,falseotherwise. - isPaused() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif playback is paused,falseotherwise. - 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
JavaScriptObjectrepresents a PotentialElement. - isPreviewingAllNativeEvents() - Method in class com.google.gwt.user.client.ui.PopupPanel
-
Returns
trueif 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
truewhen 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
truewhen 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
trueifSplittable.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
RenderablePanelParserto 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
trueif 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
Stringis safe to use as the value of a URI-valued HTML attribute such assrcorhref. - 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
trueif the playback position is in the process of changing discontinuously, e.g., by use of the interactive controls,falseotherwise. - isSeeking() - Method in class com.google.gwt.media.client.MediaBase
-
Returns
trueif the playback position is in the process of changing discontinuously, e.g., by use of the interactive controls,falseotherwise. - 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
trueif thesessionStoragepart 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
shiftkey down. - isShiftKeyDown() - Method in class com.google.gwt.event.dom.client.KeyEvent
-
Is the
shiftkey 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
Columnis 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
trueifMouseWheelEvent.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.SuggestionDisplayis 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
trueif 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
trueif 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
trueif 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
Transferableannotation 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
trueif 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
trueif 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
JMethodandJConstructor. - 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
JavaSourceWriterinstances. - 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
JavaScriptObjectvalues. - 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
-
Deprecated.
- 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
JSONValueobjects. - 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
nullvalue. - 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
requestportion of the JSON-RPC request. - JsonRpcProxy - Annotation Type in com.google.web.bindery.requestfactory.shared
-
Experimental API, subject to change Used instead of the
ProxyForannotation. - 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_ALTinstead - 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_BACKSPACEinstead - 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_CTRLinstead - 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_DELETEinstead - 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_DOWNinstead - 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_ENDinstead - 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_ENTERinstead - 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_ESCAPEinstead - 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_HOMEinstead - 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_LEFTinstead - 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_METAthat 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_PAGEDOWNinstead - 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_PAGEUPinstead - 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_RIGHTinstead - 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_SHIFTinstead - 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_TABinstead - 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_UPinstead - 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
KeyDownEventevents. - 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
KeyGeneratorinstead. - 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
KeyPressEventevents. - 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
KeyUpEventevents. - 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
LayoutPanelwidgets. - 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
LazyPanelwidgets. - 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.
- LinkerUtils - Class in com.google.gwt.core.ext.linker
-
Utility methods for Linkers.
- 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
AbstractDataProviderthat 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
LoadedMetadataEventevents. - 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
ClassNotFoundExceptions. - LoadHandler - Interface in com.google.gwt.event.dom.client
-
Handler interface for
LoadEventevents. - 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
LoadHandlerandErrorHandlerinstead - 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.namesMapto 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
Locatorthat provides instances of the domain objects. - locator() - Element in annotation type com.google.web.bindery.requestfactory.shared.ProxyForName
-
An optional name of a
Locatorthat provides instances of the domain objects. - locator() - Element in annotation type com.google.web.bindery.requestfactory.shared.Service
-
An optional
ServiceLocatorthat 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
ServiceLocatorthat 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
LocatorandServiceLocatorhelper 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
CodeGenContextwhich 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
LongParserandLongRenderer. - 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
LoseCaptureEventevents. - 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
-
Deprecated.
- 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 assumesisHtmlis 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
stris 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.LegacyDeploymatches bothEmittedArtifact.Visibility.PrivateandEmittedArtifact.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
trueif 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
CellTreeNodeViewin 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
MD5KeyGeneratorinstead. - 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
MessageDigestinstance. - 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
JavaScriptObjectindicating 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
MenuBarwidgets. - 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
MenuItemhas an associated submenu. - menuBarSubMenuIcon() - Method in interface com.google.gwt.user.client.ui.MenuBar.Resources
-
An image indicating a
MenuItemhas 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 extendsMessagesreturns 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.AlternateMessageinstead - 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 forFileUploadto 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
MethodNameKeyGeneratorinstead. - 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
Pointfrom 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
RequestFactoryEditorDriverthat 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
SimpleBeanEditorDriverthat 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
MouseDownEventevents. - 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, andMouseOutHandlerinstead - MouseListenerAdapter - Class in com.google.gwt.user.client.ui
-
Deprecated.use
MouseDownHandler,MouseUpHandler,MouseOverHandler,MouseMoveHandler, and/orMouseOutHandlerinstead - 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
MouseMoveEventevents. - 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
MouseOutEventevents. - 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
MouseOverEventevents. - 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
MouseUpEventevents. - 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
MouseWheelEventevents. - MouseWheelListener - Interface in com.google.gwt.user.client.ui
-
Deprecated.use
MouseWheelHandlerinstead - 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
Pointby 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
MultiWordSuggestOraclewhich 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
Framethat 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.Resourcesthat 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.Stylethat 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.Resourcesthat 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.Stylethat 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
GeneratorContextimplementation. - 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 givennameandvalueand a standard closing tag as example text. - nextDouble() - Static method in class com.google.gwt.user.client.Random
-
Returns a random
doublebetween 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
intbetween -2147483648 and 2147483647 (inclusive) with roughly equal probability of returning any particularintin this range. - nextInt(int) - Static method in class com.google.gwt.user.client.Random
-
Returns a random
intbetween 0 (inclusive) andupperBound(exclusive) with roughly equal probability of returning any particularintin 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 givennameandvalueand 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
XMLParsermethods. - 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
GeneratorContextinstance 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
Cellused to render formatted numbers. - NumberCell() - Constructor for class com.google.gwt.cell.client.NumberCell
-
Construct a new
NumberCellusing 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
NumberCellusing 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
Numberobjects 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
ValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates. - 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
DateLabelwidgets. - 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
nullvalue. - of(boolean) - Static method in enum com.google.gwt.aria.client.CheckedValue
-
Gets the enum constant corresponding to
valuefor the token type CheckedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.ExpandedValue
-
Gets the enum constant corresponding to
valuefor the token type ExpandedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.GrabbedValue
-
Gets the enum constant corresponding to
valuefor the token type GrabbedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.PressedValue
-
Gets the enum constant corresponding to
valuefor the token type PressedValue. - of(boolean) - Static method in enum com.google.gwt.aria.client.SelectedValue
-
Gets the enum constant corresponding to
valuefor the token type SelectedValue. - of(Element) - Static method in class com.google.gwt.aria.client.Id
-
Creates an Id instance for the
elementby 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
TakesValuepeer instance. - of(HasText) - Static method in class com.google.gwt.editor.ui.client.adapters.HasTextEditor
-
Returns a new ValueEditor that that modifies the given
HasTextpeer instance. - of(ValueBoxBase<T>) - Static method in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor
-
Returns a new TakesValueEditor that adapts a
ValueBoxBaseinstance. - 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
BeforeSelectionEventis 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
CellPreviewEventis 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
BeforeSelectionHandlerinstead. Alternatively, if you need to access to the individual tabs, add a click handler to eachTabBar.Tabelement 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
PrintWriteris 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
CloseEventis fired. - onClose(DisclosureEvent) - Method in interface com.google.gwt.user.client.ui.DisclosureHandler
-
Deprecated.Use
CloseHandlerinstead - 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
ColumnSortEventis 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
DoubleClickEventis fired. - onDoubleClick(DragEnterEvent) - Method in interface com.google.gwt.event.dom.client.DragEnterClickHandler
-
Called when a
DragEnterEventis fired. - onDrag(DragEvent) - Method in interface com.google.gwt.event.dom.client.DragHandler
-
Called when a
DragEventis fired. - onDragEnd(DragEndEvent) - Method in interface com.google.gwt.event.dom.client.DragEndHandler
-
Called when a
DragEndEventis 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
DragEnterEventis fired. - onDragLeave(DragLeaveEvent) - Method in interface com.google.gwt.event.dom.client.DragLeaveHandler
-
Called when a
DragLeaveEventis 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
DragOverEventis fired. - onDragStart(DragStartEvent) - Method in interface com.google.gwt.event.dom.client.DragStartHandler
-
Called when a
DragStartEventis 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
DropEventis 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
-
DockPanelsupports 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
MenuItemat 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
MenuItemif 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
Widgetnext 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
keydownevent 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
Requestdoes 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
HighlightEventis 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
KeyDownEventis 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.Tabobjects 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
LoadingStateChangeEventis 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
OpenEventis fired. - onOpen(DisclosureEvent) - Method in interface com.google.gwt.user.client.ui.DisclosureHandler
-
Deprecated.Use
OpenHandlerinstead - 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
PlaceChangeEventis 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
PlaceChangeRequestEventis 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.NativePreviewEventis 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
EntityProxyChangeevent 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
RangeChangeEventis 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
Requestcompletes normally. - onRowCountChange(RowCountChangeEvent) - Method in interface com.google.gwt.view.client.RowCountChangeEvent.Handler
-
Called when a
RowCountChangeEventis fired. - onRowHover(RowHoverEvent) - Method in interface com.google.gwt.user.cellview.client.RowHoverEvent.Handler
-
Called when
RowHoverEventis 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
SelectionEventis fired. - onSelectionChange(SelectionChangeEvent) - Method in interface com.google.gwt.view.client.SelectionChangeEvent.Handler
-
Called when a
SelectionChangeEventis fired. - onShowRange(ShowRangeEvent<V>) - Method in interface com.google.gwt.event.logical.shared.ShowRangeHandler
-
Called when
ShowRangeEventis 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.SubmitHandlerinstead - 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.SubmitCompleteHandlerinstead - 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
SuggestOraclein 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
ValueChangeEventis 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
OpenEventevents. - 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
InputStreamfor 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
overrideto 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.KeyboardPagingPolicyisHasKeyboardPagingPolicy.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
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.