Package com.day.cq.wcm.foundation
Class Table.Column
- java.lang.Object
 - 
- com.day.cq.wcm.foundation.Table.Column
 
 
- 
- Enclosing class:
 - Table
 
public class Table.Column 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() 
 - 
 
- 
- 
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()
 
 - 
 
 -