Class Keyboard.Builder

  • Enclosing class:
    Keyboard

    public static class Keyboard.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withEnabled

        public Keyboard.Builder withEnabled​(java.lang.Boolean enabled)
        Enables a usage of the keyboard shortcuts. Default value is false
      • withSpeed

        public Keyboard.Builder withSpeed​(Speed speed)
        A speed of view on pressing a key or using navigation buttons
      • withBindToWindow

        public Keyboard.Builder withBindToWindow​(java.lang.Boolean bindToWindow)
        If set to true, the keyboard interaction will work regardless of which DOM object has the focus.