Package se.conciliate.extensions.publish
Interface VertexFieldProvider
- All Superinterfaces:
FieldProvider<MTCompleteVertex>
Implement and register this into OSGi to provide a field
in HTML when a vertex is selected in the published material.
-
Method Summary
Modifier and TypeMethodDescriptiongetContent
(MTCompleteVertex vertex) The content to add to the field for a given vertex.Methods inherited from interface se.conciliate.extensions.publish.FieldProvider
getContentIcons, getDefaultSettings, getDescription, getEditor, getIcon, getModelTypes, getProviderID, getStaticDescription, getStaticIcon, getStaticTitle, getTitle, hasSettings, read, update, write
-
Method Details
-
getContent
The content to add to the field for a given vertex. The implementations must implement one of the available content interfaces (e.g. ImageLinkFieldContent).- Specified by:
getContent
in interfaceFieldProvider<MTCompleteVertex>
- Parameters:
vertex
- The vertex showing the symbol to show content for.- Returns:
- The field content for the given vertex/symbol.
-