public static enum RowSelectionMechanism.SelectionMechanism extends Enum<RowSelectionMechanism.SelectionMechanism>
| Enum Constant and Description |
|---|
clickRowCell |
ctrlClickRowCellForMultiSelect |
doubleClickRowCell |
| Modifier and Type | Method and Description |
|---|---|
static RowSelectionMechanism.SelectionMechanism |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowSelectionMechanism.SelectionMechanism[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowSelectionMechanism.SelectionMechanism clickRowCell
public static final RowSelectionMechanism.SelectionMechanism doubleClickRowCell
public static final RowSelectionMechanism.SelectionMechanism ctrlClickRowCellForMultiSelect
public static RowSelectionMechanism.SelectionMechanism[] values()
for (RowSelectionMechanism.SelectionMechanism c : RowSelectionMechanism.SelectionMechanism.values()) System.out.println(c);
public static RowSelectionMechanism.SelectionMechanism valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.