Package | Description |
---|---|
org.uberfire.ext.widgets.table.client |
Modifier and Type | Field and Description |
---|---|
protected List<ColumnMeta<T>> |
UberfireColumnPicker.columnMetaList |
Modifier and Type | Method and Description |
---|---|
Collection<ColumnMeta<T>> |
UberfireColumnPicker.getColumnMetaList() |
Modifier and Type | Method and Description |
---|---|
protected void |
UberfireSimpleTable.addColumn(ColumnMeta<T> columnMeta) |
void |
UberfireColumnPicker.addColumn(ColumnMeta<T> columnMeta) |
protected void |
UberfireColumnPicker.addColumnOnDataGrid(boolean visible,
ColumnMeta<T> columnMeta) |
protected boolean |
UberfireColumnPicker.addThisColumnToPopup(ColumnMeta<T> columnMeta) |
protected String |
UberfireColumnPicker.getColumnStoreName(ColumnMeta columnMeta) |
protected int |
UberfireColumnPicker.getVisibleColumnIndex(ColumnMeta<T> columnMeta) |
void |
UberfireColumnPicker.removeColumn(ColumnMeta<T> columnMeta) |
Modifier and Type | Method and Description |
---|---|
void |
UberfireSimpleTable.addColumns(List<ColumnMeta<T>> columnMetas) |
void |
UberfireColumnPicker.addColumns(List<ColumnMeta<T>> columnMetas) |
protected void |
UberfireColumnPicker.sortAndAddColumns(List<ColumnMeta<T>> columnMetas) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.