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