Class LastUsedInfoboxType
java.lang.Object
ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.AbstractInfoboxType
ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.LastUsedInfoboxType
- All Implemented Interfaces:
InfoboxType
-
Field Summary
Fields inherited from class ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.AbstractInfoboxType
context, defaultDisplayService, entityDefaultValueService, l10N
-
Constructor Summary
ConstructorsConstructorDescriptionLastUsedInfoboxType
(Context context, DefaultDisplayService defaultDisplayService, EntityDefaultValueService entityDefaultValueService, L10N l10N) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
protected InitialFormValueResponseBean
loadSettingsFormValues
(InitialFormValueResponseBean formBean, Entity infobox) protected void
updateContent
(Entity infobox, Entity sourceContent) 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
getConfigurationRelation, getSettingsEntityName, handleLogicCopy, loadFormValues, updateInfobox
-
Constructor Details
-
LastUsedInfoboxType
public LastUsedInfoboxType(Context context, DefaultDisplayService defaultDisplayService, EntityDefaultValueService entityDefaultValueService, L10N l10N)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceInfoboxType
-
getConfigurationEntityName
- Specified by:
getConfigurationEntityName
in interfaceInfoboxType
-
loadSettingsFormValues
protected InitialFormValueResponseBean loadSettingsFormValues(InitialFormValueResponseBean formBean, Entity infobox) - Specified by:
loadSettingsFormValues
in classAbstractInfoboxType
-
updateContent
- Specified by:
updateContent
in classAbstractInfoboxType
-