Class HtmlTextAreaField
java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.HtmlTextAreaField
A field that allows multiline rich-text (HTML) content.
- Since:
- 25.10
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlTextAreaField(String key, String label) Creates the field for setting multiline HTML text. -
Method Summary
Modifier and TypeMethodDescriptionpatchResultPlaceholderInValue(String value, List<JobResultContainer> results) Overrides this method to replace placeholders with values from the results.patchSeriesPlaceholderInValue(String value, Map<String, String> seriesProperties) Overrides this method to replace placeholders with values from the series.Methods inherited from class Field
getConditions, getKey, getLabel, getPlaceholder, getType, getValue, isUpdateValuesOnChange, isValueSavable, replaceSeriesPlaceholders, setConditions, setKey, setLabel, setPlaceholder, setType, setType, setUpdateValuesOnChange, setValue, setValueSavable
-
Constructor Details
-
HtmlTextAreaField
-
-
Method Details
-
patchSeriesPlaceholderInValue
Overrides this method to replace placeholders with values from the series.- Overrides:
patchSeriesPlaceholderInValuein classField- Parameters:
value- the value to be patchedseriesProperties- properties from the current series set- Returns:
- the new value with replaced placeholders
-
patchResultPlaceholderInValue
Overrides this method to replace placeholders with values from the results.- Overrides:
patchResultPlaceholderInValuein classField- Parameters:
value- the value to be patchedresults- the results that contain the meta properties that are replaced- Returns:
- the new value with replaced placeholders
-