Class EasyForm.EasyFormI18n

java.lang.Object
com.flowingcode.vaadin.addons.easyform.EasyForm.EasyFormI18n
All Implemented Interfaces:
Serializable
Enclosing class:
EasyForm<T>

public static class EasyForm.EasyFormI18n extends Object implements Serializable
The texts of the button bar, following the Vaadin i18n convention.
See Also:
  • Constructor Details

    • EasyFormI18n

      public EasyFormI18n()
  • Method Details

    • setSave

      public EasyForm.EasyFormI18n setSave(String save)
      Sets the text of the save button.
      Parameters:
      save - the text to use
      Returns:
      this, for method chaining
    • setCancel

      public EasyForm.EasyFormI18n setCancel(String cancel)
      Sets the text of the cancel button.
      Parameters:
      cancel - the text to use
      Returns:
      this, for method chaining