Uses of Class
org.patternfly.component.list.DataListCell
Packages that use DataListCell
-
Uses of DataListCell in org.patternfly.component.list
Subclasses with type arguments of type DataListCell in org.patternfly.component.listClasses in org.patternfly.component.list that implement interfaces with type arguments of type DataListCellMethods in org.patternfly.component.list that return DataListCellModifier and TypeMethodDescriptionDataListCell.alignRight()Aligns the cell content to the right of its parent.static DataListCellDataListCell.dataListCell()DataListCell.removeIcon()DataListCell.that()DataListCell.width(int width) Width (from 1-5) to the data list cellDetermines which wrapping modifier to apply to the data listMethods in org.patternfly.component.list with parameters of type DataListCellModifier and TypeMethodDescriptionDataListItem.add(DataListCell cell) DataListItem.addCell(DataListCell cell) Method parameters in org.patternfly.component.list with type arguments of type DataListCellModifier and TypeMethodDescription<T> DataListItemDataListItem.addCells(Iterable<T> items, Function<T, DataListCell> display)