Package com.storedobject.vaadin
Class BadgeIcon
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.BadgeIcon
- 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.HasSize
,com.vaadin.flow.component.HasStyle
,Serializable
Icons with badge style.
- Author:
- Syam
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.vaadin.Icon
addClickHandler, addClickListener, getColor, getHeight, getIcon, getInternalElement, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getSize, getWidth, initContent, setAttribute, setColor, setHeight, setIcon, setIcon, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSize, setStyle, setWidth
Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickShortcut, addDoubleClickListener, addSingleClickListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Methods inherited from interface com.storedobject.vaadin.HasBadgeStyle
clearThemes, removeTheme, setTheme
Methods inherited from interface com.storedobject.vaadin.HasElement
getAttribute, getStyle
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeightUnit, getWidthUnit, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
Methods inherited from interface com.storedobject.vaadin.HasStyle
getClassName, getClassNames, getStyle, setClassName
Methods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, hasClassName, removeClassName, removeClassNames, setClassName
Methods inherited from interface com.storedobject.vaadin.HasThemeStyle
addTheme, asPrimary, asSmall, getInternalElement
-
Constructor Details
-
BadgeIcon
public BadgeIcon(com.vaadin.flow.component.icon.VaadinIcon icon) Create from a Vaadin icon- Parameters:
icon
- Vaadin icon
-
BadgeIcon
-