Class ImageButton

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

public class ImageButton extends Icon implements HasBadgeStyle, com.vaadin.flow.component.HasEnabled
A button that shows only an icon. Since no text is displayed, it saves screen real estate.
Author:
Syam
See Also: