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) 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)