Interface IEditorContext

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable

public interface IEditorContext extends org.apache.wicket.util.io.IClusterable
Callback interface to be used when instantiating an IEditor using the EditorFactory.
  • Method Details

    • onFocus

      void onFocus()
    • onClose

      void onClose()
    • getEditorManager

      IEditorManager getEditorManager()