public class ColumnPicker<T> extends UberfireColumnPicker<T>
columnChangedHandler, columnMetaList, dataGrid, popup
Constructor and Description |
---|
ColumnPicker(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid) |
ColumnPicker(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid,
GridPreferencesStore gridPreferences) |
Modifier and Type | Method and Description |
---|---|
protected void |
addResetButtom(int left,
int top,
com.google.gwt.user.client.ui.VerticalPanel popupContent) |
protected boolean |
addThisColumnToPopup(ColumnMeta<T> columnMeta) |
void |
adjustColumnWidths() |
protected void |
checkColumnMeta(ColumnMeta<T> columnMeta) |
List<GridColumnPreference> |
getColumnsState() |
protected void |
loadGlobalGridPreferences() |
void |
setGridPreferencesStore(GridPreferencesStore gridPreferences) |
protected void |
sortAndAddColumns(List<ColumnMeta<T>> columnMetas) |
addColumn, addColumnChangedHandler, addColumns, columnMoved, configureColorPickerPopup, createToggleButton, getColumnMetaList, getColumnStoreName, getVisibleColumnIndex, removeColumn, resetTableColumns, showColumnPickerPopup
public ColumnPicker(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid, GridPreferencesStore gridPreferences)
public ColumnPicker(org.gwtbootstrap3.client.ui.gwt.DataGrid<T> dataGrid)
protected void sortAndAddColumns(List<ColumnMeta<T>> columnMetas)
sortAndAddColumns
in class UberfireColumnPicker<T>
protected void checkColumnMeta(ColumnMeta<T> columnMeta)
public void setGridPreferencesStore(GridPreferencesStore gridPreferences)
protected void addResetButtom(int left, int top, com.google.gwt.user.client.ui.VerticalPanel popupContent)
addResetButtom
in class UberfireColumnPicker<T>
protected boolean addThisColumnToPopup(ColumnMeta<T> columnMeta)
addThisColumnToPopup
in class UberfireColumnPicker<T>
protected void loadGlobalGridPreferences()
loadGlobalGridPreferences
in class UberfireColumnPicker<T>
public List<GridColumnPreference> getColumnsState()
public void adjustColumnWidths()
adjustColumnWidths
in class UberfireColumnPicker<T>
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.