Package | Description |
---|---|
net.sf.mmm.client.ui.api.handler.action |
Contains interfaces for plain UI handlers.
|
net.sf.mmm.client.ui.api.handler.event |
Contains interfaces for event related UI handlers.
|
net.sf.mmm.client.ui.api.handler.object |
Contains interfaces for object-related UI handlers.
|
net.sf.mmm.client.ui.base.dynamic |
Contains the (base) implementations of dynamic effects.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for 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.pattern |
Contains the API for custom pattern widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiHandlerAction
This is the marker interface for a
UiHandler of a specific action. |
interface |
UiHandlerActionApply
This is the
UiHandlerAction for the action apply . |
interface |
UiHandlerActionApprove
This is the
UiHandlerAction for the action approve . |
interface |
UiHandlerActionCancel
This is the
UiHandlerAction for the action cancel . |
interface |
UiHandlerActionClose
This is the
UiHandlerAction for the action close . |
interface |
UiHandlerActionConfirm
This is the
UiHandlerAction for the action confirm . |
interface |
UiHandlerActionDelete
This is the
UiHandlerAction for the action delete . |
interface |
UiHandlerActionDown
This is the
UiHandlerAction for the action down . |
interface |
UiHandlerActionNext
This is the
UiHandlerAction for the action next . |
interface |
UiHandlerActionOpen
This is the
UiHandlerAction for the action open . |
interface |
UiHandlerActionPrevious
This is the
UiHandlerAction for the action previous . |
interface |
UiHandlerActionPreviousNext
|
interface |
UiHandlerActionRemove
This is the
UiHandlerAction for the action remove . |
interface |
UiHandlerActionSave
This is the
UiHandlerAction for the action save . |
interface |
UiHandlerActionStartEdit
This is the
UiHandlerAction for the action start edit mode . |
interface |
UiHandlerActionStopEdit
This is the
UiHandlerAction for the action stop edit mode . |
interface |
UiHandlerActionSubmit
This is the
UiHandlerAction for the action submit . |
interface |
UiHandlerActionUp
This is the
UiHandlerAction for the action up . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiHandlerEvent
This is the interface for a
UiHandler that represents an event listener. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiHandlerObject<O>
This is the marker interface for a
UiHandler that offers a action that operates on a given object
(the generic <O>). |
interface |
UiHandlerObjectApprove<O>
This is the
UiHandlerObject for the action approve . |
interface |
UiHandlerObjectDelete<O>
This is the
UiHandlerObject for the action delete . |
interface |
UiHandlerObjectSave<O>
This is the
UiHandlerObject for the action save . |
Modifier and Type | Class and Description |
---|---|
class |
UiHandlerEventModeVisibility
This is the implementation of a
UiHandlerEventMode that shows or hides a UiWidget if the
UiMode is (not) editable . |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractUiWidget.EventSender
This inner class is an adapter for the events.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractUiWidgetCollapsableSection.CollapseHandler |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomField.EventHandlerAdapter
This inner class is an
event handler that adapts from the internal fields to this
composite custom widget. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiHandlerDetailsForSelection<SELECTION,DETAIL>
This is the interface for a
UiHandler that allows to get the
details for a selection . |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractUiWidgetCustomMasterDetail.Handler
This inner class implements the handler-interfaces.
|
private class |
UiWidgetCustomEditor.UiHandler
This inner class implements the handler interfaces.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.