Class VisibleCondition


  • @JsonData
    public class VisibleCondition
    extends FieldCondition
    A field condition that changes the visibility
    Since:
    taskplanner 3.0
    • Constructor Detail

      • VisibleCondition

        public VisibleCondition​(Field field,
                                FieldCondition.OP operation,
                                java.lang.String value)
        Creates the field condition
        Parameters:
        field - the field the value is checked from
        operation - the operation to be applied
        value - the value the field must have set
        Since:
        taskplanner 3.0