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

org.hyperscala.jquery.ui.event.ButtonClicked.scala Maven / Gradle / Ivy

package org.hyperscala.jquery.ui.event

import org.hyperscala.event.BrowserEvent
import org.hyperscala.html.HTMLTag

/**
 * ButtonClicked is fired when a button is clicked on a Dialog.
 *
 * @author Matt Hicks 
 */
case class ButtonClicked(tag: HTMLTag, name: String) extends BrowserEvent




© 2015 - 2025 Weber Informatics LLC | Privacy Policy