Class Selection

    • Constructor Detail

      • Selection

        public Selection()
    • Method Detail

      • getTitle

        public Label getTitle()
        Gets the value of the title property.
        Returns:
        possible object is Label
      • setTitle

        public void setTitle​(Label value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is Label
      • getTooltip

        public Label getTooltip()
        Gets the value of the tooltip property.
        Returns:
        possible object is Label
      • setTooltip

        public void setTooltip​(Label value)
        Sets the value of the tooltip property.
        Parameters:
        value - allowed object is Label
      • getOptions

        public List<Option> getOptions()
        Gets the value of the options property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the options property.

        For example, to add a new item, do as follows:

            getOptions().add(newItem);
         

        Objects of the following type(s) are allowed in the list Option

      • getOptionGroups

        public List<OptionGroup> getOptionGroups()
        Gets the value of the optionGroups property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the optionGroups property.

        For example, to add a new item, do as follows:

            getOptionGroups().add(newItem);
         

        Objects of the following type(s) are allowed in the list OptionGroup

      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • setType

        public void setType​(SelectionType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is SelectionType
      • getFormat

        public String getFormat()
        The format applied to the users-inputs, if any.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String
      • isAutosubmit

        public boolean isAutosubmit()
        If set to true, a change of the selection value will cause the submission of the data.
        Returns:
        possible object is Boolean
      • setAutosubmit

        public void setAutosubmit​(Boolean value)
        Sets the value of the autosubmit property.
        Parameters:
        value - allowed object is Boolean