public interface DynamicNameLabelGenerator
Modifier and Type | Method and Description |
---|---|
String |
getDynamicNameLabelFieldName(AccountingLine line,
String accountingLineProperty)
Returns the field name of the dynamic name label
|
String |
getDynamicNameLabelOnBlur(AccountingLine line,
String accountingLineProperty)
Builds the Javascript that should appear in the onblur attribute of the field associated with this dynamic name label
|
String |
getDynamicNameLabelValue(AccountingLine line,
String accountingLineProperty)
Returns the value of the dynamic name label
|
String getDynamicNameLabelOnBlur(AccountingLine line, String accountingLineProperty)
line
- the accounting line this label is associated withaccountingLineProperty
- the property of the accounting lineString getDynamicNameLabelValue(AccountingLine line, String accountingLineProperty)
line
- the accounting line this label is associated withaccountingLineProperty
- the property of the accounting lineString getDynamicNameLabelFieldName(AccountingLine line, String accountingLineProperty)
line
- the accounting line this label is associated withaccountingLineProperty
- the property of the accounting lineCopyright © 2004–2014 The Kuali Foundation. All rights reserved.