Interface IEdiTableModel
×News: OpenXava 7.7 released - March 9 · Read more
- All Superinterfaces:
TableModel
TablaModel editable.
Or said of another form an IEdiTableModel.
- Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRow()Add row at end.voidinsertRow(int row) Insert a row in indicated position.voidremoveRow(int row) Remove the row from indicated position.voidremoveRows(int[] filas) Remove rows from indicated positions.Methods inherited from interface TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
-
Method Details
-
addRow
void addRow()Add row at end. -
insertRow
void insertRow(int row) Insert a row in indicated position. -
removeRow
void removeRow(int row) Remove the row from indicated position. -
removeRows
void removeRows(int[] filas) Remove rows from indicated positions.
-