public interface FormField
Modifier and Type | Method and Description |
---|---|
Optional<ItemDataType> |
getDataType()
Returns the field data type
|
Optional<String> |
getDefaultValueFormula()
Returns the decompiled default value formula or an empty value if not present
|
String |
getDescription()
Returns the content of "Help description" in the field properties
|
String |
getHtmlClassName()
Returns the HTML class name
|
String |
getHtmlExtraAttr()
Returns additional HTML attributes
|
String |
getHtmlId()
Returns the HTML element id
|
String |
getHtmlName()
Returns the HTML field name attribute
|
String |
getHtmlStyle()
Returns the HTML style attribute string
|
String |
getHtmlTitle()
Returns the HTML element title
|
Optional<String> |
getInputTranslationFormula()
Returns the decompiled default input translation formula or an empty value if not present
|
Optional<String> |
getInputValidityCheckFormula()
Returns the decompiled input validation formula or an empty value if not present
|
Optional<String> |
getKeywordFormula()
If the field is a textlist computed by a formula, this method returns the formula
|
FieldListDisplayDelimiter |
getListDispayDelimiter()
Returns the delimiter used when displaying multiple values.
|
Set<FieldListDelimiter> |
getListInputDelimiters()
Returns the selected delimiters for multiple values when the user enters.
|
String |
getName()
Returns the name if the field
|
Optional<List<String>> |
getTextListValues()
If the field is a static textlist, this method returns the text list values
|
Optional<ItemDataType> getDataType()
Optional
describing the data type, e.g. ItemDataType.TYPE_TEXT
,
or an empty one if not in ItemDataType.values()
(unlikely)Optional<String> getDefaultValueFormula()
Optional<String> getInputTranslationFormula()
Optional<String> getInputValidityCheckFormula()
String getName()
String getDescription()
Optional<List<String>> getTextListValues()
Optional
describing the text list values, or an empty one if that
does not applyOptional<String> getKeywordFormula()
String getHtmlId()
String getHtmlClassName()
String getHtmlStyle()
String getHtmlTitle()
String getHtmlExtraAttr()
String getHtmlName()
Set<FieldListDelimiter> getListInputDelimiters()
Set
of FieldListDelimiter
valuesFieldListDisplayDelimiter getListDispayDelimiter()
FieldListDisplayDelimiter
for this fieldCopyright © 2019–2021 HCL. All rights reserved.