Class TextAreaEditorSource
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.TextAreaEditorSource
- All Implemented Interfaces:
 IEditorSource,Serializable,org.apache.wicket.util.io.IClusterable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic TextAreaEditorSourceorg.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)  
- 
Constructor Details
- 
TextAreaEditorSource
public TextAreaEditorSource() - 
TextAreaEditorSource
public TextAreaEditorSource(int rows, int cols)  
 - 
 - 
Method Details
- 
newEditorComponent
public org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
 newEditorComponentin interfaceIEditorSource