Class com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes
Object
|
+----com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes
- public class PropertyDescriptorAttributes
- extends Object
Visual Cafe property descriptors supported beyond the standard JavaBeans.
-
CODE_GEN_AFTER_EMBEDDED_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
CODE_GEN_AT_END_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
CODE_GEN_FIRST_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
DEFAULT_VALUE_CLASSNAME_ATTRIBUTE
- Common Attribute
Attribute of type Boolean
If this attribute is not defined, the property does not override the components default value.
-
EXTRACT_INITIAL_VALUE_FROM_INDEXED_PROPERTY_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
-
GROUPING_ATTRIBUTE
- Common Attribute
Attribute of type String
If this attribute is not defined, the property is not in a group.
-
RUNTIME_EXCEPTIONS_ATTRIBUTE
- Uncommon Attribute
Attribute of type String
Contains a list of Exceptions that should be code gen'd when the setter is called
List elements are separated by '\n' characters
-
WIN_HELP_ATTRIBUTE
- Common Attribute
Attribute of type String
If this attribute is not defined, the property does not have a help id.
-
com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes()
-
CODE_GEN_AFTER_EMBEDDED_ATTRIBUTE
public static final java.lang.String CODE_GEN_AFTER_EMBEDDED_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
If this is true, the code gen for this property occurs are all components
have been added to its parent.
CODE_GEN_AT_END_ATTRIBUTE
public static final java.lang.String CODE_GEN_AT_END_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
If this is true, the code gen for this property occurs as late as possible
CODE_GEN_FIRST_ATTRIBUTE
public static final java.lang.String CODE_GEN_FIRST_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
If this is true, the code gen for this property occurs before other properties code gen.
DEFAULT_VALUE_CLASSNAME_ATTRIBUTE
public static final java.lang.String DEFAULT_VALUE_CLASSNAME_ATTRIBUTE
- Common Attribute
Attribute of type Boolean
If this attribute is not defined, the property does not override the components default value.
EXTRACT_INITIAL_VALUE_FROM_INDEXED_PROPERTY_ATTRIBUTE
public static final java.lang.String EXTRACT_INITIAL_VALUE_FROM_INDEXED_PROPERTY_ATTRIBUTE
- Uncommon Attribute
Attribute of type Boolean
If this attribute is not defined, it is assumed to be false.
GROUPING_ATTRIBUTE
public static final java.lang.String GROUPING_ATTRIBUTE
- Common Attribute
Attribute of type String
If this attribute is not defined, the property is not in a group.
RUNTIME_EXCEPTIONS_ATTRIBUTE
public static final java.lang.String RUNTIME_EXCEPTIONS_ATTRIBUTE
- Uncommon Attribute
Attribute of type String
Contains a list of Exceptions that should be code gen'd when the setter is called
List elements are separated by '\n' characters
WIN_HELP_ATTRIBUTE
public static final java.lang.String WIN_HELP_ATTRIBUTE
- Common Attribute
Attribute of type String
If this attribute is not defined, the property does not have a help id.
PropertyDescriptorAttributes
public PropertyDescriptorAttributes()
All Packages Class Hierarchy This Package Previous Next Index