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

A

AbsolutePanel - Class in com.google.gwt.user.client.ui
An absolute panel positions all of its children absolutely, allowing them to overlap.
AbsolutePanel() - Constructor for class com.google.gwt.user.client.ui.AbsolutePanel
Creates an empty absolute panel.
AbsolutePanel(Element) - Constructor for class com.google.gwt.user.client.ui.AbsolutePanel
Creates an AbsolutePanel with the given element.
AbstractImagePrototype - Class in com.google.gwt.user.client.ui
An opaque representation of a particular image such that the image can be accessed either as an HTML fragment or as an Image object.
AbstractImagePrototype() - Constructor for class com.google.gwt.user.client.ui.AbstractImagePrototype
 
AbstractImagePrototype.ImagePrototypeElement - Class in com.google.gwt.user.client.ui
This corresponds to the top Element of the DOM structure created by AbstractImagePrototype.createElement().
AbstractImagePrototype.ImagePrototypeElement() - Constructor for class com.google.gwt.user.client.ui.AbstractImagePrototype.ImagePrototypeElement
 
AbstractLinker - Class in com.google.gwt.core.ext.linker
Provides basic functions common to all Linker implementations.
AbstractLinker() - Constructor for class com.google.gwt.core.ext.linker.AbstractLinker
 
acceptsGzipEncoding(HttpServletRequest) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the HttpServletRequest accepts Gzip encoding.
acceptSubtype(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
acceptSubtype(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
acceptSubtype(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
Accessibility - Class in com.google.gwt.user.client.ui
Allows ARIA attributes to be added to widgets so that they can be identified by assistive technologies.
ADD - Static variable in class com.google.gwt.benchmarks.client.Operator
The standard addition operator.
add(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
add(OptionElement, OptionElement) - Method in class com.google.gwt.dom.client.SelectElement
Add a new element to the collection of OPTION elements for this SELECT.
add(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Deprecated. As of release 1.4, replaced by DeferredCommand.addCommand(Command)
add(Widget) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Adds a child widget to this panel.
add(Widget, int, int) - Method in class com.google.gwt.user.client.ui.AbsolutePanel
Adds a widget to the panel at the specified position.
add(Widget) - Method in class com.google.gwt.user.client.ui.CaptionPanel
 
add(Widget, Element) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Adds a new child widget to the panel, attaching its Element to the specified container Element.
add(Widget) - Method in class com.google.gwt.user.client.ui.DeckPanel
Adds the specified widget to the deck.
add(Widget) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
add(Widget, DockPanel.DockLayoutConstant) - Method in class com.google.gwt.user.client.ui.DockPanel
Adds a widget to the specified edge of the dock.
add(Widget) - Method in class com.google.gwt.user.client.ui.FlowPanel
Adds a new child widget to the panel.
add(Widget) - Method in interface com.google.gwt.user.client.ui.HasWidgets
Adds a child widget.
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalPanel
Adds a child widget to the panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.HorizontalSplitPanel
Adds a widget to a pane in the HorizontalSplitPanel.
add(Widget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, contained within the HTML element specified by a given id.
add(HasChangeHandlers, ChangeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasClickHandlers, ClickListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasAllFocusHandlers, FocusListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasAllKeyHandlers, KeyboardListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(S, LoadListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasValueChangeHandlers<V>, ChangeListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(E, MouseListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasMouseWheelHandlers, MouseWheelListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(HasScrollHandlers, ScrollListener) - Static method in class com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener
Deprecated. will be removed in GWT 2.0 along with the listener classes
add(String) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Adds a suggestion to the oracle.
add(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Adds a child widget.
add(Widget) - Method in class com.google.gwt.user.client.ui.SimplePanel
Adds a widget to this panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget.
add(Widget, String) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget and header.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.StackPanel
Adds a new child with the given widget and header, optionally interpreting the header as HTML.
add(Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
 
add(Widget, String) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget, String, boolean) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget, Widget) - Method in class com.google.gwt.user.client.ui.TabPanel
Adds a widget to the tab panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.Tree
Adds the widget as a root tree item.
add(Widget) - Method in class com.google.gwt.user.client.ui.VerticalPanel
Adds a child widget to the panel.
add(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Adds a widget to the end of this collection.
addAll(Collection<? extends Artifact<?>>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
addAll(Collection<String>) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Adds all suggestions specified.
addAndReplaceElement(Widget, String) - Method in class com.google.gwt.user.client.ui.HTMLPanel
Adds a child widget to the panel, replacing the HTML element specified by a given id.
addAnnotations(Map<Class<? extends Annotation>, Annotation>) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
addAnnotations(Map<Class<? extends Annotation>, Annotation>) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
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<I>) - Method in interface com.google.gwt.event.logical.shared.HasBeforeSelectionHandlers
Adds a BeforeSelectionEvent handler.
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabBar
 
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabPanel
 
addBlurHandler(BlurHandler) - Method in interface com.google.gwt.event.dom.client.HasBlurHandlers
Adds a BlurEvent handler.
addBlurHandler(BlurHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addBlurHandler(BlurHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addBlurHandler(BlurHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addCell(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Appends a cell to the specified row.
addChangeHandler(ChangeHandler) - Method in interface com.google.gwt.event.dom.client.HasChangeHandlers
Adds a ChangeEvent handler.
addChangeHandler(ChangeHandler) - Method in class com.google.gwt.user.client.ui.ListBox
 
addChangeHandler(ChangeHandler) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.ListBox
Deprecated. Use ListBox.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead
addChangeListener(ChangeListener) - Method in interface com.google.gwt.user.client.ui.SourcesChangeEvents
Deprecated. use addChangeHandler or addValueChangeHandler instead
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.getTextBox()().addChangeHandler instead
addChangeListener(ChangeListener) - Method in class com.google.gwt.user.client.ui.TextBoxBase
Deprecated. Use addChangeHandler instead
addCheckpoint(String) - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. This method will be removed when web mode supports stack traces. It can be useful for debugging web mode failures, but production code should not depend on it.
addClickHandler(ClickHandler) - Method in interface com.google.gwt.event.dom.client.HasClickHandlers
Adds a ClickEvent handler.
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.HTMLTable
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.Hyperlink
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addClickHandler(ClickHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Hyperlink
Deprecated. Use Hyperlink.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use Image.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addClickListener(ClickListener) - Method in interface com.google.gwt.user.client.ui.SourcesClickEvents
Deprecated. use addClickHandler instead
addClickListener(ClickListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.getTextBox()().addClickHandler instead
addCloseHandler(CloseHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasCloseHandlers
Adds a CloseEvent handler.
addCloseHandler(CloseHandler<DisclosurePanel>) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
addCloseHandler(CloseHandler<PopupPanel>) - Method in class com.google.gwt.user.client.ui.MenuBar
 
addCloseHandler(CloseHandler<PopupPanel>) - Method in class com.google.gwt.user.client.ui.PopupPanel
 
addCloseHandler(CloseHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
 
addCloseHandler(CloseHandler<Window>) - Static method in class com.google.gwt.user.client.Window
Adds a CloseEvent handler.
addCommand(Command) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues a Command to be fired after all current events have been handled.
addCommand(IncrementalCommand) - Static method in class com.google.gwt.user.client.DeferredCommand
Enqueues an IncrementalCommand to be fired after all current events have been handled.
addConstructor(JConstructor) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addContextMenuHandler(ContextMenuHandler) - Method in interface com.google.gwt.event.dom.client.HasContextMenuHandlers
Adds a ContextMenuEvent handler.
addDaysToDate(Date, int) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Adds the given number of days to a date.
addDomHandler(H, DomEvent.Type<H>) - Method in class com.google.gwt.user.client.ui.Widget
Adds a native event handler to the widget and sinks the corresponding native event.
addDoubleClickHandler(DoubleClickHandler) - Method in interface com.google.gwt.event.dom.client.HasDoubleClickHandlers
Adds a DoubleClickEvent handler.
addErrorHandler(ErrorHandler) - Method in interface com.google.gwt.event.dom.client.HasErrorHandlers
Adds a ErrorEvent handler.
addErrorHandler(ErrorHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addEventHandler(DisclosureHandler) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
Deprecated. Use DisclosurePanel.addOpenHandler(OpenHandler) and DisclosurePanel.addCloseHandler(CloseHandler) instead
addEventHandler(DisclosureHandler) - Method in interface com.google.gwt.user.client.ui.FiresDisclosureEvents
Deprecated. Add an open or close handler to the event source instead
addEventHandler(SuggestionHandler) - Method in interface com.google.gwt.user.client.ui.FiresSuggestionEvents
Deprecated. Add a selection handler instead
addEventHandler(SuggestionHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead.
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.DOM
Deprecated. replaced by Event.addNativePreviewHandler(Event.NativePreviewHandler)
addEventPreview(EventPreview) - Static method in class com.google.gwt.user.client.Event
Deprecated. replaced by Event.addNativePreviewHandler(NativePreviewHandler)
addField(JField) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addFocusHandler(FocusHandler) - Method in interface com.google.gwt.event.dom.client.HasFocusHandlers
Adds a FocusEvent handler.
addFocusHandler(FocusHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addFocusHandler(FocusHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addFocusHandler(FocusHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead
addFocusListener(FocusListener) - Method in interface com.google.gwt.user.client.ui.SourcesFocusEvents
Deprecated. use addFocusHandler and addBlurHandler instead.
addFocusListener(FocusListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. use 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
Deprecated. Use FormPanel.addSubmitCompleteHandler and FormPanel.addSubmitHandler instead
addFormHandler(FormHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Deprecated. Use FormPanel.addSubmitCompleteHandler(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) instead
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.HandlerManager
Adds a handle.
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.
addHighlightHandler(HighlightHandler<V>) - Method in interface com.google.gwt.event.logical.shared.HasHighlightHandlers
Adds a HighlightEvent handler.
addHighlightHandler(HighlightHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
 
addHistoryListener(HistoryListener) - Static method in class com.google.gwt.user.client.History
Deprecated. use History.addValueChangeHandler(ValueChangeHandler) instead
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addImplementedInterface(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addItem(String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box.
addItem(String, String) - Method in class com.google.gwt.user.client.ui.ListBox
Adds an item to the list box, specifying an initial value for the item.
addItem(MenuItem) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar.
addItem(String, boolean, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, boolean, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String, Command) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, MenuBar) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String) - Method in class com.google.gwt.user.client.ui.Tree
Adds a simple tree item containing the specified text.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.Tree
Adds an item to the root level of this tree.
addItem(Widget) - Method in class com.google.gwt.user.client.ui.Tree
Adds a new tree item containing the specified widget.
addItem(String) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified text.
addItem(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds another item as a child to this one.
addItem(Widget) - Method in class com.google.gwt.user.client.ui.TreeItem
Adds a child tree item containing the specified widget.
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), FocusPanel.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusPanel.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), FocusWidget.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusWidget.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyboardListener(KeyboardListener) - Method in interface com.google.gwt.user.client.ui.SourcesKeyboardEvents
Deprecated. use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler instead
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.SuggestBox
Deprecated. Use SuggestBox.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), SuggestBox.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and SuggestBox.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyboardListener(KeyboardListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), Tree.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and Tree.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
addKeyDownHandler(KeyDownHandler) - Method in interface com.google.gwt.event.dom.client.HasKeyDownHandlers
Adds a KeyDownEvent handler.
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addKeyDownHandler(KeyDownHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addKeyHandlersTo(HasAllKeyHandlers) - Method in class com.google.gwt.event.dom.client.HandlesAllKeyEvents
Convenience method to handle all key events from an event source.
addKeyPressHandler(KeyPressHandler) - Method in interface com.google.gwt.event.dom.client.HasKeyPressHandlers
Adds a KeyPressEvent handler.
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addKeyPressHandler(KeyPressHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addKeyUpHandler(KeyUpHandler) - Method in interface com.google.gwt.event.dom.client.HasKeyUpHandlers
Adds a KeyUpEvent handler.
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addKeyUpHandler(KeyUpHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addLoadHandler(LoadHandler) - Method in interface com.google.gwt.event.dom.client.HasLoadHandlers
Adds a LoadEvent handler.
addLoadHandler(LoadHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addLoadListener(LoadListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. use LoadHandler and ErrorHandler instead
addLoadListener(LoadListener) - Method in interface com.google.gwt.user.client.ui.SourcesLoadEvents
Deprecated. use HasLoadHandlers#addLoadHandler instead
addLoseCaptureHandler(LoseCaptureHandler) - Method in interface com.google.gwt.event.dom.client.HasLoseCaptureHandlers
Adds a LoseCaptureEvent handler.
addMetaData(String, String[]) - Method in interface com.google.gwt.core.ext.typeinfo.HasMetaData
Deprecated. Javadoc comment metadata has been deprecated in favor of proper Java annotations. The only way to add a Java annotation is via the source code.
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
addMetaData(String, String[]) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addMethod(JMethod) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
addModifierBits(int) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addMonthsToDate(Date, int) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Adds the given number of months to a date.
addMouseDownHandler(MouseDownHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseDownHandlers
Adds a MouseDownEvent handler.
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseDownHandler(MouseDownHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler), FocusPanel.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), FocusPanel.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), FocusPanel.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and FocusPanel.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) FocusWidget.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), FocusWidget.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), FocusWidget.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and FocusWidget.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use Image.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Image.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), Image.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), Image.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Image.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Label.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), Label.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), Label.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Label.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseListener(MouseListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseEvents
Deprecated. use add* methods of HasAllMouseHandlers instead
addMouseListener(MouseListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Tree.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler), Tree.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler), Tree.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Tree.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead
addMouseMoveHandler(MouseMoveHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
Adds a MouseMoveEvent handler.
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseOutHandler(MouseOutHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseOutHandlers
Adds a MouseOutEvent handler.
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseOutHandler(MouseOutHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseOverHandler(MouseOverHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseOverHandlers
Adds a MouseOverEvent handler.
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseOverHandler(MouseOverHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseUpHandler(MouseUpHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseUpHandlers
Adds a MouseUpEvent handler.
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseUpHandler(MouseUpHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseWheelHandler(MouseWheelHandler) - Method in interface com.google.gwt.event.dom.client.HasMouseWheelHandlers
Adds a MouseWheelEvent handler.
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.FocusPanel
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.FocusWidget
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.Image
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.Label
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.google.gwt.user.client.ui.Tree
 
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusPanel
Deprecated. Use FocusPanel.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.FocusWidget
Deprecated. Use FocusWidget.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Image
Deprecated. Use Image.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in class com.google.gwt.user.client.ui.Label
Deprecated. Use Label.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addMouseWheelListener(MouseWheelListener) - Method in interface com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Deprecated. Use HasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead
addNativePreviewHandler(Event.NativePreviewHandler) - Static method in class com.google.gwt.user.client.Event
Adds a Event.NativePreviewHandler that will receive all events before they are fired to their handlers.
addNestedType(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
addOpenHandler(OpenHandler<T>) - Method in interface com.google.gwt.event.logical.shared.HasOpenHandlers
Adds a OpenEvent handler.
addOpenHandler(OpenHandler<DisclosurePanel>) - Method in class com.google.gwt.user.client.ui.DisclosurePanel
 
addOpenHandler(OpenHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
 
addPause() - Static method in class com.google.gwt.user.client.DeferredCommand
Adds a "pause" to the queue of DeferredCommands.
addPopupListener(PopupListener) - Method in class com.google.gwt.user.client.ui.PopupPanel
Deprecated. Use PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
addPopupListener(PopupListener) - Method in interface com.google.gwt.user.client.ui.SourcesPopupEvents
Deprecated. use HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
addResizeHandler(ResizeHandler) - Method in interface com.google.gwt.event.logical.shared.HasResizeHandlers
Adds a ResizeEvent handler.
addResizeHandler(ResizeHandler) - Static method in class com.google.gwt.user.client.Window
Adds a ResizeEvent handler.
addScrollHandler(ScrollHandler) - Method in interface com.google.gwt.event.dom.client.HasScrollHandlers
Adds a ScrollEvent handler.
addScrollHandler(ScrollHandler) - Method in class com.google.gwt.user.client.ui.ScrollPanel
 
addScrollListener(ScrollListener) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Deprecated. Use ScrollPanel.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead
addScrollListener(ScrollListener) - Method in interface com.google.gwt.user.client.ui.SourcesScrollEvents
Deprecated. use HasScrollHandlers.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead
addSelectionHandler(SelectionHandler<I>) - Method in interface com.google.gwt.event.logical.shared.HasSelectionHandlers
Adds a SelectionEvent handler.
addSelectionHandler(SelectionHandler<SuggestOracle.Suggestion>) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabBar
 
addSelectionHandler(SelectionHandler<Integer>) - Method in class com.google.gwt.user.client.ui.TabPanel
 
addSelectionHandler(SelectionHandler<TreeItem>) - Method in class com.google.gwt.user.client.ui.Tree
 
addSeparator() - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a thin line to the MenuBar to separate sections of MenuItems.
addSeparator(MenuItemSeparator) - Method in class com.google.gwt.user.client.ui.MenuBar
Adds a thin line to the MenuBar to separate sections of MenuItems.
addShowRangeHandler(ShowRangeHandler<V>) - Method in interface com.google.gwt.event.logical.shared.HasShowRangeHandlers
Adds a ShowRangeEvent handler.
addShowRangeHandler(ShowRangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
 
addShowRangeHandlerAndFire(ShowRangeHandler<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds a show range handler and immediately activate the handler on the current view.
addStyleDependentName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a dependent style name by specifying the style name's suffix.
addStyleName(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Adds a style to the specified cell.
addStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
Adds a style to the specified column.
addStyleName(int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Adds a style to the specified row.
addStyleName(String) - Method in class com.google.gwt.user.client.ui.UIObject
Adds a secondary or dependent style name to this object.
addStyleToDate(String, Date) - Method in class com.google.gwt.user.datepicker.client.CalendarView
Adds a style name to the cell of the supplied date.
addStyleToDate(String, Date) - Method in class com.google.gwt.user.datepicker.client.DefaultCalendarView
 
addStyleToDates(String, Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Add a style name to the given dates.
addStyleToDates(String, Date, Date...) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Add a style name to the given dates.
addStyleToDates(String, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Add a style name to the given dates.
addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Adds a FormPanel.SubmitCompleteEvent handler.
addSubmitHandler(FormPanel.SubmitHandler) - Method in class com.google.gwt.user.client.ui.FormPanel
Adds a FormPanel.SubmitEvent handler.
addTab(String) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
addTab(String, boolean) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified text.
addTab(Widget) - Method in class com.google.gwt.user.client.ui.TabBar
Adds a new tab with the specified widget.
addTableListener(TableListener) - Method in class com.google.gwt.user.client.ui.HTMLTable
Deprecated. add a click handler instead and use HTMLTable.getCellForEvent(ClickEvent) to get the cell information (remember to check for a null return value)
addTableListener(TableListener) - Method in interface com.google.gwt.user.client.ui.SourcesTableEvents
Deprecated. See the interface doc instead
addTabListener(TabListener) - Method in interface com.google.gwt.user.client.ui.SourcesTabEvents
Deprecated. use (@link com.google.gwt.event.logical.shared.HasBeforeSelectionHandlers#addBeforeSelectionHandler} and com.google.gwt.event.logical.shared.SelectionHandler#addSelectionHandler instead
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabBar
Deprecated. Use TabBar.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and {#link #addSelectionHandler} instead
addTabListener(TabListener) - Method in class com.google.gwt.user.client.ui.TabPanel
Deprecated. Use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead
addTest(Test) - Method in class com.google.gwt.junit.tools.GWTTestSuite
 
addThrows(JType) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
addTransientStyleToDates(String, Date) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds the given style name to the specified dates, which must be visible.
addTransientStyleToDates(String, Date, Date...) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds the given style name to the specified dates, which must be visible.
addTransientStyleToDates(String, Iterable<Date>) - Method in class com.google.gwt.user.datepicker.client.DatePicker
Adds the given style name to the specified dates, which must be visible.
addTreeListener(TreeListener) - Method in interface com.google.gwt.user.client.ui.SourcesTreeEvents
Deprecated. use HasBeforeSelectionHandlers.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler), HasOpenHandlers.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler) and HasClickHandlers.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead
addTreeListener(TreeListener) - Method in class com.google.gwt.user.client.ui.Tree
Deprecated. Use Tree.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler), Tree.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler), and Tree.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
addValueChangeHandler(ValueChangeHandler<I>) - Method in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
Adds a ValueChangeEvent handler.
addValueChangeHandler(ValueChangeHandler<String>) - Static method in class com.google.gwt.user.client.History
Adds a ValueChangeEvent handler to be informed of changes to the browser's history stack.
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.google.gwt.user.client.ui.CheckBox
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.google.gwt.user.client.ui.SuggestBox
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.google.gwt.user.client.ui.TextBoxBase
 
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
 
addWindowCloseListener(WindowCloseListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. use Window.addWindowClosingHandler(ClosingHandler) and Window.addCloseHandler(CloseHandler) instead
addWindowClosingHandler(Window.ClosingHandler) - Static method in class com.google.gwt.user.client.Window
Adds a Window.ClosingEvent handler.
addWindowResizeListener(WindowResizeListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. use Window.addResizeHandler(ResizeHandler) instead
addWindowScrollHandler(Window.ScrollHandler) - Static method in class com.google.gwt.user.client.Window
Adds a Window.ScrollEvent handler.
addWindowScrollListener(WindowScrollListener) - Static method in class com.google.gwt.user.client.Window
Deprecated. use Window.addWindowScrollHandler(ScrollHandler) instead
adjustIndex(Widget, int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Adjusts beforeIndex to account for the possibility that the given widget is already a child of this panel.
adopt(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Finalize the attachment of a Widget to this Panel.
adopt(Widget, Element) - Method in class com.google.gwt.user.client.ui.Panel
Deprecated. Use Panel.adopt(Widget).
alert(String) - Static method in class com.google.gwt.user.client.Window
Displays a message in a modal dialog box.
ALIGN_BOTTOM - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned to the bottom.
ALIGN_CENTER - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned in the center.
ALIGN_CENTER - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Center the text.
ALIGN_DEFAULT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
In a RTL layout, specifies that the widget's contents should be aligned to the right.
ALIGN_JUSTIFY - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Justify the text.
ALIGN_LEFT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned to the left.
ALIGN_LEFT - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Align the text to the left edge.
ALIGN_MIDDLE - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned in the middle.
ALIGN_RIGHT - Static variable in interface com.google.gwt.user.client.ui.HasHorizontalAlignment
Specifies that the widget's contents should be aligned to the right.
ALIGN_RIGHT - Static variable in class com.google.gwt.user.client.ui.TextBoxBase
Align the text to the right.
ALIGN_TOP - Static variable in interface com.google.gwt.user.client.ui.HasVerticalAlignment
Specifies that the widget's contents should be aligned to the top.
ALL - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs everything -- quite a bit of stuff.
Anchor - Class in com.google.gwt.user.client.ui
A widget that represents a simple <a> element.
Anchor() - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an empty anchor.
Anchor(String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String, boolean) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor for scripting.
Anchor(String, boolean, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its text and href (target URL) specified.
Anchor(String, boolean, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor (link to URI).
Anchor(String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates an anchor with its text and href (target URL) specified.
Anchor(String, String, String) - Constructor for class com.google.gwt.user.client.ui.Anchor
Creates a source anchor with a frame target.
Anchor(Element) - Constructor for class com.google.gwt.user.client.ui.Anchor
This constructor may be used by subclasses to explicitly use an existing element.
AnchorElement - Class in com.google.gwt.dom.client
The anchor element.
AnchorElement() - Constructor for class com.google.gwt.dom.client.AnchorElement
 
Animation - Class in com.google.gwt.animation.client
An Animation is a continuous event that updates progressively over time at a non-fixed frame rate.
Animation() - Constructor for class com.google.gwt.animation.client.Animation
 
appendChild(T) - Method in class com.google.gwt.dom.client.Node
Adds the node newChild to the end of the list of children of this node.
appendChild(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Appends one element to another's list of children.
appendChild(Node) - Method in interface com.google.gwt.xml.client.Node
This method appends child newChild.
appendData(String) - Method in interface com.google.gwt.xml.client.CharacterData
This method appends data to the data in this CharacterData.
applyTo(Image) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Transforms an existing Image into the image represented by this prototype.
applyTo(AbstractImagePrototype.ImagePrototypeElement) - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Transforms an existing AbstractImagePrototype.ImagePrototypeElement into the image represented by this prototype.
AreaElement - Class in com.google.gwt.dom.client
Client-side image map area definition.
AreaElement() - Constructor for class com.google.gwt.dom.client.AreaElement
 
Artifact<C extends Artifact<C>> - Class in com.google.gwt.core.ext.linker
A base type for all artifacts relating to the link process.
Artifact(Class<? extends Linker>) - Constructor for class com.google.gwt.core.ext.linker.Artifact
Constructor.
ArtifactSet - Class in com.google.gwt.core.ext.linker
Provides stable ordering and de-duplication of artifacts.
ArtifactSet() - Constructor for class com.google.gwt.core.ext.linker.ArtifactSet
 
ArtifactSet(Collection<? extends Artifact<?>>) - Constructor for class com.google.gwt.core.ext.linker.ArtifactSet
 
as(Element) - Static method in class com.google.gwt.dom.client.AnchorElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.AreaElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.BaseElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.BodyElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.BRElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ButtonElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.DivElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.DListElement
 
as(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Element
Assert that the given Node is an Element and automatically typecast it.
as(Node) - Static method in class com.google.gwt.dom.client.Element
Assert that the given Node is an Element and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FieldSetElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FormElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FrameElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.FrameSetElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.HeadElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.HeadingElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.HRElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.IFrameElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ImageElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.InputElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LabelElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LegendElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LIElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.LinkElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.MapElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.MetaElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ModElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(JavaScriptObject) - Static method in class com.google.gwt.dom.client.Node
Assert that the given JavaScriptObject is a DOM node and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ObjectElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.OListElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.OptGroupElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.OptionElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ParagraphElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ParamElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.PreElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.QuoteElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.ScriptElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.SelectElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.SpanElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.StyleElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableCaptionElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableCellElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableColElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableRowElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TableSectionElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Node) - Static method in class com.google.gwt.dom.client.Text
Assert that the given Node is of type Node.TEXT_NODE and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TextAreaElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.TitleElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(Element) - Static method in class com.google.gwt.dom.client.UListElement
Assert that the given Element is compatible with this class and automatically typecast it.
as(NativeEvent) - Static method in class com.google.gwt.user.client.Event
Converts the NativeEvent to Event.
asParameterizationOf(JGenericType) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
asParameterizedByWildcards() - Method in class com.google.gwt.core.ext.typeinfo.JGenericType
 
asParameterizedByWildcards() - Method in class com.google.gwt.core.ext.typeinfo.JRawType
 
assertLive() - Method in class com.google.gwt.event.shared.GwtEvent
Asserts that the event still should be accessed.
assign(String) - Static method in class com.google.gwt.user.client.Window.Location
Assigns the window to a new URL.
AsyncCallback<T> - Interface in com.google.gwt.user.client.rpc
The primary interface a caller must implement to receive a response from a remote procedure call.
asyncGet(String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Deprecated. Makes an asynchronous HTTP GET to a remote server.
asyncGet(String, String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Deprecated. Makes an asynchronous HTTP GET to a remote server.
asyncPost(String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Deprecated. Makes an asynchronous HTTP POST to a remote server.
asyncPost(String, String, String, String, ResponseTextHandler) - Static method in class com.google.gwt.user.client.HTTPRequest
Deprecated. Makes an asynchronous HTTP POST to a remote server.
Attr - Interface in com.google.gwt.xml.client
Attr objects represent key-value pairs of attributes on Element objects.
ATTRIBUTE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 2 denotes DOM nodes of type Attribute.

B

back() - Static method in class com.google.gwt.user.client.History
Programmatic equivalent to the user pressing the browser's 'back' button.
BadPropertyValueException - Exception in com.google.gwt.core.ext
Thrown when a deferred binding property contains an invalid value.
BadPropertyValueException(String) - Constructor for exception com.google.gwt.core.ext.BadPropertyValueException
 
BadPropertyValueException(String, String) - Constructor for exception com.google.gwt.core.ext.BadPropertyValueException
 
BadTypeArgsException - Exception in com.google.gwt.core.ext.typeinfo
Thrown when an invalid type is specified as part of a gwt.typeArgs tag within a doc comment.
BadTypeArgsException(String) - Constructor for exception com.google.gwt.core.ext.typeinfo.BadTypeArgsException
 
BadTypeArgsException(String, Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.BadTypeArgsException
 
BadTypeArgsException(Throwable) - Constructor for exception com.google.gwt.core.ext.typeinfo.BadTypeArgsException
 
BaseElement - Class in com.google.gwt.dom.client
Document base URI.
BaseElement() - Constructor for class com.google.gwt.dom.client.BaseElement
 
BaseListenerWrapper<T> - Class in com.google.gwt.user.client
Deprecated. will be removed in GWT 2.0 with the handler listeners themselves
BaseListenerWrapper(T) - Constructor for class com.google.gwt.user.client.BaseListenerWrapper
Deprecated. Creates a new listener wrapper.
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.
BeforeSelectionEvent<I> - 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<I> - Interface in com.google.gwt.event.logical.shared
Handler interface for BeforeSelectionEvent events.
beginDragging(MouseDownEvent) - Method in class com.google.gwt.user.client.ui.DialogBox
Called on mouse down in the caption area, begins the dragging loop by turning on event capture.
Benchmark - Class in com.google.gwt.benchmarks.client
A type of GWTTestCase which specifically records performance results.
Benchmark() - Constructor for class com.google.gwt.benchmarks.client.Benchmark
 
BidiUtils - Class in com.google.gwt.i18n.client
A set of bidi-related utility methods.
BidiUtils() - Constructor for class com.google.gwt.i18n.client.BidiUtils
 
blur() - Method in class com.google.gwt.dom.client.AnchorElement
Removes keyboard focus from this element.
blur() - Method in class com.google.gwt.dom.client.InputElement
Removes keyboard focus from this element.
blur() - Method in class com.google.gwt.dom.client.SelectElement
Removes keyboard focus from this element.
blur() - Method in class com.google.gwt.dom.client.TextAreaElement
Removes keyboard focus from this element.
BlurEvent - Class in com.google.gwt.event.dom.client
Represents a native blur event.
BlurEvent() - Constructor for class com.google.gwt.event.dom.client.BlurEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire blur events.
BlurHandler - Interface in com.google.gwt.event.dom.client
Handler interface for BlurEvent events.
BodyElement - Class in com.google.gwt.dom.client
The HTML document body.
BodyElement() - Constructor for class com.google.gwt.dom.client.BodyElement
 
BOOLEAN - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
booleanValue() - Method in class com.google.gwt.json.client.JSONBoolean
Returns true if this is the instance representing "true", false otherwise.
branch(TreeLogger.Type, String) - Method in class com.google.gwt.core.ext.TreeLogger
Calls TreeLogger.branch(com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo) with a null caught and helpInfo.
branch(TreeLogger.Type, String, Throwable) - Method in class com.google.gwt.core.ext.TreeLogger
Calls TreeLogger.branch(com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo) with a null helpInfo.
branch(TreeLogger.Type, String, Throwable, TreeLogger.HelpInfo) - Method in class com.google.gwt.core.ext.TreeLogger
Produces a branched logger, which can be used to write messages that are logically grouped together underneath the current logger.
BRElement - Class in com.google.gwt.dom.client
Force a line break.
BRElement() - Constructor for class com.google.gwt.dom.client.BRElement
 
buildTimeZoneData(String) - Static method in class com.google.gwt.i18n.client.TimeZoneInfo
Construct a TimeZoneData javascript overlay object given some json text.
Button - Class in com.google.gwt.user.client.ui
A standard push-button widget.
Button() - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with no caption.
Button(String) - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with the given HTML caption.
Button(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.Button
Deprecated. Use Button.Button(String, ClickHandler) instead
Button(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.Button
Creates a button with the given HTML caption and click listener.
Button(Element) - Constructor for class com.google.gwt.user.client.ui.Button
This constructor may be used by subclasses to explicitly use an existing element.
BUTTON_LEFT - Static variable in class com.google.gwt.dom.client.NativeEvent
The left mouse button.
BUTTON_MIDDLE - Static variable in class com.google.gwt.dom.client.NativeEvent
The middle mouse button.
BUTTON_RIGHT - Static variable in class com.google.gwt.dom.client.NativeEvent
The right mouse button.
ButtonBase - Class in com.google.gwt.user.client.ui
Abstract base class for Button, CheckBox, RadioButton.
ButtonBase(Element) - Constructor for class com.google.gwt.user.client.ui.ButtonBase
Creates a new ButtonBase that wraps the given browser element.
ButtonElement - Class in com.google.gwt.dom.client
Push button.
ButtonElement() - Constructor for class com.google.gwt.dom.client.ButtonElement
 
BYTE - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 

C

CalendarModel - Class in com.google.gwt.user.datepicker.client
Model used to get calendar information for DatePicker and its subclasses.
CalendarModel() - Constructor for class com.google.gwt.user.datepicker.client.CalendarModel
Constructor.
CalendarUtil - Class in com.google.gwt.user.datepicker.client
Useful utilities for creating views of a calendar.
CalendarUtil() - Constructor for class com.google.gwt.user.datepicker.client.CalendarUtil
 
CalendarView - Class in com.google.gwt.user.datepicker.client
The CalendarView is a calendar grid that represents the current view of a DatePicker.
CalendarView() - Constructor for class com.google.gwt.user.datepicker.client.CalendarView
Constructor.
cancel() - Method in class com.google.gwt.animation.client.Animation
Immediately cancel this animation.
cancel() - Method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Cancel the before selection event.
cancel() - Method in class com.google.gwt.http.client.Request
Cancels a pending request.
cancel() - Method in class com.google.gwt.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.
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.TextBoxBase
If a keyboard event is currently being handled on this text box, calling this method will suppress it.
CaptionPanel - Class in com.google.gwt.user.client.ui
A panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.
CaptionPanel() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel with an empty caption.
CaptionPanel(String) - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel with specified caption text.
CaptionPanel(String, boolean) - Constructor for class com.google.gwt.user.client.ui.CaptionPanel
Constructs a CaptionPanel having the specified caption.
CaptionPanel.CaptionPanelImpl - Class in com.google.gwt.user.client.ui
Implementation class without browser-specific hacks.
CaptionPanel.CaptionPanelImpl() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImpl
 
CaptionPanel.CaptionPanelImplMozilla - Class in com.google.gwt.user.client.ui
Implementation class that handles Mozilla rendering issues.
CaptionPanel.CaptionPanelImplMozilla() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplMozilla
 
CaptionPanel.CaptionPanelImplSafari - Class in com.google.gwt.user.client.ui
Implementation class that handles Safari rendering issues.
CaptionPanel.CaptionPanelImplSafari() - Constructor for class com.google.gwt.user.client.ui.CaptionPanel.CaptionPanelImplSafari
 
cast() - Method in class com.google.gwt.core.client.JavaScriptObject
A helper method to enable cross-casting from any JavaScriptObject type to any other JavaScriptObject type.
catchExceptions() - Method in class com.google.gwt.junit.client.GWTTestCase
Determines whether or not exceptions will be caught by the test fixture.
Category - Interface in com.google.gwt.benchmarks.client
Deprecated. 
CDATA_SECTION_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 4 denotes DOM nodes of type CdataSection.
CDATASection - Interface in com.google.gwt.xml.client
This node represents escaped character sequences.
CellPanel - Class in com.google.gwt.user.client.ui
A panel whose child widgets are contained within the cells of a table.
CellPanel() - Constructor for class com.google.gwt.user.client.ui.CellPanel
 
CENTER - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the center of the dock.
center() - Method in class com.google.gwt.user.client.ui.PopupPanel
Centers the popup in the browser window and shows it.
CENTER - Static variable in class com.google.gwt.user.client.ui.RichTextArea.Justification
Center justification.
ChangeEvent - Class in com.google.gwt.event.dom.client
Represents a native change event.
ChangeEvent() - Constructor for class com.google.gwt.event.dom.client.ChangeEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire change events.
ChangeHandler - Interface in com.google.gwt.event.dom.client
Handler for ChangeEvent events.
ChangeListener - Interface in com.google.gwt.user.client.ui
Deprecated. As of GWT 1.6, DOM and logical change events are separate. Use ChangeHandler for changes triggered by a DOM-based change event and ValueChangeHandler for changes resulting from a logical event such as a method call that changes state
ChangeListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
ChangeListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ChangeListenerCollection
Deprecated.  
CHAR - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
CharacterData - Interface in com.google.gwt.xml.client
This interface describes CharacterData XML nodes.
CheckBox - Class in com.google.gwt.user.client.ui
A standard check box widget.
CheckBox() - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with no label.
CheckBox(String) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(String, boolean) - Constructor for class com.google.gwt.user.client.ui.CheckBox
Creates a check box with the specified text label.
CheckBox(Element) - Constructor for class com.google.gwt.user.client.ui.CheckBox
 
checkCellBounds(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Bounds checks that the cell exists at the specified location.
checkIndexBoundsForAccess(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()), which is the valid range on accessible indexes.
checkIndexBoundsForInsertion(int) - Method in class com.google.gwt.user.client.ui.ComplexPanel
Checks that index is in the range [0, getWidgetCount()], which is the valid range for indexes on an insertion.
checkRowBounds(int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Checks that the row is within the correct bounds.
clear() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
clear() - Method in class com.google.gwt.dom.client.SelectElement
Removes all OPTION elements from this SELECT.
clear() - Method in class com.google.gwt.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.TabPanel
 
clear() - Method in class com.google.gwt.user.client.ui.Tree
Clears all tree items from the current tree.
clearCell(int, int) - Method in class com.google.gwt.user.client.ui.Grid
Replaces the contents of the specified cell with a single space.
clearCell(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable
Clears the cell at the given row and column.
clearCheckpoints() - Method in class com.google.gwt.junit.client.GWTTestCase
Deprecated. This method will be removed if and when web mode supports stack traces. It can be useful for debugging web mode failures, but production code should not depend on it
clearItems() - Method in class com.google.gwt.user.client.ui.MenuBar
Removes all menu items from this menu bar.
click() - Method in class com.google.gwt.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.
ClickEvent - Class in com.google.gwt.event.dom.client
Represents a native click event.
ClickEvent() - Constructor for class com.google.gwt.event.dom.client.ClickEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire click events.
ClickHandler - Interface in com.google.gwt.event.dom.client
Handler for ClickEvent events.
ClickListener - Interface in com.google.gwt.user.client.ui
Deprecated. Use ClickHandler instead
ClickListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. As of GWT 1.6, call addDomHandler(myHandler, ClickEvent.getType()) to manage handlers for your widget instead
ClickListenerCollection() - Constructor for class com.google.gwt.user.client.ui.ClickListenerCollection
Deprecated.  
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.
CloseEvent<T> - Class in com.google.gwt.event.logical.shared
Represents a close event.
CloseEvent(T, boolean) - Constructor for class com.google.gwt.event.logical.shared.CloseEvent
Creates a new close event.
CloseHandler<T> - Interface in com.google.gwt.event.logical.shared
Handler interface for CloseEvent events.
code - Variable in exception com.google.gwt.xml.client.DOMException
 
columnGroup - Variable in class com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter
 
com.google.gwt.animation.client - package com.google.gwt.animation.client
Classes for Animation support.
com.google.gwt.benchmarks.client - package com.google.gwt.benchmarks.client
Classes and modules used in building benchmarks.
com.google.gwt.core.client - package com.google.gwt.core.client
Fundamental classes used in client-side GWT code.
com.google.gwt.core.ext - package com.google.gwt.core.ext
Classes used to extend the GWT compiler.
com.google.gwt.core.ext.linker - package com.google.gwt.core.ext.linker
Classes for writing Linkers.
com.google.gwt.core.ext.typeinfo - package com.google.gwt.core.ext.typeinfo
Type-introspection support classes used by generators.
com.google.gwt.dom.client - package com.google.gwt.dom.client
Classes for low-level DOM programming.
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.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.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.json.client - package com.google.gwt.json.client
Classes for parsing and creating JSON encoded values.
com.google.gwt.junit.client - package com.google.gwt.junit.client
Classes and modules used in building JUnit tests.
com.google.gwt.user.client - package com.google.gwt.user.client
Fundamental user-interface classes used in client-side GWT code.
com.google.gwt.user.client.rpc - package com.google.gwt.user.client.rpc
Classes used in client-side implementation of remote procedure calls.
com.google.gwt.user.client.ui - package com.google.gwt.user.client.ui
Widgets, Panels, and other user-interface classes.
com.google.gwt.user.datepicker.client - package com.google.gwt.user.datepicker.client
The date picker widget and associated types.
com.google.gwt.user.server.rpc - package com.google.gwt.user.server.rpc
Classes used in server-side implementation of remote procedure calls.
com.google.gwt.xml.client - package com.google.gwt.xml.client
Basic classes used in XML DOM parsing and XML document generation.
Command - Interface in com.google.gwt.user.client
Encapsulates an action for later execution, often from a different context.
CommandCanceledException - Exception in com.google.gwt.user.client
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred Command is canceled as a result of a slow script warning.
CommandCanceledException(Command) - Constructor for exception com.google.gwt.user.client.CommandCanceledException
 
Comment - Interface in com.google.gwt.xml.client
This interface describes comment XML nodes.
COMMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 8 denotes DOM nodes of type Comment.
commit(TreeLogger, PrintWriter) - Method in interface com.google.gwt.core.ext.GeneratorContext
Commits source generation begun with GeneratorContext.tryCreate(TreeLogger, String, String).
commitArtifact(TreeLogger, Artifact<?>) - Method in interface com.google.gwt.core.ext.GeneratorContext
Add an Artifact to the ArtifactSet that will be presented to the Linker chain at the end of the compilation cycle.
commitResource(TreeLogger, OutputStream) - Method in interface com.google.gwt.core.ext.GeneratorContext
Commits resource generation begun with GeneratorContext.tryCreateResource(TreeLogger, String).
comparator() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
compare(Element, Element) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use identity comparison.
compareTo(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.Artifact
 
compareToComparableArtifact(C) - Method in class com.google.gwt.core.ext.linker.Artifact
Performs comparison with an artifact of a compatible base type.
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(ScriptReference) - Method in class com.google.gwt.core.ext.linker.ScriptReference
 
compareToComparableArtifact(StylesheetReference) - Method in class com.google.gwt.core.ext.linker.StylesheetReference
 
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
 
ComplexPanel - Class in com.google.gwt.user.client.ui
Abstract base class for panels that can contain multiple child widgets.
ComplexPanel() - Constructor for class com.google.gwt.user.client.ui.ComplexPanel
 
Composite - Class in com.google.gwt.user.client.ui
A type of widget that can wrap another widget, hiding the wrapped widget's methods.
Composite() - Constructor for class com.google.gwt.user.client.ui.Composite
 
ConfigurationProperty - Interface in com.google.gwt.core.ext.linker
Represents a configuration property.
confirm(String) - Static method in class com.google.gwt.user.client.Window
Displays a message in a modal dialog box, along with the standard 'OK' and 'Cancel' buttons.
Constants - Interface in com.google.gwt.i18n.client
A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.
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.
contains(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
contains(Widget) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Determines whether a given widget is contained in this collection.
containsAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
containsKey(String) - Method in class com.google.gwt.json.client.JSONObject
Tests whether or not this JSONObject contains the specified property.
ContextMenuEvent - Class in com.google.gwt.event.dom.client
Represents a native context menu event.
ContextMenuEvent() - Constructor for class com.google.gwt.event.dom.client.ContextMenuEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire context menu events.
ContextMenuHandler - Interface in com.google.gwt.event.dom.client
Handler for ContextMenuEvent events.
continueDragging(MouseMoveEvent) - Method in class com.google.gwt.user.client.ui.DialogBox
Called on mouse move in the caption area, continues dragging if it was started by DialogBox.beginDragging(com.google.gwt.event.dom.client.MouseDownEvent).
Cookies - Class in com.google.gwt.user.client
Provides access to browser cookies stored on the client.
copyDate(Date) - Static method in class com.google.gwt.user.datepicker.client.CalendarUtil
Copies a date.
create(Class<?>) - Static method in class com.google.gwt.core.client.GWT
Instantiates a class via deferred binding.
create(Class<?>) - Method in class com.google.gwt.core.client.GWTBridge
 
createAnchor() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML A element.
createAnchorElement() - Method in class com.google.gwt.dom.client.Document
Creates an <a> element.
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.
createBaseElement() - Method in class com.google.gwt.dom.client.Document
Creates a <base> element.
createBlockQuoteElement() - Method in class com.google.gwt.dom.client.Document
Creates a <blockquote> element.
createBlurEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'blur' event.
createBRElement() - Method in class com.google.gwt.dom.client.Document
Creates a <br> element.
createButton() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML BUTTON element.
createButtonElement() - Method in class com.google.gwt.dom.client.Document
Creates a <button> 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.
createCheckInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='checkbox'> element.
createClickEvent(int, int, int, int, int, boolean, boolean, boolean, boolean) - Method in class com.google.gwt.dom.client.Document
Creates a 'click' event.
createCol() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML COL element.
createColElement() - Method in class com.google.gwt.dom.client.Document
Creates a <col> element.
createColGroup() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML COLGROUP element.
createColGroupElement() - Method in class com.google.gwt.dom.client.Document
Creates a <colgroup> element.
createComment(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Comment.
createContextMenuEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'contextmenu' event.
createDblClickEvent(int, int, int, int, int, boolean, boolean, boolean, boolean) - Method in class com.google.gwt.dom.client.Document
Creates a 'dblclick' event.
createDelElement() - Method in class com.google.gwt.dom.client.Document
Creates a <del> element.
createDiv() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML DIV element.
createDivElement() - Method in class com.google.gwt.dom.client.Document
Creates a <div> element.
createDLElement() - Method in class com.google.gwt.dom.client.Document
Creates a <dl> element.
createDocument() - Static method in class com.google.gwt.xml.client.XMLParser
This method creates a new document, to be manipulated by the DOM API.
createDocumentFragment() - Method in interface com.google.gwt.xml.client.Document
This method creates a new DocumentFragment.
createElement(String) - Method in class com.google.gwt.dom.client.Document
Creates a new element.
createElement(String) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML element.
createElement() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Creates a new AbstractImagePrototype.ImagePrototypeElement based on the image represented by this prototype.
createElement(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Element.
createErrorEvent() - Method in class com.google.gwt.dom.client.Document
Creates an 'error' event.
createFieldSet() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML FIELDSET element.
createFieldSetElement() - Method in class com.google.gwt.dom.client.Document
Creates a <fieldset> element.
createFileInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='file'> element.
createFocusEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'focus' event.
createForm() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML FORM element.
createFormElement() - Method in class com.google.gwt.dom.client.Document
Creates a <form> element.
createFrameElement() - Method in class com.google.gwt.dom.client.Document
Creates a <frame> element.
createFrameSetElement() - Method in class com.google.gwt.dom.client.Document
Creates a <frameset> element.
createFunction() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns an empty function.
createHeadElement() - Method in class com.google.gwt.dom.client.Document
Creates a <head> element.
createHElement(int) - Method in class com.google.gwt.dom.client.Document
Creates an <h(n)> element.
createHiddenInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='hidden'> element.
createHRElement() - Method in class com.google.gwt.dom.client.Document
Creates an <hr> element.
createHtmlEvent(String, boolean, boolean) - Method in class com.google.gwt.dom.client.Document
Creates an event.
createIFrame() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML IFRAME element.
createIFrameElement() - Method in class com.google.gwt.dom.client.Document
Creates an <iframe> element.
createImage() - Method in class com.google.gwt.user.client.ui.AbstractImagePrototype
Creates a new Image instance based on the image represented by this prototype.
createImageElement() - Method in class com.google.gwt.dom.client.Document
Creates an <img> element.
createImageInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='image'> element.
createImg() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML IMG element.
createInputCheck() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='CHECK' element.
createInputPassword() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='PASSWORD' element.
createInputRadio(String) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='RADIO' element.
createInputText() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML INPUT type='TEXT' element.
createInsElement() - Method in class com.google.gwt.dom.client.Document
Creates an <ins> element.
createKeyDownEvent(boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'keydown' event.
createKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Creates a key event.
createKeyPressEvent(boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'keypress' event.
createKeyUpEvent(boolean, boolean, boolean, boolean, int, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'keyup' event.
createLabel() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML LABEL element.
createLabelElement() - Method in class com.google.gwt.dom.client.Document
Creates a <label> element.
createLegend() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML LEGEND element.
createLegendElement() - Method in class com.google.gwt.dom.client.Document
Creates a <legend> element.
createLIElement() - Method in class com.google.gwt.dom.client.Document
Creates a <li> element.
createLink(String) - Method in interface com.google.gwt.user.client.ui.RichTextArea.ExtendedFormatter
Creates a link to the supplied URL.
createLinkElement() - Method in class com.google.gwt.dom.client.Document
Creates a <link> element.
createLoadEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'load' event.
createMapElement() - Method in class com.google.gwt.dom.client.Document
Creates a <map> element.
createMetaElement() - Method in class com.google.gwt.dom.client.Document
Creates a <meta> element.
createMouseDownEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'mousedown' event.
createMouseEvent(String, boolean, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.Document
Creates an mouse event.
createMouseMoveEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'mousemove' event.
createMouseOutEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.Document
Creates a 'mouseout' event.
createMouseOverEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int, Element) - Method in class com.google.gwt.dom.client.Document
Creates a 'mouseover' event.
createMouseUpEvent(int, int, int, int, int, boolean, boolean, boolean, boolean, int) - Method in class com.google.gwt.dom.client.Document
Creates a 'mouseup' event.
createObject() - Static method in class com.google.gwt.core.client.JavaScriptObject
Returns a new object.
createObjectElement() - Method in class com.google.gwt.dom.client.Document
Creates a <object> element.
createOLElement() - Method in class com.google.gwt.dom.client.Document
Creates an <ol> element.
createOptGroupElement() - Method in class com.google.gwt.dom.client.Document
Creates an <optgroup> element.
createOption() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML OPTION element.
createOptionElement() - Method in class com.google.gwt.dom.client.Document
Creates an <option> element.
createOptions() - Static method in class com.google.gwt.user.client.DOM
Deprecated. there is no "options" element; use DOM.createOption() instead
createParamElement() - Method in class com.google.gwt.dom.client.Document
Creates a <param> element.
createPasswordInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='password'> element.
createPElement() - Method in class com.google.gwt.dom.client.Document
Creates a <p> element.
createPreElement() - Method in class com.google.gwt.dom.client.Document
Creates a <pre> element.
createProcessingInstruction(String, String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new ProcessingInstruction.
createQElement() - Method in class com.google.gwt.dom.client.Document
Creates a <q> element.
createRadioInputElement(String) - Method in class com.google.gwt.dom.client.Document
Creates an <input type='radio'> element.
createScriptElement() - Method in class com.google.gwt.dom.client.Document
Creates a <script> element.
createScriptElement(String) - Method in class com.google.gwt.dom.client.Document
Creates a <script> element.
createScrollEvent() - Method in class com.google.gwt.dom.client.Document
Creates a 'scroll' event.
createSelect() - Static method in class com.google.gwt.user.client.DOM
Creates a single-selection HTML SELECT element.
createSelect(boolean) - Static method in class com.google.gwt.user.client.DOM
Creates an HTML SELECT element.
createSelectElement() - Method in class com.google.gwt.dom.client.Document
Creates a <select> element.
createSelectElement(boolean) - Method in class com.google.gwt.dom.client.Document
Creates a <select> element.
createSpan() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML SPAN element.
createSpanElement() - Method in class com.google.gwt.dom.client.Document
Creates a <span> element.
createStreamReader(String) - Method in interface com.google.gwt.user.client.rpc.SerializationStreamFactory
Creates a SerializationStreamReader for the encoded string.
createStreamWriter() - Method in interface com.google.gwt.user.client.rpc.SerializationStreamFactory
Creates a SerializationStreamWriter.
createStyleElement() - Method in class com.google.gwt.dom.client.Document
Creates a <style> element.
createSuggestion(String, String) - Method in class com.google.gwt.user.client.ui.MultiWordSuggestOracle
Creates the suggestion based on the given replacement and display strings.
createTable() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TABLE element.
createTableElement() - Method in class com.google.gwt.dom.client.Document
Creates a <table> element.
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.DecoratedTabBar
 
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.DecoratedTabPanel
 
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.TabBar
Create a SimplePanel that will wrap the contents in a tab.
createTabTextWrapper() - Method in class com.google.gwt.user.client.ui.TabPanel
Create a SimplePanel that will wrap the contents in a tab.
createTBody() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TBODY element.
createTBodyElement() - Method in class com.google.gwt.dom.client.Document
Creates a <tbody> element.
createTD() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TD element.
createTDElement() - Method in class com.google.gwt.dom.client.Document
Creates a <td> element.
createTextArea() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TEXTAREA element.
createTextAreaElement() - Method in class com.google.gwt.dom.client.Document
Creates a <textarea> element.
createTextInputElement() - Method in class com.google.gwt.dom.client.Document
Creates an <input type='text'> element.
createTextNode(String) - Method in class com.google.gwt.dom.client.Document
Creates a text node.
createTextNode(String) - Method in interface com.google.gwt.xml.client.Document
This method creates a new Text.
createTFoot() - Method in class com.google.gwt.dom.client.TableElement
Create a table footer row or return an existing one.
createTFoot() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TFOOT element.
createTFootElement() - Method in class com.google.gwt.dom.client.Document
Creates a <tfoot> element.
createTH() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TH element.
createTHead() - Method in class com.google.gwt.dom.client.TableElement
Create a table header row or return an existing one.
createTHead() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML THEAD element.
createTHeadElement() - Method in class com.google.gwt.dom.client.Document
Creates a <thead> element.
createTHElement() - Method in class com.google.gwt.dom.client.Document
Creates a <th> element.
createTimeZone(String) - Static method in class com.google.gwt.i18n.client.TimeZone
This factory method creates a time zone instance from a JSON string that contains the time zone information for desired time zone.
createTimeZone(TimeZoneInfo) - Static method in class com.google.gwt.i18n.client.TimeZone
 
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.
createTitleElement() - Method in class com.google.gwt.dom.client.Document
Creates a <title> element.
createTR() - Static method in class com.google.gwt.user.client.DOM
Creates an HTML TR element.
createTRElement() - Method in class com.google.gwt.dom.client.Document
Creates a <tr> element.
createULElement() - Method in class com.google.gwt.dom.client.Document
Creates a <ul> element.
createUniqueId() - Method in class com.google.gwt.dom.client.Document
Creates an identifier guaranteed to be unique within this document.
createUniqueId() - Static method in class com.google.gwt.user.client.DOM
Generates a unique DOM id.
createUniqueId() - Static method in class com.google.gwt.user.client.ui.HTMLPanel
A helper method for creating unique IDs for elements within dynamically- generated HTML.
createWidget() - Method in class com.google.gwt.user.client.ui.LazyPanel
Create the widget contained within the LazyPanel.
currentTimeMillis() - Static method in class com.google.gwt.core.client.Duration
Returns the same result as System.currentTimeMillis(), but as a double.
CustomButton - Class in com.google.gwt.user.client.ui
Custom Button is a base button class with built in support for a set number of button faces.
CustomButton(Image) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(Image, ClickHandler) instead
CustomButton(Image, Image) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, Image, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(Image, Image, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use #CustomButton(Image, Image, ClickHandler instead
CustomButton(String) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(String, ClickListener) instead
CustomButton(String, String) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, String, ClickHandler) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton(String, String, ClickListener) - Constructor for class com.google.gwt.user.client.ui.CustomButton
Deprecated. Use CustomButton.CustomButton(String, String, ClickHandler) instead
CustomButton() - Constructor for class com.google.gwt.user.client.ui.CustomButton
Constructor for CustomButton.
CustomButton.Face - Class in com.google.gwt.user.client.ui
Represents a button's face.

D

DateBox - Class in com.google.gwt.user.datepicker.client
A text box that shows a DatePicker when the user focuses on it.
DateBox() - Constructor for class com.google.gwt.user.datepicker.client.DateBox
Create a date box with a new DatePicker.
DateBox(DatePicker, Date, DateBox.Format) - Constructor for class com.google.gwt.user.datepicker.client.DateBox
Create a new date box.
DateBox.DefaultFormat - Class in com.google.gwt.user.datepicker.client
Default DateBox.Format class.
DateBox.DefaultFormat() - Constructor for class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
Creates a new default format instance.
DateBox.DefaultFormat(DateTimeFormat) - Constructor for class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
Creates a new default format instance.
DateBox.Format - Interface in com.google.gwt.user.datepicker.client
Implemented by a delegate to handle the parsing and formating of date values.
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.
DateTimeFormat - Class in com.google.gwt.i18n.client
Formats and parses dates and times using locale-sensitive patterns.
DateTimeFormat(String) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and the date time constants for the default locale.
DateTimeFormat(String, DateTimeConstants) - Constructor for class com.google.gwt.i18n.client.DateTimeFormat
Constructs a format object using the specified pattern and user-supplied date time constants.
DAYS_IN_WEEK - Static variable in class com.google.gwt.user.datepicker.client.CalendarModel
Number of days normally displayed in a week.
DEBUG - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs detailed information that could be useful during debugging.
DEBUG_ID_PREFIX - Static variable in class com.google.gwt.user.client.ui.UIObject
 
DeckPanel - Class in com.google.gwt.user.client.ui
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.
DeckPanel() - Constructor for class com.google.gwt.user.client.ui.DeckPanel
Creates an empty deck panel.
decode(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all URL escape sequences have been converted back to their original character representations.
decodeComponent(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all URL component escape sequences have been converted back to their original character representations.
decodeRequest(String) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request.
decodeRequest(String, Class<?>) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
decodeRequest(String, Class<?>, SerializationPolicyProvider) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
DecoratedPopupPanel - Class in com.google.gwt.user.client.ui
A PopupPanel that wraps its content in a 3x3 grid, which allows users to add rounded corners.
DecoratedPopupPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
Creates an empty decorated popup panel.
DecoratedPopupPanel(boolean) - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
Creates an empty decorated popup panel, specifying its "auto-hide" property.
DecoratedPopupPanel(boolean, boolean) - Constructor for class com.google.gwt.user.client.ui.DecoratedPopupPanel
Creates an empty decorated popup panel, specifying its "auto-hide" and "modal" properties.
DecoratedStackPanel - Class in com.google.gwt.user.client.ui
A StackPanel that wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.
DecoratedStackPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratedStackPanel
Creates an empty decorated stack panel.
DecoratedTabBar - Class in com.google.gwt.user.client.ui
A TabBar that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.
DecoratedTabBar() - Constructor for class com.google.gwt.user.client.ui.DecoratedTabBar
Creates an empty DecoratedTabBar.
DecoratedTabPanel - Class in com.google.gwt.user.client.ui
A TabPanel that uses a DecoratedTabBar with rounded corners.
DecoratedTabPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratedTabPanel
 
DecoratorPanel - Class in com.google.gwt.user.client.ui
A SimplePanel that wraps its contents in stylized boxes, which can be used to add rounded corners to a Widget.
DecoratorPanel() - Constructor for class com.google.gwt.user.client.ui.DecoratorPanel
Create a new DecoratorPanel.
DEFAULT - Static variable in annotation type com.google.gwt.i18n.client.LocalizableResource.Generate
Constant "magic" default value used to detect that no value was supplied for the fileName parameter.
DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.client.ui.DecoratedStackPanel
 
DEFAULT_STYLENAME - Static variable in class com.google.gwt.user.datepicker.client.DateBox
Default style name.
DefaultCalendarView - Class in com.google.gwt.user.datepicker.client
Simple calendar view.
DefaultCalendarView() - Constructor for class com.google.gwt.user.datepicker.client.DefaultCalendarView
Constructor.
DefaultHandlerRegistration - Class in com.google.gwt.event.shared
Default implementation of HandlerRegistration.
DefaultHandlerRegistration(HandlerManager, GwtEvent.Type<H>, H) - Constructor for class com.google.gwt.event.shared.DefaultHandlerRegistration
Creates a new handler registration.
DefaultMonthSelector - Class in com.google.gwt.user.datepicker.client
A simple MonthSelector used for the default date picker.
DefaultMonthSelector() - Constructor for class com.google.gwt.user.datepicker.client.DefaultMonthSelector
Constructor.
DeferredCommand - Class in com.google.gwt.user.client
This class allows you to execute code after all currently pending event handlers have completed, using the DeferredCommand.addCommand(Command) or DeferredCommand.addCommand(IncrementalCommand) methods.
DeferredCommand() - Constructor for class com.google.gwt.user.client.DeferredCommand
 
delayTestFinish(int) - Method in class com.google.gwt.junit.client.GWTTestCase
Put the current test in asynchronous mode.
delegateEvent(Widget, GwtEvent<?>) - Method in class com.google.gwt.user.client.ui.Widget
Fires an event on a child widget.
DelegatingChangeListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent instead
DelegatingChangeListenerCollection(Widget, SourcesChangeEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Deprecated. Constructor for DelegatingChangeListenerCollection.
DelegatingClickListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
DelegatingClickListenerCollection(Widget, SourcesClickEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Deprecated. Constructor for DelegatingClickListenerCollection.
DelegatingFocusListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
DelegatingFocusListenerCollection(Widget, SourcesFocusEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Deprecated. Constructor for DelegatingFocusListenerCollection.
DelegatingKeyboardListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
DelegatingKeyboardListenerCollection(Widget, SourcesKeyboardEvents) - Constructor for class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Deprecated. Constructor for DelegatingKeyboardListenerCollection.
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 interface com.google.gwt.xml.client.CharacterData
This method deletes data, starting at offset, and deleting count characters.
deleteRow(int) - Method in class com.google.gwt.dom.client.TableElement
Delete a table row.
deleteRow(int) - Method in class com.google.gwt.dom.client.TableSectionElement
Delete a row from this section.
deleteTFoot() - Method in class com.google.gwt.dom.client.TableElement
Delete the header from the table, if one exists.
deleteTHead() - Method in class com.google.gwt.dom.client.TableElement
Delete the header from the table, if one exists.
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
 
detachNow(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
Marks a widget as detached and removes it from the detach list.
detachOnWindowClose(Widget) - Static method in class com.google.gwt.user.client.ui.RootPanel
Adds a widget to the detach list.
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" property.
DialogBox.Caption - Interface in com.google.gwt.user.client.ui
Set of characteristic interfaces supported by the DialogBox caption Note that this set might expand over time, so implement this interface at your own risk.
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.
DIR_PROPERTY_NAME - Static variable in class com.google.gwt.i18n.client.BidiUtils
The name of the element property which controls element directionality.
DisclosureEvent - Class in com.google.gwt.user.client.ui
Deprecated. Use CloseEvent and OpenEvent instead
DisclosureEvent(DisclosurePanel) - Constructor for class com.google.gwt.user.client.ui.DisclosureEvent
Deprecated. Use CloseEvent and OpenEvent instead
DisclosureHandler - Interface in com.google.gwt.user.client.ui
Deprecated. Use CloseHandler and/or OpenHandler instead
DisclosurePanel - Class in com.google.gwt.user.client.ui
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.
DisclosurePanel() - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates an empty DisclosurePanel that is initially closed.
DisclosurePanel(DisclosurePanelImages, String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel with the specified header text, an initial open/close state and a bundle of images to be used in the default header widget.
DisclosurePanel(String) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel that will be initially closed using the specified text in the header.
DisclosurePanel(String, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel with the specified header text and an initial open/close state.
DisclosurePanel(Widget) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel that will be initially closed using a widget as the header.
DisclosurePanel(Widget, boolean) - Constructor for class com.google.gwt.user.client.ui.DisclosurePanel
Creates a DisclosurePanel using a widget as the header and an initial open/close state.
disclosurePanelClosed() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImages
An image indicating a closed disclosure panel.
DisclosurePanelImages - Interface in com.google.gwt.user.client.ui
An ImageBundle that provides images for DisclosurePanel.
disclosurePanelOpen() - Method in interface com.google.gwt.user.client.ui.DisclosurePanelImages
An image indicating an open disclosure panel.
disown(Widget) - Method in class com.google.gwt.user.client.ui.Panel
Deprecated. Use Panel.orphan(Widget).
dispatch(BlurHandler) - Method in class com.google.gwt.event.dom.client.BlurEvent
 
dispatch(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(ErrorHandler) - Method in class com.google.gwt.event.dom.client.ErrorEvent
 
dispatch(FocusHandler) - Method in class com.google.gwt.event.dom.client.FocusEvent
 
dispatch(KeyDownHandler) - Method in class com.google.gwt.event.dom.client.KeyDownEvent
 
dispatch(KeyPressHandler) - Method in class com.google.gwt.event.dom.client.KeyPressEvent
 
dispatch(KeyUpHandler) - Method in class com.google.gwt.event.dom.client.KeyUpEvent
 
dispatch(LoadHandler) - Method in class com.google.gwt.event.dom.client.LoadEvent
 
dispatch(LoseCaptureHandler) - Method in class com.google.gwt.event.dom.client.LoseCaptureEvent
 
dispatch(MouseDownHandler) - Method in class com.google.gwt.event.dom.client.MouseDownEvent
 
dispatch(MouseMoveHandler) - Method in class com.google.gwt.event.dom.client.MouseMoveEvent
 
dispatch(MouseOutHandler) - Method in class com.google.gwt.event.dom.client.MouseOutEvent
 
dispatch(MouseOverHandler) - Method in class com.google.gwt.event.dom.client.MouseOverEvent
 
dispatch(MouseUpHandler) - Method in class com.google.gwt.event.dom.client.MouseUpEvent
 
dispatch(MouseWheelHandler) - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
 
dispatch(ScrollHandler) - Method in class com.google.gwt.event.dom.client.ScrollEvent
 
dispatch(BeforeSelectionHandler<I>) - 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(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<I>) - 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<I>) - Method in class com.google.gwt.event.logical.shared.ValueChangeEvent
 
dispatch(H) - Method in class com.google.gwt.event.shared.GwtEvent
Should only be called by HandlerManager.
dispatch(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
 
dispatchEvent(NativeEvent) - Method in class com.google.gwt.dom.client.Element
Dispatched the given event with this element as its target.
DivElement - Class in com.google.gwt.dom.client
Generic block container.
DivElement() - Constructor for class com.google.gwt.dom.client.DivElement
 
DListElement - Class in com.google.gwt.dom.client
Definition list.
DListElement() - Constructor for class com.google.gwt.dom.client.DListElement
 
doAttachChildren() - Method in class com.google.gwt.user.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.
DockPanel - Class in com.google.gwt.user.client.ui
A panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.
DockPanel() - Constructor for class com.google.gwt.user.client.ui.DockPanel
Creates an empty dock panel.
DockPanel.DockLayoutConstant - Class in com.google.gwt.user.client.ui
DockPanel layout constant, used in DockPanel.add(Widget, DockPanel.DockLayoutConstant).
Document - Class in com.google.gwt.dom.client
A Document is the root of the HTML hierarchy and holds the entire content.
Document() - Constructor for class com.google.gwt.dom.client.Document
 
Document - Interface in com.google.gwt.xml.client
Document objects represent XML documents.
DOCUMENT_FRAGMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 11 denotes DOM nodes of type DocumentFragment.
DOCUMENT_NODE - Static variable in class com.google.gwt.dom.client.Node
The node is a Document.
DOCUMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 9 denotes DOM nodes of type Document.
DOCUMENT_TYPE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 10 denotes DOM nodes of type DocumentType.
DocumentFragment - Interface in com.google.gwt.xml.client
A DocumentFragment is a basket into which one may place other Node objects for future processing.
doDetachChildren() - Method in class com.google.gwt.user.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.
doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Gets the SerializationPolicy for given module base URL and strong name if there is one.
DOM - Class in com.google.gwt.user.client
This class provides a set of static methods that allow you to manipulate the browser's Document Object Model (DOM).
DOM() - Constructor for class com.google.gwt.user.client.DOM
 
DomEvent<H extends EventHandler> - Class in com.google.gwt.event.dom.client
DomEvent is a subclass of GwtEvent that provides events that underlying native browser event object as well as a subclass of DomEvent.Type that understands GWT event bits used by sinkEvents().
DomEvent() - Constructor for class com.google.gwt.event.dom.client.DomEvent
 
DomEvent.Type<H extends EventHandler> - Class in com.google.gwt.event.dom.client
Type class used by dom event subclasses.
DomEvent.Type(String, DomEvent<H>) - Constructor for class com.google.gwt.event.dom.client.DomEvent.Type
This constructor allows dom event types to be triggered by the DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, HasHandlers) method.
DOMException - Exception in com.google.gwt.xml.client
Thrown when DOM exceptions occur.
DOMException(short, String) - Constructor for exception com.google.gwt.xml.client.DOMException
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Standard HttpServlet method: handle the POST.
DOUBLE - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
DoubleClickEvent - Class in com.google.gwt.event.dom.client
Represents a native double click event.
DoubleClickEvent() - Constructor for class com.google.gwt.event.dom.client.DoubleClickEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire double click events.
DoubleClickHandler - Interface in com.google.gwt.event.dom.client
Handler interface for DoubleClickEvent events.
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.RemoteServiceServlet
Override this method to control what should happen when an exception escapes the RemoteServiceServlet.processCall(String) method.
Duration - Class in com.google.gwt.core.client
A utility class for measuring elapsed time.
Duration() - Constructor for class com.google.gwt.core.client.Duration
Creates a new Duration whose start time is now.

E

EAST - Static variable in class com.google.gwt.user.client.ui.DockPanel
Specifies that a widget be added at the east edge of the dock.
elapsedMillis() - Method in class com.google.gwt.core.client.Duration
Returns the number of milliseconds that have elapsed since this object was created.
Element - Class in com.google.gwt.dom.client
All HTML element interfaces derive from this class.
Element() - Constructor for class com.google.gwt.dom.client.Element
 
Element - Class in com.google.gwt.user.client
An opaque handle to a native DOM Element.
Element() - Constructor for class com.google.gwt.user.client.Element
Not directly instantiable.
Element - Interface in com.google.gwt.xml.client
This interface represents XML DOM elements, which are the basic building block of XML.
ELEMENT_NODE - Static variable in class com.google.gwt.dom.client.Node
The node is an Element.
ELEMENT_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 1 denotes DOM nodes of type Element.
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.
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
 
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.
enableScrolling(boolean) - Method in class com.google.gwt.dom.client.Document
Enables or disables scrolling of the document
enableScrolling(boolean) - Static method in class com.google.gwt.user.client.Window
Use this method to explicitly disable the window's scrollbars.
encode(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all characters that are not valid for a complete URL have been escaped.
encodeComponent(String) - Static method in class com.google.gwt.http.client.URL
Returns a string where all characters that are not valid for a URL component have been escaped.
encodeResponseForFailure(Method, Throwable) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes an exception.
encodeResponseForFailure(Method, Throwable, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes an exception.
encodeResponseForSuccess(Method, Object) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the object.
encodeResponseForSuccess(Method, Object, SerializationPolicy) - Static method in class com.google.gwt.user.server.rpc.RPC
Returns a string that encodes the object.
ENCODING_MULTIPART - Static variable in class com.google.gwt.user.client.ui.FormPanel
Used with FormPanel.setEncoding(String) to specify that the form will be submitted using MIME encoding (necessary for FileUpload to work properly).
ENCODING_URLENCODED - Static variable in class com.google.gwt.user.client.ui.FormPanel
Used with FormPanel.setEncoding(String) to specify that the form will be submitted using traditional URL encoding.
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.
ensureDebugId(UIObject, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
 
ensureDebugId(Element, String, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
 
ensureDebugId(UIObject, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
ensureDebugId(Element, String, String) - Method in class com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
ensureDebugId(Element, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Ensure that elem has an ID property set, which allows it to integrate with third-party libraries and test tools.
ensureDebugId(Element, String, String) - Static method in class com.google.gwt.user.client.ui.UIObject
Set the debug id of a specific element.
ensureDebugId(String) - Method in class com.google.gwt.user.client.ui.UIObject
Ensure that the main Element for this UIObject has an ID property set, which allows it to integrate with third-party libraries and test tools.
ensureElement(int, int) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Gets the element associated with a cell.
ensureElement(int) - Method in class com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Ensure the TR element representing the specified row exists for subclasses that allow dynamic addition of elements.
ensureSelectedItemVisible() - Method in class com.google.gwt.user.client.ui.Tree
Ensures that the currently-selected item is visible, opening its parents and scrolling the tree as necessary.
ensureVisible(UIObject) - Method in class com.google.gwt.user.client.ui.ScrollPanel
Ensures that the specified item is visible, by adjusting the panel's scroll position.
ensureWidget() - Method in class com.google.gwt.user.client.ui.LazyPanel
Ensures that the widget has been created by calling LazyPanel.createWidget() if SimplePanel.getWidget() returns null.
ENTITY_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 6 denotes DOM nodes of type Entity.
ENTITY_REFERENCE_NODE - Static variable in interface com.google.gwt.xml.client.Node
The constant 5 denotes DOM nodes of type EntityReference.
EntityReference - Interface in com.google.gwt.xml.client
This interface represents entity references, such as &foo;.
EntryPoint - Interface in com.google.gwt.core.client
Implement this interface to allow a class to act as a module entry point.
equals(Object) - Method in class com.google.gwt.core.client.JavaScriptObject
Returns true if the objects are JavaScript identical (triple-equals).
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.json.client.JSONArray
Returns true if other is a JSONArray wrapping the same underlying object.
equals(Object) - Method in class com.google.gwt.json.client.JSONNumber
 
equals(Object) - Method in class com.google.gwt.json.client.JSONObject
Returns true if other is a JSONObject wrapping the same underlying object.
equals(Object) - Method in class com.google.gwt.json.client.JSONString
 
equals(Object) - Method in class com.google.gwt.user.client.ui.MouseWheelVelocity
Deprecated.  
ERROR - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs an error.
ErrorEvent - Class in com.google.gwt.event.dom.client
Represents a native error event.
ErrorEvent() - Constructor for class com.google.gwt.event.dom.client.ErrorEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire error events.
ErrorHandler - Interface in com.google.gwt.event.dom.client
Handler interface for ErrorEvent events.
escape(String) - Static method in class com.google.gwt.core.ext.Generator
Escapes string content to be a valid string literal.
Event - Class in com.google.gwt.user.client
An opaque handle to a native DOM Event.
Event() - Constructor for class com.google.gwt.user.client.Event
Not directly instantiable.
Event.NativePreviewEvent - Class in com.google.gwt.user.client
Represents a preview of a native Event.
Event.NativePreviewEvent() - Constructor for class com.google.gwt.user.client.Event.NativePreviewEvent
 
Event.NativePreviewHandler - Interface in com.google.gwt.user.client
Handler interface for Event.NativePreviewEvent events.
eventCancelBubble(Event, boolean) - Static method in class com.google.gwt.user.client.DOM
Cancels bubbling for the given event.
eventGetAltKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the ALT key was depressed when the given event occurred.
eventGetButton(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse buttons that were depressed when the given event occurred.
eventGetClientX(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse x-position within the browser window's client area.
eventGetClientY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse y-position within the browser window's client area.
eventGetCtrlKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the CTRL key was depressed when the given event occurred.
eventGetCurrentEvent() - Static method in class com.google.gwt.user.client.DOM
Gets the current event that is being fired.
eventGetCurrentTarget(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the current target element of the given event.
eventGetFromElement(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the element from which the mouse pointer was moved (valid for Event.ONMOUSEOVER and Event.ONMOUSEOUT).
eventGetKeyCode(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the key code associated with this event.
eventGetMetaKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the META key was depressed when the given event occurred.
eventGetMouseWheelVelocityY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the velocity of the mouse wheel associated with the event along the Y axis.
eventGetRepeat(Event) - Static method in class com.google.gwt.user.client.DOM
Deprecated. not supported in any browser but IE
eventGetScreenX(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse x-position on the user's display.
eventGetScreenY(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the mouse y-position on the user's display.
eventGetShiftKey(Event) - Static method in class com.google.gwt.user.client.DOM
Gets whether the shift key was depressed when the given event occurred.
eventGetTarget(Event) - Static method in class com.google.gwt.user.client.DOM
Returns the element that was the actual target of the given event.
eventGetToElement(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the element to which the mouse pointer was moved (only valid for Event.ONMOUSEOUT and Event.ONMOUSEOVER).
eventGetType(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the enumerated type of this event (as defined in Event).
eventGetTypeString(Event) - Static method in class com.google.gwt.user.client.DOM
Gets the type of the given event as a string.
EventHandler - Interface in com.google.gwt.event.shared
Marker interface for event handlers.
EventListener - Interface in com.google.gwt.user.client
Receives low-level browser events.
eventPreventDefault(Event) - Static method in class com.google.gwt.user.client.DOM
Prevents the browser from taking its default action for the given event.
EventPreview - Interface in com.google.gwt.user.client
Deprecated. replaced by Event.NativePreviewHandler
eventSetKeyCode(Event, char) - Static method in class com.google.gwt.user.client.DOM
Deprecated. this method only works in IE and should not have been added to the API
EventTarget - Class in com.google.gwt.dom.client
Represents the target of a JavaScript event.
EventTarget() - Constructor for class com.google.gwt.dom.client.EventTarget
 
eventToString(Event) - Static method in class com.google.gwt.user.client.DOM
Returns a stringized version of the event.
exceedsUncompressedContentLengthLimit(String) - Static method in class com.google.gwt.user.server.rpc.RPCServletUtils
Returns true if the response content's estimated UTF-8 byte length exceeds 256 bytes.
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
Causes the IncrementalCommand to execute its encapsulated behavior.

F

FieldSetElement - Class in com.google.gwt.dom.client
Organizes form controls into logical groups.
FieldSetElement() - Constructor for class com.google.gwt.dom.client.FieldSetElement
 
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.
find(Class<T>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
Find all Artifacts assignable to some base type.
findConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
findConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
findConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JRawType
 
findConstructor(JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JRawType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JTypeParameter
 
findField(String) - Method in class com.google.gwt.core.ext.typeinfo.JWildcardType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JRawType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JTypeParameter
 
findMethod(String, JType[]) - Method in class com.google.gwt.core.ext.typeinfo.JWildcardType
 
findNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
findNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
findNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
findNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JRawType
 
findNestedType(String) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
findNestedTypeImpl(String[], int) - Method in class com.google.gwt.core.ext.typeinfo.JParameterizedType
 
findNestedTypeImpl(String[], int) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
findPackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Attempts to find a package by name.
findParameter(String) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
findType(String) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
findType(String[]) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
findType(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a class or interface given its fully-qualified name.
findType(String, String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a type given its package-relative name.
finish(TreeLogger) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Called after a block of new types are added.
finishTest() - Method in class com.google.gwt.junit.client.GWTTestCase
Cause this test to succeed during asynchronous mode.
fire(HasBeforeSelectionHandlers<I>, I) - Static method in class com.google.gwt.event.logical.shared.BeforeSelectionEvent
Fires a before selection event on all registered handlers in the handler manager.
fire(HasCloseHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.CloseEvent
Fires a close event on all registered handlers in the handler manager.
fire(HasCloseHandlers<T>, T, boolean) - Static method in class com.google.gwt.event.logical.shared.CloseEvent
Fires a close event on all registered handlers in the handler manager.
fire(S, V) - Static method in class com.google.gwt.event.logical.shared.HighlightEvent
Fires a highlight event on all registered handlers in the handler manager.
fire(HasOpenHandlers<T>, T) - Static method in class com.google.gwt.event.logical.shared.OpenEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, int, int) - Static method in class com.google.gwt.event.logical.shared.ResizeEvent
Fires a resize event on all registered handlers in the handler source.
fire(HasSelectionHandlers<I>, I) - Static method in class com.google.gwt.event.logical.shared.SelectionEvent
Fires a selection event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, V, V) - Static method in class com.google.gwt.event.logical.shared.ShowRangeEvent
Fires a show range event on all registered handlers in the handler manager.
fire(HasValueChangeHandlers<I>, I) - Static method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Fires a value change event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
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.
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.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 all the appropriate handlers.
fireEvent(GwtEvent<?>) - Method in class com.google.gwt.user.client.ui.Widget
 
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<I>, I, I) - Static method in class com.google.gwt.event.logical.shared.ValueChangeEvent
Fires value change event if the old value is not equal to the new value.
fireItemSelected(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeListenerCollection
Deprecated. Fires a "tree item selected" event to all listeners.
fireItemStateChanged(TreeItem) - Method in class com.google.gwt.user.client.ui.TreeListenerCollection
Deprecated. Fires a "tree item state changed" event to all listeners.
fireKeyboardEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Automatically fires the appropriate keyboard event to all listeners.
fireKeyDown(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Fires a keyDown event to all listeners.
fireKeyPress(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Fires a keyDown event to all listeners.
fireKeyUp(Widget, char, int) - Method in class com.google.gwt.user.client.ui.KeyboardListenerCollection
Deprecated. Fires a keyDown event to all listeners.
fireLoad(Widget) - Method in class com.google.gwt.user.client.ui.LoadListenerCollection
Deprecated. Fires a load event to all listeners.
fireLostFocus(Widget) - Method in class com.google.gwt.user.client.ui.FocusListenerCollection
Deprecated. Fires a lost-focus event to all listeners.
fireMouseDown(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse down event to all listeners.
fireMouseEnter(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse enter event to all listeners.
fireMouseEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. A helper for widgets that source mouse events.
fireMouseLeave(Widget) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse leave event to all listeners.
fireMouseMove(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse move event to all listeners.
fireMouseUp(Widget, int, int) - Method in class com.google.gwt.user.client.ui.MouseListenerCollection
Deprecated. Fires a mouse up event to all listeners.
fireMouseWheel(Widget, MouseWheelVelocity) - Method in class com.google.gwt.user.client.ui.MouseWheelListenerCollection
Deprecated. Fires a mouse wheel event to all listeners.
fireMouseWheelEvent(Widget, Event) - Method in class com.google.gwt.user.client.ui.MouseWheelListenerCollection
Deprecated. A helper for widgets that source mouse events.
fireNativeEvent(NativeEvent, HasHandlers) - Static method in class com.google.gwt.event.dom.client.DomEvent
Fires the given native event on the specified handlers.
fireNativeEvent(NativeEvent, HasHandlers, Element) - Static method in class com.google.gwt.event.dom.client.DomEvent
Fires the given native event on the specified handlers.
fireNativePreviewEvent(NativeEvent) - Static method in class com.google.gwt.user.client.Event
Fire a Event.NativePreviewEvent for the native event.
fireOnComplete(FormPanel, String) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
Deprecated. FormPanel now implements all handler management internally
fireOnSubmit(FormPanel) - Method in class com.google.gwt.user.client.ui.FormHandlerCollection
Deprecated. FormPanel now implements all handler management internally
firePopupClosed(PopupPanel, boolean) - Method in class com.google.gwt.user.client.ui.PopupListenerCollection
Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent) instead
fireScroll(Widget, int, int) - Method in class com.google.gwt.user.client.ui.ScrollListenerCollection
Deprecated. Fires a scroll event to all listeners.
FiresDisclosureEvents - Interface in com.google.gwt.user.client.ui
Deprecated. Use HasOpenHandlers and HasCloseHandlers instead
FiresFormEvents - Interface in com.google.gwt.user.client.ui
Deprecated. This interface was specific to FormPanel; it is not generally useful and will be removed in a future version. Use FormPanel.addSubmitHandler and FormPanel.addSubmitCompleteHandler instead
FiresSuggestionEvents - Interface in com.google.gwt.user.client.ui
Deprecated. Use HasSelectionHandlers instead.
fireTabSelected(SourcesTabEvents, int) - Method in class com.google.gwt.user.client.ui.TabListenerCollection
Deprecated. Fires a tabSelected event to all listeners.
first() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
 
FlexTable - Class in com.google.gwt.user.client.ui
A flexible table that creates cells on demand.
FlexTable() - Constructor for class com.google.gwt.user.client.ui.FlexTable
 
FlexTable.FlexCellFormatter - Class in com.google.gwt.user.client.ui
FlexTable-specific implementation of HTMLTable.CellFormatter.
FlexTable.FlexCellFormatter() - Constructor for class com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
 
FLOAT - Static variable in class com.google.gwt.core.ext.typeinfo.JPrimitiveType
 
FlowPanel - Class in com.google.gwt.user.client.ui
A panel that formats its child widgets using the default HTML layout behavior.
FlowPanel() - Constructor for class com.google.gwt.user.client.ui.FlowPanel
Creates an empty flow panel.
focus() - Method in class com.google.gwt.dom.client.AnchorElement
Gives keyboard focus to this element.
focus() - Method in class com.google.gwt.dom.client.InputElement
Gives keyboard focus to this element.
focus() - Method in class com.google.gwt.dom.client.SelectElement
Gives keyboard focus to this element.
focus() - Method in class com.google.gwt.dom.client.TextAreaElement
Gives keyboard focus to this element.
Focusable - Interface in com.google.gwt.user.client.ui
A widget that implements this interface can receive keyboard focus.
FocusEvent - Class in com.google.gwt.event.dom.client
Represents a native focus event.
FocusEvent() - Constructor for class com.google.gwt.event.dom.client.FocusEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire focus events.
FOCUSEVENTS - Static variable in class com.google.gwt.user.client.Event
A bit-mask covering both focus events (focus and blur).
FocusHandler - Interface in com.google.gwt.event.dom.client
Handler interface for FocusEvent events.
FocusListener - Interface in com.google.gwt.user.client.ui
Deprecated. Use FocusHandler and/or BlurHandler instead
FocusListenerAdapter - Class in com.google.gwt.user.client.ui
Deprecated. Use FocusHandler and BlurHandler instead
FocusListenerAdapter() - Constructor for class com.google.gwt.user.client.ui.FocusListenerAdapter
Deprecated.  
FocusListenerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
FocusListenerCollection() - Constructor for class com.google.gwt.user.client.ui.FocusListenerCollection
Deprecated.  
FocusPanel - Class in com.google.gwt.user.client.ui
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.
FocusPanel() - Constructor for class com.google.gwt.user.client.ui.FocusPanel
 
FocusPanel(Widget) - Constructor for class com.google.gwt.user.client.ui.FocusPanel
 
FocusWidget - Class in com.google.gwt.user.client.ui
Abstract base class for most widgets that can receive keyboard focus.
FocusWidget() - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus widget with no element.
FocusWidget(Element) - Constructor for class com.google.gwt.user.client.ui.FocusWidget
Creates a new focus widget that wraps the specified browser element.
format(Date) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Format a date object.
format(Date, TimeZone) - Method in class com.google.gwt.i18n.client.DateTimeFormat
Format a date object using specified time zone.
format(double) - Method in class com.google.gwt.i18n.client.NumberFormat
This method formats a double to produce a string.
format(DateBox, Date) - Method in class com.google.gwt.user.datepicker.client.DateBox.DefaultFormat
 
format(DateBox, Date) - Method in interface com.google.gwt.user.datepicker.client.DateBox.Format
Formats the provided date.
formatCurrentMonth() - Method in class com.google.gwt.user.datepicker.client.CalendarModel
Formats the current specified month.
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.
FormElement - Class in com.google.gwt.dom.client
The FORM element encompasses behavior similar to a collection and an element.
FormElement() - Constructor for class com.google.gwt.dom.client.FormElement
 
FormHandler - Interface in com.google.gwt.user.client.ui
Deprecated. Use FormPanel.SubmitCompleteHandler and/or FormPanel.SubmitHandler instead
FormHandlerCollection - Class in com.google.gwt.user.client.ui
Deprecated. Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type)
FormHandlerCollection() - Constructor for class com.google.gwt.user.client.ui.FormHandlerCollection
Deprecated.  
FormPanel - Class in com.google.gwt.user.client.ui
A panel that wraps its contents in an HTML <FORM> element.
FormPanel() - Constructor for class com.google.gwt.user.client.ui.FormPanel
Creates a new FormPanel.
FormPanel(NamedFrame) - Constructor for class com.google.gwt.user.client.ui.FormPanel
Creates a FormPanel that targets a NamedFrame.
FormPanel(String) - Constructor for class com.google.gwt.user.client.ui.FormPanel
Creates a new FormPanel.
FormPanel(Element) - Constructor for class com.google.gwt.user.client.ui.FormPanel
This constructor may be used by subclasses to explicitly use an existing element.
FormPanel(Element, boolean) - Constructor for class com.google.gwt.user.client.ui.FormPanel
This constructor may be used by subclasses to explicitly use an existing element.
FormPanel.SubmitCompleteEvent - Class in com.google.gwt.user.client.ui
Fired when a form has been submitted successfully.
FormPanel.SubmitCompleteEvent(String) - Constructor for class com.google.gwt.user.client.ui.FormPanel.SubmitCompleteEvent
Create a submit complete event.
FormPanel.SubmitCompleteHandler - Interface in com.google.gwt.user.client.ui
Handler for FormPanel.SubmitCompleteEvent events.
FormPanel.SubmitEvent - Class in com.google.gwt.user.client.ui
Fired when the form is submitted.
FormPanel.SubmitEvent() - Constructor for class com.google.gwt.user.client.ui.FormPanel.SubmitEvent
 
FormPanel.SubmitHandler - Interface in com.google.gwt.user.client.ui
Handler for FormPanel.SubmitEvent events.
FormSubmitCompleteEvent - Class in com.google.gwt.user.client.ui
Event object containing information about form submission events.
FormSubmitCompleteEvent(FormPanel, String) - Constructor for class com.google.gwt.user.client.ui.FormSubmitCompleteEvent
Creates a new event with information about the source and submit results.
FormSubmitEvent - Class in com.google.gwt.user.client.ui
Event object containing information about form submission events.
FormSubmitEvent(FormPanel) - Constructor for class com.google.gwt.user.client.ui.FormSubmitEvent
Creates a new event with information about the source.
forward() - Static method in class com.google.gwt.user.client.History
Programmatic equivalent to the user pressing the browser's 'forward' button.
Frame - Class in com.google.gwt.user.client.ui
A widget that wraps an IFRAME element, which can contain an arbitrary web site.
Frame() - Constructor for class com.google.gwt.user.client.ui.Frame
Creates an empty frame.
Frame(String) - Constructor for class com.google.gwt.user.client.ui.Frame
Creates a frame that displays the resource at the specified URL.
Frame(Element) - Constructor for class com.google.gwt.user.client.ui.Frame
This constructor may be used by subclasses to explicitly use an existing element.
FrameElement - Class in com.google.gwt.dom.client
Create a frame.
FrameElement() - Constructor for class com.google.gwt.dom.client.FrameElement
 
FrameSetElement - Class in com.google.gwt.dom.client
Create a grid of frames.
FrameSetElement() - Constructor for class com.google.gwt.dom.client.FrameSetElement
 
freeze() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
Prevent further modification of the the ArtifactSet.
FullyQualifiedMethodNameKeyGenerator - Class in com.google.gwt.i18n.rebind.keygen
Key generator using the fully-qualified method name.
FullyQualifiedMethodNameKeyGenerator() - Constructor for class com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
 

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.Generator
Generate a default constructible subclass of the requested type.
GeneratedResource - Class in com.google.gwt.core.ext.linker
A resource created by a Generator invoking GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String) during the compilation process.
GeneratedResource(Class<? extends Linker>, Class<? extends Generator>, String) - Constructor for class com.google.gwt.core.ext.linker.GeneratedResource
 
generateKey(String, String, String, String) - Method in class com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
 
generateKey(String, String, String, String) - Method in interface com.google.gwt.i18n.rebind.keygen.KeyGenerator
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
 
generateKey(String, String, String, String) - Method in class com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator
 
Generator - Class in com.google.gwt.core.ext
Generates source code for subclasses during deferred binding requests.
Generator() - Constructor for class com.google.gwt.core.ext.Generator
 
GeneratorContext - Interface in com.google.gwt.core.ext
Provides metadata to deferred binding generators.
get(int) - Method in class com.google.gwt.core.client.JsArray
Gets the object at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayBoolean
Gets the value at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayInteger
Gets the value at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayNumber
Gets the value at a given index.
get(int) - Method in class com.google.gwt.core.client.JsArrayString
Gets the value at a given index.
get() - Static method in class com.google.gwt.dom.client.Document
Gets the default document.
GET - Static variable in class com.google.gwt.http.client.RequestBuilder
Specifies that the HTTP GET method should be used.
get(String) - Method in class com.google.gwt.i18n.client.Dictionary
Get the value associated with the given Dictionary key.
get(int) - Method in class com.google.gwt.json.client.JSONArray
Returns the value at the specified index position.
get(String) - Method in class com.google.gwt.json.client.JSONObject
Gets the JSONValue associated with the specified property.
get() - Static method in class com.google.gwt.user.client.ui.RootPanel
Gets the default root panel.
get(String) - Static method in class com.google.gwt.user.client.ui.RootPanel
Gets the root panel associated with a given browser element.
get(int) - Method in class com.google.gwt.user.client.ui.WidgetCollection
Gets the widget at the given index.
getAbsoluteLeft() - Method in class com.google.gwt.dom.client.Element
Gets an element's absolute left coordinate in the document's coordinate system.
getAbsoluteLeft(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an element's absolute left coordinate in the document's coordinate system.
getAbsoluteLeft() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's absolute left position in pixels, as measured from the browser window's client area.
getAbsoluteTop() - Method in class com.google.gwt.dom.client.Element
Gets an element's absolute top coordinate in the document's coordinate system.
getAbsoluteTop(Element) - Static method in class com.google.gwt.user.client.DOM
Gets an element's absolute top coordinate in the document's coordinate system.
getAbsoluteTop() - Method in class com.google.gwt.user.client.ui.UIObject
Gets the object's absolute top position in pixels, as measured from the browser window's client area.
getAccept() - Method in class com.google.gwt.dom.client.InputElement
A comma-separated list of content types that a server processing this form will handle correctly.
getAcceptCharset() - Method in class com.google.gwt.dom.client.FormElement
List of character sets supported by the server.
getAccessKey() - Method in class com.google.gwt.dom.client.AnchorElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.AreaElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.ButtonElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.InputElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.LabelElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.LegendElement
A single character access key to give access to the form control.
getAccessKey() - Method in class com.google.gwt.dom.client.TextAreaElement
A single character access key to give access to the form control.
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.
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.
getAlt() - Method in class com.google.gwt.dom.client.AreaElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in class com.google.gwt.dom.client.ImageElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in class com.google.gwt.dom.client.InputElement
Alternate text for user agents not rendering the normal content of this element.
getAltKey() - Method in class com.google.gwt.dom.client.NativeEvent
Gets whether the ALT key was depressed when the given event occurred.
getAnnotation(Class<T>) - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns an instance of the specified annotation type if it is present on this element or null if it is not.
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JAbstractMethod
 
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JArrayType
 
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JClassType
 
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JField
 
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JPackage
 
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JParameter
 
getAnnotation(Class<T>) - Method in class com.google.gwt.core.ext.typeinfo.JRealClassType
 
getAreas() - Method in class com.google.gwt.dom.client.MapElement
The list of areas defined for the image map.
getArrayType(JType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the type object that represents an array of the specified type.
getAssociatedType() - Method in class com.google.gwt.event.dom.client.BlurEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.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.ErrorEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.FocusEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.KeyDownEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.KeyPressEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.KeyUpEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.LoadEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.LoseCaptureEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseDownEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseMoveEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseOutEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseOverEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseUpEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.MouseWheelEvent
 
getAssociatedType() - Method in class com.google.gwt.event.dom.client.ScrollEvent
 
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.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
Returns the type used to register this event.
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
 
getAttr(int, int, String) - Method in class com.google.gwt.user.client.ui.HTMLTable.CellFormatter
Convenience methods to get an attribute on a cell.
getAttribute(String) - Method in class com.google.gwt.dom.client.Element
Retrieves an attribute value by name.
getAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementProperty(Element, String) instead.
getAttribute(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the attribute which has a name of name.
getAttributeNode(String) - Method in interface com.google.gwt.xml.client.Element
This method retrieves the attribute node which has a name of name.
getAttributes() - Method in interface com.google.gwt.xml.client.Node
This method retrieves the attributes.
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
 
getBackColor() - Method in interface com.google.gwt.user.client.ui.RichTextArea.BasicFormatter
Gets the background color.
getBasicFormatter() - Method in class com.google.gwt.user.client.ui.RichTextArea
Gets the basic rich text formatting interface.
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.
getBodyOffsetLeft() - Method in class com.google.gwt.dom.client.Document
Returns the left offset between the absolute coordinate system and the body's positioning context.
getBodyOffsetTop() - Method in class com.google.gwt.dom.client.Document
Returns the top offset between the absolute coordinate system and the body's positioning context.
getBoolean(String) - Method in interface com.google.gwt.i18n.client.ConstantsWithLookup
Look up boolean by method name.
getBooleanAttribute(Element, String) - Static method in class com.google.gwt.user.client.DOM
Deprecated. Use the more appropriately named DOM.getElementPropertyBoolean(Element, String) instead.
getBorder() - Method in class com.google.gwt.dom.client.TableElement
The width of the border around the table.
getBottomWidget() - Method in class com.google.gwt.user.client.ui.VerticalSplitPanel
Gets the widget in the bottom of the panel.
getBounds() - Method in class com.google.gwt.core.ext.typeinfo.JTypeParameter
 
getBoundType() - Method in class com.google.gwt.core.ext.typeinfo.JWildcardType
 
getButton() - Method in class com.google.gwt.dom.client.NativeEvent
Gets the mouse buttons that were depressed when the given event occurred.
getCallback() - Method in class com.google.gwt.http.client.RequestBuilder
Returns the callback previously set by RequestBuilder.setCallback(RequestCallback), or null if no callback was set.
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
 
getCaptionText() - Method in class com.google.gwt.user.client.ui.CaptionPanel
 
getCaptureElement() - Static method in class com.google.gwt.user.client.DOM
Gets the element that currently has mouse capture.
getCause() - Method in exception com.google.gwt.user.client.rpc.SerializableException
Deprecated. Exception chaining is not currently supported for serialized exceptions.
getCellCount(int) - Method in class com.google.gwt.user.client.ui.FlexTable
Gets the number of cells on a given row.
getCellCount(int) - Method in class com.google.gwt.user.client.ui.Grid