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 ContentChanged(xml: Element, htmlString: String) extends Product with Serializable

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

  5. case class DropReceived(types: List[String], data: List[DropData]) extends Product with Serializable

  6. class DropReceiver extends WrappedComponent[HTMLTag] with Listenable

  7. class EditableContent extends AnyRef

  8. case class SelectionChanged(text: String, html: String, startOffset: Int, endOffset: Int) extends Product with Serializable

  9. class TypedOption[T] extends Option

  10. abstract class TypedSelect[T] extends AnyRef

  11. 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 EditableContent extends Module with StorageComponent[EditableContent, HTMLTag with Container[BodyChild]]

    EditableContent allows easy wrapping around an HTMLTag container to allow the use of HTML5's contentEditable flag to be utilized.

    EditableContent allows easy wrapping around an HTMLTag container to allow the use of HTML5's contentEditable flag to be utilized. Use EditableContent(tag) to get a reference to the editable content and then invoke the provided methods to easily control the editing of content.

  5. object TypedSelect

  6. object WrappedInput

Ungrouped