Class EasyForm.EasyFormI18n
java.lang.Object
com.flowingcode.vaadin.addons.easyform.EasyForm.EasyFormI18n
- All Implemented Interfaces:
Serializable
The texts of the button bar, following the Vaadin i18n convention.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the text of the cancel button.Sets the text of the save button.
-
Constructor Details
-
EasyFormI18n
public EasyFormI18n()
-
-
Method Details
-
setSave
Sets the text of the save button.- Parameters:
save- the text to use- Returns:
- this, for method chaining
-
setCancel
Sets the text of the cancel button.- Parameters:
cancel- the text to use- Returns:
- this, for method chaining
-