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.
  • Constructor Details

    • DelegatingDynamicPropertyDescriptor

      public DelegatingDynamicPropertyDescriptor(String datasetName, boolean in, Dataset value)
  • Method Details