Enum Class DefaultWidgetType

java.lang.Object
java.lang.Enum<DefaultWidgetType>
io.goobi.viewer.model.cms.widgets.type.DefaultWidgetType
All Implemented Interfaces:
WidgetContentType, Serializable, Comparable<DefaultWidgetType>, Constable

public enum DefaultWidgetType extends Enum<DefaultWidgetType> implements WidgetContentType
Types of widgets that are always available for CMS pages and cannot be configured
Author:
florian
  • Enum Constant Details

    • WIDGET_BROWSING

      public static final DefaultWidgetType WIDGET_BROWSING
      Browsing or "Stöbern" widget, containing all browse terms which are configured in the viewer-config
    • WIDGET_FACETTING

      public static final DefaultWidgetType WIDGET_FACETTING
      Displays search facetting for a page with search functionality. Always displays the facet fields configured in viewer-config Also includes chronology-facetting (by year) and geospatial facetting (on a map) which are displayed as independent widgets in the GUI
    • WIDGET_WORKCOUNT

      public static final DefaultWidgetType WIDGET_WORKCOUNT
      Display the total number of records available in the viewer
    • WIDGET_HIGHLIGHT

      public static final DefaultWidgetType WIDGET_HIGHLIGHT
  • Method Details