Package | Description |
---|---|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static SelectionOperation |
SelectionOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionOperation[] |
SelectionOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UiFeatureSelectedValue.setSelection(SelectionChoice choice,
SelectionOperation operation)
This method allows to change the selection of a logical
SelectionChoice in a generic way. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractUiWidgetAbstractDataSet.setSelection(ITEM_CONTAINER itemContainer,
SelectionOperation operation)
Updates the selection of the given
itemContainer according to the given
operation . |
boolean |
AbstractUiWidgetAbstractDataSet.setSelection(SelectionChoice choice,
SelectionOperation operation)
This method allows to change the selection of a logical
SelectionChoice in a generic way. |
Modifier and Type | Method and Description |
---|---|
boolean |
UiWidgetCustomAbstractListTable.setSelection(SelectionChoice choice,
SelectionOperation operation)
This method allows to change the selection of a logical
SelectionChoice in a generic way. |
Copyright © 2001–2016 mmm-Team. All rights reserved.