getRequired<T> method

  1. @override
List<T> getRequired <T>(dynamic locator)
override

Gets all component references that match specified locator. At least one component reference must be present. If it doesn't the method throws an error.

  • locator the locator to find references by. Returns a list with matching component references.

Throws a ReferenceException when no references found.