Class Grid

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

@Deprecated(since="4.0.0", forRemoval=true) public class Grid extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Grid(MeasureList columns, MeasureList rows)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • Grid

      public Grid(MeasureList columns, MeasureList rows)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • add

      public void add(OriginCell cell, int columnSpan, int rowSpan)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCell

      public Cell getCell(int column, int row)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCell

      public void setCell(int column, int row, Cell cell)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColumns

      protected MeasureList getColumns()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRows

      protected MeasureList getRows()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • addError

      public void addError(int i, int j)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hasError

      public boolean hasError(int i, int j)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColumnCount

      public int getColumnCount()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRowCount

      public int getRowCount()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • gridAsString

      public String gridAsString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object