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 SummaryConstructorsConstructorDescriptionGrid(MeasureList columns, MeasureList rows) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(OriginCell cell, int columnSpan, int rowSpan) Deprecated, for removal: This API element is subject to removal in a future version.voidaddError(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.intDeprecated, for removal: This API element is subject to removal in a future version.protected MeasureListDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.protected MeasureListgetRows()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: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘booleanhasError(int i, int j) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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- 
GridDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
addDeprecated, for removal: This API element is subject to removal in a future version.
- 
getCellDeprecated, for removal: This API element is subject to removal in a future version.
- 
setCellDeprecated, for removal: This API element is subject to removal in a future version.
- 
getColumnsDeprecated, for removal: This API element is subject to removal in a future version.
- 
getRowsDeprecated, for removal: This API element is subject to removal in a future version.
- 
addErrorpublic void addError(int i, int j) Deprecated, for removal: This API element is subject to removal in a future version.
- 
hasErrorpublic boolean hasError(int i, int j) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getColumnCountpublic int getColumnCount()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getRowCountpublic int getRowCount()Deprecated, for removal: This API element is subject to removal in a future version.
- 
gridAsStringDeprecated, 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
 
-