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