Package | Description |
---|---|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
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.base |
Contains the base-implementations of the
value API . |
Modifier and Type | Field and Description |
---|---|
private MathUtilLimited |
UiDataBindingFactoryImpl.mathUtil |
private MathUtilLimited |
UiDataBindingAdapterImpl.mathUtil |
Modifier and Type | Method and Description |
---|---|
protected MathUtilLimited |
UiDataBindingFactoryImpl.getMathUtil() |
protected MathUtilLimited |
UiDataBindingAdapterImpl.getMathUtil() |
Modifier and Type | Method and Description |
---|---|
void |
UiDataBindingFactoryImpl.setMathUtil(MathUtilLimited mathUtil) |
Constructor and Description |
---|
UiDataBindingAdapterImpl(Class<VALUE> type,
PojoDescriptorBuilderFactory descriptorBuilderFactory,
DatatypeDetector datatypeDetector,
javax.validation.Validator validator,
MathUtilLimited mathUtil)
The constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MathUtil
This is the interface for a collection of utility functions to deal with
Number s. |
Modifier and Type | Class and Description |
---|---|
class |
MathUtilImpl
This class is a collection of utility functions for dealing with numbers.
|
class |
MathUtilLimitedImpl
This class is a collection of utility functions for dealing with numbers.
|
Modifier and Type | Field and Description |
---|---|
private MathUtilLimited |
SimpleGenericValueConverterImpl.mathUtil |
Modifier and Type | Method and Description |
---|---|
protected MathUtilLimited |
SimpleGenericValueConverterImpl.getMathUtil() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleGenericValueConverterImpl.setMathUtil(MathUtilLimited mathUtil) |
Copyright © 2001–2016 mmm-Team. All rights reserved.