All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.events.example.poc Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
widget Minimal extends ReactWidget {

    method clicked(ClickEvent event) {
        alert("clicked");
    }

	Html method render () {
		return 
Click me!
; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy