|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.document.web.FieldTableJoining
org.kuali.kfs.sys.document.web.FieldTableJoiningWithHeader
org.kuali.kfs.sys.document.web.AccountingLineViewActionsField
public class AccountingLineViewActionsField
A field that can join tables and also be rendered, this represents a table cell that displays the actions available on an accounting line
| Constructor Summary | |
|---|---|
AccountingLineViewActionsField()
|
|
| Method Summary | |
|---|---|
void |
appendFields(List<org.kuali.rice.kns.web.ui.Field> fields)
This doesn't hold a field, so this imlementation does nothing |
protected AccountingLineTableCell |
createBlankTableCell(int rowSpan)
Builds a blank cell for the action so the actions always appear below that |
HeaderLabel |
createHeaderLabel()
Returns the property of the accounting line business object that can be used to find the label for the given renderable element |
String |
getName()
Returns the name of this actions field |
boolean |
isActionBlock()
We are an action block. |
void |
joinTable(List<AccountingLineTableRow> rows)
Requests that this layout element property join a number of rows which will make up a table |
void |
populateWithTabIndexIfRequested(int reallyHighIndex)
Doesn't do anything |
void |
renderElement(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag,
AccountingLineRenderingContext renderingContext)
Renders this element |
void |
setName(String name)
Sets the name of this actions field |
| Methods inherited from class org.kuali.kfs.sys.document.web.FieldTableJoiningWithHeader |
|---|
createHeaderLabelTableCell, getRequestedRowCount, joinRow |
| Methods inherited from class org.kuali.kfs.sys.document.web.FieldTableJoining |
|---|
createTableCell, isEmpty, isHidden, performFieldTransformations, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.kfs.sys.document.web.TableJoiningWithHeader |
|---|
isHidden |
| Methods inherited from interface org.kuali.kfs.sys.document.web.TableJoining |
|---|
performFieldTransformations, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocks |
| Constructor Detail |
|---|
public AccountingLineViewActionsField()
| Method Detail |
|---|
public String getName()
ElementNamable.getName()public void setName(String name)
name - the name of this blockpublic boolean isActionBlock()
isActionBlock in interface RenderableElementisActionBlock in class FieldTableJoiningFieldTableJoining.isActionBlock()public void joinTable(List<AccountingLineTableRow> rows)
TableJoining
joinTable in interface TableJoiningjoinTable in class FieldTableJoiningWithHeaderrows - the rows to joinFieldTableJoiningWithHeader.joinTable(java.util.List)protected AccountingLineTableCell createBlankTableCell(int rowSpan)
rowSpan - the row span of the blank cell
public void renderElement(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag,
AccountingLineRenderingContext renderingContext)
throws javax.servlet.jsp.JspException
RenderableElement
pageContext - the context to render toparentTag - the parent tag that is requesting this renderingrenderingContext - the context about the accounting line that this element would end up rendering
javax.servlet.jsp.JspExceptionorg.kuali.kfs.sys.document.web.RenderableElement#renderElement(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)public HeaderLabel createHeaderLabel()
TableJoiningWithHeader
TableJoiningWithHeader.createHeaderLabel()public void appendFields(List<org.kuali.rice.kns.web.ui.Field> fields)
org.kuali.kfs.sys.document.web.RenderableElement#appendFieldNames(java.util.List)public void populateWithTabIndexIfRequested(int reallyHighIndex)
reallyHighIndex - a really high index for elements who should not be tabbed toorg.kuali.kfs.sys.document.web.RenderableElement#populateWithTabIndexIfRequested(int[], int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||