public abstract class BaseVisibilityConditionRule extends Object implements VisibilityConditionRule, Conditional
| Constructor and Description |
|---|
BaseVisibilityConditionRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate()
Returns
true if the item state is considered as "positive" (enabled); otherwise returns false. |
String |
getAssociatedNodeType()
Return the node type associated with this condition.
|
List<String> |
getRequiredFieldNamesForTemplate()
Returns a list of field names, required to display the info.
|
void |
setAssociatedNodeType(String associatedNodeType) |
void |
setRequiredFieldNamesForTemplate(List<String> requiredFieldNamesForTemplate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGWTDisplayTemplate, matchespublic boolean evaluate()
Conditionaltrue if the item state is considered as "positive" (enabled); otherwise returns false.evaluate in interface Conditionaltrue if the item state is considered as "positive" (enabled); otherwise returns falseopublic String getAssociatedNodeType()
VisibilityConditionRulegetAssociatedNodeType in interface VisibilityConditionRulepublic List<String> getRequiredFieldNamesForTemplate()
VisibilityConditionRulegetRequiredFieldNamesForTemplate in interface VisibilityConditionRulepublic void setAssociatedNodeType(String associatedNodeType)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.