T - the object that extends ItemModelpublic interface RenderingVisibilityRule<T extends ItemModel>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisible(T itemModel)
Verifies the visibility of itemModel
|
java.util.function.Predicate<ItemModel> |
restrictedBy()
The predicate to verify that the provided itemModel is the one for which the visibility is being verified.
|
java.util.function.Predicate<ItemModel> restrictedBy()
Predicateboolean isVisible(T itemModel)
itemModel - Copyright © 2018 SAP SE. All Rights Reserved.