Package | Description |
---|---|
net.sf.mmm.client.ui.api |
Contains the API to build user-interfaces for an application client.
|
net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
Modifier and Type | Method and Description |
---|---|
NlsMessageLookup |
UiConfiguration.getLabelLookup()
This method gets the instance of
NlsMessageLookup used to
lookup
labels automatically by
property titles via
UiDataBinding . |
Modifier and Type | Field and Description |
---|---|
private NlsMessageLookup |
UiConfigurationBean.labelLookup |
Modifier and Type | Method and Description |
---|---|
NlsMessageLookup |
UiConfigurationDefault.getLabelLookup()
This method gets the instance of
NlsMessageLookup used to
lookup
labels automatically by
property titles via
UiDataBinding . |
NlsMessageLookup |
UiConfigurationBean.getLabelLookup()
This method gets the instance of
NlsMessageLookup used to
lookup
labels automatically by
property titles via
UiDataBinding . |
Modifier and Type | Method and Description |
---|---|
void |
UiConfigurationBean.setLabelLookup(NlsMessageLookup labelLookup) |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleWithLookup
|
Modifier and Type | Class and Description |
---|---|
class |
NlsMessageLookupNone
This is a dummy implementation of
NlsMessageLookup that will always return null . |
class |
NlsMessageLookupProxy
This class combines multiple instances of
NlsMessageLookup to a single instance. |
Modifier and Type | Field and Description |
---|---|
private NlsMessageLookup[] |
NlsMessageLookupProxy.delegates |
Constructor and Description |
---|
NlsMessageLookupProxy(NlsMessageLookup... delegates)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.