public class JavaTypePropertyDescriptor extends SBPropertyDescriptor
Currently the chooser supports allowing the user to select one of:
SBPropertyDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
JavaTypePropertyDescriptor.TypeChoice
Studio will display a Java Type chooser dialog for the
JavaTypePropertyDescriptor.TypeChoice provided to this property descriptor |
SBPropertyDescriptor.SingleValueSetter_expressionInputPort, NOT_AN_EXPRESSION| Constructor and Description |
|---|
JavaTypePropertyDescriptor(JavaTypePropertyDescriptor.TypeChoice type,
PropertyDescriptor pd,
Class<?> beanClass)
Copy a property descriptor.
|
JavaTypePropertyDescriptor(String propertyName,
JavaTypePropertyDescriptor.TypeChoice type,
Class<?> beanClass) |
JavaTypePropertyDescriptor(String propertyName,
JavaTypePropertyDescriptor.TypeChoice type,
Class<?> beanClass,
String readMethodName,
String writeMethodName)
Construct a property descriptor with non-standard read/write method names.
|
| Modifier and Type | Method and Description |
|---|---|
JavaTypePropertyDescriptor.TypeChoice |
getType() |
deprecated, description, displayName, getExpressionInputPort, getMaskDisplay, getMultiLine, getUIHints, isDeprecated, isExpression, isRequired, mask, multiline, optional, setDeprecated, setMaskStringDisplay, setMultiLine, setRequired, setUIHintscreatePropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethodattributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toStringpublic JavaTypePropertyDescriptor(String propertyName, JavaTypePropertyDescriptor.TypeChoice type, Class<?> beanClass) throws IntrospectionException
propertyName - the name of the propertytype - a JavaTypePropertyDescriptor.TypeChoice to prompt the user forbeanClass - the operator class containing the propertyIntrospectionException - if introspection failspublic JavaTypePropertyDescriptor(String propertyName, JavaTypePropertyDescriptor.TypeChoice type, Class<?> beanClass, String readMethodName, String writeMethodName) throws IntrospectionException
propertyName - the name of the propertytype - a JavaTypePropertyDescriptor.TypeChoice to prompt the user forbeanClass - the operator class containing the propertyreadMethodName - the name of the method used to read the propertywriteMethodName - the name of the method used to write the propertyIntrospectionException - if introspection failspublic JavaTypePropertyDescriptor(JavaTypePropertyDescriptor.TypeChoice type, PropertyDescriptor pd, Class<?> beanClass) throws IntrospectionException
type - a JavaTypePropertyDescriptor.TypeChoice to prompt the user forpd - a property descriptor to copy frombeanClass - the operator class containing the propertyIntrospectionException - if introspection failspublic JavaTypePropertyDescriptor.TypeChoice getType()
JavaTypePropertyDescriptor.TypeChoice for this property descriptorCopyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.