Interface ComponentSearch.IIdentifierHost

    • Method Detail

      • getComponent

        IComponent<?> getComponent​(Object id)
        Returns a component with the specified identifier or null if no component with such identifier is known to the host.
        Parameters:
        id - the identifier
        Returns:
        a component with the specified identifier or null if not found
      • getId

        Object getId​(IComponent<?> component)
        Returns an identifier for the specified component or null if not applicable
        Parameters:
        component - the component to obtain the identifier for
        Returns:
        an identifier for the specified component or null if not applicable