org.hyperscala

Textual

trait Textual extends Markup

Linear Supertypes
Markup, Logging, LoggingCore, XMLContent, Element[Any], Listenable, MutableChildLike[Any], ChildLike[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Textual
  2. Markup
  3. Logging
  4. LoggingCore
  5. XMLContent
  6. Element
  7. Listenable
  8. MutableChildLike
  9. ChildLike
  10. AnyRef
  11. 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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def after(): Unit

    Invoked immediately after writing this markup out.

    Invoked immediately after writing this markup out.

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

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

    Definition Classes
    Any
  9. def asynchronousLogging: Boolean

    Attributes
    protected
    Definition Classes
    LoggingCore
  10. def before(): Unit

    Invoked immediately before writing this markup out.

    Invoked immediately before writing this markup out.

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

    Iterate over everything

    Iterate over everything

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val content: PropertyAttribute[String]

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

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

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

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

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

    Definition Classes
    Logging
  19. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  22. var hierarchicalParent: Any

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

    Definition Classes
    Logging
  24. def initialize(): Unit

    Attributes
    protected
    Definition Classes
    Markup
  25. def initialized: Boolean

    true if this Markup has been initialized.

    true if this Markup has been initialized.

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

    Definition Classes
    Any
  27. def listen[E, V, R](name: String, modes: ListenMode*)(f: (E) ⇒ V)(implicit eventManifest: Manifest[E]): ListenerWrapper[E, V, R]

    Definition Classes
    Listenable
  28. val listeners: Listeners

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

    Definition Classes
    LoggingCore
  30. val logger: InnerLogging

    Definition Classes
    LoggingCore
  31. def loggingClassName: String

    Attributes
    protected
    Definition Classes
    LoggingCore
  32. final def ne(arg0: AnyRef): Boolean

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

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

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

    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
  36. def onBeforeRender(f: ⇒ Unit): Any

    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
  37. 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
  38. def parent: Any

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

    Definition Classes
    TextualMarkupXMLContent
  40. def removeFromParent(): Boolean

    Definition Classes
    XMLContent
  41. def render: Boolean

    Definition Classes
    XMLContent
  42. def rendered: Boolean

    true if this Markup has been rendered.

    true if this Markup has been rendered.

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

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

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

    Definition Classes
    AnyRef
  46. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  47. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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