Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.field.adapter |
Contains the adapters for field widgets.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
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.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetDoubleField
This is the interface for a
input field widget that represents a Double
field. |
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 |
UiWidgetLongField
This is the interface for a
input field widget that represents a Long
field. |
interface |
UiWidgetRangeField<VALUE>
This is the abstract interface for a
field widget that represents a range field. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetDoubleField<ADAPTER extends UiWidgetAdapterDoubleField>
This is the abstact base implementation of
UiWidgetDoubleField . |
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 |
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 |
AbstractUiWidgetRangeField<ADAPTER extends UiWidgetAdapterRangeField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRangeField . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterDoubleField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetDoubleField . |
interface |
UiWidgetAdapterIntegerField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetIntegerField . |
interface |
UiWidgetAdapterIntegerSliderField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetIntegerSliderField . |
interface |
UiWidgetAdapterLongField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetLongField . |
interface |
UiWidgetAdapterNumberField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetRangeField . |
interface |
UiWidgetAdapterRangeField<VALUE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetRangeField . |
Modifier and Type | Class and Description |
---|---|
class |
DoubleSpinBox
|
class |
IntegerRangeBox
|
class |
IntegerSpinBox
|
class |
LongSpinBox
|
class |
NumberBox<VALUE extends Number>
This is the abstract base class for a
ValueBoxBase that represents a
number or range input. |
class |
NumberSpinBox<VALUE extends Number>
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetDoubleFieldGwt
This is the implementation of
UiWidgetDoubleField using GWT based on
UiWidgetAdapterGwtDoubleField . |
class |
UiWidgetIntegerFieldGwt
This is the implementation of
UiWidgetIntegerField using GWT based on
UiWidgetAdapterGwtIntegerField . |
class |
UiWidgetIntegerSliderFieldGwt
This is the implementation of
UiWidgetIntegerSliderField using GWT based on
UiWidgetAdapterGwtIntegerSliderField . |
class |
UiWidgetLongFieldGwt
This is the implementation of
UiWidgetLongField using GWT based on
UiWidgetAdapterGwtLongField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtDoubleField
This is the implementation of
UiWidgetAdapterField using GWT
based on DoubleSpinBox . |
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 |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetDoubleFieldTestImpl
This is the implementation of
UiWidgetDoubleField 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 |
UiWidgetLongFieldTestImpl
This is the implementation of
UiWidgetLongField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestDoubleField
This is the implementation of
UiWidgetAdapterDoubleField for testing without a native toolkit. |
class |
UiWidgetAdapterTestIntegerField
This is the implementation of
UiWidgetAdapterIntegerField 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. |
Copyright © 2001–2016 mmm-Team. All rights reserved.