See: Description
Interface | Description |
---|---|
AttributeWriteDataList |
This interface gives write access to the
data list property of an object. |
CollapseExpandButton.CollapseHandler |
Interface for a handler that gets notified about
collapsing and
expanding . |
HtmlConstants |
This type contains general constants related to Google Web Toolkit (GWT).
|
HtmlTemplates |
This is the interface for
SafeHtmlTemplates used for injection/XSS safe HTML markup. |
SingleChildPanel |
This is the interface for a
Panel that either only supports just a
single child or if it supports multiple children it has a
specific child that will be replaced if updated. |
Class | Description |
---|---|
AbstractTableCellAtomic | |
AbstractTableCellComposite | |
AbstractWidget |
This is the abstract base class for custom widgets that do not have to derive classes below
Widget . |
ButtonGroup |
This is a
Widget representing a button group. |
ButtonPanel |
This is a
horizontal panel for buttons. |
ButtonWidget |
This is a variant of
Button with custom settings (using CssStyles.BUTTON ). |
Caption | |
CheckBoxWithChangeHandlers |
This class extends
CheckBox to implement HasChangeHandlers . |
CollapseExpandButton |
A
CollapseExpandButton is a Button used to collapse and
expand a section that is typically located below it. |
ColorBox | |
ColorBox.ColorFormat | |
ComboBox | |
CssDivWidget |
This is a
Widget for an empty <div> element that is used
as placeholder for a feature styled with CSS. |
CssIconWidget |
This is a
Widget for an empty <span> element that is used
as placeholder for an icon. |
CustomPanel |
This is the abstract base class for a custom
panel . |
DataList | |
DoubleSpinBox | |
Fieldset |
This is a custom
Widget that represents a fieldset. |
GridPanel |
A
GridPanel is a CustomPanel that represents a table (<table>). |
HorizontalFlowPanel |
This is a
Panel with a horizontal layout for its children. |
InputBox<VALUE> |
A
InputBox extends ValueBoxBase for HTML5 input widgets. |
IntegerRangeBox | |
IntegerSpinBox | |
LabelWidget |
This is what
Label should be but is not: A Widget for the
HTML element <label>. |
Legend | |
LocalDateBox |
A
LocalDateBox is an input widget for LocalDate . |
LocalDateBox.LocalDateFormat | |
LocalTimeBox |
A
LocalTimeBox is an input widget for LocalTime . |
LocalTimeBox.LocalTimeFormat | |
LongSpinBox | |
NumberBox<VALUE extends Number> |
This is the abstract base class for a
ValueBoxBase that represents a
number or range input. |
NumberSpinBox<VALUE extends Number> | |
PopupMouseHandler |
This class is the handler for mouse events to move an resize a
PopupWindow . |
PopupWindow |
This class is a
Widget that represents a popup. |
Section |
This simple
Widget represents a section. |
SimpleToggleButton |
This is a simple GWT toggle button.
|
SingleCompositePanel |
This is a custom
Widget that represents a Panel owing a single child. |
TableBody | |
TableCellAtomic |
A
TableCellAtomic is an atomic cell that represents a table data
element (a <td> element). |
TableCellComposite |
A
TableCellComposite is a composite cell that represents a table
data element (a <td> element). |
TableCellHeaderAtomic |
A
TableCellHeaderAtomic is an atomic cell that represents a header
cell in a TableWidget (a <th> element). |
TableCellHeaderComposite |
A
TableCellHeaderComposite is an composite cell that represents
a header cell in a TableWidget (a <th> element). |
TableFooter | |
TableHead | |
TableRow |
A
TableRow is a CustomPanel that represents a table row (<tr>). |
TableWidget |
A
TableWidget is a CustomPanel that represents a table (<table>). |
Toolbar |
This is a
Widget representing a toolbar. |
VerticalFlowPanel |
This is a
Panel with a vertical layout for its children. |
Copyright © 2001–2016 mmm-Team. All rights reserved.