Class Grid
java.lang.Object
org.apache.myfaces.tobago.internal.layout.Grid
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionGrid
(MeasureList columns, MeasureList rows) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
getRows()
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
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Grid
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
add
Deprecated, for removal: This API element is subject to removal in a future version. -
getCell
Deprecated, for removal: This API element is subject to removal in a future version. -
setCell
Deprecated, for removal: This API element is subject to removal in a future version. -
getColumns
Deprecated, for removal: This API element is subject to removal in a future version. -
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
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
-