Enum Class UIFragment

java.lang.Object
java.lang.Enum<UIFragment>
com.suncode.pwfl.web.ui.UIFragment
All Implemented Interfaces:
Serializable, Comparable<UIFragment>, Constable

@Api public enum UIFragment extends Enum<UIFragment>
User interface fragments defined in PlusWorkflow browser UI.
Author:
Cezary Kozar 2 gru 2015
  • Enum Constant Details

    • FORM

      public static final UIFragment FORM
      Activity form
    • HISTORY

      public static final UIFragment HISTORY
      Activity history
    • PWE

      public static final UIFragment PWE
      PlusWorkflow Editor
    • DATASOURCE

      public static final UIFragment DATASOURCE
      Data source
    • SCHEDULED_TASK

      public static final UIFragment SCHEDULED_TASK
      Scheduled task
  • Method Details

    • values

      public static UIFragment[] 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 UIFragment 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
    • id

      public String id()
      Returns identifier of this fragment