Class ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
com.inductiveautomation.factorypmi.plugins.reporting.components.ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor
- Enclosing class:
- ColumnSelectorPanel
protected class ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor
extends DynamicPropertyDescriptor
This class delegates the getValue() call to the ColumnSelectorPanel's dataset config. The descriptor is not used
to hold the current value, like in a normal property descriptor.
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
CAT_DYNAMIC
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingDynamicPropertyDescriptor
(String datasetName, boolean in, Dataset value) -
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
getPropertyType, isDropTarget, setDropTarget, setPropertyType, setValue, toString
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
-
Constructor Details
-
DelegatingDynamicPropertyDescriptor
-
-
Method Details
-
getValue
- Overrides:
getValue
in classDynamicPropertyDescriptor
-