Skip navigation links 
 
oracle.jdeveloper.uieditor.uicanvas
Interface ConstraintsProperty
- All Superinterfaces:
 
- CmtFeature, CmtProperty
 
- 
public interface ConstraintsProperty
 
- extends CmtProperty
 
The ConstraintsProperty is a marker interface intended to identify the pseudo property for "constraints". While constraints passed in as argument to the "add" method call of a Container are not actually a property in the JavaBeans sense, it is usefull to treat them as such. Any CmtPropertyState associated with a ConstraintsProperty must be a ConstraintsPropertyState.
- See Also:
 
CmtProperty, ConstraintsPropertyState 
 
| Field Summary | 
static java.lang.String | 
NAME 
          Property name to be used when fetching the "constraints" CmtPropertyState from a CmtSubcomponent. | 
  
 
 
| Methods inherited from interface oracle.jdeveloper.cmt.CmtProperty | 
getEditor, getPropertyType, getReadMethod, getReadMethodName, getType, getWriteMethod, getWriteMethodName, isBound, isConstrained, isEvent, isReadable, isWritable | 
 
 
 
NAME
static final java.lang.String NAME
- Property name to be used when fetching the "constraints" CmtPropertyState from a CmtSubcomponent.
- See Also:
 
- Constant Field Values
 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.