Interface Component.ComponentFilter
- Enclosing interface:
Component
public static interface Component.ComponentFilter
Implement this when you want to filter components.
Use this for the
Component.find(ch.tocco.nice2.model.form.api.components.Component.ComponentFilter)
method.-
Method Summary
-
Method Details
-
check
Return true, when you think we should add this to the search results.- Parameters:
component
- the component you can check- Returns:
- true: gottcha / false: nope
-