Uses of Class
org.patternfly.component.icon.Icon

Packages that use Icon
Package
Description
Provides the icon component for rendering styled SVG icons with configurable size and status.
  • Uses of Icon in org.patternfly.component.icon

    Subclasses with type arguments of type Icon in org.patternfly.component.icon
    Modifier and Type
    Class
    Description
    class 
    An icon component is a container that allows for icons of varying dimensions, as well as spinners, to seamlessly replace each other without shifting surrounding content.
    Classes in org.patternfly.component.icon that implement interfaces with type arguments of type Icon
    Modifier and Type
    Class
    Description
    class 
    An icon component is a container that allows for icons of varying dimensions, as well as spinners, to seamlessly replace each other without shifting surrounding content.
    class 
    An icon component is a container that allows for icons of varying dimensions, as well as spinners, to seamlessly replace each other without shifting surrounding content.
    Methods in org.patternfly.component.icon that return Icon
    Modifier and Type
    Method
    Description
    static Icon
    Icon.icon(Element icon)
    Factory method to create a new instance of this component.
    static Icon
    Icon.icon(org.patternfly.icon.PredefinedIcon icon)
    Factory method to create a new instance of this component.
    Icon.iconSize(IconSize iconSize)
    Size of icon.
    Icon.progress(boolean inProgress, String label, Consumer<Spinner> spinnerConsumer)
     
    Icon.progressIconSize(IconSize progressIconSize)
    Size of progress icon.
    Icon.size(IconSize size)
    Size of the icon component container and icon.
    Icon.status(org.patternfly.style.Status status)
     
    Icon.that()