Extension SDK 10.1.2


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

 

Methods inherited from interface oracle.jdeveloper.cmt.CmtFeature
getComponent, getDisplayName, getName, getShortDescription, isExpert, isHidden

 

Field Detail

NAME

public static final java.lang.String NAME
Property name to be used when fetching the "constraints" CmtPropertyState from a CmtSubcomponent.
See Also:
Constant Field Values

Extension SDK


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