Uses of Class
org.vaadin.firitin.components.button.VButton
-
Packages that use VButton Package Description org.vaadin.firitin.components.button -
-
Uses of VButton in org.vaadin.firitin.components.button
Subclasses of VButton in org.vaadin.firitin.components.button Modifier and Type Class Description classConfirmButtonA button whose action is executed ofter showing a confirmation dialog.classDefaultButtonclassDeleteButtonMethods in org.vaadin.firitin.components.button that return VButton Modifier and Type Method Description VButtonVButton. onClick(VButton.BasicClickListener clickListener)VButtonVButton. withAutofocus(boolean autofocus)VButtonVButton. withColor(VButton.ButtonColor color)VButtonVButton. withIcon(com.vaadin.flow.component.Component icon)VButtonVButton. withIconAfterText(boolean iconAfterText)VButtonVButton. withSize(VButton.ButtonSize size)VButtonVButton. withThemeVariants(com.vaadin.flow.component.button.ButtonVariant... variants)VButtonVButton. withType(VButton.ButtonType type)
-