public class TextAreaEditorSource extends java.lang.Object implements IEditorSource
| Constructor and Description |
|---|
TextAreaEditorSource() |
TextAreaEditorSource(int rows,
int cols) |
| Modifier and Type | Method and Description |
|---|---|
static TextAreaEditorSource |
getSharedInstance() |
org.apache.wicket.Component |
newEditorComponent(java.lang.String id,
RecordEditMode editMode,
SRecordInstance record,
FormMeta formMeta) |
public TextAreaEditorSource()
public TextAreaEditorSource(int rows,
int cols)
public static TextAreaEditorSource getSharedInstance()
public org.apache.wicket.Component newEditorComponent(java.lang.String id,
RecordEditMode editMode,
SRecordInstance record,
FormMeta formMeta)
newEditorComponent in interface IEditorSource