|
Diamond Control Suite 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GridRowModel
| Method Summary | |
|---|---|
void |
addGridRowListener(GridRowListener l)
|
void |
cancelChanges()
Cancels any edits or changes that have been made to the current row. |
int |
getRowPosition()
Returns the current row position such as the currently selected row or the record number for a database cursor. |
boolean |
isChanged()
Returns true if any edits or changes have been made to the current row. |
void |
removeGridRowListener(GridRowListener l)
|
void |
saveChanges()
Save any edits or changes that have been made to the current row. |
void |
setChanged(boolean markChanged)
If set to true then the current row will be marked to be saved. |
void |
setRowPosition(int rowNumber)
Sets the current row position such as the currently selected row or the record number for a database cursor. |
| Method Detail |
|---|
int getRowPosition()
void setRowPosition(int rowNumber)
void cancelChanges()
void saveChanges()
boolean isChanged()
void setChanged(boolean markChanged)
void addGridRowListener(GridRowListener l)
void removeGridRowListener(GridRowListener l)
|
Diamond Control Suite 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||