|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface RowMarker
This interface defines a contract for marking and deleting rows, intended to be implemented by a class that extends
DataModel
| Method Summary | |
|---|---|
int |
deleteMarkedRows()
Deprecated. Deletes the rows that are marked according to the value of getRowMarks() and returns the number of
deleted rows. |
RowMarks |
getRowMarks()
Deprecated. Returns an instance of RowMarks that represents rows that are marked. |
boolean |
isAllRowsMarked()
Deprecated. Returns a boolean flag indicating whether or not all rows are marked. |
void |
setAllRowsMarked(boolean allRowsMarked)
Deprecated. Sets the flag indicating whether or not all rows are marked, according to the specified value. |
void |
setRowMarks(RowMarks rowMarks)
Deprecated. Sets an instance of RowMarks that represents rows that are marked. |
| Method Detail |
|---|
int deleteMarkedRows()
throws IOException
getRowMarks() and returns the number of
deleted rows.
IOException - When any kind of exception occurs during the delete process.void setAllRowsMarked(boolean allRowsMarked)
boolean isAllRowsMarked()
RowMarks getRowMarks()
RowMarks that represents rows that are marked.
void setRowMarks(RowMarks rowMarks)
RowMarks that represents rows that are marked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||