Uses of Class
org.vaadin.firitin.components.button.VButton
Packages that use VButton
-
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.getContent()
Deprecated.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)
ActionButton.getButton()
instead, the composition root is likely to change for improved A11y support