Interface HasFilter
-
- All Known Subinterfaces:
SelectManyListTagDeclaration
,SelectOneListTagDeclaration
public interface HasFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFilter(String filter)
The name of the current filter.
-
-
-
Method Detail
-
setFilter
void setFilter(String filter)
The name of the current filter. There are some predefined filters: contains, startsWith, containsExact, startsWithExact The TobagoFilterRegistry (tobago-filter-registry.ts) can be used to add a custom filter.
-
-