Class AbstractInplaceEditorWrapper

  • All Implemented Interfaces:
    InplaceEditor, Extension

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public abstract class AbstractInplaceEditorWrapper
    extends java.lang.Object
    implements InplaceEditor
    It can be used when more than one editor types are needed depending on the received context and it can choose at runtime an appropriate editor implementation. For example if in the CSS oxy_editor() function we have a test parameter with more possible values and we must provide a different editor implementation for each one.
    Since:
    14.1