Class Fieldset


  • public class Fieldset
    extends Object
    Class representing a form fieldset.
    • Constructor Detail

      • Fieldset

        public Fieldset()
        Default constructor.
      • Fieldset

        public Fieldset​(String label,
                        List<String> fieldIds)
        Constructor with parameters.
        Parameters:
        label - the fieldset label.
        fieldIds - the field IDs.
    • Method Detail

      • getLabel

        public String getLabel()
        Get the label.
        Returns:
        the label
      • setLabel

        public void setLabel​(String label)
        Set the label.
        Parameters:
        label - the label to set
      • setProperties

        public void setProperties​(List<String> fieldIds)
        Set the the field IDs.
        Parameters:
        fieldIds - the field IDs to set