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 TextAreaEditorSource
org.apache.wicket.Component
newEditorComponent
(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:
newEditorComponent
in interfaceIEditorSource