| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.deviceadaptivegrid | |
| org.cruxframework.crux.widgets.client.grid |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinitions |
DeviceAdaptiveGrid.getGridColumnDefinitionsByDevice() |
ColumnDefinitions |
DeviceAdaptiveGridColumnDefinitions.getLargeColumnDefinitions() |
ColumnDefinitions |
DeviceAdaptiveGridColumnDefinitions.getSmallColumnDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnDefinitions |
AbstractGrid.getColumnDefinitions()
Gets the grid columns (including the invisible columns)
|
| Constructor and Description |
|---|
AbstractGrid(ColumnDefinitions columnDefinitions,
RowSelectionModel rowSelection,
int cellSpacing,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
boolean fixedCellSize)
Full constructor
|
AbstractGrid(ColumnDefinitions columnDefinitions,
RowSelectionModel rowSelection,
int cellSpacing,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
boolean fixedCellSize,
RowDetailWidgetCreator rowDetailWidgetCreator,
boolean showRowDetailsIcon,
boolean freezeHeaders)
Full constructor
|
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
boolean keepEditorOnClickDisabledRows) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
boolean keepEditorOnClickDisabledRows,
boolean showEditorButtons) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
boolean keepEditorOnClickDisabledRows,
boolean showEditorButtons,
boolean freezeHeaders) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
boolean keepEditorOnClickDisabledRows,
boolean showEditorButtons,
String editButtonTooltip,
String saveButtonTooltip,
String cancelButtonTooltip) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
RowDetailWidgetCreator rowDetailsWidgetCreator,
boolean showRowDetailsIcon,
boolean freezeHeaders,
boolean caseSensitive)
Full constructor
|
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
RowDetailWidgetCreator rowDetailsWidgetCreator,
boolean showRowDetailsIcon,
boolean freezeHeaders,
boolean caseSensitive,
boolean keepEditorOnClickDisabledRows) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
RowDetailWidgetCreator rowDetailsWidgetCreator,
boolean showRowDetailsIcon,
boolean freezeHeaders,
boolean caseSensitive,
boolean keepEditorOnClickDisabledRows,
boolean showEditorButtons) |
Grid(ColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType,
RowDetailWidgetCreator rowDetailsWidgetCreator,
boolean showRowDetailsIcon,
boolean freezeHeaders,
boolean caseSensitive,
boolean keepEditorOnClickDisabledRows,
boolean showEditorButtons,
String editButtonTooltip,
String saveButtonTooltip,
String cancelButtonTooltip) |
Copyright © 2014. All rights reserved.