Package | Description |
---|---|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
Modifier and Type | Method and Description |
---|---|
ToolbarButton |
ToolbarButton.Builder.build()
Builds the toolbar button instance.
|
Modifier and Type | Method and Description |
---|---|
List<ToolbarButton> |
Spreadsheet.getToolbarButtons()
Returns all toolbar buttons (read only).
|
Modifier and Type | Method and Description |
---|---|
void |
Spreadsheet.addToolbarButton(int index,
ToolbarButton btn)
Inserts the specified button at the specified position in the buttons list.
|
boolean |
Spreadsheet.addToolbarButton(ToolbarButton btn)
Adds toolbar button to the end of the buttons.
|
boolean |
Spreadsheet.removeToolbarButton(ToolbarButton btn)
Removes the first occurrence of the given button instance in the buttons list.
|
Copyright © 2020. All rights reserved.