org.hyperscala

TextMarkup

Related Doc: package hyperscala

trait TextMarkup extends Markup

Linear Supertypes
Markup, Logging, XMLContent, Element[Any], Listenable, MutableChildLike[Any], ChildLike[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextMarkup
  2. Markup
  3. Logging
  4. XMLContent
  5. Element
  6. Listenable
  7. MutableChildLike
  8. ChildLike
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def attributeFromXML(a: Attribute): Boolean

    Attributes
    protected
    Definition Classes
    Markup
  2. abstract def xmlAttributes: Iterable[XMLAttribute]

    Definition Classes
    Markup
  3. abstract def xmlLabel: String

    Definition Classes
    Markup

Concrete 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 after(): Unit

    Invoked immediately after writing this markup out.

    Invoked immediately after writing this markup out.

    Attributes
    protected
    Definition Classes
    Markup
  5. def applyAttribute(a: Attribute): Unit

    Attributes
    protected
    Definition Classes
    Markup
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def before(): Unit

    Invoked immediately before writing this markup out.

    Invoked immediately before writing this markup out.

    Attributes
    protected
    Definition Classes
    Markup
  8. def checkInit(): Unit

    Iterate over everything

    Iterate over everything

    Attributes
    protected
    Definition Classes
    Markup
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connected[Ancestor](f: (Ancestor) ⇒ Unit)(implicit manifest: Manifest[Ancestor]): Unit

    Definition Classes
    Element
  11. def debug(message: ⇒ Any): Unit

    Definition Classes
    Logging
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def error(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  15. def error(message: ⇒ Any): Unit

    Definition Classes
    Logging
  16. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  19. var hierarchicalParent: Any

    Attributes
    protected
    Definition Classes
    MutableChildLike → ChildLike
  20. def info(message: ⇒ Any): Unit

    Definition Classes
    Logging
  21. def initialize(): Unit

    Attributes
    protected
    Definition Classes
    Markup
  22. def initialized: Boolean

    true if this Markup has been initialized.

    true if this Markup has been initialized.

    Definition Classes
    Markup
  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 log(level: Level, message: ⇒ Any): Unit

    Definition Classes
    Logging
  27. def logger: Logger

    Definition Classes
    Logging
  28. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def onAfterRender(f: ⇒ Unit): Unit

    Invokes the function before rendering of this markup.

    Invokes the function before rendering of this markup. If the markup is already rendered then the function is invoked immediately.

    Definition Classes
    Markup
  33. def onBeforeRender(f: ⇒ Unit): Unit

    Invokes the function before rendering of this markup.

    Invokes the function before rendering of this markup. If the markup is already rendered then the function is invoked immediately.

    Definition Classes
    Markup
  34. def onInit(f: ⇒ Unit): Unit

    Invokes the supplied function upon init or immediately if this Markup has already been initialized.

    Invokes the supplied function upon init or immediately if this Markup has already been initialized.

    f

    represents the function to be called upon init

    Definition Classes
    Markup
  35. def parent: Any

    Definition Classes
    Element
  36. def read(content: Content): Unit

    Definition Classes
    MarkupXMLContent
  37. def removeFromParent(): Boolean

    Definition Classes
    XMLContent
  38. def render: Boolean

    Definition Classes
    XMLContent
  39. def rendered: Boolean

    true if this Markup has been rendered.

    true if this Markup has been rendered.

    Definition Classes
    Markup
  40. def replaceWith[T <: XMLContent](content: T): T

    Definition Classes
    XMLContent
  41. def root[T](implicit manifest: Manifest[T]): Option[T]

    Definition Classes
    Element
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def trace(message: ⇒ Any): Unit

    Definition Classes
    Logging
  46. def unsupportedAttribute(name: String, value: String): Unit

    Attributes
    protected
    Definition Classes
    Markup
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def warn(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  51. def warn(message: ⇒ Any): Unit

    Definition Classes
    Logging
  52. def write(writer: HTMLWriter): Unit

    Definition Classes
    MarkupXMLContent
  53. def writeAttribute(writer: HTMLWriter, attribute: XMLAttribute): Unit

    Attributes
    protected
    Definition Classes
    Markup
  54. def writeChild(writer: HTMLWriter, child: XMLContent): Unit

    Attributes
    protected
    Definition Classes
    Markup
  55. final def writeChildren(writer: HTMLWriter, children: Seq[XMLContent]): Unit

    Attributes
    protected
    Definition Classes
    Markup
    Annotations
    @tailrec()
  56. def writeExtra(writer: HTMLWriter): Unit

    Attributes
    protected
    Definition Classes
    Markup
  57. def writeTag(writer: HTMLWriter): Unit

    Attributes
    protected
    Definition Classes
    Markup
  58. def xmlChildren: Seq[XMLContent]

    Definition Classes
    Markup
  59. def xmlExpanded: Boolean

    True if tag should never be self-closing even if there are no children.

    True if tag should never be self-closing even if there are no children.

    Defaults to false

    Definition Classes
    Markup

Inherited from Markup

Inherited from Logging

Inherited from XMLContent

Inherited from Element[Any]

Inherited from Listenable

Inherited from MutableChildLike[Any]

Inherited from ChildLike[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped