Package se.conciliate.extensions.publish
Interface ModelFieldProvider
- All Superinterfaces:
FieldProvider<MTCompleteModel>
- Author:
- Per-Erik
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(MTCompleteModel model) Returns a list of content for this field provider, based on the given context.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
Description copied from interface:FieldProviderReturns a list of content for this field provider, based on the given context. To understand the context, please consult the specialised sub-interfaces. This interface is not intended to be implemented directly.- Specified by:
getContentin interfaceFieldProvider<MTCompleteModel>- Parameters:
model- A context that is further specialised in sub-interfaces.- Returns:
- A list of field contents.
-