Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.panel |
Contains the API for custom panel widgets.
|
net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern widgets.
|
net.sf.mmm.client.ui.base.widget.custom.window |
Contains the API for custom window widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomCompositeNoValue<CHILD extends UiWidget,DELEGATE extends UiWidgetRegularComposite<CHILD>>
This is the abstract base class for a
custom regular composite widget that
has no value . |
class |
UiWidgetCustomDynamicComposite<VALUE,CHILD extends UiWidget,DELEGATE extends UiWidgetDynamicComposite<CHILD>>
This is the abstract base class for a
custom widget implementing
UiWidgetDynamicComposite . |
class |
UiWidgetCustomPanel<DELEGATE extends UiWidgetPanel<UiWidgetRegular>>
|
class |
UiWidgetCustomVerticalPanel
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomGridPanel<VALUE>
This is the abstract base class for a
custom composite widget that adapts a
UiWidgetGridPanel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCustomMasterDetail<VALUE,SELECTION,DETAIL>
This is the abstract base class for a
custom composite widget that
implements the UI pattern master/detail (panel). |
class |
AbstractUiWidgetCustomTwoListSelection<ROW>
This is the regular implementation of the
custom master/detail
widget . |
class |
UiWidgetCustomEditor<VALUE>
This is the abstract base class for a
custom composite widget that
implements the UI pattern editor. |
class |
UiWidgetCustomFormEditor<VALUE>
This is the abstract base class for a
custom editor that (re-)uses a
custom form panel to view and edit the value . |
class |
UiWidgetCustomMasterDetail<ROW>
This is the regular implementation of the
custom master/detail
widget . |
Modifier and Type | Field and Description |
---|---|
private UiWidgetCustomComposite<VALUE,?,?> |
UiWidgetCustomFormEditor.formPanel
The form panel to view and edit the
value . |
Constructor and Description |
---|
UiWidgetCustomFormEditor(UiContext context,
UiHandlerObjectSave<VALUE> handlerSaveObject,
UiWidgetCustomComposite<VALUE,?,?> formPanel)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractDialogWindow<DELEGATE extends UiWidgetAbstractDialogWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractDialogWindow . |
class |
UiWidgetCustomAbstractWindow<DELEGATE extends UiWidgetAbstractWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractWindow . |
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup . |
Copyright © 2001–2016 mmm-Team. All rights reserved.