Uses of Class
io.keikai.ui.ToolbarButton
-
Packages that use ToolbarButton Package Description io.keikai.ui Defines UI Component class of Keikai Spreadsheet -
-
Uses of ToolbarButton in io.keikai.ui
Methods in io.keikai.ui that return ToolbarButton Modifier and Type Method Description ToolbarButton
ToolbarButton.Builder. build()
Builds the toolbar button instance.Methods in io.keikai.ui that return types with arguments of type ToolbarButton Modifier and Type Method Description List<ToolbarButton>
Spreadsheet. getToolbarButtons()
Returns all toolbar buttons (read only).Methods in io.keikai.ui with parameters of type ToolbarButton Modifier and Type Method 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.
-