java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.factorypmi.designer.property.configurators.TagHistoryConfigPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TagHistoryConfigPanel extends JPanel
See Also:
  • Constructor Details

  • Method Details

    • init

      public void init(TagHistoryAdapter adapter)
    • updateComponentsFromFlags

      protected void updateComponentsFromFlags(Flags queryFlags)
    • getQueryFlags

      public Flags getQueryFlags()
    • onDisplayed

      public void onDisplayed()
    • onBeforeCommit

      public void onBeforeCommit()
    • getSelectedTagPaths

      public List<String> getSelectedTagPaths()
    • getSelectedColumnAliases

      public List<String> getSelectedColumnAliases()
    • getAggregationMode

      public AggregationMode getAggregationMode()
    • getReturnFormat

      public ReturnFormat getReturnFormat()
    • getIndirectionReferences

      public Map<Integer,String> getIndirectionReferences()
    • getRangeMode

      public TagHistoryAdapter.RangeMode getRangeMode()
    • getStartDate

      public String getStartDate()
    • getEndDate

      public String getEndDate()
    • getDurationEditor

      public BoundFieldEditor<Number> getDurationEditor()
    • getIntervalEditor

      public BoundFieldEditor<Number> getIntervalEditor()
    • getFixedEditor

      public BoundFieldEditor<Number> getFixedEditor()
    • getPollingMode

      public int getPollingMode()
    • getPollingRate

      public int getPollingRate()
    • isSerializableDataset

      public boolean isSerializableDataset()
    • getDurationUnits

      public TimeUnits getDurationUnits()
    • getIntervalUnits

      public TimeUnits getIntervalUnits()
    • getReturnMode

      public TagHistoryAdapter.ReturnMode getReturnMode()
    • getSampleSize

      public int getSampleSize()