Uses of Class
org.patternfly.component.list.SimpleList
Packages that use SimpleList
-
Uses of SimpleList in org.patternfly.component.list
Subclasses with type arguments of type SimpleList in org.patternfly.component.listModifier and TypeClassDescriptionclassA simple list provides a list of selectable items that can be shown within a page.Classes in org.patternfly.component.list that implement interfaces with type arguments of type SimpleListModifier and TypeClassDescriptionclassA simple list provides a list of selectable items that can be shown within a page.Methods in org.patternfly.component.list that return SimpleListModifier and TypeMethodDescriptionSimpleList.add(SimpleListGroup group) SimpleList.add(SimpleListItem item) SimpleList.addGroup(SimpleListGroup group) SimpleList.onAdd(BiConsumer<SimpleList, SimpleListItem> onAdd) SimpleList.onRemove(BiConsumer<SimpleList, SimpleListItem> onRemove) SimpleList.onSelect(SelectHandler<SimpleListItem> selectHandler) static SimpleListSimpleList.simpleList()SimpleList.that()Method parameters in org.patternfly.component.list with type arguments of type SimpleListModifier and TypeMethodDescriptionSimpleList.onAdd(BiConsumer<SimpleList, SimpleListItem> onAdd) SimpleList.onRemove(BiConsumer<SimpleList, SimpleListItem> onRemove)