samples.events.example.poc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
widget Minimal extends ReactWidget {
method clicked(ClickEvent event) {
alert("clicked");
}
Html method render () {
return Click me!;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy