Package adalid.core

Class Form

All Implemented Interfaces:
Wrappable, Artifact, Comparable<Display>

public class Form extends Display
Author:
Jorge Campins
  • Constructor Details

    • Form

      public Form(String name)
  • Method Details

    • getFields

      public List<FormField> getFields()
      Specified by:
      getFields in class Display
      Returns:
      the fields list
    • getFields

      public List<FormField> getFields(boolean hidden)
      Specified by:
      getFields in class Display
      Parameters:
      hidden - whether hidden fields should be included in the list or not
      Returns:
      the fields list
    • getMasterHeadingFields

      public List<FormField> getMasterHeadingFields()
      Specified by:
      getMasterHeadingFields in class Display
      Returns:
      the master heading fields list
    • getMasterHeadingFields

      public List<FormField> getMasterHeadingFields(boolean hidden)
      Specified by:
      getMasterHeadingFields in class Display
      Parameters:
      hidden - whether hidden fields should be included in the list or not
      Returns:
      the master heading fields list