Uses of Class
org.patternfly.component.list.SimpleListItem
Packages that use SimpleListItem
-
Uses of SimpleListItem in org.patternfly.component.list
Methods in org.patternfly.component.list that return SimpleListItemModifier and TypeMethodDescriptionSimpleListItem.onClick(ComponentHandler<SimpleListItem> actionHandler) static SimpleListItemSimpleListItem.simpleListItem(String identifier) static SimpleListItemSimpleListItem.simpleListItem(String identifier, String text) static SimpleListItemSimpleListItem.simpleListItem(String identifier, String text, String href) static SimpleListItemSimpleListItem.simpleListItem(String identifier, String text, String href, String target) static <E extends HTMLElement>
SimpleListItemSimpleListItem.simpleListItem(String identifier, HTMLContainerBuilder<E> builder) <T> SimpleListItemSimpleListItem.that()Methods in org.patternfly.component.list that return types with arguments of type SimpleListItemMethods in org.patternfly.component.list with parameters of type SimpleListItemModifier and TypeMethodDescriptionSimpleList.add(SimpleListItem item) SimpleListGroup.add(SimpleListItem item) SimpleListGroup.addItem(SimpleListItem item) voidSimpleList.select(SimpleListItem item) voidSimpleList.select(SimpleListItem item, boolean selected) voidSimpleList.select(SimpleListItem item, boolean selected, boolean fireEvent) Method parameters in org.patternfly.component.list with type arguments of type SimpleListItemModifier and TypeMethodDescription<T> SimpleListGroupSimpleListGroup.addItems(Iterable<T> items, Function<T, SimpleListItem> display) SimpleListItem.onClick(ComponentHandler<SimpleListItem> actionHandler) SimpleList.onSelect(SelectHandler<SimpleListItem> selectHandler)