Package org.patternfly.component.label
Class LabelGroup
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,LabelGroup>
org.patternfly.component.label.LabelGroup
- All Implemented Interfaces:
Iterable<Label>,Attachable,Container<HTMLDivElement,,LabelGroup> Finder<HTMLDivElement>,HasElement<HTMLDivElement,,LabelGroup> HasHTMLElement<HTMLDivElement,,LabelGroup> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,LabelGroup> Closeable<HTMLDivElement,,LabelGroup> Component,HasItems<HTMLDivElement,,LabelGroup, Label> Modifiers.Vertical<HTMLDivElement,LabelGroup>
public class LabelGroup
extends BaseComponent<HTMLDivElement,LabelGroup>
implements Closeable<HTMLDivElement,LabelGroup>, HasItems<HTMLDivElement,LabelGroup,Label>, Modifiers.Vertical<HTMLDivElement,LabelGroup>, Attachable
-
Method Summary
Modifier and TypeMethodDescriptionariaCloseLabel(String label) voidattach(MutationRecord mutationRecord) voidclear()closable()closable(CloseHandler<LabelGroup> closeHandler) voidcollapsedText(String collapsedText) voiddetach(MutationRecord mutationRecord) expandedText(String expandedText) booleanisEmpty()iterator()static LabelGroupstatic LabelGrouplabelGroup(String category) numLabels(int numLabels) onClose(CloseHandler<LabelGroup> 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, 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, spliteratorMethods inherited from interface org.patternfly.style.Modifiers.Vertical
vertical, vertical
-
Method Details
-
labelGroup
-
labelGroup
-
attach
- Specified by:
attachin interfaceAttachable
-
detach
- Specified by:
detachin interfaceAttachable
-
add
- Specified by:
addin interfaceHasItems<HTMLDivElement,LabelGroup, Label>
-
category
-
numLabels
-
closable
-
closable
-
collapsedText
-
expandedText
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,LabelGroup>
-
ariaCloseLabel
-
onClose
- Specified by:
onClosein interfaceCloseable<HTMLDivElement,LabelGroup>
-
close
- Specified by:
closein interfaceCloseable<HTMLDivElement,LabelGroup>
-
iterator
-
size
public int size()- Specified by:
sizein interfaceHasItems<HTMLDivElement,LabelGroup, Label>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<HTMLDivElement,LabelGroup, Label>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<HTMLDivElement,LabelGroup, Label>
-