Class ViewSpecification


  • public class ViewSpecification
    extends java.lang.Object
    Class that represents a specific specification of Column Layouts on a powerschool homepage
    Version:
    1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewSpecification​(org.jsoup.nodes.Element element)
      Basic ViewSpecification Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ColumnMode getAt​(int colNumb)
      Gets the ColumnMode at a specific column index
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ViewSpecification

        public ViewSpecification​(org.jsoup.nodes.Element element)
        Basic ViewSpecification Constructor
        Parameters:
        element - <tr> element that contains the column specifications
    • Method Detail

      • getAt

        public ColumnMode getAt​(int colNumb)
        Gets the ColumnMode at a specific column index
        Parameters:
        colNumb - Column Index
        Returns:
        Desired ColumnMode
        See Also:
        ColumnMode