Class DynamicPropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
- Direct Known Subclasses:
 ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor,DataSetDescriptor,PrivateCustomProperty,PublicCustomProperty
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDynamicPropertyDescriptor(String name, String shortDesc, Class propertyType) DynamicPropertyDescriptor(String name, String shortDesc, Class propertyType, Object value)  - 
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanvoidsetDropTarget(boolean dropTarget) voidsetPropertyType(Class class1) voidtoString()Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue 
- 
Field Details
- 
CAT_DYNAMIC
- See Also:
 
 
 - 
 - 
Constructor Details
- 
DynamicPropertyDescriptor
public DynamicPropertyDescriptor() - 
DynamicPropertyDescriptor
 - 
DynamicPropertyDescriptor
 
 - 
 - 
Method Details
- 
getPropertyType
 - 
setPropertyType
 - 
getValue
 - 
setValue
 - 
isDropTarget
public boolean isDropTarget() - 
setDropTarget
public void setDropTarget(boolean dropTarget)  - 
toString
- Overrides:
 toStringin classFeatureDescriptor
 
 -