Interface Focusable

  • All Known Implementing Classes:
    FocusableContainer

    public interface Focusable
    Interface used to implement specific behaviour of html focus
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      void focus()  
      default void focus​(java.lang.String path)
      Used in localized editor, should perform also scrollIntoView, because focus handling in editor area does not scroll when this method is used.
    • Method Detail

      • focus

        void focus()
      • focus

        default void focus​(java.lang.String path)
        Used in localized editor, should perform also scrollIntoView, because focus handling in editor area does not scroll when this method is used.