Package org.patternfly.component.label
Class LabelGroup
java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLDivElement,LabelGroup>
org.patternfly.component.label.LabelGroup
- All Implemented Interfaces:
Iterable<Label>,Attachable,Container<elemental2.dom.HTMLDivElement,,LabelGroup> Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,,LabelGroup> HasHTMLElement<elemental2.dom.HTMLDivElement,,LabelGroup> IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,,LabelGroup> Closeable<elemental2.dom.HTMLDivElement,,LabelGroup> Component,HasItems<elemental2.dom.HTMLDivElement,,LabelGroup, Label> Modifiers.Vertical<elemental2.dom.HTMLDivElement,LabelGroup>
public class LabelGroup
extends BaseComponent<elemental2.dom.HTMLDivElement,LabelGroup>
implements Closeable<elemental2.dom.HTMLDivElement,LabelGroup>, HasItems<elemental2.dom.HTMLDivElement,LabelGroup,Label>, Modifiers.Vertical<elemental2.dom.HTMLDivElement,LabelGroup>, Attachable
-
Method Summary
Modifier and TypeMethodDescriptionariaCloseLabel(String label) voidattach(elemental2.dom.MutationRecord mutationRecord) voidclear()closable()closable(CloseHandler<LabelGroup> closeHandler) voidclose(elemental2.dom.Event event, boolean fireEvent) collapsedText(String collapsedText) booleanvoiddetach(elemental2.dom.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
public void attach(elemental2.dom.MutationRecord mutationRecord) - Specified by:
attachin interfaceAttachable
-
detach
public void detach(elemental2.dom.MutationRecord mutationRecord) - Specified by:
detachin interfaceAttachable
-
add
- Specified by:
addin interfaceHasItems<elemental2.dom.HTMLDivElement,LabelGroup, Label>
-
category
-
numLabels
-
closable
-
closable
-
collapsedText
-
expandedText
-
that
- Specified by:
thatin interfaceTypedBuilder<elemental2.dom.HTMLDivElement,LabelGroup>
-
ariaCloseLabel
-
onClose
- Specified by:
onClosein interfaceCloseable<elemental2.dom.HTMLDivElement,LabelGroup>
-
close
public void close(elemental2.dom.Event event, boolean fireEvent) - Specified by:
closein interfaceCloseable<elemental2.dom.HTMLDivElement,LabelGroup>
-
iterator
-
size
public int size()- Specified by:
sizein interfaceHasItems<elemental2.dom.HTMLDivElement,LabelGroup, Label>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<elemental2.dom.HTMLDivElement,LabelGroup, Label>
-
contains
- Specified by:
containsin interfaceHasItems<elemental2.dom.HTMLDivElement,LabelGroup, Label>
-
item
- Specified by:
itemin interfaceHasItems<elemental2.dom.HTMLDivElement,LabelGroup, Label>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<elemental2.dom.HTMLDivElement,LabelGroup, Label>
-