| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.deviceadaptivegrid | |
| org.cruxframework.crux.widgets.client.grid |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceAdaptiveGrid.initGrid(DeviceAdaptiveGridColumnDefinitions columnDefinitions,
int pageSize,
RowSelectionModel rowSelection,
int cellSpacing,
boolean autoLoadData,
boolean stretchColumns,
boolean highlightRowOnMouseOver,
String emptyDataFilling,
boolean fixedCellSize,
String defaultSortingColumn,
Grid.SortingType defaultSortingType)
Initialize grid component
|
| Modifier and Type | Method and Description |
|---|---|
static Grid.SortingType |
Grid.SortingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grid.SortingType[] |
Grid.SortingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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,
RowDetailWidgetCreator rowDetailsWidgetCreator,
boolean showRowDetailsIcon,
boolean freezeHeaders,
boolean caseSensitive)
Full constructor
|
Copyright © 2014. All rights reserved.