Class TagHistoryNameEditorSource

java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.TextFieldEditorSource
com.inductiveautomation.ignition.gateway.sqltags.config.TagHistoryNameEditorSource
All Implemented Interfaces:
IEditorSource, Serializable, org.apache.wicket.util.io.IClusterable

public class TagHistoryNameEditorSource extends TextFieldEditorSource
Add custom validation to TagHistoryProviderRecord.Name. Since the tag history manager keys providers off lowercase names UNIQUE wasn't enough, we need to check in a case-insensitive manner.
See Also: