Search:

Type: Posts; User: stab

Search: Search took 0.11 seconds.

  1. Re: Is it possible to use same event code for several objects?

    Actually I would like to do this for smartgwt imgbuttons, but I don't understand how to add an ActionListener.
    I have a class:
    public class gwtMap extends Composite {
    and when I add, implements...
  2. Is it possible to use same event code for several objects?

    Hi,

    I've made a gwt gui-app with 5 buttons and added mouseoverhandlers for these and
    would like to use something like:

    button.addMouseOverHandler(Object object, new MouseOverHandler()
    {
    ...
Results 1 to 2 of 2