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 InitialFormValueResponseBeanloadSettingsFormValues(InitialFormValueResponseBean formBean, Entity infobox) protected voidupdateContent(Entity infobox, Entity sourceContent) Methods inherited from class ch.tocco.nice2.infobox.impl.infoboxconfiguration.infoboxtypes.AbstractInfoboxType
getOrCreateContent, loadFormValues, loadRelationOptions, setRelationValues, setRelationValues, updateInfoboxMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTypein interfaceInfoboxType
-
getConfigurationEntityName
- Specified by:
getConfigurationEntityNamein interfaceInfoboxType
-
loadSettingsFormValues
protected InitialFormValueResponseBean loadSettingsFormValues(InitialFormValueResponseBean formBean, Entity infobox) - Specified by:
loadSettingsFormValuesin classAbstractInfoboxType
-
updateContent
- Specified by:
updateContentin classAbstractInfoboxType
-