Enum Class CustomUiTextType

java.lang.Object
java.lang.Enum<CustomUiTextType>
edu.internet2.middleware.grouper.ui.customUi.CustomUiTextType
All Implemented Interfaces:
Serializable, Comparable<CustomUiTextType>, Constable

public enum CustomUiTextType extends Enum<CustomUiTextType>
  • Enum Constant Details

    • emailBccGroupName

      public static final CustomUiTextType emailBccGroupName
      gruop name of email bcc
    • canSeeUserEnvironment

      public static final CustomUiTextType canSeeUserEnvironment
      if can see user environment
    • canSeeScreenState

      public static final CustomUiTextType canSeeScreenState
      if can assign screen state
    • canAssignVariables

      public static final CustomUiTextType canAssignVariables
      if can assign variables, as user of app
    • emailBody

      public static final CustomUiTextType emailBody
      email body
    • emailSubject

      public static final CustomUiTextType emailSubject
      email subject
    • emailToUser

      public static final CustomUiTextType emailToUser
      email to user, true or false
    • instructions1

      public static final CustomUiTextType instructions1
      part1 below h1
    • managerInstructions

      public static final CustomUiTextType managerInstructions
      manager instructions
    • enrollmentLabel

      public static final CustomUiTextType enrollmentLabel
      e.g. Enrollment status: enrolled
    • enrollButtonShow

      public static final CustomUiTextType enrollButtonShow
      boolean if should show the enrollment button
    • enrollButtonText

      public static final CustomUiTextType enrollButtonText
      text of enrollment button
    • unenrollButtonShow

      public static final CustomUiTextType unenrollButtonShow
      boolean if should show the unenrollment button
    • manageMembership

      public static final CustomUiTextType manageMembership
      boolean if should add/remove member
    • gshScript

      public static final CustomUiTextType gshScript
      gshScriptToRun (e.g. on leave or join group) variables are: subject: the subject being acted on group: group being acted on subjectLoggedIn: subject logged in might be acted on all cu_ variables of type string, boolean, numeric
    • redirectToUrl

      public static final CustomUiTextType redirectToUrl
      redirect to URL
    • unenrollButtonText

      public static final CustomUiTextType unenrollButtonText
      text of unenrollment button
  • Method Details

    • values

      public static CustomUiTextType[] 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 CustomUiTextType 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
    • valueOfIgnoreCase

      public static CustomUiTextType valueOfIgnoreCase(String string, boolean exceptionOnNull)
      do a case-insensitive matching
      Parameters:
      string -
      exceptionOnNull - will not allow null or blank entries
      Returns:
      the enum or null or exception if not found
    • getName

      public String getName()
      make a javabean
      Returns:
      the name