Uses of Class
org.patternfly.component.list.SimpleList
-
Packages that use SimpleList Package Description org.patternfly.component.list -
-
Uses of SimpleList in org.patternfly.component.list
Methods in org.patternfly.component.list that return SimpleList Modifier and Type Method Description SimpleListSimpleList. add(SimpleListGroup group)SimpleListSimpleList. add(SimpleListItem item)SimpleListSimpleList. addGroup(SimpleListGroup group)SimpleListSimpleList. addItem(SimpleListItem item)<T> SimpleListSimpleList. addItems(Iterable<T> items, Function<T,SimpleListItem> display)SimpleListSimpleList. ariaLabel(String label)SimpleListSimpleList. onSelect(SelectHandler<SimpleListItem> selectHandler)static SimpleListSimpleList. simpleList()SimpleListSimpleList. that()
-