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.
|
net.sf.mmm.util.datatype.api.color |
Contains the color API of the client UI.
|
net.sf.mmm.util.lang.api.attribute |
Contains abstract interfaces for common attributes of objects.
|
net.sf.mmm.util.math.api |
Provides the API for utilities that help to deal with
Number s. |
net.sf.mmm.util.math.base |
Contains the public implementation of the
Math-Util API . |
net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
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 |
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 |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
Segment<V extends Number>
This is the interface for a single segment of a
Color . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleSegment<SELF extends AbstractDoubleSegment<SELF>>
|
class |
AbstractSegment<V extends Number>
The abstract base implementation of
Segment . |
class |
Alpha
This
Segment represents the alpha value of a color what is its opacity. |
class |
Blue
|
class |
Brightness
|
class |
Chroma
|
class |
ColorFactor
This class is a generic implementation of
Factor used for color transformations such as
GenericColor.lighten(ColorFactor) or GenericColor.darken(ColorFactor) . |
class |
Factor<SELF extends Factor<SELF>>
The implementation of
Segment for a factor in the range from 0 to 1 such as
Saturation , Lightness , or Brightness . |
class |
Green
|
class |
Hue
This
Segment represents the main characteristic of a a color by the degree of the angle around that axis in
the color cube starting with red at 0°. |
class |
Lightness
|
class |
Red
|
class |
Saturation
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteMaximumValue<VALUE>
This interface gives read and write access to the
maximum value of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
NumberType<NUMBER extends Number>
|
Modifier and Type | Class and Description |
---|---|
class |
NumberTypeImpl<NUMBER extends Number>
This is the implementation of the
NumberType interface. |
Modifier and Type | Class and Description |
---|---|
class |
NumberRange
|
class |
Range<V>
|
Copyright © 2001–2016 mmm-Team. All rights reserved.