com.sun.rave.designtime
Interface Constants.EventSetDescriptor
- Enclosing interface:
- Constants
- public static interface Constants.EventSetDescriptor
These constants are used as attribute keys for the EventSetDescriptor. Use the 'setValue'
method on the EventSetDescriptor 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 |
BINDING_PROPERTY
This attribute (of type PropertyDescriptor) defines the property that is used to bind
this event set. |
BINDING_PROPERTY
public static final java.lang.String BINDING_PROPERTY
- This attribute (of type PropertyDescriptor) defines the property that is used to bind
this event set. This is used when a JSF component surfaces a property of type
MethodBinding that is used to define an event.
- See Also:
PropertyDescriptor,
Constant Field Values