Class LinkField
java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.LinkField
A field that allows the display of a link.
- Since:
- taskplanner 3.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inet.taskplanner.server.api.field.Field
getConditions, getKey, getLabel, getPlaceholder, getType, getValue, isUpdateValuesOnChange, isValueSavable, patchResultPlaceholderInValue, patchSeriesPlaceholderInValue, replaceSeriesPlaceholders, setConditions, setKey, setLabel, setPlaceholder, setType, setType, setUpdateValuesOnChange, setValue, setValueSavable
-
Constructor Details
-
LinkField
Creates the field to display a link- Parameters:
key
- the key of the fieldlabel
- the label to be displayed in front of the fieldtargetURL
- the target URL of the link.linkText
- the text of the link- Since:
- taskplanner 3.0
-