Interface ExcelExportAttributePredicate
-
- All Superinterfaces:
java.util.function.Predicate<AttributeDescriptorModel>
- All Known Implementing Classes:
PermissionCrudAttributePredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ExcelExportAttributePredicate extends java.util.function.Predicate<AttributeDescriptorModel>
Predicate which tests if givenAttributeDescriptorModelshould be allowed to be exported by Excel. You can easily limit the attributes that you would like to be exportable to Excel files.- See Also:
ExcelExportService,DefaultExcelExportService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(AttributeDescriptorModel attributeDescriptorModel)
-
-
-
Method Detail
-
test
boolean test(AttributeDescriptorModel attributeDescriptorModel)
- Specified by:
testin interfacejava.util.function.Predicate<AttributeDescriptorModel>
-
-