static ToolbarButton.Builder |
ToolbarButton.Builder.create(AuxAction key) |
Creates the builder with the given AuxAction.
|
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.
|