| Package | Description |
|---|---|
| com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexSelection
A complex selection in a
Table or List. |
| Modifier and Type | Method and Description |
|---|---|
Selection |
Selection.SelectionEvent.getSelection() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Selection> |
ComplexSelection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexSelection.add(Selection sel) |
void |
ComplexSelection.remove(Selection sel) |
void |
ComplexSelection.replace(Selection sel) |
void |
Selection.SelectionVisitor.visit(Selection sel) |
| Constructor and Description |
|---|
SelectionEvent(Selection source,
Selection selection,
int type) |
Copyright © 2021. All Rights Reserved.