Package | Description |
---|---|
net.sf.mmm.client.ui.api.feature |
Contains the feature API of the client UI.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
UiFeatureSelectedValue.addSelectionHandler(UiHandlerEventSelection<VALUE> handler)
This method adds the given
UiHandlerEventSelection to this object. |
boolean |
UiFeatureSelectedValue.removeSelectionHandler(UiHandlerEventSelection<VALUE> handler)
This method removes the given
UiHandlerEventSelection from this object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetAbstractDataSet.addSelectionHandler(UiHandlerEventSelection<ITEM> handler)
This method adds the given
UiHandlerEventSelection to this object. |
boolean |
AbstractUiWidgetAbstractDataSet.removeSelectionHandler(UiHandlerEventSelection<ITEM> handler)
This method removes the given
UiHandlerEventSelection from this object. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomAbstractListTable.addSelectionHandler(UiHandlerEventSelection<ROW> handler)
This method adds the given
UiHandlerEventSelection to this object. |
boolean |
UiWidgetCustomAbstractListTable.removeSelectionHandler(UiHandlerEventSelection<ROW> handler)
This method removes the given
UiHandlerEventSelection from this object. |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractUiWidgetCustomMasterDetail.Handler
This inner class implements the handler-interfaces.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.