|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditableTable<T>
| Method Summary | |
|---|---|
void |
addRow()
Adds a new row to the table. |
void |
copyRow(BindingContext context)
Creates a copy of the selected row and adds it to the table. |
void |
deleteRow(BindingContext context)
Removes the selected row from the table. |
void |
editRow(BindingContext context)
Shows the selected row in the edit form for editing. |
boolean |
isPersistent(int row)
Decides wether a row is persistent or not. |
void |
saveRow(BindingContext context)
Synchronizes the widgets in the form with the underlying bean. |
| Method Detail |
|---|
void editRow(BindingContext context)
context - void addRow()
void deleteRow(BindingContext context)
context - void copyRow(BindingContext context)
context - void saveRow(BindingContext context)
context - boolean isPersistent(int row)
row -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||