Package com.adobe.granite.ui.components.rendercondition
@Version("1.2.1")
package com.adobe.granite.ui.components.rendercondition
Provides API for Granite UI render conditions.
-
ClassDescriptionA condition that act as an aggregate using composite pattern.The condition that returns
true
when all the sub conditions are returningtrue
;false
otherwise.The condition that returnstrue
when all the sub conditions are returningfalse
;true
otherwise.The condition that returnstrue
when any of the sub conditions is returningtrue
;false
otherwise.A condition that decides based onAccessControlManager.hasPrivileges(String, Privilege[])
.The condition if the component should be rendered or not.A helper to getRenderCondition
of a resource.A condition that takes a simple boolean for the decision.