Uses of Class
com.jbstrap.ui.components.listgrid.ListGridRow
-
Uses of ListGridRow in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionListGridRow.deselectRow()
ListGrid.getRowByIndex
(long index) Gets a row by row index.final ListGridRow
ListGrid.getSelectedRow()
Gets the selected row in the grid.ListGridRow.selectRow()
Sets the list grid row record.protected ListGridRow
ListGridRow.setRowIndex
(int rowIndex) protected final ListGridRow
ListGridRow.setState
(ListGridRecordState state) Sets the list grid row cell value.Modifier and TypeMethodDescriptionfinal List<ListGridRow>
ListGrid.getDeletedRows()
Gets deleted grid rows.final List<ListGridRow>
ListGrid.getModifiedRows()
Gets modified grid rows.final List<ListGridRow>
ListGrid.getNewRows()
Gets all newly added grid rows (persisted records).ListGrid.getRows()
Gets all rows in a list grid.final List<ListGridRow>
ListGrid.getSelectedRows()
Gets all selected rows from the grid.Modifier and TypeMethodDescriptionListGrid.deselectRow
(ListGridRow row) Removes a row from the grid.<T> T
ListGrid.getCellValue
(ListGridRow row, String columnName) Gets the cell value.ListGrid.invertSelection
(ListGridRow row) Inverts row selection.ListGrid.selectRow
(ListGridRow row) Selects a row in the grid.