Uses of Class
com.jk.core.model.table.JKTableRecord
Packages that use JKTableRecord
-
Uses of JKTableRecord in com.jk.core.model.table
Methods in com.jk.core.model.table that return JKTableRecordModifier and TypeMethodDescriptionJKTableModel.addRecord()
This method adds a new record to the table model.protected JKTableRecord
JKTableModel.createEmptyRecord()
This method creates a newJKTableRecord
which is empty.JKTableModel.deleteRow
(int selectedRow) This method deletes an entire row from the table that is at the given index.JKTableModel.getRecord
(int row) This method gets the record associated with the given index.JKTableModel.removeRecord
(int row) This method remove the record associated with the provided index.Methods in com.jk.core.model.table that return types with arguments of type JKTableRecordModifier and TypeMethodDescriptionJKTableModel.getDeletedRecords()
This method gets the deleted records.JKTableModel.getRecords()
This method gets all the records.Methods in com.jk.core.model.table with parameters of type JKTableRecordModifier and TypeMethodDescriptionvoid
JKTableModel.addRecord
(JKTableRecord record) This method adds a new record to the table model.void
JKTableModel.insertRecord
(int row, JKTableRecord record) This method insert the specified record at the provided row index.