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

scalut.wizard.PageEventInfo.scala Maven / Gradle / Ivy

package scalut.wizard


import scala.beans.{BooleanBeanProperty, BeanProperty}


class PageEventInfo(@BeanProperty val action: PageEvent.Type, @BeanProperty val direction: PageDirection.Type) {

  @BooleanBeanProperty
  var cancel = false

  def this() = this(PageEvent.ActivatePage, PageDirection.Next)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy