Class Grid
java.lang.Object
org.apache.myfaces.tobago.internal.layout.Grid
Deprecated.
since 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
getRows()
Deprecated.Deprecated.Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘boolean
hasError
(int i, int j) Deprecated.void
Deprecated.toString()
Deprecated.
-
Constructor Details
-
Grid
Deprecated.
-
-
Method Details
-
add
Deprecated. -
getCell
Deprecated. -
setCell
Deprecated. -
getColumns
Deprecated. -
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
Deprecated.Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘ -
toString
Deprecated.
-