Class Grid
- 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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(OriginCell cell, int columnSpan, int rowSpan)
Deprecated.void
addError(int i, int j)
Deprecated.Cell
getCell(int column, int row)
Deprecated.int
getColumnCount()
Deprecated.protected MeasureList
getColumns()
Deprecated.int
getRowCount()
Deprecated.protected MeasureList
getRows()
Deprecated.String
gridAsString()
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.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
Grid
public Grid(MeasureList columns, MeasureList rows)
Deprecated.
-
-
Method Detail
-
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: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
-
-