| Package | Description |
|---|---|
| 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.base.dialog |
Contains the base implementation of the Client Dialog API.
|
| 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.service.base.server |
Contains the server-specific base classes for simple remote services.
|
| net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
| 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.base |
Contains the base-implementation of the
PojoPath API. |
| net.sf.mmm.util.property.api.factory | |
| net.sf.mmm.util.query.api | |
| net.sf.mmm.util.query.api.feature | |
| net.sf.mmm.util.query.base | |
| net.sf.mmm.util.xml.base.jaxb |
Contains various
XmlAdapter for mapping of common data-types and
data-containers with JAXB. |
| Modifier and Type | Method and Description |
|---|---|
Dialog |
DialogManager.getDialog(String dialogId)
|
| Modifier and Type | Method and Description |
|---|---|
UiWidgetTableColumn<ROW,?> |
UiWidgetAbstractDataTable.getColumnById(String columnId,
boolean required)
This method gets the
column with the given columnId. |
| Modifier and Type | Method and Description |
|---|---|
DialogController<?> |
AbstractDialogManager.getDialog(String dialogId)
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUiWidgetTableColumn<?,ROW,?> |
AbstractUiWidgetAbstractDataTable.getColumnById(String columnId,
boolean required)
This method gets the
column with the given columnId. |
| Modifier and Type | Method and Description |
|---|---|
UiWidgetTableColumn<ROW,?> |
UiWidgetCustomAbstractListTable.getColumnById(String columnId,
boolean required)
This method gets the
column with the given columnId. |
| Modifier and Type | Method and Description |
|---|---|
protected HANDLER |
AbstractGenericRemoteInvocationService.getHandler(CALL call) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectNotFoundUserException
This is an
ObjectNotFoundException that represents a user failure (is NOT technical). |
| Modifier and Type | Method and Description |
|---|---|
<TYPE> EnumDefinition<TYPE,?> |
EnumProvider.getEnumDefinition(Class<TYPE> enumType)
This method gets the
EnumDefinition with the given enumType. |
EnumDefinition<?,?> |
EnumProvider.getEnumDefinition(String key)
This method gets the
EnumDefinition with the given key. |
<CATEGORY,ENUM extends EnumTypeWithCategory<?,CATEGORY>> |
EnumProvider.getEnumDefinitionWithCategory(Class<? extends ENUM> enumType)
This method gets the
EnumDefinition with the given enumType. |
| Modifier and Type | Method and Description |
|---|---|
<TYPE> EnumDefinition<TYPE,?> |
AbstractEnumProvider.getEnumDefinition(Class<TYPE> enumType) |
EnumDefinition<?,?> |
AbstractEnumProvider.getEnumDefinition(String key) |
<CATEGORY,ENUM extends EnumTypeWithCategory<?,CATEGORY>> |
AbstractEnumProvider.getEnumDefinitionWithCategory(Class<? extends ENUM> enumType) |
| Modifier and Type | Method and Description |
|---|---|
protected PojoPathFunction |
AbstractPojoPathNavigator.getFunction(String functionName,
PojoPathContext context)
This method gets the
PojoPathFunction for the given functionName. |
| Modifier and Type | Method and Description |
|---|---|
<V,PROPERTY extends ReadableProperty<V>> |
PropertyFactoryManager.create(Class<PROPERTY> propertyType,
GenericType<V> valueType,
boolean polymorphic,
String name,
Bean bean,
AbstractValidator<? super V> validator) |
| Modifier and Type | Method and Description |
|---|---|
E |
SingleQuery.executeRequired() |
| Modifier and Type | Method and Description |
|---|---|
default E |
FeatureFetch.fetchFirstRequired()
Executes
FeatureFetch.queryFirst() and returns the result. |
default E |
FeatureFetch.fetchOneRequired()
Executes this query to fetch a unique result.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SingleQueryImpl.executeRequired() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdResolverContext.disposeAndValidate()
This method disposes this context and performs a validation that all IDs have been resolved.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.