| Package | Description |
|---|---|
| gwt.material.design.client.data | |
| gwt.material.design.client.ui.table |
| Modifier and Type | Method and Description |
|---|---|
SelectionType |
AbstractDataView.getSelectionType() |
SelectionType |
HasRows.getSelectionType()
Get the data views row selection type.
|
static SelectionType |
SelectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionType[] |
SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataView.setSelectionType(SelectionType selectionType) |
void |
HasRows.setSelectionType(SelectionType selectionType)
Set the data views row selection type.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionType |
AbstractDataTable.getSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataTable.setSelectionType(SelectionType selectionType) |
Copyright © 2017. All rights reserved.