Interface PropertyBindingConstants
- 
- All Known Implementing Classes:
 PropertyBinding,PropertyBindingDesignDelegate
public interface PropertyBindingConstants 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_SOURCE_PATHThe key in the binding config object for the path to the source propertystatic java.lang.StringTYPE_IDThe type ID for property bindings. 
 - 
 
- 
- 
Field Detail
- 
TYPE_ID
static final java.lang.String TYPE_ID
The type ID for property bindings.- See Also:
 - Constant Field Values
 
 
- 
CONFIG_SOURCE_PATH
static final java.lang.String CONFIG_SOURCE_PATH
The key in the binding config object for the path to the source property- See Also:
 - Constant Field Values
 
 
 - 
 
 -