Package org.patternfly.component
Class ChipGroupToolbar
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,ChipGroupToolbar>
-
- org.patternfly.component.ChipGroupToolbar
-
- All Implemented Interfaces:
Container<HTMLElement,ChipGroupToolbar>,Finder<HTMLElement>,HasElement<HTMLElement,ChipGroupToolbar>,HasHTMLElement<HTMLElement,ChipGroupToolbar>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,ChipGroupToolbar>,Component
@Deprecated public class ChipGroupToolbar extends BaseComponent<HTMLElement,ChipGroupToolbar>
Deprecated.PatternFly chip group toolbar component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ChipGroupToolbaradd(String category, ChipGroup chipGroup)Deprecated.static ChipGroupToolbarchipGroupToolbar()Deprecated.ChipGroupToolbarthat()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
-
-
-
-
Method Detail
-
chipGroupToolbar
public static ChipGroupToolbar chipGroupToolbar()
Deprecated.
-
that
public ChipGroupToolbar that()
Deprecated.
-
add
public ChipGroupToolbar add(String category, ChipGroup chipGroup)
Deprecated.
-
-