Interface TextBlockCondition
public interface TextBlockCondition
Evaluates whether a given
TextBlock meets a certain condition.
Useful in combination with ConditionalLabelAction.-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueiff the givenTextBlocktb meets the defined condition.
-
Method Details
-
meetsCondition
Returnstrueiff the givenTextBlocktb meets the defined condition.- Parameters:
tb-- Returns:
invalid input: '<'trueiff the condition is met.
-