|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.document.web.renderers.TableCellRenderer
public class TableCellRenderer
Renders a cell within a table
| Constructor Summary | |
|---|---|
TableCellRenderer()
|
|
| Method Summary | |
|---|---|
protected String |
buildBeginningTag()
Builds the opening cell tag, ie |
protected String |
buildEndingTag()
Builds the closing cell tag, ie |
void |
clear()
Resets the cell to null |
AccountingLineTableCell |
getCell()
Gets the cell attribute. |
protected String |
getStyleClass()
Returns what style class to use - using the styleClassOverride of the cell if possible |
protected String |
getTagName()
Returns the name of the cell tag we want to create - in this case, "td" |
void |
render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
Renders the table cell as a header cell as well as rendering all children renderable elements of the cell |
void |
setCell(AccountingLineTableCell cell)
Sets the cell attribute value. |
protected boolean |
verticallyAlignTowardsTop()
Determines if the cell should be veritically aligned to the top |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableCellRenderer()
| Method Detail |
|---|
public void clear()
clear in interface RendererRenderer.clear()
public void render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
throws javax.servlet.jsp.JspException
render in interface RendererpageContext - the JSP page context to render toparentTag - the tag that is the "parent" of this rendering
javax.servlet.jsp.JspExceptionRenderer.render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)protected String buildBeginningTag()
protected String getStyleClass()
protected String buildEndingTag()
protected String getTagName()
public AccountingLineTableCell getCell()
public void setCell(AccountingLineTableCell cell)
cell - The cell to set.protected boolean verticallyAlignTowardsTop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||