Class LocaleItem

java.lang.Object
io.jmix.flowui.kit.component.loginform.LocaleItem

public class LocaleItem extends Object
POJO class that is supposed to be used as JSON item in EnhancedLoginForm.
  • Constructor Details

    • LocaleItem

      public LocaleItem()
    • LocaleItem

      public LocaleItem(String label, String value)
  • Method Details

    • getValue

      public String getValue()
      Returns the value associated with this instance.
      Returns:
      the string value
    • setValue

      public void setValue(String value)
      Sets the value associated with this instance.
      Parameters:
      value - the new value to set
    • getLabel

      public String getLabel()
      Returns the label associated with this instance.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Sets the label for this object. The label represents a descriptive text or title associated with the object.
      Parameters:
      label - the label text to set, must not be null