| Package | Description |
|---|---|
| net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
| net.sf.mmm.client.ui.api.dialog |
Contains the API for dialog management of an application client.
|
| net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
| net.sf.mmm.client.ui.api.widget.media |
Contains the API for media widgets.
|
| net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
| net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
| net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
| net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API. |
| net.sf.mmm.util.context.api |
Provides the API for a generic context.
|
| net.sf.mmm.util.context.base |
Provides the base-implementation of the
Context-API. |
| net.sf.mmm.util.context.impl |
Provides the implementation of the
Context-API. |
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath. |
| net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
| net.sf.mmm.util.query.api.argument | |
| net.sf.mmm.util.query.base.argument | |
| net.sf.mmm.util.query.base.expression | |
| net.sf.mmm.util.transferobject.base |
Contains the basic implementation of the transfer-object API.
|
| net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API. |
| net.sf.mmm.util.validation.base.collection | |
| net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
| net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API. |
| net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API. |
| net.sf.mmm.util.value.impl.spring | |
| net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
| net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API. |
| Class and Description |
|---|
| ValueOutOfRangeException
Deprecated.
|
| Class and Description |
|---|
| SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from Object to
Object. |
| Class and Description |
|---|
| PropertyAccessor
This is the interface for an accessor to a specific property of a typed object.
|
| Class and Description |
|---|
| Range |
| Class and Description |
|---|
| PropertyAccessor
This is the interface for an accessor to a specific property of a typed object.
|
| Range |
| Class and Description |
|---|
| PropertyAccessor
This is the interface for an accessor to a specific property of a typed object.
|
| Class and Description |
|---|
| PropertyAccessor
This is the interface for an accessor to a specific property of a typed object.
|
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| ValueException
Deprecated.
use
ValueException |
| Class and Description |
|---|
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| Class and Description |
|---|
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| ValueNotSetException
Deprecated.
|
| Class and Description |
|---|
| ValueNotSetException
Deprecated.
|
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| Class and Description |
|---|
| ValueConverter
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| Class and Description |
|---|
| ValueConverter
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| Class and Description |
|---|
| Range |
| Class and Description |
|---|
| Range |
| Class and Description |
|---|
| Range |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| Class and Description |
|---|
| Range |
| Class and Description |
|---|
| Range |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| Range |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| ValueConverter
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| ValueException
Deprecated.
use
ValueException |
| ValueOutOfRangeException
Deprecated.
|
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| ComposedValueConverterFactory
This is the interface of a factory of
ComposedValueConverter instances. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| PropertyAccessor
This is the interface for an accessor to a specific property of a typed object.
|
| SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from Object to
Object. |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
| ValueConverter
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| ComposedValueConverterFactory
This is the interface of a factory of
ComposedValueConverter instances. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| ValueConverter
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| ValueException
Deprecated.
use
ValueException |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
| Class and Description |
|---|
| ValueException
Deprecated.
use
ValueException |
| Class and Description |
|---|
| StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
| ValueException
Deprecated.
use
ValueException |
Copyright © 2001–2016 mmm-Team. All rights reserved.