public abstract class AbstractEditorOptionsConverter extends java.lang.Object implements EditorOptionsConverter
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<java.lang.String> |
editors |
protected java.util.LinkedList<java.lang.String> |
types |
| Constructor and Description |
|---|
AbstractEditorOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
convertToString(DataTable options) |
abstract TableFormat |
getFormat() |
boolean |
isSupportingEditor(java.lang.String editor) |
boolean |
isSupportingType(java.lang.String type) |
protected final java.util.LinkedList<java.lang.String> editors
protected final java.util.LinkedList<java.lang.String> types
public abstract java.lang.String convertToString(DataTable options)
convertToString in interface EditorOptionsConverterpublic abstract TableFormat getFormat()
getFormat in interface EditorOptionsConverterpublic boolean isSupportingEditor(java.lang.String editor)
isSupportingEditor in interface EditorOptionsConverterpublic boolean isSupportingType(java.lang.String type)
isSupportingType in interface EditorOptionsConverter