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 String
Deprecated.since 4.0 - no replacement@NotNull YesNo
Indicates if folders are allowed as selectionDeprecated.@NotNull ConvertEntity
Provides the mode for entity conversions.protected @NotNull String
Return the default tag for a gom element.List of link editors valid for this element@NotNull YesNo
Indicates, whether the next form element should follow in the same line as this one.@Nullable String
Fixed folder for upload in the remote project@Nullable String
UID of the resolution that should be usedIndicates if the functional range is limitedReturns aTransferConstraint
object for this element, which describes the store element based transfer restrictions.Indicates if uploading of media is allowed.@Nullable String
Store folder used for uploads, if upload is allowed@NotNull OrderedSet<String>
Return a set of link editor names.void
setAllowedEditors
(String csv) Deprecated.since 4.0 - no replacementvoid
setResolution
(String resolution) Sets the UID of the resolution that should be usedvoid
setSimpleMode
(YesNo simpleMode) Sets if the functional range is limitedboolean
Convenience 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, sources
Methods 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, verify
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:AbstractGomElement
Return the default tag for a gom element.- Overrides:
getDefaultTag
in 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:AbstractGomFormElement
Indicates, whether the next form element should follow in the same line as this one.- Overrides:
getNoBreak
in classAbstractGomFormElement
- Returns:
YES
, to make the next form element follow. Defaults toYesNo.NO
.
-
getConvertEntities
Description copied from class:AbstractGomFormElement
Provides the mode for entity conversions.- Overrides:
getConvertEntities
in classAbstractGomFormElement
- Returns:
- The entity conversion mode. Default is
none
.
-
getAllowFolder
Description copied from class:GomFile
Indicates if folders are allowed as selection- Overrides:
getAllowFolder
in classGomFile
-
getUpload
Indicates if uploading of media is allowed. -
getUploadFolder
Description copied from class:GomFile
Store folder used for uploads, if upload is allowed- Overrides:
getUploadFolder
in classGomFile
-
getRemoteUploadFolder
Description copied from class:GomFile
Fixed folder for upload in the remote project- Overrides:
getRemoteUploadFolder
in classGomFile
-
getAllowLanguageDependentUpload
Deprecated.Description copied from class:GomFile
Indicates if it is allowed to upload language-dependent media- Overrides:
getAllowLanguageDependentUpload
in classGomFile
-
getTransferConstraints
Description copied from interface:GomTransferReceiver
Returns aTransferConstraint
object for this element, which describes the store element based transfer restrictions.- Specified by:
getTransferConstraints
in 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
-