Uses of Class
io.keikai.ui.ToolbarButton.Builder
-
Packages that use ToolbarButton.Builder Package Description io.keikai.ui Defines UI Component class of Keikai Spreadsheet -
-
Uses of ToolbarButton.Builder in io.keikai.ui
Methods in io.keikai.ui that return ToolbarButton.Builder Modifier and Type Method Description static ToolbarButton.Builder
ToolbarButton.Builder. create(String key)
Creates the builder with the given key.ToolbarButton.Builder
ToolbarButton.Builder. withIconClass(String iconClass)
Sets the icon class to the button.ToolbarButton.Builder
ToolbarButton.Builder. withIconURI(String iconURI)
Sets the icon URI to the button.ToolbarButton.Builder
ToolbarButton.Builder. withLabel(String label)
Sets the label to the button.ToolbarButton.Builder
ToolbarButton.Builder. withTemplateURI(String templateURI)
Sets the template URI to the button.ToolbarButton.Builder
ToolbarButton.Builder. withTooltip(String tooltip)
Sets the tooltip to the button.
-