Namespace DcGeneral\DataDefinition\Palette\Condition\Property
BooleanCondition | Condition for specifying an explicit boolean value (Useful for determining if a property shall be editable i.e.). |
NotCondition | Negate a condition. |
PropertyConditionChain | A chain of property conditions. |
PropertyFalseCondition | Condition checking that the value of a property is false. |
PropertyTrueCondition | Condition checking that the value of a property is true. |
PropertyValueCondition | Condition checking that the value of a property is the same as a passed value. |
PropertyConditionInterface | A condition define when a property is visible or editable and when not. |