Uses of Class
io.keikai.ui.ToolbarButton
Packages that use ToolbarButton
-
Uses of ToolbarButton in io.keikai.ui
Subclasses of ToolbarButton in io.keikai.uiModifier and TypeClassDescriptionclassA dropdown toolbar button for the Spreadsheet component that contains a list ofToolbarButton.Methods in io.keikai.ui that return ToolbarButtonModifier and TypeMethodDescriptionToolbarButton.Builder.build()Builds the toolbar button instance.DropdownToolbarButton.getItems()Returns the items of the dropdown button.Methods in io.keikai.ui that return types with arguments of type ToolbarButtonModifier and TypeMethodDescriptionSpreadsheet.getToolbarButtons()Returns all toolbar buttons (read only).Methods in io.keikai.ui with parameters of type ToolbarButtonModifier and TypeMethodDescriptionvoidSpreadsheet.addToolbarButton(int index, ToolbarButton btn) Inserts the specified button at the specified position in the buttons list.booleanSpreadsheet.addToolbarButton(ToolbarButton btn) Adds toolbar button to the end of the buttons.DropdownToolbarButton.Builder.create(String key, ToolbarButton... items) Creates the builder with the given key with a list ofToolbarButton.DropdownToolbarButton.Builder.items(ToolbarButton... items) Sets the items to the dropdown button.booleanSpreadsheet.removeToolbarButton(ToolbarButton btn) Removes the first occurrence of the given button instance in the buttons list.Constructors in io.keikai.ui with parameters of type ToolbarButton