1 Reply Latest reply on Sep 26, 2013 4:26 PM by mbarkley

    Errai and GWT - list of events/handlers/annotations with description

    arnie-k

      Where can I find comprehensive list of all events/handlers/annotations with description in Errai?

      I know that there are native (JS) events and internal GWT events or user events.

       

      By the way is any book on Errai planned or during writing?

        • 1. Re: Errai and GWT - list of events/handlers/annotations with description
          mbarkley

          arnie-k,

           

          Where can I find comprehensive list of all events/handlers/annotations with description in Errai?

          I don't know that such a single list exists. For the most part Errai Events are just GWT Events, which are mostly like Javascript events. Here is a list of GWT Event Interfaces with concise descriptions. But if you ever want a more specific description of what an event is for, I've found it often suffices to read about the equivalent Javascript event.

           

          By the way is any book on Errai planned or during writing?

          I don't know about any books, but there are currently plans for new written and video tutorials in the works.

           

          Cheers,

           

          Max