Package org.patternfly.icon
Class PredefinedIcon
- java.lang.Object
-
- org.jboss.elemento.svg.SVGContainerBuilder<SVGElement>
-
- org.patternfly.icon.PredefinedIcon
-
- All Implemented Interfaces:
Container<SVGElement,SVGContainerBuilder<SVGElement>>,Finder<SVGElement>,HasElement<SVGElement,SVGContainerBuilder<SVGElement>>,IsElement<SVGElement>,HasSVGElement<SVGElement,SVGContainerBuilder<SVGElement>>,TypedBuilder<SVGElement,SVGContainerBuilder<SVGElement>>
public final class PredefinedIcon extends SVGContainerBuilder<SVGElement>
The PredefinedIcon class represents a predefined SVG icon. It extends the SVGContainerBuilder class and provides methods for creating and configuring the SVG element for the icon.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredefinedIconthat()-
Methods inherited from class org.jboss.elemento.svg.SVGContainerBuilder
element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Field Detail
-
iconSpec
public final IconSpec iconSpec
-
-
Method Detail
-
that
public PredefinedIcon that()
- Specified by:
thatin interfaceTypedBuilder<SVGElement,SVGContainerBuilder<SVGElement>>- Overrides:
thatin classSVGContainerBuilder<SVGElement>
-
-