Interface: ISelector

.auth. ISelector

Interface which must be implemented by classes used to select UI5 controls
during control tree interation.

Source:

Methods


check(oView, oObject)

Checks if the given object should be selected or not for further processing.

Parameters:
Name Type Description
oView sap.ui.mvc.View

The currently processed view.

oObject sap.ui.base.ManagedObject

The object which should be checked.

Source:
Returns:

A flag indicating if the object passed the filter.

Type
boolean