org.tbee.swing.table
Interface TableModelForEdit
- All Superinterfaces:
- TableModel
- All Known Implementing Classes:
- AbstractJpaTableModelForEdit, AbstractTableModelForEdit, BeanTableModelForEdit, EventDelayedTableModelForEdit, EventTableModelForEdit, JpaBeanTableModelForEdit, RowSetTableModelForEdit, TableModelValueWrapper, TableModelWithLinenr, TableSorterForEdit
public interface TableModelForEdit
- extends TableModel
Enhance the tablemodel with "for editor" specific methods, like addNewRow.
addRowAt
int addRowAt(int rowIndex)
deleteRowAt
void deleteRowAt(int rowIndex)
getErrorMessageAt
String getErrorMessageAt(int row,
int col)
getWarnMessageAt
String getWarnMessageAt(int row,
int col)
Copyright © 2012 KnowledgePlaza. All Rights Reserved.