Class TextFieldConfiguratorSetting

All Implemented Interfaces:
Serializable, Comparable

public class TextFieldConfiguratorSetting extends AbstractConfiguratorSetting
Generated class for type TextFieldConfiguratorSetting.
See Also:
  • Field Details

    • TEXTFIELDLABEL

      public static final String TEXTFIELDLABEL
      Qualifier of the TextFieldConfiguratorSetting.textFieldLabel attribute
      See Also:
    • TEXTFIELDDEFAULTVALUE

      public static final String TEXTFIELDDEFAULTVALUE
      Qualifier of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • TextFieldConfiguratorSetting

      public TextFieldConfiguratorSetting()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractConfiguratorSetting
    • getTextFieldDefaultValue

      public String getTextFieldDefaultValue(SessionContext ctx)
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Returns:
      the textFieldDefaultValue - Default value of the text field
    • getTextFieldDefaultValue

      public String getTextFieldDefaultValue()
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Returns:
      the textFieldDefaultValue - Default value of the text field
    • getAllTextFieldDefaultValue

      public Map<Language,String> getAllTextFieldDefaultValue(SessionContext ctx)
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Returns:
      the localized textFieldDefaultValue - Default value of the text field
    • getAllTextFieldDefaultValue

      public Map<Language,String> getAllTextFieldDefaultValue()
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Returns:
      the localized textFieldDefaultValue - Default value of the text field
    • setTextFieldDefaultValue

      public void setTextFieldDefaultValue(SessionContext ctx, String value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Parameters:
      value - the textFieldDefaultValue - Default value of the text field
    • setTextFieldDefaultValue

      public void setTextFieldDefaultValue(String value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Parameters:
      value - the textFieldDefaultValue - Default value of the text field
    • setAllTextFieldDefaultValue

      public void setAllTextFieldDefaultValue(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Parameters:
      value - the textFieldDefaultValue - Default value of the text field
    • setAllTextFieldDefaultValue

      public void setAllTextFieldDefaultValue(Map<Language,String> value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldDefaultValue attribute.
      Parameters:
      value - the textFieldDefaultValue - Default value of the text field
    • getTextFieldLabel

      public String getTextFieldLabel(SessionContext ctx)
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Returns:
      the textFieldLabel - Label of the text field
    • getTextFieldLabel

      public String getTextFieldLabel()
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Returns:
      the textFieldLabel - Label of the text field
    • getAllTextFieldLabel

      public Map<Language,String> getAllTextFieldLabel(SessionContext ctx)
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Returns:
      the localized textFieldLabel - Label of the text field
    • getAllTextFieldLabel

      public Map<Language,String> getAllTextFieldLabel()
      Generated method - Getter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Returns:
      the localized textFieldLabel - Label of the text field
    • setTextFieldLabel

      public void setTextFieldLabel(SessionContext ctx, String value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Parameters:
      value - the textFieldLabel - Label of the text field
    • setTextFieldLabel

      public void setTextFieldLabel(String value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Parameters:
      value - the textFieldLabel - Label of the text field
    • setAllTextFieldLabel

      public void setAllTextFieldLabel(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Parameters:
      value - the textFieldLabel - Label of the text field
    • setAllTextFieldLabel

      public void setAllTextFieldLabel(Map<Language,String> value)
      Generated method - Setter of the TextFieldConfiguratorSetting.textFieldLabel attribute.
      Parameters:
      value - the textFieldLabel - Label of the text field