Module MaterialFX

Class IntegerFilter<T>


public class IntegerFilter<T> extends NumberFilter<T,Integer>
Extension of NumberFilter for integer fields.

Offers the following default BiPredicateBeans:

- "is": checks for integers equality

- "is not": checks for integers inequality

- "greater than": checks if a integer is greater than another integer

- "greater or equal to": checks if a integer is greater or equal to another integer

- "lesser than": checks if a integer is lesser than another integer

- "lesser or equal to": checks if a integer is lesser or equal to another integer