| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
FieldUserSelectionMode |
Field.getSelectionMode()
Gets the selection mode.
|
static FieldUserSelectionMode |
FieldUserSelectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldUserSelectionMode[] |
FieldUserSelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setSelectionMode(FieldUserSelectionMode selectionMode)
Sets the selection mode.
|