Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgueriaud1 committed Oct 7, 2021
1 parent 783de69 commit 89b6098
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
/**
* Class for the custom filter component
* The component need to call manually the filter action. For example
* filterButton.addClickListener(e -> {
* <pre>
* filterButton.addClickListener(e -&#62; {
* if (fieldFilterAction != null) {
* fieldFilterAction.filter(new FILTERTYPE);
* }
* });
* </pre>
*/
public interface LookupFieldFilter<FILTERTYPE> {

Expand Down

0 comments on commit 89b6098

Please sign in to comment.