|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeleteRowInterface
Interface for deleting row(s) from a table.
Method Summary | |
---|---|
void |
deleteRow(int index)
Deletes a row. |
boolean |
isRowDeletionAllowed()
Indicates whether rows can be deleted. |
Method Detail |
---|
void deleteRow(int index) throws com.sas.util.UncheckedException
Some implementations may not allow rows to be deleted. This can be determined through isRowDeletionAllowed().
index
- A zero-based index that identifies the row.
com.sas.util.UncheckedException
- Provides a catch-all for all Exceptions.boolean isRowDeletionAllowed()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |