public interface HasMaximumSelectionSize
| Modifier and Type | Field and Description |
|---|---|
static int |
UNLIMITED
Indicates unlimited selection size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumSelectionSize()
Returns the current maximum selection size.
|
void |
setMaximumSelectionSize(int maximumSelectionSize)
Defines the new maximum selection size.
|
static final int UNLIMITED
void setMaximumSelectionSize(int maximumSelectionSize)
maximumSelectionSize - Maximum selection size.int getMaximumSelectionSize()
UNLIMITED by default.Copyright © 2024 Miki. All rights reserved.