Package org.hippoecm.frontend.editor
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEditorManager
getEditorManager()
void
onClose()
void
onFocus()
-
-
-
Method Detail
-
onFocus
void onFocus()
-
onClose
void onClose()
-
getEditorManager
IEditorManager getEditorManager()
-
-