Enum Class Context.Children

java.lang.Object
java.lang.Enum<Context.Children>
com.levigo.jadice.web.client.util.context.Context.Children
All Implemented Interfaces:
Serializable, Comparable<Context.Children>, Constable
Enclosing class:
Context

public static enum Context.Children extends Enum<Context.Children>
Enum used to determine whether the aggregated view includes elements of child contexts.
  • Enum Constant Details

    • NONE

      public static final Context.Children NONE
      No elements from child contexts are included.
    • ALL

      public static final Context.Children ALL
      Elements from all child contexts are included.
    • ACTIVE

      public static final Context.Children ACTIVE
      Elements from the active child context (if there is one) are included.
  • Method Details

    • values

      public static Context.Children[] 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 Context.Children 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