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

    Modifier and Type
    Method
    Description
    boolean
    check(Component component)
    Return true, when you think we should add this to the search results.
  • Method Details

    • check

      boolean check(Component component)
      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