Package org.patternfly.component
Class Chip
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Chip>
-
- org.patternfly.component.Chip
-
- All Implemented Interfaces:
Container<HTMLElement,Chip>,Finder<HTMLElement>,HasElement<HTMLElement,Chip>,HasHTMLElement<HTMLElement,Chip>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Chip>,Component
@Deprecated public class Chip extends BaseComponent<HTMLElement,Chip>
Deprecated.PatternFly chip component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Badgebadge()Deprecated.static Chipchip(String text)Deprecated.static Chipchip(String text, int count)Deprecated.ChiponClose(Callback callback)Deprecated.Called after the chip has been removed.static Chipoverflow(String text)Deprecated.static ChipreadOnly(String text)Deprecated.static ChipreadOnly(String text, int count)Deprecated.Chiptext(String text)Deprecated.Chipthat()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
-
-