Package org.patternfly.icon
Class PredefinedIcon
- java.lang.Object
-
- org.patternfly.icon.PredefinedIcon
-
- All Implemented Interfaces:
Container<SVGElement,PredefinedIcon>,Finder<SVGElement>,HasElement<SVGElement,PredefinedIcon>,IsElement<SVGElement>,HasSVGElement<SVGElement,PredefinedIcon>,TypedBuilder<SVGElement,PredefinedIcon>
public final class PredefinedIcon extends Object implements HasElement<SVGElement,PredefinedIcon>, HasSVGElement<SVGElement,PredefinedIcon>, Finder<SVGElement>, Container<SVGElement,PredefinedIcon>
The PredefinedIcon class represents a predefined SVG icon. It implements SVG builder interfaces 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 SVGElementelement()PredefinedIconthat()-
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
-
element
public SVGElement element()
- Specified by:
elementin interfaceIsElement<SVGElement>
-
that
public PredefinedIcon that()
- Specified by:
thatin interfaceTypedBuilder<SVGElement,PredefinedIcon>
-
-