| java.lang.Object org.netbeans.modules.visualweb.insync.live.SourceDesignProperty org.netbeans.modules.visualweb.insync.live.BeansDesignProperty
All known Subclasses: org.netbeans.modules.visualweb.insync.live.MethodBindDesignProperty, org.netbeans.modules.visualweb.insync.live.FacesDesignProperty,
BeansDesignProperty | public class BeansDesignProperty extends SourceDesignProperty (Code) | | DesignProperty implementation based on delegation to beans.Property and subclasses, using Java
and/or markup source.
author: Carl Quinn |
FROMSOURCE_UNKNOWNVALUE | final public static Object FROMSOURCE_UNKNOWNVALUE(Code) | | |
fromSource | protected Object fromSource(String sourceValue)(Code) | | Try to convert source, markup or java, to an object.
Parameters: sourceValue - |
fromSourceIncludeUnknown | protected Object fromSourceIncludeUnknown(String sourceValue)(Code) | | Try to convert source, markup or java, to an object.
If I am unable to compute the value, then return FROMSOUR_UNKNOWNVALUE.
Parameters: sourceValue - |
getClipImage | public ClipImage getClipImage()(Code) | | |
initLive | protected void initLive()(Code) | | |
isAssignableFrom | public static boolean isAssignableFrom(Class to, Class from)(Code) | | An extended Class.isAssignableFrom() that treats primitive lvalues as their object
counterpart.
Parameters: to - Parameters: from - |
isBindingValue | final public static boolean isBindingValue(String value)(Code) | | whether or not the value string is EL value or method binding expression |
isMarkupSource | public boolean isMarkupSource()(Code) | | true if this property is managed in markup, false if in java. |
isModified | public boolean isModified()(Code) | | |
setBeanProperty | protected void setBeanProperty(Object valueOrUnknown, String valueSource)(Code) | | Pass a value (in object and/or source form) to our bean property, creating it as needed.
Parameters: value - Parameters: valueSource - |
setValueSource | public boolean setValueSource(String valueSource)(Code) | | |
toSource | protected String toSource(Object value)(Code) | | Try to convert an object to source: markup or java.
Parameters: value - |
unset | public boolean unset()(Code) | | |
unsetBeanProperty | protected void unsetBeanProperty()(Code) | | Unset our bean property, as needed.
|
|
|