Uses of Class
org.patternfly.component.list.SimpleListGroup
Packages that use SimpleListGroup
-
Uses of SimpleListGroup in org.patternfly.component.list
Subclasses with type arguments of type SimpleListGroup in org.patternfly.component.listClasses in org.patternfly.component.list that implement interfaces with type arguments of type SimpleListGroupModifier and TypeClassDescriptionclassclassclassMethods in org.patternfly.component.list that return SimpleListGroupModifier and TypeMethodDescriptionSimpleListGroup.add(SimpleListItem item) SimpleListGroup.onAdd(BiConsumer<SimpleListGroup, SimpleListItem> onAdd) SimpleListGroup.onRemove(BiConsumer<SimpleListGroup, SimpleListItem> onRemove) SimpleListGroup.ordered(Comparator<SimpleListItem> comparator) static SimpleListGroupSimpleListGroup.simpleListGroup(String text) SimpleListGroup.that()Methods in org.patternfly.component.list with parameters of type SimpleListGroupModifier and TypeMethodDescriptionSimpleList.add(SimpleListGroup group) SimpleList.addGroup(SimpleListGroup group) Method parameters in org.patternfly.component.list with type arguments of type SimpleListGroupModifier and TypeMethodDescriptionSimpleListGroup.onAdd(BiConsumer<SimpleListGroup, SimpleListItem> onAdd) SimpleListGroup.onRemove(BiConsumer<SimpleListGroup, SimpleListItem> onRemove)