Uses of Interface
com.google.gwt.event.logical.shared.HasSelectionHandlers
Package
Description
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.
Widgets, Panels, and other user-interface classes.
-
Uses of HasSelectionHandlers in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
ATabBar
that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.class
ATabPanel
that uses aDecoratedTabBar
with rounded corners.class
A panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.class
ASuggestBox
is a text box or text area which displays a pre-configured set of selections that match the user's input.class
A horizontal bar of folder-style tabs, most commonly used as part of aTabPanel
.class
A panel that represents a tabbed set of pages, each of which contains another widget.class
A panel that represents a tabbed set of pages, each of which contains another widget.class
A standard hierarchical tree widget.