Class Frame.EvalOnSelectorOptions

  • Enclosing interface:
    Frame

    public static class Frame.EvalOnSelectorOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean strict
      When true, the call requires selector to resolve to a single element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Frame.EvalOnSelectorOptions setStrict​(boolean strict)
      When true, the call requires selector to resolve to a single element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • strict

        public java.lang.Boolean strict
        When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.
    • Constructor Detail

      • EvalOnSelectorOptions

        public EvalOnSelectorOptions()
    • Method Detail

      • setStrict

        public Frame.EvalOnSelectorOptions setStrict​(boolean strict)
        When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.