Uses of Class
org.vaadin.firitin.components.button.VButton
-
Uses of VButton in org.vaadin.firitin.components.button
Modifier and TypeClassDescriptionclass
A button whose action is executed ofter showing a confirmation dialog.class
A Button to use for primary actions, like saving.class
Modifier and TypeMethodDescriptionVButton.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)