Interface TextBlockCondition


public interface TextBlockCondition
Evaluates whether a given TextBlock meets a certain condition. Useful in combination with ConditionalLabelAction.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true iff the given TextBlock tb meets the defined condition.
  • Method Details

    • meetsCondition

      boolean meetsCondition(TextBlock tb)
      Returns true iff the given TextBlock tb meets the defined condition.
      Parameters:
      tb -
      Returns:
      invalid input: '<'true iff the condition is met.