Browse Source

Rename getCancelCaption to mention Editor (#16551)

Change-Id: If0e323fcdbac519cf204d8183d2d5f9f4465a907
tags/7.4.0.rc1
Leif Åstrand 9 years ago
parent
commit
24d2d57aea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/com/vaadin/ui/Grid.java

+ 1
- 1
server/src/com/vaadin/ui/Grid.java View File

@@ -5070,7 +5070,7 @@ public class Grid extends AbstractComponent implements SelectionNotifier,
*
* @return the current caption of the cancel button
*/
public String getCancelCaption() {
public String getEditorCancelCaption() {
return getState(false).editorCancelCaption;
}


Loading…
Cancel
Save