Enum SearchExpressionHint



  • public enum SearchExpressionHint
    extends java.lang.Enum<SearchExpressionHint>

    An enum that specifies hints that impact the behavior of a component tree search.

    Since:
    2.3
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      IGNORE_NO_RESULT
      Hint that indicates that if a expression resolves to null, null will be returned.
      RESOLVE_CLIENT_SIDE
      Hint that indicates that a keyword can be resolved later and will just be returned as passthrough, if supported by the keyword.
      RESOLVE_SINGLE_COMPONENT
      Hint that indicates that only one component should be resolved.
      SKIP_VIRTUAL_COMPONENTS
      Hint that indicates that only real UIComponents should be resolved.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SearchExpressionHint valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static SearchExpressionHint[] values​()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait