See: Description
Interface | Description |
---|---|
AbstractUiWidgetFactoryDatatype |
This is the abstract interface for a factory to
create widgets for
particular datatypes . |
AbstractUiWidgetFactoryNative | |
UiSingleWidgetButtonFactory<HANDLER extends UiHandlerAction> |
This is the interface for a factory used to create a
UiWidgetButton for a particular
UiHandlerAction . |
UiSingleWidgetFactory<WIDGET extends UiWidget> |
This is the interface for a factory of a single
UiWidget . |
UiSingleWidgetFactoryDatatype<VALUE> |
This is the interface for a
UiSingleWidgetFactory to create a field widget
for a particular datatype . |
UiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative> | |
UiWidgetFactoryDatatype |
This is the interface for a factory to
create widgets for particular
datatypes . |
UiWidgetFactoryNative |
UiWidgetFactoryNative
and UiWidgetFactoryDatatype
. Everything is aggregated into
UiWidgetFactory
that should be used by end-users. The content of this package
is for implementors of the API and should not directly be used by end-users. Client UI API
for an introduction.Copyright © 2001–2016 mmm-Team. All rights reserved.