Class Fieldset

java.lang.Object
org.ametys.plugins.forms.Fieldset

public class Fieldset extends Object
Class representing a form fieldset.
  • Field Details

  • Constructor Details

    • 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 Details

    • 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
    • getFieldIds

      public List<String> getFieldIds()
      Get the the field IDs.
      Returns:
      the the field IDs
    • setProperties

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