Uses of Class
org.uberfire.ext.widgets.table.client.ColumnMeta
-
Packages that use ColumnMeta Package Description org.uberfire.ext.widgets.table.client -
-
Uses of ColumnMeta in org.uberfire.ext.widgets.table.client
Fields in org.uberfire.ext.widgets.table.client with type parameters of type ColumnMeta Modifier and Type Field Description protected List<ColumnMeta<T>>UberfireColumnPicker. columnMetaListMethods in org.uberfire.ext.widgets.table.client that return types with arguments of type ColumnMeta Modifier and Type Method Description Collection<ColumnMeta<T>>UberfireColumnPicker. getColumnMetaList()Methods in org.uberfire.ext.widgets.table.client with parameters of type ColumnMeta Modifier and Type Method Description voidUberfireColumnPicker. addColumn(ColumnMeta<T> columnMeta)protected voidUberfireSimpleTable. addColumn(ColumnMeta<T> columnMeta)protected voidUberfireColumnPicker. addColumnOnDataGrid(boolean visible, ColumnMeta<T> columnMeta)protected booleanUberfireColumnPicker. addThisColumnToPopup(ColumnMeta<T> columnMeta)protected StringUberfireColumnPicker. getColumnStoreName(ColumnMeta columnMeta)protected intUberfireColumnPicker. getVisibleColumnIndex(ColumnMeta<T> columnMeta)voidUberfireColumnPicker. removeColumn(ColumnMeta<T> columnMeta)Method parameters in org.uberfire.ext.widgets.table.client with type arguments of type ColumnMeta Modifier and Type Method Description voidUberfireColumnPicker. addColumns(List<ColumnMeta<T>> columnMetas)voidUberfireSimpleTable. addColumns(List<ColumnMeta<T>> columnMetas)protected voidUberfireColumnPicker. sortAndAddColumns(List<ColumnMeta<T>> columnMetas)
-