Package org.patternfly.component.chip
Class ChipGroup
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,ChipGroup>
org.patternfly.component.chip.ChipGroup
- All Implemented Interfaces:
Iterable<Chip>,Attachable,Container<HTMLDivElement,,ChipGroup> Finder<HTMLDivElement>,HasElement<HTMLDivElement,,ChipGroup> HasHTMLElement<HTMLDivElement,,ChipGroup> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,ChipGroup> Closeable<HTMLDivElement,,ChipGroup> Component,HasItems<HTMLDivElement,ChipGroup, Chip>
public class ChipGroup
extends BaseComponent<HTMLDivElement,ChipGroup>
implements HasItems<HTMLDivElement,ChipGroup,Chip>, Closeable<HTMLDivElement,ChipGroup>, Attachable
-
Method Summary
Modifier and TypeMethodDescriptionariaCloseLabel(String label) voidattach(MutationRecord mutationRecord) static ChipGroupstatic ChipGroupvoidclear()closable()closable(CloseHandler<ChipGroup> closeHandler) voidcollapsedText(String collapsedText) voiddetach(MutationRecord mutationRecord) expandedText(String expandedText) booleanisEmpty()iterator()numChips(int numChips) onClose(CloseHandler<ChipGroup> closeHandler) intsize()that()Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
chipGroup
-
chipGroup
-
attach
- Specified by:
attachin interfaceAttachable
-
detach
- Specified by:
detachin interfaceAttachable
-
add
- Specified by:
addin interfaceHasItems<HTMLDivElement,ChipGroup, Chip>
-
category
-
numChips
-
closable
-
closable
-
collapsedText
-
expandedText
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,ChipGroup>
-
aria
- Specified by:
ariain interfaceHasElement<HTMLDivElement,ChipGroup>
-
ariaCloseLabel
-
onClose
- Specified by:
onClosein interfaceCloseable<HTMLDivElement,ChipGroup>
-
close
- Specified by:
closein interfaceCloseable<HTMLDivElement,ChipGroup>
-
iterator
-
size
public int size()- Specified by:
sizein interfaceHasItems<HTMLDivElement,ChipGroup, Chip>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<HTMLDivElement,ChipGroup, Chip>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<HTMLDivElement,ChipGroup, Chip>
-