Class ProviderTextFieldEditorSource
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.TextFieldEditorSource
com.inductiveautomation.ignition.gateway.web.components.editors.ProviderTextFieldEditorSource
- All Implemented Interfaces:
IEditorSource
,Serializable
,org.apache.wicket.util.io.IClusterable
This class exists for the sole purpose of prohibiting users from naming providers "System" or "Client"
- 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 TypeMethodDescriptionorg.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
-
ProviderTextFieldEditorSource
public ProviderTextFieldEditorSource(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