Package | Description |
---|---|
net.sf.mmm.client.ui.api.feature |
Contains the feature API of the client UI.
|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
UiFeatureValue.addChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method adds the given
UiHandlerEventValueChange to this object. |
boolean |
UiFeatureValue.removeChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method removes the given
UiHandlerEventValueChange from this object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiDataBinding.addChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method adds the given
UiHandlerEventValueChange to this object. |
void |
UiDataBindingNone.addChangeHandler(UiHandlerEventValueChange<Void> handler)
This method adds the given
UiHandlerEventValueChange to this object. |
boolean |
AbstractUiDataBinding.removeChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method removes the given
UiHandlerEventValueChange from this object. |
boolean |
UiDataBindingNone.removeChangeHandler(UiHandlerEventValueChange<Void> handler)
This method removes the given
UiHandlerEventValueChange from this object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetNative.addChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method adds the given
UiHandlerEventValueChange to this object. |
void |
AbstractUiWidget.addChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method adds the given
UiHandlerEventValueChange to this object. |
boolean |
AbstractUiWidgetNative.removeChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method removes the given
UiHandlerEventValueChange from this object. |
boolean |
AbstractUiWidget.removeChangeHandler(UiHandlerEventValueChange<VALUE> handler)
This method removes the given
UiHandlerEventValueChange from this object. |
Copyright © 2001–2016 mmm-Team. All rights reserved.