org.hyperscala

Textual

Related Doc: package hyperscala

trait Textual extends Markup

Linear Supertypes
Markup, Logging, XMLContent, Element[Any], Listenable, MutableChildLike[Any], ChildLike[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Textual
  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. lazy val content: PropertyAttribute[String]

  12. def debug(message: ⇒ Any): Unit

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

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

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

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

    Definition Classes
    Logging
  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. var hierarchicalParent: Any

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

    Definition Classes
    Logging
  22. def initialize(): Unit

    Attributes
    protected
    Definition Classes
    Markup
  23. def initialized: Boolean

    true if this Markup has been initialized.

    true if this Markup has been initialized.

    Definition Classes
    Markup
  24. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Listenable
  26. val listeners: Listeners

    Definition Classes
    Listenable
  27. def log(level: Level, message: ⇒ Any): Unit

    Definition Classes
    Logging
  28. def logger: Logger

    Definition Classes
    Logging
  29. def loggerName: String

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

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

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

    Definition Classes
    AnyRef
  33. 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
  34. 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
  35. 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
  36. def parent: Any

    Definition Classes
    Element
  37. def read(xml: Content): Unit

    Definition Classes
    TextualMarkupXMLContent
  38. def removeFromParent(): Boolean

    Definition Classes
    XMLContent
  39. def render: Boolean

    Definition Classes
    XMLContent
  40. def rendered: Boolean

    true if this Markup has been rendered.

    true if this Markup has been rendered.

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

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

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

    Definition Classes
    AnyRef
  44. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  45. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TextualMarkup
  60. 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