Package | Description |
---|---|
net.sf.mmm.client.ui.api.feature |
Contains the feature API of the client UI.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.custom.core |
Contains the API for custom core widgets.
|
net.sf.mmm.client.ui.base.widget.custom.field |
Contains the API for custom field widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
UiFeatureFocus.addFocusHandler(UiHandlerEventFocus handler)
This method adds the given
UiHandlerEventFocus to this object. |
boolean |
UiFeatureFocus.removeFocusHandler(UiHandlerEventFocus handler)
This method removes the given
UiHandlerEventFocus from this object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetActive.addFocusHandler(UiHandlerEventFocus handler)
This method adds the given
UiHandlerEventFocus to this object. |
boolean |
AbstractUiWidgetActive.removeFocusHandler(UiHandlerEventFocus handler)
This method removes the given
UiHandlerEventFocus from this object. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomButton.addFocusHandler(UiHandlerEventFocus handler)
This method adds the given
UiHandlerEventFocus to this object. |
boolean |
UiWidgetCustomButton.removeFocusHandler(UiHandlerEventFocus handler)
This method removes the given
UiHandlerEventFocus from this object. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomFieldAtomic.addFocusHandler(UiHandlerEventFocus handler)
This method adds the given
UiHandlerEventFocus to this object. |
void |
UiWidgetCustomField.addFocusHandler(UiHandlerEventFocus handler)
This method adds the given
UiHandlerEventFocus to this object. |
boolean |
UiWidgetCustomFieldAtomic.removeFocusHandler(UiHandlerEventFocus handler)
This method removes the given
UiHandlerEventFocus from this object. |
boolean |
UiWidgetCustomField.removeFocusHandler(UiHandlerEventFocus handler)
This method removes the given
UiHandlerEventFocus from this object. |
Copyright © 2001–2016 mmm-Team. All rights reserved.