Class com.symantec.itools.vcafe.beans.BeanDescriptorAttributes
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.beans.BeanDescriptorAttributes

Object
   |
   +----com.symantec.itools.vcafe.beans.BeanDescriptorAttributes

public final class BeanDescriptorAttributes
extends Object
Misc Visual Cafe bean descriptors attributes supported beyond the standard Java Beans.


Variable Index

 o ABSTRACT_BEAN_ATTRIBUTE
Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o ADDITION_CODE_ATTRIBUTE
Uncommon Attribute of type String in CodeTemplate format
 o BEAN_CONTAINER_DESTRUCTION_CODE_ATTRIBUTE
Uncommon Attribute of type String in CodeTemplate format
 o CAN_ADD_CHILD_ATTRIBUTE
Attribute of type Boolean A constant that specifies the "can add a child" key.
 o FLAGS_ATTRIBUTE
A constant that specifies the "flags" key.
 o FOLDER_ATTRIBUTE
Attribute of type String A constant that specifies the "folder" key.
 o HIDE_CLASS_ATTRIBUTE
Uncommon Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o MAKE_INVISIBLE_ATTRIBUTE
Uncommon Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o ROOTTEMPLATE_ATTRIBUTE
A constant that specifies root template
 o TOOLBAR_ATTRIBUTE
Attribute of type String A constant that specifies the "toolbar" key.
 o WINHELP_ATTRIBUTE
A constant that specifies the "winhelp" key.

Constructor Index

 o com.symantec.itools.vcafe.beans.BeanDescriptorAttributes()

Variables

 o ABSTRACT_BEAN_ATTRIBUTE
public static final java.lang.String ABSTRACT_BEAN_ATTRIBUTE
Attribute of type Boolean If this attribute is not defined, it is assumed to be false. Define this bean if you have an abstract bean and you do not want it to generate errors while it is being introspected.

 o ADDITION_CODE_ATTRIBUTE
public static final java.lang.String ADDITION_CODE_ATTRIBUTE
Uncommon Attribute of type String in CodeTemplate format

 o BEAN_CONTAINER_DESTRUCTION_CODE_ATTRIBUTE
public static final java.lang.String BEAN_CONTAINER_DESTRUCTION_CODE_ATTRIBUTE
Uncommon Attribute of type String in CodeTemplate format

 o CAN_ADD_CHILD_ATTRIBUTE
public static final java.lang.String CAN_ADD_CHILD_ATTRIBUTE
Attribute of type Boolean A constant that specifies the "can add a child" key.

 o FLAGS_ATTRIBUTE
public static final java.lang.String FLAGS_ATTRIBUTE
A constant that specifies the "flags" key.

 o FOLDER_ATTRIBUTE
public static final java.lang.String FOLDER_ATTRIBUTE
Attribute of type String A constant that specifies the "folder" key.

 o HIDE_CLASS_ATTRIBUTE
public static final java.lang.String HIDE_CLASS_ATTRIBUTE
Uncommon Attribute of type Boolean If this attribute is not defined, it is assumed to be false.

 o MAKE_INVISIBLE_ATTRIBUTE
public static final java.lang.String MAKE_INVISIBLE_ATTRIBUTE
Uncommon Attribute of type Boolean If this attribute is not defined, it is assumed to be false.

 o ROOTTEMPLATE_ATTRIBUTE
public static final java.lang.String ROOTTEMPLATE_ATTRIBUTE
A constant that specifies root template

 o TOOLBAR_ATTRIBUTE
public static final java.lang.String TOOLBAR_ATTRIBUTE
Attribute of type String A constant that specifies the "toolbar" key.

 o WINHELP_ATTRIBUTE
public static final java.lang.String WINHELP_ATTRIBUTE
A constant that specifies the "winhelp" key.

Constructors

 o BeanDescriptorAttributes
public BeanDescriptorAttributes()

All Packages  Class Hierarchy  This Package  Previous  Next  Index