Package com.day.cq.wcm.foundation
Class Table.Cell
java.lang.Object
com.day.cq.wcm.foundation.Table.Cell
- Enclosing class:
Table
-
Method Summary
Modifier and TypeMethodDescriptionappendText(char[] ch, int offset, int len) getAttribute(String name) getCol()intdoubleintgetRow()intgetText()booleanisHeader()booleanisInSpan()setAttribute(String name, String value) setColSpan(int colSpan) setHeader(boolean header) setRowSpan(int rowSpan) setText(CharSequence text) void
-
Method Details
-
getRow
-
getCol
-
getSpanSource
-
getText
-
appendText
-
getIntValue
public int getIntValue() -
getDoubleValue
public double getDoubleValue() -
getColSpan
public int getColSpan() -
isInSpan
public boolean isInSpan() -
setColSpan
-
getRowSpan
public int getRowSpan() -
setRowSpan
-
setText
-
isHeader
public boolean isHeader() -
setHeader
-
getAttribute
-
setAttribute
-
clearAttributes
-
getAttributes
-
toHtml
- Throws:
IOException
-