public class PurapAccountingLineViewField extends AccountingLineViewField
ACCOUNTING_LINE_NAME_PREFIX_PLACE_HOLDER| Constructor and Description |
|---|
PurapAccountingLineViewField() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDynamicNameLabelDisplayedValue(AccountingLine accountingLine)
Overrides the method in AccountingLineViewField so that we could control when the
dynamic name label should be displayed and when it shouldn't be displayed.
|
protected boolean |
isRenderingInquiry(AccountingDocument document,
AccountingLine line)
Overrides the method in AccountingLineViewField so that we could control when the inquiry link
should be rendered and when it should be hidden.
|
appendFields, createHeaderLabel, createHeaderLabelTableCell, createTableCell, escapeAccountingLineName, fieldInError, getColSpanOverride, getDefinition, getField, getHeaderLabelProperty, getName, getOverrideFields, getPersistenceStructureService, isHidden, isReadOnly, performFieldTransformations, populateFieldForLookupAndInquiry, populateHeaderLabel, populateWithTabIndexIfRequested, prepareFieldRenderer, readOnlyize, renderDynamicNameLabel, renderElement, renderField, renderOverrideFields, setDefinition, setEditable, setField, setOverrideFields, shouldRenderDynamicFeldLabel, transformOverrideFields, updateTableCellWithColSpanOverridegetRequestedRowCount, joinRow, joinTableisActionBlock, isEmpty, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlockspublic PurapAccountingLineViewField()
protected boolean isRenderingInquiry(AccountingDocument document, AccountingLine line)
isRenderingInquiry in class AccountingLineViewFielddocument - the document which the accounting line is part of or hopefully sometime will be part ofline - the accounting line being renderedAccountingLineViewField.isRenderingInquiry(org.kuali.ole.sys.document.AccountingDocument, org.kuali.ole.sys.businessobject.AccountingLine)protected String getDynamicNameLabelDisplayedValue(AccountingLine accountingLine)
getDynamicNameLabelDisplayedValue in class AccountingLineViewFieldaccountingLine - the accounting line to get the value fromAccountingLineViewField.getDynamicNameLabelDisplayedValue(org.kuali.ole.sys.businessobject.AccountingLine)Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.