Class Frame.FocusOptions

  • Enclosing interface:
    Frame

    public static class Frame.FocusOptions
    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.
      java.lang.Double timeout
      Maximum time in milliseconds.
    • Constructor Summary

      Constructors 
      Constructor Description
      FocusOptions()  
    • 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

      • FocusOptions

        public FocusOptions()
    • Method Detail

      • setStrict

        public Frame.FocusOptions 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.