Uses of Class
org.patternfly.component.list.SimpleListGroup
-
Packages that use SimpleListGroup Package Description org.patternfly.component.list -
-
Uses of SimpleListGroup in org.patternfly.component.list
Methods in org.patternfly.component.list that return SimpleListGroup Modifier and Type Method Description SimpleListGroupSimpleListGroup. add(SimpleListItem item)SimpleListGroupSimpleListGroup. addItem(SimpleListItem item)<T> SimpleListGroupSimpleListGroup. addItems(Iterable<T> items, Function<T,SimpleListItem> display)static SimpleListGroupSimpleListGroup. simpleListGroup(String text)SimpleListGroupSimpleListGroup. text(String text)SimpleListGroupSimpleListGroup. that()Methods in org.patternfly.component.list with parameters of type SimpleListGroup Modifier and Type Method Description SimpleListSimpleList. add(SimpleListGroup group)SimpleListSimpleList. addGroup(SimpleListGroup group)
-