Class GomMediaModeInfos
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomMediaModeInfos
- All Implemented Interfaces:
GomCheckable,GomElement,Serializable
Media mode information for content lists.
- Since:
- 4.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 TypeMethodDescriptionbooleanConvenience API forgetAllowFolders()returning a boolean valueIndicates whether folders may be selected with media search dialogprotected StringReturn the default tag for a gom element.The actual media editor namevoidsetAllowFolders(YesNo allowFolders) Sets whether folders may be selected with media search dialogvoidsetMediaEditor(String editor) Sets the actual media editor nametoString()voidvalidate(GomCheckable.Context context) Validate the element against the given context.voidverify()Verify the element to be fulfill its syntactic constraints.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
The tag of this component- Since:
- 4.1
- See Also:
-
-
Constructor Details
-
GomMediaModeInfos
public GomMediaModeInfos()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getMediaEditor
The actual media editor name- Since:
- 4.1
-
setMediaEditor
Sets the actual media editor name- Since:
- 4.1
-
getAllowFolders
Indicates whether folders may be selected with media search dialog- Since:
- 4.1
-
setAllowFolders
Sets whether folders may be selected with media search dialog- Since:
- 4.1
-
verify
Description copied from interface:GomCheckableVerify the element to be fulfill its syntactic constraints.- Specified by:
verifyin interfaceGomCheckable- Throws:
IllegalStateException- If the element is not correctly set up.
-
validate
Description copied from interface:GomCheckableValidate the element against the given context.- Specified by:
validatein interfaceGomCheckable- Parameters:
context- The context to validate for, must not benull.- Throws:
IllegalStateException
-
allowFolders
public boolean allowFolders()Convenience API forgetAllowFolders()returning a boolean value- Since:
- 4.2.5
-
toString
-