All Superinterfaces:
GomElement, GomFormElement, GomHideable, GomLangInfoProvider, Serializable

public interface GomCatalog extends GomFormElement
Definition of the GOM descriptor for the FirstSpirit catalog gadget.
Since:
5.2.23
  • Method Details

    • height

      int height()
      Provides the defined height for this component or its default, if unset.
      Returns:
      The desired initial height.
      Since:
      5.2.23
    • viewMode

      ViewMode viewMode()
      Provides the initial view mode for displaying index entries.
      Returns:
      The initial view mode.
      Since:
      5.2.23
    • templates

      Set<String> templates()
      Provides a set of template UIDs as defined eligible for this catalog.
      Returns:
      The allowed templates.
      Since:
      5.2.23
    • templatesUidType

      IDProvider.UidType templatesUidType()
      Provides the UID type for templates allowed for this catalog.
      Returns:
      The templates' UID type.
      Since:
      5.2.23
    • forbidsPolyglotDataHierarchy

      boolean forbidsPolyglotDataHierarchy()
      Indicates, whether it is forbidden to have language dependent inner forms on multiple levels in this catalog's child hierarchy.
      Returns:
      true, if forbidden.
      Since:
      5.2.510