com.sun.rave.designtime
Interface Constants.PropertyDescriptor

Enclosing interface:
Constants

public static interface Constants.PropertyDescriptor

These constants are used as attribute keys for the PropertyDescriptor. Use the 'setValue' method on the PropertyDescriptor to set these values, and the 'getValue' method to retrieve them.

See Also:
FeatureDescriptor.setValue(String, Object), FeatureDescriptor.getValue(String)

Field Summary
static java.lang.String ATTRIBUTE_DESCRIPTOR
          This attribute (of type AttributeDescriptor) defines the markup attribute that this property corresponds to.
static java.lang.String CATEGORY
          This attribute (of type PropertyCategory) defines the category for a particular PropertyDescriptor.
static java.lang.String HELP_KEY
          This String attribute defines the help key that resolves to the appropriate help contents for this specific property.
 

Field Detail

ATTRIBUTE_DESCRIPTOR


public static final java.lang.String ATTRIBUTE_DESCRIPTOR
This attribute (of type AttributeDescriptor) defines the markup attribute that this property corresponds to. Any property settings in the designer that have a corresponding AttributeDescriptor here will generate the property setting code in the JSP file as a markup attribute.

See Also:
AttributeDescriptor, Constant Field Values

CATEGORY


public static final java.lang.String CATEGORY
This attribute (of type PropertyCategory) defines the category for a particular PropertyDescriptor.

See Also:
PropertyDescriptor, Constant Field Values

HELP_KEY


public static final java.lang.String HELP_KEY
This String attribute defines the help key that resolves to the appropriate help contents for this specific property. This will be shown when the user presses F1 when a property is selected in the property inspector - or if a dynamic help window is showing when a property is selected.

See Also:
Constant Field Values