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 FormDisplayModeDeprecated.Convenience API forgetLean()returning a non-null valueDeprecated.Indicates if folders are allowed as selectionprotected StringDeprecated.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.voidsetImagePreview(YesNo imagePreview) Deprecated.Sets if a thumbnail is shownvoidsetLean(FormDisplayMode lean) Deprecated.Sets the form fields to be shownbooleanDeprecated.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, sourcesMethods 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, 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
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:AbstractGomElementReturn the default tag for a gom element.- Overrides:
getDefaultTagin classGomFile- Returns:
- The elements default tag.
-
getUpload
Deprecated.Description copied from class:GomFileIndicates if it is allowed to upload media. -
getUploadFolder
Deprecated.Description copied from class:GomFileStore folder used for uploads, if upload is allowed- Overrides:
getUploadFolderin 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:GomFileIndicates if folders are allowed as selection- Overrides:
getAllowFolderin 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.ALLif unset - Since:
- 3.0
-