Enumeration RuleEffect

The different rule effects.

Enumeration Members

Enumeration Members

DISABLE: "DISABLE"

Effect that disables the associated element.

ENABLE: "ENABLE"

Effect that enables the associated element.

HIDE: "HIDE"

Effect that hides the associated element.

READONLY: "READONLY"

Effect that makes the associated element read-only (interaction allowed, value cannot be changed).

SHOW: "SHOW"

Effect that shows the associated element.

WRITABLE: "WRITABLE"

Effect that makes the associated element writable.