Uses of Class
org.patternfly.component.list.DataListCell
Packages that use DataListCell
-
Uses of DataListCell in org.patternfly.component.list
Methods in org.patternfly.component.list that return DataListCellModifier and TypeMethodDescriptionDataListCell.alignRight()
Aligns the cell content to the right of its parent.static DataListCell
DataListCell.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> DataListItem
DataListItem.addCells
(Iterable<T> items, Function<T, DataListCell> display)