JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GXT Product Home
|
GXT Guides
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.gwt.user.client.ui
Interface IsWidget
All Known Subinterfaces:
DialogBox.Caption
,
HasScrolling
,
HorizontalScrollbar
,
VerticalScrollbar
All Known Implementing Classes:
AbsolutePanel
,
AbstractCellTable
,
AbstractCellTree
,
AbstractHasData
,
AbstractNativeScrollbar
,
AbstractPager
,
Anchor
,
Audio
,
Button
,
ButtonBase
,
ButtonBase
,
CalendarView
,
Canvas
,
CaptionPanel
,
CellBrowser
,
CellList
,
CellPanel
,
CellTable
,
CellTree
,
CellWidget
,
CheckBox
,
ComplexPanel
,
Composite
,
CustomButton
,
CustomScrollPanel
,
DataGrid
,
DateBox
,
DateLabel
,
DatePicker
,
DeckLayoutPanel
,
DeckPanel
,
DecoratedPopupPanel
,
DecoratedStackPanel
,
DecoratedTabBar
,
DecoratedTabPanel
,
DecoratorPanel
,
DefaultCalendarView
,
DefaultMonthSelector
,
DialogBox
,
DialogBox.CaptionImpl
,
DisclosurePanel
,
DockLayoutPanel
,
DockPanel
,
DoubleBox
,
FileUpload
,
FlexTable
,
FlowPanel
,
FocusPanel
,
FocusWidget
,
FormPanel
,
Frame
,
Grid
,
HeaderPanel
,
Hidden
,
HorizontalPanel
,
HorizontalSplitPanel
,
HTML
,
HTMLPanel
,
HTMLTable
,
Hyperlink
,
Image
,
InlineHTML
,
InlineHyperlink
,
InlineLabel
,
IntegerBox
,
Label
,
LabelBase
,
LayoutPanel
,
LazyPanel
,
ListBox
,
LoggingPopup
,
LongBox
,
MediaBase
,
MenuBar
,
MonthSelector
,
NamedFrame
,
NativeHorizontalScrollbar
,
NativeVerticalScrollbar
,
NotificationMole
,
NumberLabel
,
PageSizePager
,
Panel
,
PasswordTextBox
,
PopupPanel
,
PushButton
,
RadioButton
,
RenderablePanel
,
ResetButton
,
ResizeComposite
,
ResizeLayoutPanel
,
RichTextArea
,
RootLayoutPanel
,
RootPanel
,
ScrollPanel
,
SimpleCheckBox
,
SimpleLayoutPanel
,
SimplePager
,
SimplePanel
,
SimpleRadioButton
,
SplitLayoutPanel
,
StackLayoutPanel
,
StackPanel
,
SubmitButton
,
SuggestBox
,
TabBar
,
TabLayoutPanel
,
TabPanel
,
TextArea
,
TextBox
,
TextBoxBase
,
TextButton
,
ToggleButton
,
Tree
,
ValueBox
,
ValueBoxBase
,
ValueBoxEditorDecorator
,
ValueLabel
,
ValueListBox
,
ValuePicker
,
VerticalPanel
,
VerticalSplitPanel
,
Video
,
Widget
public interface
IsWidget
Extended by view interfaces that are likely to be implemented by Widgets. Provides access to that widget, if it exists, without compromising the ability to provide a mock view instance in JRE unit tests.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Widget
asWidget
()
Returns the
Widget
aspect of the receiver.
Method Detail
asWidget
Widget
asWidget()
Returns the
Widget
aspect of the receiver.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GXT Product Home
|
GXT Guides
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2018. All rights reserved.