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 |
setValue
public 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.
Copyright © 1997, 2004, Oracle. All rights reserved.