Uses of Class
org.patternfly.component.list.DataListItem
Packages that use DataListItem
-
Uses of DataListItem in org.patternfly.component.list
Subclasses with type arguments of type DataListItem in org.patternfly.component.listClasses in org.patternfly.component.list that implement interfaces with type arguments of type DataListItemModifier and TypeClassDescriptionclassA data list is used to display large data sets when you need a flexible layout or need to include interactive content like charts.classclassclassMethods in org.patternfly.component.list that return DataListItemModifier and TypeMethodDescriptionDataListItem.add(DataListAction action) DataListItem.add(DataListCell cell) DataListItem.add(DataListExpandableContent expandableContent) DataListItem.addAction(DataListAction action) DataListItem.addCell(DataListCell cell) <T> DataListItemDataListItem.addCells(Iterable<T> items, Function<T, DataListCell> display) DataListItem.addExpandableContent(DataListExpandableContent expandableContent) DataListItem.ariaToggleLabel(String label) static DataListItemDataListItem.dataListItem(String identifier) Creates a new data list item.DataListItem.expandable()Make this data list item expandable.DataListItem.expandable(ToggleHandler<DataListItem> toggleHandler) Make this data list item expandable and register aToggleHandler.<T> DataListItemDataListItem.that()Methods in org.patternfly.component.list that return types with arguments of type DataListItemMethods in org.patternfly.component.list with parameters of type DataListItemMethod parameters in org.patternfly.component.list with type arguments of type DataListItemModifier and TypeMethodDescriptionDataListItem.expandable(ToggleHandler<DataListItem> toggleHandler) Make this data list item expandable and register aToggleHandler.DataList.onAdd(BiConsumer<DataList, DataListItem> onAdd) DataList.onRemove(BiConsumer<DataList, DataListItem> onRemove) DataList.ordered(Comparator<DataListItem> comparator)