diff options
Diffstat (limited to 'server/src/com/vaadin/ui/PopupDateField.java')
-rw-r--r-- | server/src/com/vaadin/ui/PopupDateField.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/PopupDateField.java b/server/src/com/vaadin/ui/PopupDateField.java index b113378e74..e95941e3fe 100644 --- a/server/src/com/vaadin/ui/PopupDateField.java +++ b/server/src/com/vaadin/ui/PopupDateField.java @@ -125,7 +125,7 @@ public class PopupDateField extends DateField { * @param descriptionForAssistiveDevices * String with the description */ - public void setDescriptionForAssistiveDevices(String description) { + public void setAssisitiveText(String description) { getState().descriptionForAssistiveDevices = description; } @@ -135,7 +135,7 @@ public class PopupDateField extends DateField { * * @return String with the description */ - public String getDescriptionForAssistiveDevices() { + public String getAssisitiveText() { return getState().descriptionForAssistiveDevices; } } |