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.impl.gwt.widget.field |
Contains the implementation for field widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.field |
Contains the test implementation of 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. |
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 | 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 |
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. |
Copyright © 2001–2016 mmm-Team. All rights reserved.