com.vaadin.event.

Class ActionManager

    • Field Detail

      • ownActions

        protected HashSet<Action> ownActions

        List of action handlers. Guaranteed to keep the original insertion order.

      • actionHandlers

        protected HashSet<Action.Handler> actionHandlers

        List of action handlers. Guaranteed to keep the original insertion order.

    • Constructor Detail

      • ActionManager

        public ActionManager()
      • ActionManager

        public ActionManager(T viewer)