org.hyperscala.ui.widgets

ContentEditor

class ContentEditor extends Listenable

Linear Supertypes
Listenable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ContentEditor
  2. Listenable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def adjustStyle[S](style: Style[S], adjuster: JSFunction1[S, S]): Unit

  5. def adjustStyleSize[S](style: Style[S], adjustment: Int, min: Int = 0, max: Int = Int.MaxValue)(implicit manifest: Manifest[S]): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bindFontStyle(input: Input): Unit

  8. def bindInput[S](style: Style[S], input: Input, format: Boolean, converter: JSFunction1[String, String], aliases: VisualAlias*): Unit

  9. def bindToggle[S](style: Style[S], t: HTMLTag, values: Seq[Any], activeClass: Option[String] = None, inactiveClass: Option[String] = None, block: Boolean = false): Unit

  10. def clearFormatting(): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val container: HTMLTag

  13. val content: Property[String]

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def exec(command: Command, value: String = null): Unit

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def insert(t: HTMLTag): Unit

  21. def insertAround(t: HTMLTag with Container[_ <: HTMLTag]): Unit

  22. def insertBlock(t: HTMLTag with Container[_ <: HTMLTag]): Unit

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  25. val listeners: Listeners

    Definition Classes
    Listenable
  26. def manipulateSelection(manipulator: JSFunction1[Array[Span], Unit]): Unit

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def removeFromBlock(tagName: String): Unit

  31. def setStyle[S](style: Style[S], value: Any): Unit

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def toggleStyle[S](style: Style[S], values: Any*): Unit

  36. def updateContainer(propagate: Boolean): Unit

    Updates the container with the content property.

    Updates the container with the content property.

    propagate

    defines whether the change should propagate up to the client

  37. val updateContainerOnChange: Property[Boolean]

  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped