Klasse Grid
java.lang.Object
org.apache.myfaces.tobago.internal.layout.Grid
Veraltet.
since 4.0.0
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidadd(OriginCell cell, int columnSpan, int rowSpan) Veraltet.voidaddError(int i, int j) Veraltet.getCell(int column, int row) Veraltet.intVeraltet.protected MeasureListVeraltet.intVeraltet.protected MeasureListgetRows()Veraltet.Veraltet.Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘booleanhasError(int i, int j) Veraltet.voidVeraltet.toString()Veraltet.
- 
Konstruktordetails- 
GridVeraltet.
 
- 
- 
Methodendetails- 
addVeraltet.
- 
getCellVeraltet.
- 
setCellVeraltet.
- 
getColumnsVeraltet.
- 
getRowsVeraltet.
- 
addErrorpublic void addError(int i, int j) Veraltet.
- 
hasErrorpublic boolean hasError(int i, int j) Veraltet.
- 
getColumnCountpublic int getColumnCount()Veraltet.
- 
getRowCountpublic int getRowCount()Veraltet.
- 
gridAsStringVeraltet.Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘
- 
toStringVeraltet.
 
-