mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 04:07:42 +08:00
PL-720 Support for Inline Edit for DataGrid component (java docs)
This commit is contained in:
parent
833a2f2f29
commit
5994ef260b
@ -449,7 +449,7 @@ public interface DataGrid<E extends Entity> extends ListComponent<E>, Component.
|
||||
}
|
||||
|
||||
/**
|
||||
* DataGrid editor pre commit listener.
|
||||
* DataGrid editor pre commit listener. Works in buffered mode only.
|
||||
*/
|
||||
interface EditorPreCommitListener {
|
||||
/**
|
||||
@ -476,7 +476,7 @@ public interface DataGrid<E extends Entity> extends ListComponent<E>, Component.
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers a new DataGrid editor pre commit listener.
|
||||
* Registers a new DataGrid editor pre commit listener. Works in buffered mode only.
|
||||
*
|
||||
* @param listener the listener to register
|
||||
*/
|
||||
@ -490,7 +490,7 @@ public interface DataGrid<E extends Entity> extends ListComponent<E>, Component.
|
||||
void removeEditorPreCommitListener(EditorPreCommitListener listener);
|
||||
|
||||
/**
|
||||
* DataGrid editor post commit listener.
|
||||
* DataGrid editor post commit listener. Works in buffered mode only.
|
||||
*/
|
||||
interface EditorPostCommitListener {
|
||||
/**
|
||||
@ -517,7 +517,7 @@ public interface DataGrid<E extends Entity> extends ListComponent<E>, Component.
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers a new DataGrid editor post commit listener.
|
||||
* Registers a new DataGrid editor post commit listener. Works in buffered mode only.
|
||||
*
|
||||
* @param listener the listener to register
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user