Class HtmlInfoboxType
java.lang.Object
ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.AbstractInfoboxType
ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.FreemarkerInfoboxType
ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.HtmlInfoboxType
- All Implemented Interfaces:
InfoboxType
-
Field Summary
Fields inherited from class ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.AbstractInfoboxType
context, defaultDisplayService, entityDefaultValueService, l10N
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlInfoboxType
(Context context, DefaultDisplayService defaultDisplayService, EntityDefaultValueService entityDefaultValueService, L10N l10N) -
Method Summary
Methods inherited from class ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.FreemarkerInfoboxType
getConfigurationEntityName, loadSettingsFormValues, updateContent
Methods inherited from class ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.AbstractInfoboxType
getOrCreateContent, loadFormValues, loadRelationOptions, setRelationValues, setRelationValues, updateInfobox
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.infobox.api.InfoboxType
getConfigurationEntityName, getConfigurationRelation, getSettingsEntityName, handleLogicCopy, loadFormValues, updateInfobox
-
Constructor Details
-
HtmlInfoboxType
public HtmlInfoboxType(Context context, DefaultDisplayService defaultDisplayService, EntityDefaultValueService entityDefaultValueService, L10N l10N)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceInfoboxType
- Overrides:
getType
in classFreemarkerInfoboxType
-