Uses of Class
org.primefaces.model.ColumnMeta
Packages that use ColumnMeta
Package
Description
-
Uses of ColumnMeta in org.primefaces.component.api
Methods in org.primefaces.component.api that return types with arguments of type ColumnMetaMethod parameters in org.primefaces.component.api with type arguments of type ColumnMetaModifier and TypeMethodDescriptionvoidColumnAware.setColumnMeta(Map<String, ColumnMeta> columnMeta) voidUITableState.setColumnMeta(Map<String, ColumnMeta> columnMeta) -
Uses of ColumnMeta in org.primefaces.component.datatable
Methods in org.primefaces.component.datatable that return types with arguments of type ColumnMetaMethod parameters in org.primefaces.component.datatable with type arguments of type ColumnMetaModifier and TypeMethodDescriptionvoidDataTable.setColumnMeta(Map<String, ColumnMeta> columnMeta) -
Uses of ColumnMeta in org.primefaces.component.subtable
Methods in org.primefaces.component.subtable that return types with arguments of type ColumnMetaMethod parameters in org.primefaces.component.subtable with type arguments of type ColumnMeta -
Uses of ColumnMeta in org.primefaces.component.treetable
Methods in org.primefaces.component.treetable that return types with arguments of type ColumnMetaMethod parameters in org.primefaces.component.treetable with type arguments of type ColumnMetaModifier and TypeMethodDescriptionvoidTreeTable.setColumnMeta(Map<String, ColumnMeta> columnMeta)