|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for all column painters
Method Summary | |
void |
applyDesignRules(org.apache.ecs.html.TD cellElement,
CellPainterContext cpctx)
Applies all matching design rules to the cell |
void |
paintCell(org.apache.ecs.html.TD cellElement,
CellPainterContext cpctx)
Paints a single Cell |
void |
paintHeader(org.apache.ecs.html.TD headerElement,
CellPainterContext cpctx)
Paints the column header |
Method Detail |
public void paintCell(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx) throws java.lang.Exception
cellElement
- The cell elementcpctx
- the cell painter context
java.lang.Exception
- When an error occurspublic void applyDesignRules(org.apache.ecs.html.TD cellElement, CellPainterContext cpctx) throws java.lang.Exception
cellElement
- the cell elementcpctx
- the cell painter context
java.lang.Exception
- When an error occurspublic void paintHeader(org.apache.ecs.html.TD headerElement, CellPainterContext cpctx) throws java.lang.Exception
headerElement
- The header cellcpctx
- the cell painter context
java.lang.Exception
- When an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |