Uses of Interface
com.google.gwt.event.logical.shared.HasAttachHandlers
Packages that use HasAttachHandlers
Package
Description
Classes for HTML Canvas 2D support.
User interface components for the bean editor framework.
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.
Log handlers and related classes for java.util.logging support in GWT.
Widgets for HTML Audio and Video support.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of HasAttachHandlers in com.google.gwt.canvas.client
Classes in com.google.gwt.canvas.client that implement HasAttachHandlers -
Uses of HasAttachHandlers in com.google.gwt.editor.ui.client
Classes in com.google.gwt.editor.ui.client that implement HasAttachHandlersModifier and TypeClassDescriptionclassA simple decorator to display leaf widgets with an error message. -
Uses of HasAttachHandlers in com.google.gwt.logging.client
Classes in com.google.gwt.logging.client that implement HasAttachHandlersModifier and TypeClassDescriptionclassA simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of HasAttachHandlers in com.google.gwt.media.client
Classes in com.google.gwt.media.client that implement HasAttachHandlers -
Uses of HasAttachHandlers in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement HasAttachHandlersModifier and TypeClassDescriptionclassAbstract base class for tabular views that supports paging and columns.classAn abstract representation of a tree widget that renders items usingCells.classclassAn abstract pager that exposes many methods useful for paging.classA "browsable" view of a tree in which only a single node per level may be open at one time.(package private) classA custom version of cell list used by the browser.classCellList<T>A single column list of cells.classCellTable<T>A tabular view that supports paging and columns.classA view of a tree.classCellWidget<C>classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) static classA simple widget wrapper around a table element.classA simple pager that controls the page size.classA pager for controlling aHasRowsthat only supports simple page navigation. -
Uses of HasAttachHandlers in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement HasAttachHandlersModifier and TypeClassDescriptionclassAn absolute panel positions all of its children absolutely, allowing them to overlap.classAbstract parent class for scrollbars implemented using the native browser scrollbars.classA widget that represents a simple <a> element.classA standard push-button widget.classclassA panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.classA panel whose child widgets are contained within the cells of a table.classA standard check box widget.classAbstract base class for panels that can contain multiple child widgets.classA type of widget that can wrap another widget, hiding the wrapped widget's methods.classCustomButton is a base button class with built in support for a set number of button faces.classA custom version of theScrollPanelthat allows user provided scrollbars.classExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.classA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classAPopupPanelthat wraps its content in a 3x3 grid, which allows users to add rounded corners.classAStackPanelthat wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.classATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classATabPanelthat uses aDecoratedTabBarwith rounded corners.classASimplePanelthat wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget.classA form of popup that has a caption area at the top and can be dragged by the user.static classDefault implementation of Caption.final classA widget that consists of a header and a content panel that discloses the content when a user clicks on the header.classA 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.classA 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.classA ValueBox that usesDoubleParserandDoubleRenderer.classA widget that wraps the HTML <input type='file'> element.classA flexible table that creates cells on demand.classA panel that formats its child widgets using the default HTML layout behavior.classA simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.classAbstract base class for most widgets that can receive keyboard focus.classA panel that wraps its contents in an HTML <FORM> element.classA widget that wraps an IFRAME element, which can contain an arbitrary web site.classA rectangular grid that can contain text, html, or a childWidgetwithin its cells.classA panel that includes a header (top), footer (bottom), and content (middle) area.classRepresents a hidden field in an HTML form.classA panel that lays all of its widgets out in a single horizontal column.final classDeprecated.classA widget that can contain arbitrary HTML.classA panel that contains HTML, and which can attach child widgets to identified elements within that HTML.classclassA widget that serves as an "internal" hyperlink.classA widget that displays the image at a given URL.classA widget that can contain arbitrary HTML.classA widget that serves as an "internal" hyperlink.classA widget that contains arbitrary text, not interpreted as HTML.classA ValueBox that usesIntegerParserandIntegerRenderer.classA widget that contains arbitrary text, not interpreted as HTML.classLabelBase<T>Abstract base class for all text display widgets.classclassConvenience class to help lazy loading.classA widget that presents a list of choices to the user, either as a list box or as a drop-down list.classA ValueBox that usesLongParserandLongRenderer.classA standard menu bar widget.classAFramethat has a 'name' associated with it.classA horizontal scrollbar implemented using the browsers native scrollbar.classA vertical scrollbar implemented using the browsers native scrollbar.classSimple widget for providing notification feedback.classNumberLabel<T extends Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classAbstract base class for all panels, which are widgets that can contain other widgets.classA text box that visually masks its input to prevent eavesdropping.classA panel that can "pop up" over other widgets.classA normal push button with custom styling.classA mutually-exclusive selection radio button widget.classEXPERIMENTAL and subject to change.classA standard push-button widget which will automatically reset its enclosingFormPanelif any.classACompositeimplementation that implementsRequiresResizeand automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize.classA simple panel thatProvidesResizeto its one child, but does notRequiresResize.classA rich text editor that allows complex styling and formatting.classA singleton implementation ofLayoutPanelthat always attaches itself to the document body (i.e.classThe panel to which all other widgets must ultimately be added.classA simple panel that wraps its contents in a scrollable area.classA simple checkbox widget, with no label.classA simple panel thatProvidesResizeto its one child.classBase class for panels that contain only one widget.classA simple radio button widget, with no label.classA panel that adds user-positioned splitters between each of its child widgets.(package private) class(package private) class(package private) class(package private) classDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.classA panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.classA panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.classA standard push-button widget which will automatically submit its enclosingFormPanelif any.classASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.classA panel that represents a tabbed set of pages, each of which contains another widget.classA panel that represents a tabbed set of pages, each of which contains another widget.classA text box that allows multiple lines of text to be entered.classA standard single-line text box.classAbstract base class for most text entry widgets.classAToggleButtonis a stylish stateful button which allows the user to toggle betweenupanddownstates.classA standard hierarchical tree widget.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.classValueLabel<T>A label displaying its value through a renderer.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<T>Allows the user to pick a single value from a list.classA panel that lays all of its widgets out in a single vertical column.final classDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.classThe base class for the majority of user-interface objects. -
Uses of HasAttachHandlers in com.google.gwt.user.datepicker.client
Classes in com.google.gwt.user.datepicker.client that implement HasAttachHandlersModifier and TypeClassDescriptionclassThe CalendarView is a calendar grid that represents the current view of aDatePicker.(package private) classCellGridImpl<V>Highlighting, selectable cell grid.(package private) classclassA text box that shows aDatePickerwhen the user focuses on it.classStandard GWT date picker.(package private) classPackage protected class used to combine functionality for theMonthSelectorandCalendarViewcomponents.final classSimple calendar view.(package private) classCell grid.(package private) classA cell representing a date.final classA simpleMonthSelectorused for the default date picker.classAbstract month selector widget.
SplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.