Uses of Class
org.vaadin.firitin.components.button.VButton
Packages that use VButton
- 
Uses of VButton in org.vaadin.firitin.components.buttonSubclasses of VButton in org.vaadin.firitin.components.buttonModifier and TypeClassDescriptionclassA button whose action is executed ofter showing a confirmation dialog.classA Button to use for primary actions, like saving.classMethods 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.popoverSubclasses of VButton in org.vaadin.firitin.components.popover