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 SimpleListItem
SimpleListItem.simpleListItem
(String identifier) static SimpleListItem
SimpleListItem.simpleListItem
(String identifier, String text) static SimpleListItem
SimpleListItem.simpleListItem
(String identifier, String text, String href) static SimpleListItem
SimpleListItem.simpleListItem
(String identifier, String text, String href, String target) static <E extends HTMLElement>
SimpleListItemSimpleListItem.simpleListItem
(String identifier, HTMLContainerBuilder<E> builder) <T> SimpleListItem
SimpleListItem.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) void
SimpleList.select
(SimpleListItem item) void
SimpleList.select
(SimpleListItem item, boolean selected) void
SimpleList.select
(SimpleListItem item, boolean selected, boolean fireEvent) Method parameters in org.patternfly.component.list with type arguments of type SimpleListItemModifier and TypeMethodDescription<T> SimpleListGroup
SimpleListGroup.addItems
(Iterable<T> items, Function<T, SimpleListItem> display) SimpleListItem.onClick
(ComponentHandler<SimpleListItem> actionHandler) SimpleList.onSelect
(SelectHandler<SimpleListItem> selectHandler)