Class Grid
java.lang.Object
org.apache.myfaces.tobago.internal.layout.Grid
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(OriginCell cell, int columnSpan, int rowSpan) Deprecated.voidaddError(int i, int j) Deprecated.getCell(int column, int row) Deprecated.intDeprecated.protected MeasureListDeprecated.intDeprecated.protected MeasureListgetRows()Deprecated.Deprecated.Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘booleanhasError(int i, int j) Deprecated.voidDeprecated.toString()Deprecated.
- 
Constructor Details- 
GridDeprecated.
 
- 
- 
Method Details- 
addDeprecated.
- 
getCellDeprecated.
- 
setCellDeprecated.
- 
getColumnsDeprecated.
- 
getRowsDeprecated.
- 
addErrorpublic void addError(int i, int j) Deprecated.
- 
hasErrorpublic boolean hasError(int i, int j) Deprecated.
- 
getColumnCountpublic int getColumnCount()Deprecated.
- 
getRowCountpublic int getRowCount()Deprecated.
- 
gridAsStringDeprecated.Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
- 
toString
 
-