Class ButtonIcon

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.ButtonIcon
All Implemented Interfaces:
HasElement, HasIcon, HasSquareElement, HasThemeStyle, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<ButtonIcon>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable

@Tag("paper-icon-button") @NpmPackage(value="@polymer/paper-icon-button", version="3.0.2") @JsModule("@polymer/paper-icon-button/paper-icon-button.js") public class ButtonIcon extends com.vaadin.flow.component.Component implements HasSquareElement, HasIcon, com.vaadin.flow.component.ClickNotifier<ButtonIcon>
Vaadin Flow wrapper around the Web Component: Paper Icon Button.

Note: Vaadin icons can't be used here because Vaadin icons are not "Iron" icons.

Author:
Syam
See Also: