See: Description
Interface | Description |
---|---|
UiAccessKeyBinding |
This is the interface for a central manager of
access keys . |
UiDataBinding<VALUE> | |
UiDataBindingAdapter<VALUE> |
This is the interface for an adapter that keeps reflective operations out of the implementation of
UiDataBinding . |
UiDataBindingFactory |
This is the interface for the factory used to create instances of
UiDataBinding . |
Class | Description |
---|---|
AbstractUiDataBinding<VALUE> |
This is a base implementation of
UiDataBinding . |
AbstractUiDataBindingFactory |
This is the abstract base implementation of
UiDataBindingFactory . |
UiDataBindingAdapterImpl<VALUE> |
This is the default implementation of
UiDataBindingAdapter based on PojoDescriptor . |
UiDataBindingDatatype<VALUE> |
This is the implementation of
UiDataBinding for an immutable
Datatype . |
UiDataBindingFactoryImpl |
This is the (default) implementation of
UiDataBindingFactory . |
UiDataBindingList |
This is the implementation of
UiDataBinding for the type
List . |
UiDataBindingNone |
This is the implementation of
UiDataBinding for no value (Void ). |
UiDataBindingPojo<VALUE> | |
UiDataBindingPojoComposite<VALUE> |
This is the implementation of
UiDataBinding for composite custom
widgets. |
data-binding API
.Copyright © 2001–2016 mmm-Team. All rights reserved.