| com.sun.rave.designtime.faces.FacesDesignProperty
All known Subclasses: org.netbeans.modules.visualweb.insync.live.FacesDesignProperty,
Method Summary | |
public ValueBinding | getValueBinding() | public boolean | isBound() Returns true if this property is currently bound with a value expression,
false if not. | public void | setValueBinding(ValueBinding binding) |
getValueBinding | public ValueBinding getValueBinding()(Code) | | Returns the ValueBinding object that this property is bound to, IF this property is currently
bound via a value expression, or null if it is not bound
the ValueBinding object that this property is bound to, IF this property is currentlybound via a value expression, or null if it is not bound |
isBound | public boolean isBound()(Code) | | Returns true if this property is currently bound with a value expression,
false if not.
true if this property is currently bound with a value expression,false if not |
setValueBinding | public void setValueBinding(ValueBinding binding)(Code) | | Sets the ValueBinding on this property, resulting in the property value being set to the
appropriate value binding expression
Parameters: binding - The desired ValueBinding to set as the value on this property |
|
|