Class ColumnData


  • public class ColumnData
    extends java.lang.Object
    Instances of this class are effective columns in the table grid. Table columns are managed in terms of effective columns which ensures that only the minimum number of columns necessary to manage the grid are created. For example, a table cell with colspan="1000" will only create a single effective column unless there are other table cells in other rows which force the column to be split.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _span  
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getSpan()  
      void setSpan​(int span)  
      • Methods inherited from class java.lang.Object

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

      • _span

        private int _span
    • Constructor Detail

      • ColumnData

        public ColumnData()
    • Method Detail

      • getSpan

        public int getSpan()
      • setSpan

        public void setSpan​(int span)