Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Grid's) Criteria modifier allow you to modify state of theĀ SearchCriteriaBuilder used by view component to fetch row entities.

Code Block
themeEclipse
languagejava
linenumberstrue
public void criteriamodifierNamecriteriaModifierName(final SearchCriteriaBuilder searchCriteriaBuilder) {

        // CRITERIA MODIFIER BODY

}

...