Uses of Class
io.keikai.ui.DropdownToolbarButton.Builder
Packages that use DropdownToolbarButton.Builder
-
Uses of DropdownToolbarButton.Builder in io.keikai.ui
Methods in io.keikai.ui that return DropdownToolbarButton.BuilderModifier and TypeMethodDescriptionCreates the builder with the given AuxAction.Creates the builder with the given key.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.DropdownToolbarButton.Builder.withIconClass(String iconClass) Sets the icon class to the button.DropdownToolbarButton.Builder.withIconURI(String iconURI) Sets the icon URI to the button.Sets the label to the button.DropdownToolbarButton.Builder.withTemplateURI(String templateURI) Sets the template URI to the button.DropdownToolbarButton.Builder.withTooltip(String tooltip) Sets the tooltip to the button.