| Package | Description |
|---|---|
| io.keikai.client.api | |
| io.keikai.client.api.ctrl |
| Modifier and Type | Method and Description |
|---|---|
Checkbox |
Worksheet.getCheckbox(int index)
Returns the control checkbox of the given index.
|
Checkbox |
Worksheet.getCheckbox(String nameOrShapeId)
Returns the control checkbox of the given name or shapeId.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checkbox.addAction(RangeEventListener<? extends ShapeMouseEvent<Checkbox>> listener)
Adds an action for this checkbox.
|
void |
Checkbox.removeAction(RangeEventListener<? extends ShapeMouseEvent<Checkbox>> listener)
Removes an action for this checkbox.
|
Copyright © 2018. All rights reserved.