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, updateTableCellWithColSpanOverride
getRequestedRowCount, joinRow, joinTable
isActionBlock, isEmpty, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocks
public PurapAccountingLineViewField()
protected boolean isRenderingInquiry(AccountingDocument document, AccountingLine line)
isRenderingInquiry
in class AccountingLineViewField
document
- 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 AccountingLineViewField
accountingLine
- the accounting line to get the value fromAccountingLineViewField.getDynamicNameLabelDisplayedValue(org.kuali.ole.sys.businessobject.AccountingLine)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.