Package adalid.core

Class Page

All Implemented Interfaces:
Wrappable, Artifact, Comparable<Display>
Direct Known Subclasses:
JavaServerPage

public class Page extends Display
Author:
Jorge Campins
  • Field Details

  • Constructor Details

    • Page

      public Page(String name)
  • Method Details

    • getLocation

      public String getLocation()
    • getLocationWithinApplicationContextRoot

      public String getLocationWithinApplicationContextRoot()
    • getMainFormEncodingType

      public String getMainFormEncodingType()
    • getFields

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

      public List<PageField> 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<PageField> getMasterHeadingFields()
      Specified by:
      getMasterHeadingFields in class Display
      Returns:
      the master heading fields list
    • getMasterHeadingFields

      public List<PageField> 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