Package | Description |
---|---|
net.sf.mmm.client.ui.api.feature |
Contains the feature API of the client UI.
|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.client.ui.base.feature |
Contains the base implementation for features.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.field |
Contains the API for custom field widgets.
|
net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
Modifier and Type | Method and Description |
---|---|
VALUE |
UiFeatureValueAndValidation.getValueAndValidate(ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValue() and AbstractValidatableObject.validate(ValidationState) . |
VALUE |
UiFeatureValueAndValidation.getValueDirect(VALUE template,
ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValueOrException(Object) and
AbstractValidatableObject.validate(ValidationState) . |
Modifier and Type | Method and Description |
---|---|
protected VALUE |
UiDataBindingPojoComposite.doGetValue(VALUE template,
ValidationState state)
This method is called from
AbstractUiFeatureValueAndValidation.getValueOrException(Object) . |
protected VALUE |
AbstractUiDataBinding.doGetValue(VALUE template,
ValidationState state)
This method is called from
AbstractUiFeatureValueAndValidation.getValueOrException(Object) . |
boolean |
UiDataBinding.doValidate(ValidationState state,
VALUE value)
This method performs the actual validation using the
registered validators. |
boolean |
UiDataBindingNone.doValidate(ValidationState state,
Void value)
This method performs the actual validation using the
registered validators. |
Void |
UiDataBindingNone.getValueAndValidate(ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValue() and AbstractValidatableObject.validate(ValidationState) . |
VALUE |
AbstractUiDataBinding.getValueDirect(VALUE template,
ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValueOrException(Object) and
AbstractValidatableObject.validate(ValidationState) . |
Void |
UiDataBindingNone.getValueDirect(Void template,
ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValueOrException(Object) and
AbstractValidatableObject.validate(ValidationState) . |
boolean |
UiDataBindingNone.validate(ValidationState state)
This method performs the actual validation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractUiFeatureValueAndValidationWithValidators.doValidate(ValidationState state,
VALUE value)
This method performs the actual validation using the
registered validators. |
VALUE |
AbstractUiFeatureValueAndValidation.getValueAndValidate(ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValue() and AbstractValidatableObject.validate(ValidationState) . |
protected void |
AbstractUiFeatureValueAndValidation.handleGetValueError(RuntimeException e,
ValidationState state)
This method handles a
RuntimeException that occurred in
UiFeatureValueAndValidation.getValueDirect(Object, ValidationState) . |
boolean |
AbstractUiFeatureValueAndValidation.validate(ValidationState state)
This method performs the actual validation.
|
Modifier and Type | Method and Description |
---|---|
static <VALUE> VALUE |
AbstractUiWidget.AccessHelper.doGetValue(AbstractUiWidget<VALUE> widget,
VALUE template,
ValidationState state) |
protected VALUE |
AbstractUiWidgetNative.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
protected VALUE |
AbstractUiWidget.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
static <VALUE> void |
AbstractUiWidget.AccessHelper.doValidate(AbstractUiWidget<VALUE> widget,
ValidationState state,
VALUE value) |
protected void |
AbstractUiWidgetNative.doValidate(ValidationState state,
VALUE value)
This method is called from
AbstractUiFeatureValueAndValidation.validate(ValidationState) and performs the actual validation of this
object. |
protected void |
AbstractUiWidget.doValidate(ValidationState state,
VALUE value)
This method is called from
AbstractUiFeatureValueAndValidation.validate(ValidationState) and performs the actual validation of this
object. |
VALUE |
AbstractUiWidget.getValueDirect(VALUE template,
ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValueOrException(Object) and
AbstractValidatableObject.validate(ValidationState) . |
private void |
AbstractUiWidget.validateInteral(ValidationState state,
VALUE value)
This method is called from
AbstractUiFeatureValueAndValidation.validate(ValidationState) and performs the actual validation of this
object. |
(package private) void |
AbstractUiWidgetNative.validateRecursive(ValidationState state)
This method performs the recursive validation of potential children of this widget excluding the
validation of this widget itself.
|
Modifier and Type | Method and Description |
---|---|
protected List<ROW> |
AbstractUiWidgetListTable.doGetValue(List<ROW> template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
Modifier and Type | Method and Description |
---|---|
protected Boolean |
AbstractUiWidgetToggleButton.doGetValue(Boolean template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
Modifier and Type | Method and Description |
---|---|
protected VALUE |
UiWidgetCustomComposite.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
protected void |
UiWidgetCustom.doValidate(ValidationState state,
VALUE value)
This method is called from
AbstractUiFeatureValueAndValidation.validate(ValidationState) and performs the actual validation of this
object. |
Modifier and Type | Method and Description |
---|---|
protected VALUE |
UiWidgetCustomFieldAtomic.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
Modifier and Type | Method and Description |
---|---|
protected List<ROW> |
AbstractUiWidgetCustomTwoListSelection.doGetValue(List<ROW> template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
protected VALUE |
UiWidgetCustomFormEditor.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
protected VALUE |
AbstractUiWidgetCustomMasterDetail.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
Modifier and Type | Method and Description |
---|---|
protected VALUE |
AbstractUiWidgetField.convertToValue(ADAPTER_VALUE adapterValue,
ValidationState state)
|
protected VALUE |
AbstractUiWidgetOptionsField.convertToValue(String adapterValue,
ValidationState state)
|
protected VALUE |
AbstractUiWidgetOptionsField.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
protected VALUE |
AbstractUiWidgetField.doGetValue(VALUE template,
ValidationState state)
This method is called from the
data-binding triggered by API methods such as
AbstractUiFeatureValueAndValidation.getValue() . |
protected void |
AbstractUiWidgetNumberField.doValidate(ValidationState state,
VALUE value)
This method is called from
AbstractUiFeatureValueAndValidation.validate(ValidationState) and performs the actual validation of this
object. |
VALUE |
AbstractUiWidgetField.getValueDirect(VALUE template,
ValidationState state)
This method is a combination of
AttributeReadValueAdvanced.getValueOrException(Object) and
AbstractValidatableObject.validate(ValidationState) . |
Modifier and Type | Method and Description |
---|---|
boolean |
UiWidgetAdapterGwtTree.TreeNodeAdapter.validate(ValidationState state)
This method performs the actual validation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractValidatableObject.validate(ValidationState state)
This method performs the actual validation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationStateCollector
This is the abstract base implementation of
ValidationState that wraps an existing ValidationState
and allows to collect the potential failures for a part of the validation
process. |
class |
ValidationStateFailureCollector
This is an implementation of
ValidationState that wraps an existing ValidationState and allows to
collect the potential failures for a part of the validation process. |
class |
ValidationStateImpl
This class represents the state of a validation.
|
class |
ValidationStateMessageCollector
This is an implementation of
ValidationState that wraps an existing ValidationState and allows to
collect the potential messages for a
part of the validation process. |
Modifier and Type | Field and Description |
---|---|
private ValidationState |
AbstractValidationStateCollector.delegate
The wrapped
ValidationState . |
Modifier and Type | Method and Description |
---|---|
protected ValidationState |
AbstractValidationStateCollector.getDelegate() |
Constructor and Description |
---|
AbstractValidationStateCollector(ValidationState delegate)
The constructor.
|
ValidationStateFailureCollector(ValidationState delegate)
The constructor.
|
ValidationStateMessageCollector(ValidationState delegate)
The constructor.
|
ValidationStateMessageCollector(ValidationState delegate,
String separator)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.