public interface Multiple
| Modifier and Type | Method and Description |
|---|---|
logical |
isMultiple()
Getter for the MULTIPLE attribute which specifies whether the user can select multiple
rows from the widget or only a single row.
|
void |
setMultiple(boolean multiple)
Set MULTIPLE attribute which specifies whether the user can select multiple rows from the
widget or only a single row.
|
void |
setMultiple(logical multiple)
Set MULTIPLE attribute which specifies whether the user can select multiple rows from the
widget or only a single row.
|
logical isMultiple()
void setMultiple(boolean multiple)
multiple - New value for the attribute.void setMultiple(logical multiple)
multiple - New value for the attribute.