See: Description
Class | Description |
---|---|
UiWidgetCustom<VALUE,DELEGATE extends UiWidget> |
This is the abstract base class for custom widgets.
|
UiWidgetCustomAtomicNoValue<DELEGATE extends UiWidget> |
This is the abstract base class for a
custom widget that is atomic and has
no value . |
UiWidgetCustomComposite<VALUE,CHILD extends UiWidget,DELEGATE extends UiWidgetComposite<CHILD>> |
This is the abstract base class for a
custom widget that is also a
composite widget . |
UiWidgetCustomCompositeNoValue<CHILD extends UiWidget,DELEGATE extends UiWidgetRegularComposite<CHILD>> |
This is the abstract base class for a
custom regular composite widget that
has no value . |
UiWidgetCustomDynamicComposite<VALUE,CHILD extends UiWidget,DELEGATE extends UiWidgetDynamicComposite<CHILD>> |
This is the abstract base class for a
custom widget implementing
UiWidgetDynamicComposite . |
UiWidgetCustomPanel<DELEGATE extends UiWidgetPanel<UiWidgetRegular>> | |
UiWidgetCustomVerticalPanel |
custom widgets
.
Please consult Client UI API
for an introduction.Copyright © 2001–2016 mmm-Team. All rights reserved.