getOneRequired<T> abstract method
- dynamic locator
Gets a required component reference that matches specified locator.
locator
the locator to find a reference by. Returns a matching component reference. Throws a ReferenceException when no references found.
Implementation
T getOneRequired<T>(locator);