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 ConstraintsPropertyState

All Superinterfaces:
CmtPropertyState

public interface ConstraintsPropertyState
extends CmtPropertyState

The ConstraintsPropertyState interface is intended to act as the CmtPropertyState associated with a ConstraintsProperty. While constraints passed in as argument to the "add" method call of a Container are not actually the value of a property in the JavaBeans sense, it is usefull to treat them as such.

See Also:
CmtPropertyState, ConstraintsProperty

Method Summary
 void setValue(java.lang.Object value, boolean updateLayout)
          Set the value of this CmtPropertyState, optionally updating the controlling LayoutManager directly.
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtPropertyState
editorAttached, getObject, getProperty, getPropertySetting, getSubcomponent, getValue, getValueSource, getValueText, isDefault, isPseudoPropertyState, isReadOnly, refresh, release, reset, setDefaultValue, setValue, setValueSource, setValueText
 

Method Detail

setValue

void setValue(java.lang.Object value,
              boolean updateLayout)
Set the value of this CmtPropertyState, optionally updating the controlling LayoutManager directly.

Parameters:
value - the value of the "constraints" used by the LayoutManager.
updateLayout - true to update the LayoutManager settings directly.

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.