Revision history [back]

click to hide/show revision 1
initial version

answered 2016-08-26 07:23:36 +0800

IngoB gravatar image IngoB flag of Germany

Hallo, wie geht es euch? Ich könnte auch auf Deutsch antworten, mach ich aber nicht :)

As long as there is no spanish forum it would be nice to keep it english, since otherwise only a limited group of persons can help you :)

You could add an Refresh - Eventlistener to the window

myWindow.addEventListener("onRefresh", new EventListener<Event>() {
            @Override
            public void onEvent(Event event) throws Exception {
                refresh();
            }
        });

and on your form

        Events.postEvent("onRefresh", this.self, null);
        this.self.detach();

Hallo, wie geht es euch? Ich könnte auch auf Deutsch antworten, mach ich aber nicht :)

As long as there is no spanish forum it would be nice to keep it english, since otherwise only a limited group of persons can help you :)

You could add an Refresh - Eventlistener to the windowdesempeno.zul

myWindow.addEventListener("onRefresh", new EventListener<Event>() {
            @Override
            public void onEvent(Event event) throws Exception {
                refresh();
            }
        });

and on your form

        Events.postEvent("onRefresh", this.self, null);
        this.self.detach();

Hallo, wie geht es euch? Ich könnte auch auf Deutsch antworten, mach ich aber nicht :)

As long as there is no spanish forum it would be nice to keep it english, since otherwise only a limited group of persons can help you :)

You could add an Refresh - Eventlistener to desempeno.zulform.zul

myWindow.addEventListener("onRefresh", new EventListener<Event>() {
            @Override
            public void onEvent(Event event) throws Exception {
                refresh();
            }
        });

and on your formdesempeno.zul

        Events.postEvent("onRefresh", this.self, null);
        this.self.detach();
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More