@Role
@Unstable
public interface EditConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEditor(Type dataType)
Returns the component hint of the configured default editor or the id of the configured default editor category
associated with the specified data type.
|
String |
getDefaultEditor(Type dataType,
String category)
Returns the component hint of the configured default editor within the specified category, or the id of the
configured default editor sub-category within the specified category, associated with the specified data type.
|
String getDefaultEditor(Type dataType)
null if there's no configured default editor or default
editor category for the specified data type.dataType - some data typenullString getDefaultEditor(Type dataType, String category)
null if there's no configured default editor or default editor sub-category for the specified
data type.dataType - some data typecategory - some editor categorynullCopyright © 2004–2016 XWiki. All rights reserved.