Interface WebColumn


  • public interface WebColumn
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getName

        java.lang.String getName()
      • getTarget

        WebObjectInfo getTarget()
        Returns:
        WebObjectInfo the object on this template unit.
      • getDepth

        int getDepth()
        Returns the depth (starting from 1) of this object in its template unit. This is only useful when refering to subtitles - in other cases where there is only one object in the template unit, 1 is returned.
        Returns:
        int the depth (starts from 1) in its template unit.
      • getWidth

        int getWidth()
        Returns:
        int width of the column in pixels.
      • getKey

        java.lang.String getKey()
        Returns:
        String column identifier.