Package | Description |
---|---|
net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
net.sf.mmm.client.ui.impl.gwt |
Contains the base implementation for Client UI using GWT.
|
net.sf.mmm.client.ui.impl.test |
Contains the test implementation of
client-ui for widgets. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiContextImpl
This class extends
AbstractUiContext with an initialization that falls back to the default
implementation of arbitrary components. |
class |
UiContextImpl
This is the implementation of
UiContext . |
Modifier and Type | Field and Description |
---|---|
private AbstractUiContext |
ComponentContainerContextFallback.context
The
AbstractUiContext instance. |
Constructor and Description |
---|
ComponentContainerContextFallback(AbstractUiContext context)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected <VALUE> UiDataBinding<VALUE> |
UiDataBindingFactoryImpl.createDataBinding(AbstractUiContext context,
AbstractUiWidget<VALUE> widget,
Class<VALUE> valueType) |
<VALUE> UiDataBinding<VALUE> |
UiDataBindingFactoryImpl.createDataBinding(AbstractUiContext context,
Class<VALUE> valueType)
|
<VALUE> UiDataBinding<VALUE> |
UiDataBindingFactory.createDataBinding(AbstractUiContext context,
Class<VALUE> valueType)
|
Modifier and Type | Field and Description |
---|---|
private AbstractUiContext |
AbstractUiWidget.context |
Modifier and Type | Method and Description |
---|---|
AbstractUiContext |
AbstractUiWidget.getContext()
This method gets the
UiContext . |
Modifier and Type | Field and Description |
---|---|
private AbstractUiContext |
AbstractUiWidgetFactory.context |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetFactory.setContext(AbstractUiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
UiContextGwt
This is the implementation of
UiContext for GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiContextTestImpl
This is the implementation of
UiContext for testing without any native
toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.