Class LocaleItem
java.lang.Object
io.jmix.flowui.kit.component.loginform.LocaleItem
POJO class that is supposed to be used as JSON item in
EnhancedLoginForm
.-
Constructor Details
-
LocaleItem
public LocaleItem() -
LocaleItem
-
-
Method Details
-
getValue
Returns the value associated with this instance.- Returns:
- the string value
-
setValue
Sets the value associated with this instance.- Parameters:
value
- the new value to set
-
getLabel
Returns the label associated with this instance.- Returns:
- the label
-
setLabel
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
-