| Package | Description |
|---|---|
| net.sf.mmm.client.ui.api.handler.action |
Contains interfaces for plain UI handlers.
|
| net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
| net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
| net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern widgets.
|
| net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
| Modifier and Type | Method and Description |
|---|---|
<HANDLER extends UiHandlerAction> |
UiWidgetFactory.createButton(Class<HANDLER> handlerType,
HANDLER handler)
This method creates a new
UiWidgetButton for the given UiHandlerAction. |
<HANDLER extends UiHandlerAction> |
UiWidgetFactory.createButton(Class<HANDLER> handlerType,
HANDLER handler,
boolean preventConfirmationPopup)
This method creates a new
UiWidgetButton for the given UiHandlerAction. |
| Modifier and Type | Method and Description |
|---|---|
UiWidgetButton |
UiWidgetFactory.createButton(UiHandlerAction handler)
This method creates a new
UiWidgetButton for the given UiHandlerAction. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UiSingleWidgetButtonFactory<HANDLER extends UiHandlerAction>
This is the interface for a factory used to create a
UiWidgetButton for a particular
UiHandlerAction. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UiSingleWidgetButtonFactory.isInstance(UiHandlerAction handler)
|
| Modifier and Type | Class and Description |
|---|---|
private class |
UiWidgetCustomEditor.UiHandler
This inner class implements the handler interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUiSingleWidgetButtonFactory<HANDLER extends UiHandlerAction>
This is the abstract base implementation of
UiSingleWidgetButtonFactory. |
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<? extends UiHandlerAction>,UiSingleWidgetButtonFactory<?>> |
UiWidgetFactoryImpl.handlerType2ButtonFactoryMap |
| Modifier and Type | Method and Description |
|---|---|
<HANDLER extends UiHandlerAction> |
UiWidgetFactoryImpl.createButton(Class<HANDLER> handlerType,
HANDLER handler)
This method creates a new
UiWidgetButton for the given UiHandlerAction. |
<HANDLER extends UiHandlerAction> |
UiWidgetFactoryImpl.createButton(Class<HANDLER> handlerType,
HANDLER handler,
boolean preventConfirmationPopup)
This method creates a new
UiWidgetButton for the given UiHandlerAction. |
| Modifier and Type | Method and Description |
|---|---|
UiWidgetButton |
UiWidgetFactoryImpl.createButton(UiHandlerAction handler)
This method creates a new
UiWidgetButton for the given UiHandlerAction. |
boolean |
UiSingleWidgetButtonFactoryUp.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactorySubmit.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryStopEdit.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryStartEdit.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactorySave.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryRemove.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryPrevious.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryOpen.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryNext.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryDown.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryDelete.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryConfirm.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryClose.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryCancel.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryApprove.isInstance(UiHandlerAction handler)
|
boolean |
UiSingleWidgetButtonFactoryApply.isInstance(UiHandlerAction handler)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.