remove method

dynamic remove (dynamic locator)
override
  • Removes a previously added reference that matches specified locator.
    • If many references match the locator, it removes only the first one.
    • When all references shall be removed, use removeAll method instead.
      • locator a locator to remove reference
    • Returns the removed component reference.
    • See removeAll