Package org.patternfly.component
Class Icon
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Icon>
-
- org.patternfly.component.Icon
-
- All Implemented Interfaces:
Container<HTMLElement,Icon>,Finder<HTMLElement>,HasElement<HTMLElement,Icon>,HasHTMLElement<HTMLElement,Icon>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Icon>,Component
@Deprecated public class Icon extends BaseComponent<HTMLElement,Icon>
Deprecated.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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Iconicon(String iconClass)Deprecated.Factory method to create a new instance of this component.Iconsize(Size size)Deprecated.Modifies the size of this component.Iconthat()Deprecated.-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, 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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-