Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.core |
Contains the API for custom core widgets.
|
net.sf.mmm.client.ui.base.widget.custom.field |
Contains the API for custom field 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 |
UiWidgetCustomAtomicNoValue<DELEGATE extends UiWidget>
This is the abstract base class for a
custom widget that is atomic and has
no value . |
class |
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 . |
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 | Method and Description |
---|---|
protected static <WIDGET extends UiWidget> |
UiWidgetCustom.getDelegate(UiWidgetCustom<?,WIDGET> customWidget)
This method gets the
delegate of the given widget. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractListTable<ROW,DELEGATE extends UiWidgetAbstractListTable<ROW>>
This is the abstract base class for a
custom widget implementing
UiWidgetAbstractListTable . |
class |
UiWidgetCustomListTable<ROW>
This is the abstract base class for a
custom
widget implementing UiWidgetListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomButton
This is the abstract base class for a
atomic custom widget that adapts
a UiWidgetButton . |
class |
UiWidgetCustomButtonSave
This is a
UiWidgetCustomButton for the
save operation. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomField<VALUE,DELEGATE extends UiWidgetComposite<?>>
This is the abstract base class for a
custom widget that is a field widget . |
class |
UiWidgetCustomFieldAtomic<VALUE,DELEGATE_VALUE,DELEGATE extends UiWidgetField<DELEGATE_VALUE>>
This is the abstract base class for a
custom field widget that is
build out of a single field widget . |
class |
UiWidgetCustomFieldComposite<VALUE,DELEGATE extends UiWidgetDynamicComposite<UiWidgetRegular>>
This is the abstract base class for a
custom field widget that is composed out
of multiple field widgets and potentially other widgets. |
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 UiWidgetCustom<ROW,?> |
UiWidgetCustomMasterDetail.detailPanel |
Modifier and Type | Method and Description |
---|---|
protected UiWidgetCustom<ROW,?> |
UiWidgetCustomMasterDetail.getDetailPanel()
This method gets the details panel showing the
detail for the
current selection from the master list . |
protected abstract UiWidgetCustom<DETAIL,?> |
AbstractUiWidgetCustomMasterDetail.getDetailPanel()
This method gets the details panel showing the
detail for the
current selection from the master list . |
Modifier and Type | Method and Description |
---|---|
protected void |
UiWidgetCustomMasterDetail.setDetailPanel(UiWidgetCustom<ROW,?> detailPanel)
Sets the
detail panel in case of lazy initialization. |
Constructor and Description |
---|
UiWidgetCustomMasterDetail(UiContext context,
UiWidgetDynamicPanel<UiWidgetRegular> delegate,
UiWidgetListContainer<ROW> masterPanel,
UiWidgetCustom<ROW,?> detailPanel)
The constructor.
|
UiWidgetCustomMasterDetail(UiContext context,
UiWidgetListContainer<ROW> masterPanel,
UiWidgetCustom<ROW,?> detailPanel)
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.