Class Grid.FocusStack

  • Enclosing class:
    Grid<T>

    protected class Grid.FocusStack
    extends Object
    Helper class for storing and restoring previously stored focus.
    • Constructor Detail

      • FocusStack

        protected FocusStack()
    • Method Detail

      • push

        public void push()
        Store the currently focused element.
      • pop

        public void pop()
        Restore focus to the element at the top of the stack.