Uses of Class
org.primefaces.model.ColumnMeta
-
Packages that use ColumnMeta Package Description org.primefaces.component.api org.primefaces.component.datatable org.primefaces.component.subtable org.primefaces.component.treetable -
-
Uses of ColumnMeta in org.primefaces.component.api
Methods in org.primefaces.component.api that return types with arguments of type ColumnMeta Modifier and Type Method Description Map<String,ColumnMeta>ColumnAware. getColumnMeta()Map<String,ColumnMeta>UITableState. getColumnMeta()Method parameters in org.primefaces.component.api with type arguments of type ColumnMeta Modifier and Type Method Description voidColumnAware. 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 ColumnMeta Modifier and Type Method Description Map<String,ColumnMeta>DataTable. getColumnMeta()Method parameters in org.primefaces.component.datatable with type arguments of type ColumnMeta Modifier and Type Method Description voidDataTable. 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 ColumnMeta Modifier and Type Method Description Map<String,ColumnMeta>SubTable. getColumnMeta()Method parameters in org.primefaces.component.subtable with type arguments of type ColumnMeta Modifier and Type Method Description voidSubTable. setColumnMeta(Map<String,ColumnMeta> columnMeta) -
Uses of ColumnMeta in org.primefaces.component.treetable
Methods in org.primefaces.component.treetable that return types with arguments of type ColumnMeta Modifier and Type Method Description Map<String,ColumnMeta>TreeTable. getColumnMeta()Method parameters in org.primefaces.component.treetable with type arguments of type ColumnMeta Modifier and Type Method Description voidTreeTable. setColumnMeta(Map<String,ColumnMeta> columnMeta)
-