Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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.
 
Method Summary
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtProperty
getEditor, getPropertyType, getReadMethod, getReadMethodName, getType, getWriteMethod, getWriteMethodName, isBound, isConstrained, isEvent, isReadable, isWritable
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtFeature
getComponent, getDisplayName, getName, getShortDescription, isExpert, isHidden
 

Field Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.