Package | Description |
---|---|
net.sf.mmm.client.ui.api.event |
Contains the event API of the client UI.
|
net.sf.mmm.client.ui.api.handler |
Contains interfaces for handlers of the UI.
|
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.widget |
Contains the base implementation for 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 | Class and Description |
---|---|
class |
AbstractUiEvent
This is the abstract base implementation of
UiEvent . |
class |
UiEventClick
This is the implementation of
UiEvent for EventType.CLICK . |
class |
UiEventClose
This is the implementation of
UiEvent for EventType.CLOSE . |
class |
UiEventCollapse
This is the implementation of
UiEvent for EventType.COLLAPSE . |
class |
UiEventCollapseOrExpand
|
class |
UiEventExpand
This is the implementation of
UiEvent for EventType.EXPAND . |
class |
UiEventFocus
|
class |
UiEventFocusGain
This is the implementation of
UiEvent for EventType.FOCUS_GAIN . |
class |
UiEventFocusLoss
This is the implementation of
UiEvent for EventType.FOCUS_LOSS . |
class |
UiEventMode
This is the implementation of
UiEvent for EventType.MODE . |
class |
UiEventOpen
This is the implementation of
UiEvent for EventType.OPEN . |
class |
UiEventOpenOrClose
This is the implementation of
UiEvent for EventType.CLICK . |
class |
UiEventSelectionChange<VALUE>
This is the implementation of
UiEvent for EventType.SELECTION_CHANGE . |
class |
UiEventValueChange<VALUE>
This is the implementation of
UiEvent for EventType.VALUE_CHANGE . |
Modifier and Type | Method and Description |
---|---|
void |
UiEventObserver.afterHandler(UiEvent event)
This method is called after the
UiHandler (s) are invoked. |
void |
UiEventObserver.beforeHandler(UiEvent event)
This method is called before the
UiHandler (s) are invoked. |
Modifier and Type | Method and Description |
---|---|
void |
UiHandlerActionApply.onApply(UiEvent event)
This method is invoked for the action apply.
|
void |
UiHandlerActionApprove.onApprove(UiEvent event)
This method is invoked for the action approve.
|
void |
UiHandlerActionCancel.onCancel(UiEvent event)
This method is invoked for the action cancel.
|
void |
UiHandlerActionClose.onClose(UiEvent event)
This method is invoked for the action close.
|
void |
UiHandlerActionConfirm.onConfirm(UiEvent event)
This method is invoked for the action confirm often also labeled with
OK . |
void |
UiHandlerActionDelete.onDelete(UiEvent event)
This method is invoked for the action delete.
|
void |
UiHandlerActionDown.onDown(UiEvent event)
This method is invoked for the action down.
|
void |
UiHandlerActionNext.onNext(UiEvent event)
This method is invoked for the action next.
|
void |
UiHandlerActionOpen.onOpen(UiEvent event)
This method is invoked for the action open.
|
void |
UiHandlerActionPrevious.onPrevious(UiEvent event)
This method is invoked for the action previous.
|
void |
UiHandlerActionRemove.onRemove(UiEvent event)
This method is invoked for the action remove.
|
void |
UiHandlerActionSave.onSave(UiEvent event)
This method is invoked for the action save.
|
void |
UiHandlerActionStartEdit.onStartEditMode(UiEvent event)
This method is invoked for the action start edit mode, typically labeled with edit.
|
void |
UiHandlerActionStopEdit.onStopEditMode(UiEvent event)
This method is invoked for the action stop edit mode, typically labeled with revert.
|
void |
UiHandlerActionSubmit.onSubmit(UiEvent event)
This method is invoked for the action submit.
|
void |
UiHandlerActionUp.onUp(UiEvent event)
This method is invoked for the action up.
|
Modifier and Type | Method and Description |
---|---|
void |
UiHandlerEventValueChange.onEvent(UiEvent event)
|
void |
UiHandlerEventSelection.onEvent(UiEvent event)
|
void |
UiHandlerEventOpen.onEvent(UiEvent event)
|
void |
UiHandlerEventMode.onEvent(UiEvent event)
|
void |
UiHandlerEventIgnore.onEvent(UiEvent event)
|
void |
UiHandlerEventFocus.onEvent(UiEvent event)
|
void |
UiHandlerEventCollapse.onEvent(UiEvent event)
|
void |
UiHandlerEventClose.onEvent(UiEvent event)
|
void |
UiHandlerEventClick.onEvent(UiEvent event)
|
void |
UiHandlerEvent.onEvent(UiEvent event)
|
Modifier and Type | Method and Description |
---|---|
void |
UiHandlerObjectApprove.onApprove(O object,
UiEvent event)
This method is invoked for the action
approve . |
void |
UiHandlerObjectDelete.onDelete(O object,
UiEvent event)
This method is invoked for the action
delete . |
void |
UiHandlerObjectSave.onSave(O object,
UiEvent event)
This method is invoked for the action
save . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUiWidget.fireEvent(UiEvent event)
Fires an event with the given parameters.
|
void |
AbstractUiWidget.EventSender.onEvent(UiEvent event)
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomField.EventHandlerAdapter.onEvent(UiEvent event)
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomEditor.UiHandler.onSave(UiEvent event)
This method is invoked for the action save.
|
void |
UiWidgetCustomEditor.UiHandler.onStartEditMode(UiEvent event)
This method is invoked for the action start edit mode, typically labeled with edit.
|
void |
UiWidgetCustomEditor.UiHandler.onStopEditMode(UiEvent event)
This method is invoked for the action stop edit mode, typically labeled with revert.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.