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
truewhen all the sub conditions are returningtrue;falseotherwise.The condition that returnstruewhen all the sub conditions are returningfalse;trueotherwise.The condition that returnstruewhen any of the sub conditions is returningtrue;falseotherwise.A condition that decides based onAccessControlManager.hasPrivileges(String, Privilege[]).The condition if the component should be rendered or not.A helper to getRenderConditionof a resource.A condition that takes a simple boolean for the decision.