Interface I_CmsAttributeSelectData.AttributeDefinition

Enclosing interface:
I_CmsAttributeSelectData

AutoBean interface for a filter attribute definition.
  • Method Details

    • getDefaultOption

      Gets the default option (initially selected).
      Returns:
      the default option
    • getLabel

      Gets the attribute label.
      Returns:
      the attribute label
    • getName

      Gets the attribute name.
      Returns:
      the attribute name
    • getNeutralOption

      Gets the neutral option, which is chosen when a pre-existing value is not among the current options for the main select widget.
      Returns:
      the neutral optiob
    • getOptions

      Gets the list of all options.
      Returns:
      the list of all options
    • setDefaultOption

      void setDefaultOption(String defaultOption)
      Sets the default option (initially selected).
      Parameters:
      defaultOption - the default option
    • setLabel

      void setLabel(String label)
      Sets the label.
      Parameters:
      label - the label
    • setName

      void setName(String name)
      Sets the attribute name.
      Parameters:
      name - the attribute name
    • setNeutralOption

      void setNeutralOption(String neutralOption)
      Sets the neutral option (will be set when a pre-existing value is not among the current options)
      Parameters:
      neutralOption - the neutral option
    • setOptions

      Sets the options.
      Parameters:
      options - the list of options