Class CustomFormSection


  • public class CustomFormSection
    extends Object
    This CustomFormSection provides the informations from a custom form definition
    Version:
    1.0
    Author:
    rsoika
    • Constructor Detail

      • CustomFormSection

        public CustomFormSection​(String label,
                                 String columns,
                                 String path,
                                 boolean readonly)
    • Method Detail

      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getColumns

        public String getColumns()
      • setColumns

        public void setColumns​(String columns)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • isReadonly

        public boolean isReadonly()
      • setReadonly

        public void setReadonly​(boolean readonly)