D - the type of data that is edited by the editors affected by this configuration@Role
@Unstable
public interface EditorConfiguration<D>
EditConfiguration for a specific data type. It allows you to:
EditConfiguration| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEditor()
Returns the component hint of the configured default editor or the id of the configured default editor category
associated with the data type bound to this configuration.
|
String |
getDefaultEditor(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 data type bound to this
configuration.
|
String getDefaultEditor()
null if there's no configured default
editor or default editor category for the data type bound to this configuration.nullString getDefaultEditor(String category)
null if there's no configured default editor or default editor sub-category for
the data type bound to this configuration.category - some editor categorynullCopyright © 2004–2016 XWiki. All rights reserved.