Uses of Class
org.patternfly.component.list.SimpleListGroup
Packages that use SimpleListGroup
Package
Description
Provides list components for displaying collections of items in various formats.
-
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 TypeClassDescriptionclassA group of related items within aSimpleListcomponent.classA group of related items within aSimpleListcomponent.classA group of related items within aSimpleListcomponent.Methods in org.patternfly.component.list that return SimpleListGroupModifier and TypeMethodDescriptionSimpleListGroup.add(SimpleListItem item) SimpleListGroup.onAdd(AddItemHandler<SimpleListGroup, SimpleListItem> onAdd) SimpleListGroup.onRemove(RemoveItemHandler<SimpleListGroup, SimpleListItem> onRemove) SimpleListGroup.onUpdate(UpdateItemHandler<SimpleListGroup, SimpleListItem> onUpdate) 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(AddItemHandler<SimpleListGroup, SimpleListItem> onAdd) SimpleListGroup.onRemove(RemoveItemHandler<SimpleListGroup, SimpleListItem> onRemove) SimpleListGroup.onUpdate(UpdateItemHandler<SimpleListGroup, SimpleListItem> onUpdate)