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 SelectionChoice |
SelectionChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionChoice[] |
SelectionChoice.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.isSelected(SelectionChoice choice)
This method determines if the given logical
SelectionChoice is currently selected. |
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 |
---|---|
boolean |
AbstractUiWidgetAbstractDataSet.isSelected(SelectionChoice choice)
This method determines if the given logical
SelectionChoice is currently selected. |
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.isSelected(SelectionChoice choice)
This method determines if the given logical
SelectionChoice is currently selected. |
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.