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

org.hyperscala.ui.widgets.visual.EditableVisual.scala Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
package org.hyperscala.ui.widgets.visual

import org.powerscala.property.Property
import org.hyperscala.html.constraints.BodyChild
import org.hyperscala.html._

/**
 * @author Matt Hicks 
 */
trait EditableVisual[T] extends Visual[T] {
  val editing = new Property[Boolean]()

  def visualize(): BodyChild = toString(property())
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy