|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TableView.RowEditor
Table row editor interface.
Nested Class Summary | |
---|---|
static class |
TableView.RowEditor.RowEditorListenerList
Row editor listener list. |
Method Summary | |
---|---|
void |
editRow(TableView tableView,
int rowIndex,
int columnIndex)
Notifies the editor that editing should begin. |
ListenerList<TableView.RowEditorListener> |
getRowEditorListeners()
Gets the row editor listener list. |
Methods inherited from interface org.apache.pivot.wtk.Editor |
---|
cancelEdit, isEditing, saveChanges |
Method Detail |
---|
void editRow(TableView tableView, int rowIndex, int columnIndex)
tableView
- The table viewrowIndex
- The row index of the cell to editcolumnIndex
- The column index of the cell to editTableView.setRowEditor(RowEditor)
ListenerList<TableView.RowEditorListener> getRowEditorListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |