org.hyperscala.ui

wrapped

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. class Changeable extends jQueryComponent

  2. case class Changes(attributes: Map[String, Any], style: Map[String, Any]) extends Product with Serializable

  3. case class DropData(mimeType: String, data: String) extends Product with Serializable

  4. case class DropReceived(tag: HTMLTag, types: List[String], data: List[DropData]) extends BrowserEvent with Product with Serializable

  5. class DropReceiver extends WrappedComponent[HTMLTag] with Listenable

  6. class TypedOption[T] extends Option

  7. abstract class TypedSelect[T] extends AnyRef

  8. class WrappedInput[T] extends AnyRef

Value Members

  1. object Changeable extends Module with StorageComponent[Changeable, HTMLTag]

    Changeable wraps existing elements to allow them to change an element relative to an element, alignment, or more advanced change scenario.

  2. object Changing

  3. object DropReceiver extends Module with StorageComponent[DropReceiver, HTMLTag]

  4. object TypedSelect

  5. object WrappedInput

Ungrouped