de.espirit.firstspirit.module
Interface Editor<E extends ServerEnvironment>

All Superinterfaces:
Component<EditorDescriptor,E>

Deprecated. since 4.2.213, see the document "FirstSpirit Manual for Developers (Components)" for further informations.

@Deprecated
public interface Editor<E extends ServerEnvironment>
extends Component<EditorDescriptor,E>

FIRSTspirit editor interface.

Since:
4.1

Method Summary
 Class<? extends EditorValue<?>> getEditorValueClass()
          Deprecated. Returns editor's EditorValue class.
 Class<? extends GomElement> getGomElementClass()
          Deprecated. Returns editor's GomElement class.
 EnumSet<GomModule.Kind> getGomElementRestrictions()
          Deprecated. Returns editor's GomElement, GomModule.Kind restrictions.
<T> Class<? extends T>
getGuiEditorClass(Class<T> type)
          Deprecated. Returns the gui editor class of the specified type or null if the type is not supported.
 
Methods inherited from interface de.espirit.firstspirit.module.Component
init, installed, uninstalling, updated
 

Method Detail

getEditorValueClass

Class<? extends EditorValue<?>> getEditorValueClass()
Deprecated. 
Returns editor's EditorValue class.

Returns:
editor's EditorValue class.
Since:
4.1

getGuiEditorClass

@Nullable
<T> Class<? extends T> getGuiEditorClass(@NotNull
                                                  Class<T> type)
Deprecated. 
Returns the gui editor class of the specified type or null if the type is not supported.

Since:
4.1

getGomElementClass

Class<? extends GomElement> getGomElementClass()
Deprecated. 
Returns editor's GomElement class.

Returns:
editor's GomElement class.
Since:
4.1

getGomElementRestrictions

EnumSet<GomModule.Kind> getGomElementRestrictions()
Deprecated. 
Returns editor's GomElement, GomModule.Kind restrictions.

Returns:
editor's GomElement, GomModule.Kind restrictions.
Since:
4.1


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480