Package org.patternfly.icon
Class InlineIcon
- java.lang.Object
-
- org.jboss.elemento.HTMLContainerBuilder<HTMLElement>
-
- org.patternfly.icon.InlineIcon
-
- All Implemented Interfaces:
Container<HTMLElement,HTMLContainerBuilder<HTMLElement>>,Finder<HTMLElement>,HasElement<HTMLElement,HTMLContainerBuilder<HTMLElement>>,HasHTMLElement<HTMLElement,HTMLContainerBuilder<HTMLElement>>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,HTMLContainerBuilder<HTMLElement>>
public class InlineIcon extends HTMLContainerBuilder<HTMLElement>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineIconinlineIcon(String iconClass)InlineIconthat()-
Methods inherited from class org.jboss.elemento.HTMLContainerBuilder
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
-
-
-
-
Method Detail
-
inlineIcon
public static InlineIcon inlineIcon(String iconClass)
-
that
public InlineIcon that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,HTMLContainerBuilder<HTMLElement>>- Overrides:
thatin classHTMLContainerBuilder<HTMLElement>
-
-