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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.TextFieldEditorSource
TextFieldEditorSource.StringEditor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TagHistoryNameEditorSource
org.apache.wicket.Component
newEditorComponent
(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.TextFieldEditorSource
getWideInstance
-
Constructor Details
-
TagHistoryNameEditorSource
public TagHistoryNameEditorSource(int size, int maxLength)
-
-
Method Details
-
newEditorComponent
public org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
newEditorComponent
in interfaceIEditorSource
- Overrides:
newEditorComponent
in classTextFieldEditorSource