Package com.inet.taskplanner.server.api.field


package com.inet.taskplanner.server.api.field
Provides classes for managing various types of input fields in the Task Planner. This includes implementations for different field types such as text, number, date, file selection, and specialized fields with specific validation and formatting requirements.
  • Class
    Description
    A field that allows a boolean state to be displayed as a checkbox.
    A color field to pick a color from a chooser.
    A field that takes a floating-point number as input and displays the currency symbol.
    A field that allows the definition of a date value.
    A field condition that changes the accessibility.
    A field represents a component in the settings of, for example, a trigger or job.
    Defines a condition for a field, e.g.
    The operation on the values to be applied
    The type of a field condition
    Defines the type of field for the definition of, for example, triggers or jobs.
    A field that allows the definition of a file.
    A text field for filenames that are later patched with ResultActionHelper.resolveFilenamePlaceholder.
    A field that allows the definition of a file or a folder.
    A field that takes a floating-point number as input.
    A field that allows the definition of a folder.
    A field that adds a group between multiple properties.
    A field that allows multiline rich-text (HTML) content.
    A field that allows the definition of a single or multi line label.
    A field that allows the display of a link.
    A field that takes an integer as input.
    A field that allows the definition of a password.
    A field that takes an integer as input.
    A field that allows users to choose from a list of predefined values.
    A field that allows users to choose from a list of predefined values.
    A field that allows users to choose multiple values from a list of predefined values.
    A field that allows key-value pairs to be added.
    Provides data entries for field-type dropdowns in task fields and generates the corresponding task field instances.
    A field that allows any multiline text.
    A text field that allows any value.
    A field that allows the definition of a time value.
    A field condition that changes the visibility.