@Role
public interface EditorManager
Editors.| Modifier and Type | Method and Description |
|---|---|
<D> Editor<D> |
getDefaultEditor(Type dataType) |
<D> Editor<D> |
getDefaultEditor(Type dataType,
String category) |
<D> Editor<D> |
getEditor(Type dataType,
String hint) |
<D> List<Editor<D>> |
getEditors(Type dataType) |
<D> List<Editor<D>> |
getEditors(Type dataType,
String category) |
<D> List<Editor<D>> getEditors(Type dataType)
D - the data typedataType - the data type<D> List<Editor<D>> getEditors(Type dataType, String category)
D - the data typedataType - the data typecategory - the editor category<D> Editor<D> getDefaultEditor(Type dataType)
D - the data typedataType - the data type<D> Editor<D> getDefaultEditor(Type dataType, String category)
D - the data typedataType - the data typecategory - the editor categoryCopyright © 2004–2018 XWiki. All rights reserved.