Преглед изворни кода

Rename getCancelCaption to mention Editor (#16551)

Change-Id: If0e323fcdbac519cf204d8183d2d5f9f4465a907
tags/7.5.0.alpha1
Leif Åstrand пре 9 година
родитељ
комит
66df4a3740
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      server/src/com/vaadin/ui/Grid.java

+ 1
- 1
server/src/com/vaadin/ui/Grid.java Прегледај датотеку

@@ -5069,7 +5069,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…
Откажи
Сачувај