Class GomPicture
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.GomPicture
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomFormElement
,GomHideable
,GomLangInfoProvider
,GomProjectProvider
,GomSearchRelevancy
,LineBreakable
,Serializable
Deprecated.
since 5.0, use FS_REFERENCE instead
GOM implementation for pictures.
- Since:
- 2.0
- 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@NotNull FormDisplayMode
Deprecated.Convenience API forgetLean()
returning a non-null valueDeprecated.Indicates if folders are allowed as selectionprotected String
Deprecated.Return the default tag for a gom element.Deprecated.Indicates if a thumbnail is showngetLean()
Deprecated.Defines the form fields to be shownDeprecated.Indicates if it is allowed to upload media.Deprecated.void
setImagePreview
(YesNo imagePreview) Deprecated.Sets if a thumbnail is shownvoid
setLean
(FormDisplayMode lean) Deprecated.Sets the form fields to be shownboolean
Deprecated.Convenience API forgetImagePreview()
returning a boolean valueMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.GomFile
allowsFolder, allowsLanguageDependentUpload, allowsUpload, autoReleaseRemote, getAllowLanguageDependentUpload, getAutoReleaseRemote, getFolders, getProjects, getRemote, getRemoteOnly, getRemoteUploadFolder, 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, getConvertEntities, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getNoBreak, 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
Deprecated.The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomPicture
public GomPicture()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Overrides:
getDefaultTag
in classGomFile
- Returns:
- The elements default tag.
-
getUpload
Deprecated.Description copied from class:GomFile
Indicates if it is allowed to upload media. -
getUploadFolder
Deprecated.Description copied from class:GomFile
Store folder used for uploads, if upload is allowed- Overrides:
getUploadFolder
in classGomFile
-
getImagePreview
Deprecated.Indicates if a thumbnail is shown- Since:
- 3.0
-
setImagePreview
Deprecated.Sets if a thumbnail is shown- Since:
- 3.0
-
getLean
Deprecated.Defines the form fields to be shown- Since:
- 3.0
-
setLean
Deprecated.Sets the form fields to be shown- Since:
- 3.0
-
getAllowFolder
Deprecated.Description copied from class:GomFile
Indicates if folders are allowed as selection- Overrides:
getAllowFolder
in classGomFile
-
showsThumbnail
public boolean showsThumbnail()Deprecated.Convenience API forgetImagePreview()
returning a boolean value- Since:
- 3.0
-
displayMode
Deprecated.Convenience API forgetLean()
returning a non-null value- Returns:
- the value of
getLean()
orFormDisplayMode.ALL
if unset - Since:
- 3.0
-