Uses of Class
com.jbstrap.ui.components.listgrid.ListGridColumn
-
Uses of ListGridColumn in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionfinal ListGridColumn
Gets a column of the list grid by its name.final ListGridColumn
ListGridColumn.setAlignment
(ListGridColumnAlignment align) Sets column data alignment.ListGridColumn.setDataProvider
(String columnName) Set the data provider column.
The data in the column specified here will be subject to filtering and sorting on the grid.final ListGridColumn
ListGridColumn.setFormatter
(ListGridCellFormatter formatter) Sets the column formatter class.ListGridColumn.setMovable
(boolean movable) protected ListGridColumn
ListGridColumn.setParentGrid
(ListGrid grid) ListGridColumn.setRangeFiltering
(boolean rangeFiltering) Sets if the data in the column, when used in the adaptive filter, are for a discrete value, or for a range.final ListGridColumn
ListGridColumn.setRenderer
(ListGridCellRenderer renderer) Sets the column renderer.ListGridColumn.setResizable
(boolean resizable) ListGridColumn.setSortable
(boolean sortable) Set column header.final ListGridColumn
ListGridColumn.setType
(ListGridColumnType type) Sets column type.protected ListGridColumn
ListGridColumn.setVisible
(boolean visible) final ListGridColumn
Sets column width.ListGridColumn.setWordWrap
(boolean wrap) Sets the text wrap option.Modifier and TypeMethodDescriptionfinal Collection<ListGridColumn>
ListGrid.getColumns()
Gets list grid columns.Modifier and TypeMethodDescriptionListGrid.addColumn
(ListGridColumn column) Adds a new column to the list grid component.ModifierConstructorDescriptionprotected
ListGridRow
(ListGrid parentGrid, List<ListGridColumn> columns, Record record)