Class LinkField

java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.LinkField

@JsonData public class LinkField extends Field
A field that allows the display of a link.
Since:
taskplanner 3.0
  • Constructor Details

    • LinkField

      public LinkField(String key, String label, String targetURL, String linkText)
      Creates the field to display a link
      Parameters:
      key - the key of the field
      label - the label to be displayed in front of the field
      targetURL - the target URL of the link.
      linkText - the text of the link
      Since:
      taskplanner 3.0