Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters for widgets.
|
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.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
Modifier and Type | Method and Description |
---|---|
SelectionMode |
AttributeReadSelectionMode.getSelectionMode()
This method gets the
SelectionMode . |
Modifier and Type | Method and Description |
---|---|
void |
AttributeWriteSelectionMode.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
Modifier and Type | Method and Description |
---|---|
static SelectionMode |
SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionMode[] |
SelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SelectionMode |
AbstractUiWidgetAdapter.getSelectionMode()
This method gets the
SelectionMode . |
Modifier and Type | Field and Description |
---|---|
private SelectionMode |
AbstractUiWidgetAbstractDataSet.selectionMode |
Modifier and Type | Method and Description |
---|---|
SelectionMode |
AbstractUiWidgetAbstractDataSet.getSelectionMode()
This method gets the
SelectionMode . |
SelectionMode |
AbstractItemContainer.getSelectionMode()
This method gets the
SelectionMode . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetAbstractDataSet.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
Modifier and Type | Method and Description |
---|---|
SelectionMode |
UiWidgetCustomAbstractListTable.getSelectionMode()
This method gets the
SelectionMode . |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomAbstractListTable.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
Modifier and Type | Method and Description |
---|---|
void |
ItemContainerGwt.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
Modifier and Type | Field and Description |
---|---|
private SelectionMode |
UiWidgetAdapterGwtTree.selectionMode |
Modifier and Type | Method and Description |
---|---|
SelectionMode |
UiWidgetAdapterGwtAbstractDataTable.getSelectionMode()
This method gets the
SelectionMode . |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtTree.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
void |
UiWidgetAdapterGwtAbstractListTable.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
void |
UiWidgetAdapterGwtAbstractDataTable.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTest.setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
Copyright © 2001–2016 mmm-Team. All rights reserved.