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) void
attach
(MutationRecord mutationRecord) static ChipGroup
static ChipGroup
void
clear()
closable()
closable
(CloseHandler<ChipGroup> closeHandler) void
collapsedText
(String collapsedText) void
detach
(MutationRecord mutationRecord) expandedText
(String expandedText) boolean
isEmpty()
iterator()
numChips
(int numChips) onClose
(CloseHandler<ChipGroup> closeHandler) int
size()
that()
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, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
chipGroup
-
chipGroup
-
attach
- Specified by:
attach
in interfaceAttachable
-
detach
- Specified by:
detach
in interfaceAttachable
-
add
- Specified by:
add
in interfaceHasItems<HTMLDivElement,
ChipGroup, Chip>
-
category
-
numChips
-
closable
-
closable
-
collapsedText
-
expandedText
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLDivElement,
ChipGroup>
-
aria
- Specified by:
aria
in interfaceHasElement<HTMLDivElement,
ChipGroup>
-
ariaCloseLabel
-
onClose
- Specified by:
onClose
in interfaceCloseable<HTMLDivElement,
ChipGroup>
-
close
- Specified by:
close
in interfaceCloseable<HTMLDivElement,
ChipGroup>
-
iterator
-
size
public int size()- Specified by:
size
in interfaceHasItems<HTMLDivElement,
ChipGroup, Chip>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceHasItems<HTMLDivElement,
ChipGroup, Chip>
-
clear
public void clear()- Specified by:
clear
in interfaceHasItems<HTMLDivElement,
ChipGroup, Chip>
-