Uses of Class
com.jbstrap.ui.components.listgrid.ListGridColumn
Packages that use ListGridColumn
-
Uses of ListGridColumn in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that return ListGridColumnModifier 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.Methods in com.jbstrap.ui.components.listgrid that return types with arguments of type ListGridColumnModifier and TypeMethodDescriptionfinal Collection<ListGridColumn>
ListGrid.getColumns()
Gets list grid columns.Methods in com.jbstrap.ui.components.listgrid with parameters of type ListGridColumnModifier and TypeMethodDescriptionListGrid.addColumn
(ListGridColumn column) Adds a new column to the list grid component.Constructor parameters in com.jbstrap.ui.components.listgrid with type arguments of type ListGridColumnModifierConstructorDescriptionprotected
ListGridRow
(ListGrid parentGrid, List<ListGridColumn> columns, Record record)