Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.core |
Contains the API for core widgets.
|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.api.widget.menu |
Contains the API for menu widgets.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters for widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.base.widget.core.adapter |
Contains the adapters for core widgets.
|
net.sf.mmm.client.ui.base.widget.custom.core |
Contains the API for custom core widgets.
|
net.sf.mmm.client.ui.base.widget.custom.field |
Contains the API for custom field widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.menu |
Contains the base implementation for menu widgets.
|
net.sf.mmm.client.ui.base.widget.menu.adapter |
Contains the adapters for menu widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.base.widget.panel.adapter |
Contains the adapters for panel widgets.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.core |
Contains the implementation for core widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.core.adapter |
Contains the implementation for core widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.field |
Contains the implementation for field widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.menu |
Contains the implementation for menu widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.menu.adapter |
Contains the implementation for menu widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel |
Contains the implementation for panel widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel.adapter |
Contains the implementation for panel widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.window.adapter |
Contains the implementation for window widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
net.sf.mmm.client.ui.impl.test.widget.complex.adapter |
Contains the test implementation of adapters for complex widgets.
|
net.sf.mmm.client.ui.impl.test.widget.core |
Contains the test implementation of core widgets.
|
net.sf.mmm.client.ui.impl.test.widget.field |
Contains the test implementation of field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.menu |
Contains the test implementation of menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.menu.adapter |
Contains the test implementation of adapters for menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel.adapter |
Contains the test implementation of adapters for panel widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteLabel
This interface gives read and write access to the
label of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetClickable
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractButton
This is the abstract interface for an
regular widget that represents a
button. |
interface |
UiWidgetButton
This is the interface for an regular
button . |
interface |
UiWidgetCollapsableSection
This is the interface for a
regular widget that represents a
collapsable section. |
interface |
UiWidgetLabel
This is the interface for a
regular widget that represents a label. |
interface |
UiWidgetLink
This is the interface for an
regular widget that represents a hyperlink. |
interface |
UiWidgetSection
This is the interface for a
regular widget that represents a section. |
interface |
UiWidgetTab
This is the interface for a
single composite widget that represents
a single tab . |
interface |
UiWidgetToggleButton
This is the interface for an
regular widget that represents a
toggle button. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCheckboxesField<VALUE>
This is the interface for a
options field widget that represents a a set of
radio buttons. |
interface |
UiWidgetCheckboxField
This is the interface for a
field widget that represents a checkbox. |
interface |
UiWidgetCodeAreaField
This is the interface for a
input field widget that represents a text
area field for editing source code. |
interface |
UiWidgetColorField
This is the interface for a
field widget that allows to display and enter a value of
the type Color . |
interface |
UiWidgetComboboxField<VALUE>
This is the interface for a
options field widget that represents a
combobox. |
interface |
UiWidgetDateField
This is the abstract interface for a
input field widget that represents a
date field. |
interface |
UiWidgetDoubleField
This is the interface for a
input field widget that represents a Double
field. |
interface |
UiWidgetField<VALUE>
This is the abstract interface for a
regular composite widget that
represents a (potentially) editable field (text field, combobox, text area, radio-buttons, checkbox, etc.). |
interface |
UiWidgetFileField
This is the interface for a
field widget that represents a
file upload and download. |
interface |
UiWidgetInstantField
This is the interface for a
input field widget that allows to display and
enter a value of the type Instant with day, month and year as well as the time in hours, minutes
and seconds. |
interface |
UiWidgetIntegerField
This is the interface for a
input field widget that represents an Integer
field. |
interface |
UiWidgetIntegerSliderField
This is the interface for a
field widget that represents an Integer slider field. |
interface |
UiWidgetListBoxField<VALUE>
This is the interface for a
options field widget that represents a
list box. |
interface |
UiWidgetLocalDateField
This is the interface for a
textual input field that allows to display
and enter a value of the type LocalDate with day, month and year but without any time-related
information. |
interface |
UiWidgetLocalTimeField
This is the interface for a
textual input field that allows to display
and enter a value of the type LocalTime with hours, minutes and seconds. |
interface |
UiWidgetLongField
This is the interface for a
input field widget that represents a Long
field. |
interface |
UiWidgetOptionsField<VALUE>
This is the abstract interface for a
field widget that allows to select a single value out of a
list of predefined options. |
interface |
UiWidgetPasswordField
This is the interface for a
input field widget representing a password
field. |
interface |
UiWidgetRadioButtonsField<VALUE>
This is the interface for a
options field widget that represents a a set of
radio buttons. |
interface |
UiWidgetRadioButtonsVerticalField<VALUE>
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
interface |
UiWidgetRangeField<VALUE>
This is the abstract interface for a
field widget that represents a range field. |
interface |
UiWidgetRichTextField
This is the interface for a
input field widget that represents a rich text area
field. |
interface |
UiWidgetTextAreaField
This is the interface for a
input field widget that represents a text
area field. |
interface |
UiWidgetTextField
This is the interface for a
input field widget that represents a text
field. |
interface |
UiWidgetTextualInputField<VALUE>
This is the interface for a
field widget that allows to enter textual input. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetMenu
This is the interface for a
dynamic composite widget that represents a
menu. |
interface |
UiWidgetMenuItemCheckbox
|
interface |
UiWidgetMenuItemClickable
This is the interface for a normal
menu item widget . |
interface |
UiWidgetMenuItemRadioButton
This is the interface for a
menu item widget that has a label
and additionally a radio button. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractBorderPanel
This is the interface for a
panel widget that shows a single child that is surrounded by a labeled border. |
interface |
UiWidgetBorderPanel
This is the interface for a normal
border panel . |
interface |
UiWidgetCollapsableBorderPanel
This is the interface for a
border panel that can be
collapsed and expanded . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetClickable<ADAPTER extends UiWidgetAdapterClickable,VALUE>
|
class |
AbstractUiWidgetWithLabel<ADAPTER extends UiWidgetAdapterWithLabel>
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterClickable
This is the interface for
UiWidgetAdapterActive that has a label . |
interface |
UiWidgetAdapterWithLabel
This is the interface for a
UiWidgetAdapter that has a label . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAdapter<WIDGET>
This is the abstract base implementation of
UiWidgetAdapter . |
class |
AbstractUiWidgetAdapterWithEvents<WIDGET,EVENT_ADAPTER extends AbstractEventAdapter>
This class extends
AbstractUiWidgetAdapter with #addEventHandler. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractButton<ADAPTER extends UiWidgetAdapterClickable,VALUE>
This is the abstract base implementation of
UiWidgetAbstractButton . |
class |
AbstractUiWidgetButton<ADAPTER extends UiWidgetAdapterButton>
This is the abstract base implementation of
UiWidgetButton . |
class |
AbstractUiWidgetCollapsableSection<ADAPTER extends UiWidgetAdapterCollapsableSection>
This is the abstract base implementation of
UiWidgetCollapsableSection . |
class |
AbstractUiWidgetLabel<ADAPTER extends UiWidgetAdapterLabel>
This is the abstract base implementation of
UiWidgetLabel . |
class |
AbstractUiWidgetLink<ADAPTER extends UiWidgetAdapterLink>
This is the abstract base implementation of
UiWidgetLink . |
class |
AbstractUiWidgetSection<ADAPTER extends UiWidgetAdapterSection>
This is the abstract base implementation of
UiWidgetSection . |
class |
AbstractUiWidgetTab<ADAPTER extends UiWidgetAdapterTab>
This is the abstract base implementation of
UiWidgetTab . |
class |
AbstractUiWidgetToggleButton<ADAPTER extends UiWidgetAdapterToggleButton>
This is the abstract base implementation of
UiWidgetToggleButton . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterButton
This is the interface for a
UiWidgetAdapter adapting
UiWidgetButton . |
interface |
UiWidgetAdapterCollapsableSection
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCollapsableSection . |
interface |
UiWidgetAdapterLabel
This is the interface for a
UiWidgetAdapter adapting
UiWidgetLabel . |
interface |
UiWidgetAdapterLink
This is the interface for a
UiWidgetAdapter adapting
UiWidgetLink . |
interface |
UiWidgetAdapterSection
This is the interface for a
UiWidgetAdapter adapting
UiWidgetSection . |
interface |
UiWidgetAdapterTab
This is the interface for a
UiWidgetAdapter adapting
UiWidgetTab . |
interface |
UiWidgetAdapterToggleButton
This is the interface for a
UiWidgetAdapter adapting
UiWidgetToggleButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomButton
This is the abstract base class for a
atomic custom widget that adapts
a UiWidgetButton . |
class |
UiWidgetCustomButtonSave
This is a
UiWidgetCustomButton for the
save operation. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomField<VALUE,DELEGATE extends UiWidgetComposite<?>>
This is the abstract base class for a
custom widget that is a field widget . |
class |
UiWidgetCustomFieldAtomic<VALUE,DELEGATE_VALUE,DELEGATE extends UiWidgetField<DELEGATE_VALUE>>
This is the abstract base class for a
custom field widget that is
build out of a single field widget . |
class |
UiWidgetCustomFieldComposite<VALUE,DELEGATE extends UiWidgetDynamicComposite<UiWidgetRegular>>
This is the abstract base class for a
custom field widget that is composed out
of multiple field widgets and potentially other widgets. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCheckboxField<ADAPTER extends UiWidgetAdapterCheckboxField>
This is the abstract base implementation of
UiWidgetCheckboxField . |
class |
AbstractUiWidgetCodeAreaField<ADAPTER extends UiWidgetAdapterCodeAreaField>
This is the abstract base implementation of
UiWidgetCodeAreaField . |
class |
AbstractUiWidgetColorField<ADAPTER extends UiWidgetAdapterColorField>
This is the abstract base implementation of
UiWidgetColorField . |
class |
AbstractUiWidgetComboboxField<ADAPTER extends UiWidgetAdapterComboboxField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetComboboxField . |
class |
AbstractUiWidgetDateField<ADAPTER extends UiWidgetAdapterDateField>
This is the abstract base implementation of
UiWidgetDateField . |
class |
AbstractUiWidgetDoubleField<ADAPTER extends UiWidgetAdapterDoubleField>
This is the abstact base implementation of
UiWidgetDoubleField . |
class |
AbstractUiWidgetField<ADAPTER extends UiWidgetAdapterField<VALUE,ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the abstract base implementation of
UiWidgetField . |
class |
AbstractUiWidgetFileField<ADAPTER extends UiWidgetAdapterFileField>
This is the abstract base implementation of
UiWidgetFileField . |
class |
AbstractUiWidgetInstantField<ADAPTER extends UiWidgetAdapterInstantField>
This is the abstract base implementation of
UiWidgetInstantField . |
class |
AbstractUiWidgetIntegerField<ADAPTER extends UiWidgetAdapterIntegerField>
This is the abstract base implementation of
UiWidgetIntegerField . |
class |
AbstractUiWidgetIntegerSliderField<ADAPTER extends UiWidgetAdapterIntegerSliderField>
This is the abstract base implementation of
UiWidgetIntegerSliderField . |
class |
AbstractUiWidgetListBoxField<ADAPTER extends UiWidgetAdapterListBoxField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetTextField . |
class |
AbstractUiWidgetLocalDateField<ADAPTER extends UiWidgetAdapterLocalDateField>
This is the abstract base implementation of
UiWidgetLocalDateField . |
class |
AbstractUiWidgetLocalTimeField<ADAPTER extends UiWidgetAdapterLocalTimeField>
This is the abstract base implementation of
UiWidgetLocalTimeField . |
class |
AbstractUiWidgetLongField<ADAPTER extends UiWidgetAdapterLongField>
This is the abstract base implementation of
UiWidgetLongField . |
class |
AbstractUiWidgetNumberField<ADAPTER extends UiWidgetAdapterNumberField<VALUE>,VALUE extends Number & Comparable<VALUE>>
This is the abstract base implementation of
UiWidgetRangeField . |
class |
AbstractUiWidgetOptionsField<ADAPTER extends UiWidgetAdapterOptionsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetOptionsField . |
class |
AbstractUiWidgetPasswordField<ADAPTER extends UiWidgetAdapterPasswordField>
This is the abstract base implementation of
UiWidgetPasswordField . |
class |
AbstractUiWidgetRadioButtonsField<ADAPTER extends UiWidgetAdapterRadioButtonsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRadioButtonsField . |
class |
AbstractUiWidgetRadioButtonsVerticalField<ADAPTER extends UiWidgetAdapterRadioButtonsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRadioButtonsVerticalField . |
class |
AbstractUiWidgetRangeField<ADAPTER extends UiWidgetAdapterRangeField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRangeField . |
class |
AbstractUiWidgetRichTextField<ADAPTER extends UiWidgetAdapterRichTextField>
This is the abstract base implementation of
UiWidgetRichTextField . |
class |
AbstractUiWidgetTextAreaField<ADAPTER extends UiWidgetAdapterTextAreaField>
This is the abstract base implementation of
UiWidgetTextAreaField . |
class |
AbstractUiWidgetTextAreaFieldBase<ADAPTER extends UiWidgetAdapterTextAreaFieldBase>
This is the abstract base implementation for
UiWidgetTextAreaField and
UiWidgetRichTextField . |
class |
AbstractUiWidgetTextField<ADAPTER extends UiWidgetAdapterTextField>
This is the abstract base implementation of
UiWidgetTextField . |
class |
AbstractUiWidgetTextFieldBase<ADAPTER extends UiWidgetAdapterTextFieldBase>
This is the abstract base implementation of
UiWidgetTextField
or UiWidgetTextAreaField . |
class |
AbstractUiWidgetTextualInputField<ADAPTER extends UiWidgetAdapterTextualInputField<VALUE,ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the abstract base implementation of
UiWidgetTextualInputField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetMenu<ADAPTER extends UiWidgetAdapterMenu>
This is the abstract base implementation of
UiWidgetMenu . |
class |
AbstractUiWidgetMenuItemClickable<ADAPTER extends UiWidgetAdapterMenuItemClickable>
This is the abstract base implementation of
UiWidgetMenuItemClickable . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterMenu
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMenu . |
interface |
UiWidgetAdapterMenuItemClickable
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMenuItem . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractBorderPanel<ADAPTER extends UiWidgetAdapterAbstractBorderPanel>
This is the abstract base implementation of
UiWidgetAbstractBorderPanel . |
class |
AbstractUiWidgetBorderPanel<ADAPTER extends UiWidgetAdapterBorderPanel>
This is the abstract base implementation of
UiWidgetBorderPanel . |
class |
AbstractUiWidgetCollapsableBorderPanel<ADAPTER extends UiWidgetAdapterCollapsableBorderPanel>
This is the abstract base implementation of
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractBorderPanel
This is the
UiWidgetAdapter for
UiWidgetAbstractBorderPanel . |
interface |
UiWidgetAdapterBorderPanel
This is the
UiWidgetAdapter for
UiWidgetBorderPanel . |
interface |
UiWidgetAdapterCollapsableBorderPanel
This is the
UiWidgetAdapter for
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Class and Description |
---|---|
class |
Fieldset
This is a custom
Widget that represents a fieldset. |
class |
Legend
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwt<WIDGET extends com.google.gwt.user.client.ui.UIObject>
This is the implementation of
UiWidgetAdapter using GWT
based on UIObject . |
class |
UiWidgetAdapterGwtClickable<WIDGET extends com.google.gwt.user.client.ui.FocusWidget>
This is the implementation of
UiWidgetAdapterClickable using GWT based on FocusWidget . |
class |
UiWidgetAdapterGwtComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite using GWT. |
class |
UiWidgetAdapterGwtDynamicComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterDynamicComposite using GWT. |
class |
UiWidgetAdapterGwtFocusWidget<WIDGET extends com.google.gwt.user.client.ui.FocusWidget>
This is the implementation of
UiWidgetAdapterActive using
GWT based on FocusWidget . |
class |
UiWidgetAdapterGwtPanel<WIDGET extends com.google.gwt.user.client.ui.Panel & com.google.gwt.user.client.ui.InsertPanel>
|
class |
UiWidgetAdapterGwtSingleComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterSingleComposite using GWT. |
class |
UiWidgetAdapterGwtSingleMutableComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterSingleMutableComposite using GWT. |
class |
UiWidgetAdapterGwtWidget<WIDGET extends com.google.gwt.user.client.ui.Widget>
This is the implementation of
UiWidgetAdapter using GWT
based on Widget . |
class |
UiWidgetAdapterGwtWidgetActive<WIDGET extends com.google.gwt.user.client.ui.Widget>
This is the implementation of
UiWidgetAdapterActive using GWT based on Widget . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtAbstractDataTable<ROW>
This is the implementation of
UiWidgetAdapterAbstractDataTable using GWT based on FlowPanel
and TableWidget . |
class |
UiWidgetAdapterGwtAbstractListTable<ROW>
This is the implementation of
UiWidgetAdapterAbstractListTable using GWT. |
class |
UiWidgetAdapterGwtListTable<ROW>
This is the implementation of
UiWidgetAdapterListTable using GWT. |
class |
UiWidgetAdapterGwtTableColumn
This is the implementation of
UiWidgetAdapterTableColumn using GWT. |
class |
UiWidgetAdapterGwtTree<NODE>
This is the implementation of
UiWidgetAdapterTree using GWT based on Tree . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetButtonGwt
This is the implementation of
UiWidgetButton using GWT. |
class |
UiWidgetCollapsableSectionGwt
This is the implementation of
UiWidgetCollapsableSection using GWT. |
class |
UiWidgetLabelGwt
This is the implementation of
UiWidgetLabel using GWT. |
class |
UiWidgetLinkGwt
This is the implementation of
UiWidgetLink using GWT. |
class |
UiWidgetSectionGwt
This is the implementation of
UiWidgetSection using GWT. |
class |
UiWidgetTabGwt
This is the implementation of
UiWidgetTab using GWT. |
class |
UiWidgetToggleButtonGwt
This is the implementation of
UiWidgetToggleButton using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtButton
This is the implementation of
UiWidgetAdapterButton using GWT based on Button . |
class |
UiWidgetAdapterGwtCollapsableSection
This is the implementation of
UiWidgetAdapterCollapsableSection using GWT based on
FlowPanel . |
class |
UiWidgetAdapterGwtImage
This is the implementation of
UiWidgetAdapterImage using GWT based on Image . |
class |
UiWidgetAdapterGwtLabel
This is the implementation of
UiWidgetAdapterLabel using GWT based on LabelWidget . |
class |
UiWidgetAdapterGwtLink
This is the implementation of
UiWidgetAdapterLink using GWT based on Anchor . |
class |
UiWidgetAdapterGwtSection
This is the implementation of
UiWidgetAdapterSection using GWT based on Section . |
class |
UiWidgetAdapterGwtSlot
This is the implementation of
UiWidgetAdapterSlot using GWT based on FlowPanel . |
class |
UiWidgetAdapterGwtTab
This is the implementation of
UiWidgetAdapterTab using GWT based on HorizontalPanel . |
class |
UiWidgetAdapterGwtToggleButton
This is the implementation of
UiWidgetAdapterToggleButton using GWT based on
SimpleToggleButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField using GWT based on
CheckBoxWithChangeHandlers . |
class |
UiWidgetAdapterGwtColorField
This is the implementation of
UiWidgetAdapterColorField using GWT based on ColorBox . |
class |
UiWidgetAdapterGwtComboBoxField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField using GWT based on a ComboBox
and a DataList . |
class |
UiWidgetAdapterGwtDateField
This is the implementation of
UiWidgetAdapterField
using GWT based on DateBox . |
class |
UiWidgetAdapterGwtDoubleField
This is the implementation of
UiWidgetAdapterField using GWT
based on DoubleSpinBox . |
class |
UiWidgetAdapterGwtField<WIDGET extends com.google.gwt.user.client.ui.Widget,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField using GWT. |
class |
UiWidgetAdapterGwtFieldFocusWidget<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.user.client.ui.HasValue<ADAPTER_VALUE> & com.google.gwt.event.dom.client.HasChangeHandlers,VALUE,ADAPTER_VALUE>
|
class |
UiWidgetAdapterGwtFieldFocusWidgetBase<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.event.dom.client.HasChangeHandlers,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField
using GWT based on FocusWidget and HasChangeHandlers . |
class |
UiWidgetAdapterGwtFieldValueBox<WIDGET extends com.google.gwt.user.client.ui.ValueBox<ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField using GWT
based on ValueBox . |
class |
UiWidgetAdapterGwtFieldValueBoxBase<WIDGET extends com.google.gwt.user.client.ui.ValueBoxBase<ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField
using GWT based on ValueBoxBase . |
class |
UiWidgetAdapterGwtFileField
This is the implementation of
UiWidgetAdapterFileField using GWT based on FileUpload . |
class |
UiWidgetAdapterGwtIntegerField
This is the implementation of
UiWidgetAdapterIntegerField using GWT based on IntegerSpinBox . |
class |
UiWidgetAdapterGwtIntegerSliderField
This is the implementation of
UiWidgetAdapterField using GWT
based on IntegerRangeBox . |
class |
UiWidgetAdapterGwtListBoxCombo<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on ListBox to
build a simple combobox. |
class |
UiWidgetAdapterGwtLocalDateField
This is the implementation of
UiWidgetAdapterLocalDateField using GWT based on LocalDateBox
. |
class |
UiWidgetAdapterGwtLocalTimeField
This is the implementation of
UiWidgetAdapterLocalTimeField using GWT based on LocalTimeBox
. |
class |
UiWidgetAdapterGwtLongField
This is the implementation of
UiWidgetAdapterLongField using GWT based on LongSpinBox . |
class |
UiWidgetAdapterGwtNumberField<WIDGET extends NumberBox<VALUE>,VALUE extends Number>
This is the implementation of
UiWidgetAdapterField
using GWT based on NumberBox . |
class |
UiWidgetAdapterGwtPasswordField
This is the implementation of
UiWidgetAdapterField
using GWT based on PasswordTextBox . |
class |
UiWidgetAdapterGwtRadioButtons<VALUE>
This is the base implementation of
UiWidgetAdapterRadioButtonsField using GWT based on a
ComplexPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRadioButtonsHorizontal<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on
HorizontalPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRadioButtonsVertical<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on
VerticalPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRichTextField
This is the implementation of
UiWidgetAdapterRichTextField using GWT based on RichTextArea . |
class |
UiWidgetAdapterGwtTextAreaBase<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.user.client.ui.HasValue<String> & com.google.gwt.event.dom.client.HasChangeHandlers>
This is the implementation of
UiWidgetAdapterTextAreaFieldBase using GWT based on
FocusWidget and HasValue . |
class |
UiWidgetAdapterGwtTextAreaField
This is the implementation of
UiWidgetAdapterTextAreaField using GWT based on TextArea . |
class |
UiWidgetAdapterGwtTextBoxBase<WIDGET extends com.google.gwt.user.client.ui.TextBox,VALUE>
This is the implementation of
UiWidgetAdapterField
using GWT based on TextBox . |
class |
UiWidgetAdapterGwtTextField
This is the implementation of
UiWidgetAdapterField
using GWT based on TextBox . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuGwt
This is the implementation of
UiWidgetMenu using GWT. |
class |
UiWidgetMenuItemClickableGwt
This is the implementation of
UiWidgetMenuItemClickable using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtMenu
|
class |
UiWidgetAdapterGwtMenuBar
This is the implementation of
UiWidgetAdapterDynamicComposite using GWT based on
MenuBar . |
class |
UiWidgetAdapterGwtMenuItem
This is the implementation of
UiWidgetAdapterMenuItemClickable using GWT based on MenuItem . |
class |
UiWidgetAdapterGwtMenuItemBase
This is the abstract base implementation of
UiWidgetAdapter using GWT based on MenuItem . |
class |
UiWidgetAdapterGwtMenuItemSeparator
This is the implementation of
UiWidgetAdapterMenuItemSeparator using GWT based on
MenuItemSeparator . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetCollapsableBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtAbstractDialogWindow
This is the implementation of
UiWidgetAdapterAbstractDialogWindow using GWT based
on PopupWindow . |
class |
UiWidgetAdapterGwtAbstractWindow<WIDGET extends com.google.gwt.user.client.ui.Panel>
This is the implementation of
UiWidgetAdapterAbstractWindow using GWT based on Panel . |
class |
UiWidgetAdapterGwtMainWindow
|
class |
UiWidgetAdapterGwtPopup
This is the implementation of
UiWidgetAdapterPopup using GWT based on PopupWindow . |
class |
UiWidgetAdapterGwtWindow
This is the implementation of
UiWidgetAdapterWindow
using GWT based on PopupWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTest
This is the implementation of
UiWidgetAdapter for testing
without a native toolkit. |
class |
UiWidgetAdapterTestComposite<CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite and various
sub-interfaces for testing without a native toolkit. |
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
class |
UiWidgetAdapterTestSelectedValue<VALUE>
This class extends
UiWidgetAdapterTest and implements AttributeWriteSelectedValue for
testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestTree<NODE>
This is the implementation of
UiWidgetAdapterTree for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetButtonTestImpl
This is the implementation of
UiWidgetButton using GWT. |
class |
UiWidgetCollapsableSectionTestImpl
This is the implementation of
UiWidgetCollapsableSection using GWT. |
class |
UiWidgetLabelTestImpl
This is the implementation of
UiWidgetLabel using GWT. |
class |
UiWidgetLinkTestImpl
This is the implementation of
UiWidgetLink using GWT. |
class |
UiWidgetSectionTestImpl
This is the implementation of
UiWidgetSection using GWT. |
class |
UiWidgetTabTestImpl
This is the implementation of
UiWidgetTab using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldTestImpl
This is the implementation of
UiWidgetCheckboxField for testing without a native toolkit. |
class |
UiWidgetCodeAreaFieldTestImpl
This is the implementation of
UiWidgetCodeAreaField for testing without a native toolkit. |
class |
UiWidgetColorFieldTestImpl
This is the implementation of
UiWidgetColorField for testing without a native toolkit. |
class |
UiWidgetComboboxFieldTestImpl<VALUE>
This is an implementation of
UiWidgetComboboxField for testing without a native toolkit. |
class |
UiWidgetDateFieldTestImpl
This is the implementation of
UiWidgetDateField for testing without a native toolkit. |
class |
UiWidgetDoubleFieldTestImpl
This is the implementation of
UiWidgetDoubleField for testing without a native toolkit. |
class |
UiWidgetFileFieldTestImpl
This is the implementation of
UiWidgetFileField for testing without a native toolkit. |
class |
UiWidgetIntegerFieldTestImpl
This is the implementation of
UiWidgetIntegerField for testing without a native toolkit. |
class |
UiWidgetIntegerSliderFieldTestImpl
This is the implementation of
UiWidgetIntegerSliderField for testing without a native toolkit. |
class |
UiWidgetLocalDateFieldTestImpl
This is the implementation of
UiWidgetLocalDateField for testing without a native toolkit. |
class |
UiWidgetLocalTimeFieldTestImpl
This is the implementation of
UiWidgetLocalTimeField for testing without a native toolkit. |
class |
UiWidgetLongFieldTestImpl
This is the implementation of
UiWidgetLongField for testing without a native toolkit. |
class |
UiWidgetPasswordFieldTestImpl
This is the implementation of
UiWidgetPasswordField for testing without a native toolkit. |
class |
UiWidgetRadioButtonsTestImpl<VALUE>
This is the implementation of
UiWidgetRadioButtonsField for testing without a native toolkit. |
class |
UiWidgetRadioButtonsVerticalFieldTestImpl<VALUE>
This is the implementation of
UiWidgetRadioButtonsVerticalField for testing without a native
toolkit. |
class |
UiWidgetRichTextFieldTestImpl
This is the implementation of
UiWidgetRichTextField for testing without a native toolkit. |
class |
UiWidgetTextAreaFieldTestImpl
This is the implementation of
UiWidgetTextAreaField for testing without a native toolkit. |
class |
UiWidgetTextFieldTestImpl
This is the implementation of
UiWidgetTextField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestColorField
This is the implementation of
UiWidgetAdapterColorField for testing without native toolkit. |
class |
UiWidgetAdapterTestDateField
This is the implementation of
UiWidgetAdapterDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestDoubleField
This is the implementation of
UiWidgetAdapterDoubleField for testing without a native toolkit. |
class |
UiWidgetAdapterTestField<VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField for testing without a native toolkit. |
class |
UiWidgetAdapterTestFileField
This is the implementation of
UiWidgetAdapterFileField for testing without native toolkit. |
class |
UiWidgetAdapterTestIntegerField
This is the implementation of
UiWidgetAdapterIntegerField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalDateField
This is the implementation of
UiWidgetAdapterLocalDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalTimeField
This is the implementation of
UiWidgetAdapterLocalTimeField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLongField
This is the implementation of
UiWidgetAdapterLongField for testing without a native toolkit. |
class |
UiWidgetAdapterTestNumberField<VALUE extends Number>
This is the implementation of
UiWidgetAdapterNumberField for testing without a native toolkit. |
class |
UiWidgetAdapterTestOptionsField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestStringField
This is the implementation of
UiWidgetAdapterTextField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuItemClickableTestImpl
This is the implementation of
UiWidgetMenuItemClickable using GWT. |
class |
UiWidgetMenuTestImpl
This is the implementation of
UiWidgetMenu for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestMenu
This is the implementation of
UiWidgetAdapterMenu for testing without a native toolkit. |
class |
UiWidgetAdapterTestMenuBar
This is the implementation of
UiWidgetAdapterMenuBar for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelTestImpl
This is the implementation of
UiWidgetBorderPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestGridPanel
This is the implementation of
UiWidgetAdapterGridPanel for testing without a native toolkit. |
class |
UiWidgetAdapterTestGridRow
This is the implementation of
UiWidgetAdapterGridRow for testing without a native toolkit. |
class |
UiWidgetAdapterTestTabPanel
This is the implementation of
UiWidgetAdapterTabPanel for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.