Class GomImageMap
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
de.espirit.firstspirit.access.store.templatestore.gom.GomFile
de.espirit.firstspirit.access.store.templatestore.gom.GomImageMap
- All Implemented Interfaces:
GomCheckable,GomElement,GomFormElement,GomHideable,GomLangInfoProvider,GomProjectProvider,GomSearchRelevancy,GomTransferReceiver,LineBreakable,Serializable
GOM implementation for image maps.
- Since:
- 3.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated.since 4.0 - no replacement@NotNull YesNoIndicates if folders are allowed as selectionDeprecated.@NotNull ConvertEntityProvides the mode for entity conversions.protected @NotNull StringReturn the default tag for a gom element.List of link editors valid for this element@NotNull YesNoIndicates, whether the next form element should follow in the same line as this one.@Nullable StringFixed folder for upload in the remote project@Nullable StringUID of the resolution that should be usedIndicates if the functional range is limitedReturns aTransferConstraintobject for this element, which describes the store element based transfer restrictions.Indicates if uploading of media is allowed.@Nullable StringStore folder used for uploads, if upload is allowed@NotNull OrderedSet<String>Return a set of link editor names.voidsetAllowedEditors(String csv) Deprecated.since 4.0 - no replacementvoidsetResolution(String resolution) Sets the UID of the resolution that should be usedvoidsetSimpleMode(YesNo simpleMode) Sets if the functional range is limitedbooleanConvenience API forgetSimpleMode()returning a boolean value.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.GomFile
allowsFolder, allowsLanguageDependentUpload, allowsUpload, autoReleaseRemote, getAutoReleaseRemote, getFolders, getProjects, getRemote, getRemoteOnly, getSources, projectConstraints, remoteOnly, setAllowFolder, setAllowLanguageDependentUpload, setAutoReleaseRemote, setFolders, setRemote, setRemoteOnly, setRemoteUploadFolder, setUpload, setUploadFolder, sourcesMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getAllowEmpty, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getPreset, getSearchRelevancy, getUseLanguages, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguages, validate, verifyMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomImageMap
public GomImageMap()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Overrides:
getDefaultTagin classGomFile- Returns:
- The elements default tag.
-
getLinkEditors
List of link editors valid for this element- Since:
- 4.0
-
getSimpleMode
Indicates if the functional range is limited- Since:
- 5.1
-
setSimpleMode
Sets if the functional range is limited- Since:
- 5.1
-
simpleMode
public boolean simpleMode()Convenience API forgetSimpleMode()returning a boolean value.- Since:
- 5.1
-
getResolution
UID of the resolution that should be used- Since:
- 5.1
-
setResolution
Sets the UID of the resolution that should be used- Since:
- 5.1
-
getNoBreak
Description copied from class:AbstractGomFormElementIndicates, whether the next form element should follow in the same line as this one.- Overrides:
getNoBreakin classAbstractGomFormElement- Returns:
YES, to make the next form element follow. Defaults toYesNo.NO.
-
getConvertEntities
Description copied from class:AbstractGomFormElementProvides the mode for entity conversions.- Overrides:
getConvertEntitiesin classAbstractGomFormElement- Returns:
- The entity conversion mode. Default is
none.
-
getAllowFolder
Description copied from class:GomFileIndicates if folders are allowed as selection- Overrides:
getAllowFolderin classGomFile
-
getUpload
Indicates if uploading of media is allowed. -
getUploadFolder
Description copied from class:GomFileStore folder used for uploads, if upload is allowed- Overrides:
getUploadFolderin classGomFile
-
getRemoteUploadFolder
Description copied from class:GomFileFixed folder for upload in the remote project- Overrides:
getRemoteUploadFolderin classGomFile
-
getAllowLanguageDependentUpload
Deprecated.Description copied from class:GomFileIndicates if it is allowed to upload language-dependent media- Overrides:
getAllowLanguageDependentUploadin classGomFile
-
getTransferConstraints
Description copied from interface:GomTransferReceiverReturns aTransferConstraintobject for this element, which describes the store element based transfer restrictions.- Specified by:
getTransferConstraintsin interfaceGomTransferReceiver- Parameters:
broker- Broker for requesting services or providers.- Returns:
- transfer constraint
-
linkEditors
Return a set of link editor names.- Returns:
- The set of names.
- Since:
- 4.0
-
getAllowedEditors
Deprecated.since 4.0 - no replacementAllowed editors- Since:
- 2.0
-
setAllowedEditors
Deprecated.since 4.0 - no replacementSets the allowed editors- Since:
- 2.0
-