Enum Class GomButton.DropType

java.lang.Object
java.lang.Enum<GomButton.DropType>
de.espirit.firstspirit.access.store.templatestore.gom.GomButton.DropType
All Implemented Interfaces:
Serializable, Comparable<GomButton.DropType>, Constable
Enclosing class:
GomButton

public static enum GomButton.DropType extends Enum<GomButton.DropType>
Predefined drop types
Since:
4.2.426
  • Enum Constant Details

    • TEXT_HTML

      public static final GomButton.DropType TEXT_HTML
      Drop type html text
      Since:
      4.2.426
    • TEXT_PLAIN

      public static final GomButton.DropType TEXT_PLAIN
      Drop type plain text
      Since:
      4.2.426
    • TEXT_ALL

      public static final GomButton.DropType TEXT_ALL
      Drop type all text
      Since:
      4.2.426
    • EXTERNAL

      public static final GomButton.DropType EXTERNAL
      Drop type external file-based data
      Since:
      4.2.426
    • NODE

      public static final GomButton.DropType NODE
      Drop type arbitrary firstspirit node
      Since:
      4.2.426
    • PAGEFOLDER

      public static final GomButton.DropType PAGEFOLDER
      Drop type pagestore folder node
      Since:
      4.2.426
    • PAGE

      public static final GomButton.DropType PAGE
      Drop type page node
      Since:
      4.2.426
    • BODY

      public static final GomButton.DropType BODY
      Drop type body node
      Since:
      4.2.426
    • SECTION

      public static final GomButton.DropType SECTION
      Drop type section node
      Since:
      4.2.426
    • SITESTOREFOLDER

      public static final GomButton.DropType SITESTOREFOLDER
      Drop type sitestore folder node
      Since:
      4.2.426
    • PAGEREF

      public static final GomButton.DropType PAGEREF
      Drop type page reference node
      Since:
      4.2.426
    • DOCGROUP

      public static final GomButton.DropType DOCGROUP
      Drop type document group node
      Since:
      4.2.426
    • MEDIAFOLDER

      public static final GomButton.DropType MEDIAFOLDER
      Drop type mediastore folder node
      Since:
      4.2.426
    • MEDIA

      @Deprecated(since="5.0") public static final GomButton.DropType MEDIA
      Deprecated.
      since 5.0 - no replacement
      Drop type media node
      Since:
      4.2.426
    • PICTURE

      public static final GomButton.DropType PICTURE
      Drop type media node of type picture
      Since:
      4.2.426
    • FILE

      public static final GomButton.DropType FILE
      Drop type media node of type file
      Since:
      4.2.426
    • DATASET

      public static final GomButton.DropType DATASET
      Drop type dataset node
      Since:
      4.2.426
  • Method Details

    • values

      public static GomButton.DropType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GomButton.DropType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null