Package org.neotropic.util.visual.icon
Class ActionIcon
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.icon.Icon
-
- org.neotropic.util.visual.icon.ActionIcon
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.icon.Icon>
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasStyle
,Serializable
public class ActionIcon extends com.vaadin.flow.component.icon.Icon
Custom icon, for replace action buttons, it has a preferred size and toolTip; however, optionally, you can set other icon size- Author:
- Hardy Ryan Chingal Martinez <ryan.chingal@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon)
ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon, String tooltip)
ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon, String tooltip, String iconSize)
ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon, String tooltip, String iconSize, String color)
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ActionIcon
public ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon)
-
ActionIcon
public ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon, String tooltip)
-
ActionIcon
public ActionIcon(com.vaadin.flow.component.icon.VaadinIcon icon, String tooltip, String iconSize)
-
-