Uses of Class
com.jbstrap.ui.components.listgrid.ListGridRow
Packages that use ListGridRow
-
Uses of ListGridRow in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that return ListGridRowModifier 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.Methods in com.jbstrap.ui.components.listgrid that return types with arguments of type ListGridRowModifier 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.Methods in com.jbstrap.ui.components.listgrid with parameters of type ListGridRowModifier 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.