Package | Description |
---|---|
net.sf.mmm.client.ui.api.feature |
Contains the feature API of the client UI.
|
net.sf.mmm.client.ui.api.handler.event |
Contains interfaces for event related UI handlers.
|
net.sf.mmm.client.ui.base.dynamic |
Contains the (base) implementations of dynamic effects.
|
net.sf.mmm.client.ui.base.handler.event |
Contains the base implementation for event handling.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters 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.
|
net.sf.mmm.client.ui.impl.gwt.handler.event |
Contains the implementation for event related UI handlers using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
Modifier and Type | Method and Description |
---|---|
void |
UiFeatureEvent.addEventHandler(UiHandlerEvent handler)
This method adds the given
UiHandlerEvent to this object. |
boolean |
UiFeatureEvent.removeEventHandler(UiHandlerEvent handler)
This method removes the given
UiHandlerEvent from this object. |
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 | Field and Description |
---|---|
private UiHandlerEvent |
AbstractEventAdapter.sender
The event sender.
|
Constructor and Description |
---|
AbstractEventAdapter(UiFeatureEvent source,
UiHandlerEvent sender)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractUiWidget.EventSender
This inner class is an adapter for the events.
|
Modifier and Type | Field and Description |
---|---|
private UiHandlerEvent |
AbstractUiWidget.HandlerContainer.handler
The actual event handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidget.addEventHandler(UiHandlerEvent handler)
This method adds the given
UiHandlerEvent to this object. |
void |
AbstractUiWidget.EventSender.addEventHandler(UiHandlerEvent handler)
This method adds the given
UiHandlerEvent to this object. |
boolean |
AbstractUiWidget.removeEventHandler(UiHandlerEvent handler)
This method removes the given
UiHandlerEvent from this object. |
boolean |
AbstractUiWidget.EventSender.removeEventHandler(UiHandlerEvent handler)
This method removes the given
UiHandlerEvent from this object. |
Constructor and Description |
---|
HandlerContainer(UiHandlerEvent handler)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract EVENT_ADAPTER |
AbstractUiWidgetAdapterWithEvents.createEventAdapter(UiFeatureEvent source,
UiHandlerEvent sender)
This method creates the
AbstractUiWidgetAdapterWithEvents.getEventAdapter() instance. |
void |
AbstractUiWidgetAdapterWithEvents.setEventSender(UiFeatureEvent source,
UiHandlerEvent sender)
This method registers the given
event handler in the widget . |
void |
UiWidgetAdapter.setEventSender(UiFeatureEvent source,
UiHandlerEvent sender)
This method registers the given
event handler in the widget . |
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 | Class and Description |
---|---|
private class |
AbstractUiWidgetCustomMasterDetail.Handler
This inner class implements the handler-interfaces.
|
Constructor and Description |
---|
EventAdapterGwt(UiFeatureEvent source,
UiHandlerEvent sender)
The constructor.
|
EventAdapterGwtClickToChange(UiFeatureEvent source,
UiHandlerEvent sender)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected EventAdapterGwt |
UiWidgetAdapterGwt.createEventAdapter(UiFeatureEvent source,
UiHandlerEvent sender)
This method creates the
AbstractUiWidgetAdapterWithEvents.getEventAdapter() instance. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtTree.TreeNodeAdapter.addEventHandler(UiHandlerEvent handler)
This method adds the given
UiHandlerEvent to this object. |
protected EventAdapterGwt |
UiWidgetAdapterGwtTree.createEventAdapter(UiFeatureEvent source,
UiHandlerEvent sender)
This method creates the
AbstractUiWidgetAdapterWithEvents.getEventAdapter() instance. |
boolean |
UiWidgetAdapterGwtTree.TreeNodeAdapter.removeEventHandler(UiHandlerEvent handler)
This method removes the given
UiHandlerEvent from this object. |
Constructor and Description |
---|
EventAdapterGwtTree(UiFeatureEvent source,
UiHandlerEvent sender)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected EventAdapterGwt |
UiWidgetAdapterGwtRadioButtons.createEventAdapter(UiFeatureEvent source,
UiHandlerEvent sender)
This method creates the
AbstractUiWidgetAdapterWithEvents.getEventAdapter() instance. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTest.setEventSender(UiFeatureEvent source,
UiHandlerEvent sender)
This method registers the given
event handler in the widget . |
Copyright © 2001–2016 mmm-Team. All rights reserved.