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, setWidthMethods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElementMethods 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, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickShortcut, addDoubleClickListener, addSingleClickListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.storedobject.vaadin.HasBadgeStyle
clearThemes, removeTheme, setThemeMethods inherited from interface com.storedobject.vaadin.HasElement
getAttribute, getStyleMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasSize
getHeightUnit, getWidthUnit, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFullMethods inherited from interface com.storedobject.vaadin.HasStyle
getClassName, getClassNames, getStyle, setClassNameMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, hasClassName, removeClassName, removeClassNames, setClassNameMethods 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
-