Uses of Class
org.vaadin.firitin.components.button.VButton
Packages that use VButton
Package
Description
-
Uses of VButton in org.vaadin.firitin.components.button
Subclasses of VButton in org.vaadin.firitin.components.buttonModifier and TypeClassDescriptionclass
A button whose action is executed ofter showing a confirmation dialog.class
A Button to use for primary actions, like saving.class
Methods in org.vaadin.firitin.components.button that return VButtonModifier and TypeMethodDescriptionActionButton.getButton()
Returns the underlying button component, for further configaration.VButton.onClick
(VButton.BasicClickListener clickListener) VButton.withAutofocus
(boolean autofocus) VButton.withClickShortcut
(com.vaadin.flow.component.Key key, com.vaadin.flow.component.KeyModifier... keyModifiers) VButton.withColor
(VButton.ButtonColor color) VButton.withIcon
(com.vaadin.flow.component.Component icon) VButton.withIconAfterText
(boolean iconAfterText) VButton.withSize
(VButton.ButtonSize size) VButton.withThemeVariants
(com.vaadin.flow.component.button.ButtonVariant... variants) VButton.withType
(VButton.ButtonType type) -
Uses of VButton in org.vaadin.firitin.components.popover
Subclasses of VButton in org.vaadin.firitin.components.popover -
Uses of VButton in org.vaadin.firitin.util.clipboard
Subclasses of VButton in org.vaadin.firitin.util.clipboardModifier and TypeClassDescriptionclass
A helper button to copy certain text to the clipboard.class
A helper button to read text from the clipboard.