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 SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.TextFieldEditorSourceTextFieldEditorSource.StringEditor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.TextFieldEditorSourcegetWideInstance
- 
Constructor Details- 
ProviderTextFieldEditorSourcepublic ProviderTextFieldEditorSource(int size, int maxLength) 
 
- 
- 
Method Details
- 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
- newEditorComponentin interface- IEditorSource
- Overrides:
- newEditorComponentin class- TextFieldEditorSource