Package | Description |
---|---|
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.gwt.widget.window.adapter |
Contains the implementation for window widget adapters using GWT.
|
Modifier and Type | Class and Description |
---|---|
class |
EventAdapterGwtClickToChange
This class extends
EventAdapterGwt but fires a EventType.VALUE_CHANGE in case of
EventAdapterGwtClickToChange.onClick(ClickEvent) . |
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 |
---|---|
protected void |
UiWidgetAdapterGwtWidgetActive.applyEventAdapterForClick(EventAdapterGwt adapter)
Applies for
EventType.CLICK events. |
protected void |
UiWidgetAdapterGwtWidgetActive.applyEventAdapterForFocus(EventAdapterGwt adapter)
Applies for
EventType.FOCUS_GAIN and
EventType.FOCUS_LOSS events. |
Modifier and Type | Class and Description |
---|---|
private class |
UiWidgetAdapterGwtTree.EventAdapterGwtTree |
Modifier and Type | Method and Description |
---|---|
protected EventAdapterGwt |
UiWidgetAdapterGwtTree.createEventAdapter(UiFeatureEvent source,
UiHandlerEvent sender)
This method creates the
AbstractUiWidgetAdapterWithEvents.getEventAdapter() instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
UiWidgetAdapterGwtTree.applyEventAdapterForSelection(EventAdapterGwt adapter)
Applies for
EventType.SELECTION_CHANGE events. |
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 |
---|---|
protected void |
UiWidgetAdapterGwtRadioButtons.applyEventAdapterForChange(EventAdapterGwt adapter)
Applies for
EventType.VALUE_CHANGE events. |
protected void |
UiWidgetAdapterGwtField.applyEventAdapterForChange(EventAdapterGwt adapter)
Applies for
EventType.VALUE_CHANGE events. |
protected void |
UiWidgetAdapterGwtRadioButtons.applyEventAdapterForClick(EventAdapterGwt adapter)
Applies for
EventType.CLICK events. |
protected void |
UiWidgetAdapterGwtRadioButtons.applyEventAdapterForFocus(EventAdapterGwt adapter)
Applies for
EventType.FOCUS_GAIN and
EventType.FOCUS_LOSS events. |
Modifier and Type | Method and Description |
---|---|
protected void |
UiWidgetAdapterGwtAbstractDialogWindow.applyEventAdapter(EventAdapterGwt adapter)
This method applies the given
event adapter to the widget(s) so it receive
native events. |
Copyright © 2001–2016 mmm-Team. All rights reserved.