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 AbstractInfoboxType
context, defaultDisplayService, entityDefaultValueService, l10N -
Constructor Summary
ConstructorsConstructorDescriptionHtmlInfoboxType(Context context, DefaultDisplayService defaultDisplayService, EntityDefaultValueService entityDefaultValueService, L10N l10N) -
Method Summary
Methods inherited from class FreemarkerInfoboxType
getConfigurationEntityName, loadSettingsFormValues, updateContentMethods inherited from class AbstractInfoboxType
getOrCreateContent, loadFormValues, loadRelationOptions, setRelationValues, setRelationValues, updateInfoboxMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getTypein interfaceInfoboxType- Overrides:
getTypein classFreemarkerInfoboxType
-