Returns the 'containsValue' status of a ValuePageElement or of the ValuePageElements managed by ValuePageElementList, ValuePageElementMap or ValuePageElementGroup.
A ValuePageElement's 'hasValue' status is set to true if its actual value contains the expected value.
the expected value used in the comparison which sets the 'containsValue' status
Returns the 'hasAnyValue' status of a ValuePageElement or of the ValuePageElements managed by ValuePageElementList, ValuePageElementMap or ValuePageElementGroup.
can be used to skip the invocation of the state retrieval function for some or all managed PageElements and not include the skipped results in the total result
Returns the 'hasValue' status of a ValuePageElement or of the ValuePageElements managed by ValuePageElementList, ValuePageElementMap or ValuePageElementGroup.
A ValuePageElement's 'hasValue' status is set to true if its actual value equals the expected value.
the expected value used in the comparison which sets the 'hasValue' status
Returns the value of a ValuePageElement or of the ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup.
can be used to skip the invocation of the state retrieval function for some or all managed PageElements and not include the skipped results in the total result
Generated using TypeDoc
Used by IValueElementNode to describe state retrieval functions supported by ValuePageElement, ValuePageElementList, ValuePageElementMap and ValuePageElementGroup.