Package com.day.cq.wcm.foundation
Class Table.Row
- java.lang.Object
 - 
- com.day.cq.wcm.foundation.Table.Row
 
 
- 
- Enclosing class:
 - Table
 
public class Table.Row extends java.lang.Object 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Table.Cell>getCells()intgetNr()TablegetTable()booleanisFirst()booleanisLast()Table.RowsetHeader(boolean header) 
 - 
 
- 
- 
Method Detail
- 
getNr
public int getNr()
 
- 
isFirst
public boolean isFirst()
 
- 
isLast
public boolean isLast()
 
- 
getTable
public Table getTable()
 
- 
getCells
public java.util.List<Table.Cell> getCells()
 
- 
setHeader
public Table.Row setHeader(boolean header)
 
 - 
 
 -