Uses of Interface
com.google.gwt.user.client.ui.Focusable
-
Packages that use Focusable Package Description com.google.gwt.canvas.client Classes for HTML Canvas 2D support.com.google.gwt.media.client Widgets for HTML Audio and Video support.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of Focusable in com.google.gwt.canvas.client
Classes in com.google.gwt.canvas.client that implement Focusable Modifier and Type Class Description class
Canvas
A widget representing a <canvas> element. -
Uses of Focusable in com.google.gwt.media.client
Classes in com.google.gwt.media.client that implement Focusable Modifier and Type Class Description class
Audio
A widget representing an <audio> element.class
MediaBase
A widget representing a media element.class
Video
A widget representing a <video> element. -
Uses of Focusable in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement Focusable Modifier and Type Class Description class
AbstractCellTable<T>
Abstract base class for tabular views that supports paging and columns.class
AbstractHasData<T>
(package private) class
CellBrowser.BrowserCellList<T>
A custom version of cell list used by the browser.class
CellList<T>
A single column list of cells.class
CellTable<T>
A tabular view that supports paging and columns.class
CellTree
A view of a tree.class
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data section in the middle. -
Uses of Focusable in com.google.gwt.user.client.ui
Subinterfaces of Focusable in com.google.gwt.user.client.ui Modifier and Type Interface Description interface
HasFocus
Deprecated.UseFocusable
insteadClasses in com.google.gwt.user.client.ui that implement Focusable Modifier and Type Class Description class
Anchor
A widget that represents a simple <a> element.class
Button
A standard push-button widget.class
ButtonBase
class
CheckBox
A standard check box widget.class
CustomButton
CustomButton is a base button class with built in support for a set number of button faces.class
DoubleBox
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
FileUpload
A widget that wraps the HTML <input type='file'> element.class
FocusPanel
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.class
FocusWidget
Abstract base class for most widgets that can receive keyboard focus.class
IntegerBox
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
ListBox
A widget that presents a list of choices to the user, either as a list box or as a drop-down list.class
LongBox
A ValueBox that usesLongParser
andLongRenderer
.class
PasswordTextBox
A text box that visually masks its input to prevent eavesdropping.class
PushButton
A normal push button with custom styling.class
RadioButton
A mutually-exclusive selection radio button widget.class
ResetButton
A standard push-button widget which will automatically reset its enclosingFormPanel
if any.class
RichTextArea
A rich text editor that allows complex styling and formatting.class
SimpleCheckBox
A simple checkbox widget, with no label.class
SimpleRadioButton
A simple radio button widget, with no label.class
SubmitButton
A standard push-button widget which will automatically submit its enclosingFormPanel
if any.class
SuggestBox
ASuggestBox
is a text box or text area which displays a pre-configured set of selections that match the user's input.class
TextArea
A text box that allows multiple lines of text to be entered.class
TextBox
A standard single-line text box.class
TextBoxBase
Abstract base class for most text entry widgets.class
ToggleButton
AToggleButton
is a stylish stateful button which allows the user to toggle betweenup
anddown
states.class
Tree
A standard hierarchical tree widget.class
ValueBox<T>
A text box able to parse its displayed value.class
ValueBoxBase<T>
Abstract base class for all text entry widgets.class
ValueListBox<T>
Implementation ofHasConstrainedValue
based on aSelectElement
.Methods in com.google.gwt.user.client.ui that return Focusable Modifier and Type Method Description protected Focusable
TreeItem. getFocusable()
Returns a suggestedFocusable
instance to use when this tree item is selected.
-