java.lang.Object
org.apache.myfaces.tobago.internal.layout.Grid

@Deprecated public class Grid extends Object
Deprecated.
since 4.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    Grid(MeasureList columns, MeasureList rows)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(OriginCell cell, int columnSpan, int rowSpan)
    Deprecated.
     
    void
    addError(int i, int j)
    Deprecated.
     
    getCell(int column, int row)
    Deprecated.
     
    int
    Deprecated.
     
    protected MeasureList
    Deprecated.
     
    int
    Deprecated.
     
    protected MeasureList
    Deprecated.
     
    Deprecated.
    Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
    boolean
    hasError(int i, int j)
    Deprecated.
     
    void
    setCell(int column, int row, Cell cell)
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • add

      public void add(OriginCell cell, int columnSpan, int rowSpan)
      Deprecated.
    • getCell

      public Cell getCell(int column, int row)
      Deprecated.
    • setCell

      public void setCell(int column, int row, Cell cell)
      Deprecated.
    • getColumns

      protected MeasureList getColumns()
      Deprecated.
    • getRows

      protected MeasureList getRows()
      Deprecated.
    • addError

      public void addError(int i, int j)
      Deprecated.
    • hasError

      public boolean hasError(int i, int j)
      Deprecated.
    • getColumnCount

      public int getColumnCount()
      Deprecated.
    • getRowCount

      public int getRowCount()
      Deprecated.
    • gridAsString

      public String gridAsString()
      Deprecated.
      Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object