Uses of Class
org.patternfly.component.list.SimpleListGroup
Packages that use SimpleListGroup
-
Uses of SimpleListGroup in org.patternfly.component.list
Methods in org.patternfly.component.list that return SimpleListGroupModifier and TypeMethodDescriptionSimpleListGroup.add(SimpleListItem item) SimpleListGroup.addItem(SimpleListItem item) <T> SimpleListGroupSimpleListGroup.addItems(Iterable<T> items, Function<T, SimpleListItem> display) SimpleListGroup.onAdd(BiConsumer<SimpleListGroup, SimpleListItem> onAdd) SimpleListGroup.onRemove(BiConsumer<SimpleListGroup, SimpleListItem> onRemove) 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)