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

@NonExtendable public class GomMediaModeInfos extends AbstractGomElement implements GomCheckable
Media mode information for content lists.
Since:
4.1
See Also:
  • Field Details

  • Constructor Details

    • GomMediaModeInfos

      public GomMediaModeInfos()
  • Method Details

    • getDefaultTag

      protected String getDefaultTag()
      Description copied from class: AbstractGomElement
      Return the default tag for a gom element.
      Specified by:
      getDefaultTag in class AbstractGomElement
      Returns:
      The elements default tag.
    • getMediaEditor

      public String getMediaEditor()
      The actual media editor name
      Since:
      4.1
    • setMediaEditor

      public void setMediaEditor(String editor)
      Sets the actual media editor name
      Since:
      4.1
    • getAllowFolders

      public YesNo getAllowFolders()
      Indicates whether folders may be selected with media search dialog
      Since:
      4.1
    • setAllowFolders

      public void setAllowFolders(YesNo allowFolders)
      Sets whether folders may be selected with media search dialog
      Since:
      4.1
    • verify

      public void verify() throws IllegalStateException
      Description copied from interface: GomCheckable
      Verify the element to be fulfill its syntactic constraints.
      Specified by:
      verify in interface GomCheckable
      Throws:
      IllegalStateException - If the element is not correctly set up.
    • validate

      public void validate(GomCheckable.Context context) throws IllegalStateException
      Description copied from interface: GomCheckable
      Validate the element against the given context.
      Specified by:
      validate in interface GomCheckable
      Parameters:
      context - The context to validate for, must not be null.
      Throws:
      IllegalStateException
    • allowFolders

      public boolean allowFolders()
      Convenience API for getAllowFolders() returning a boolean value
      Since:
      4.2.5
    • toString

      public String toString()
      Overrides:
      toString in class Object