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

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

The newest version!
widget Minimal extends ReactWidget {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy