Property superclass used to define special parameters for ZEN components. More...
Static Public Attributes | |
ZENCLIENTONLY = None | |
If true, then the associated property is treated as a client-only. More... | |
ZENENCRYPT = None | |
If true, then the associated property will be encrypted when. More... | |
ZENEXPRESSION = None | |
If true, this indicates that the associated property can contain. More... | |
ZENLOCALIZE = None | |
If true, then the associated property will have localization. More... | |
Property superclass used to define special parameters for ZEN components.
|
static |
If true, then the associated property is treated as a client-only.
property. That is, it is part of the client-side object but it is not synched to the server-version of the object and is not serialized.
|
static |
If true, then the associated property will be encrypted when.
sent to the client.
|
static |
If true, this indicates that the associated property can contain.
a #()# expression that will be evaluated by the property's component.
|
static |
If true, then the associated property will have localization.
support automatically created for it.