org.hyperscala

Markup

Related Docs: object Markup | package hyperscala

trait Markup extends XMLContent with Listenable with Logging

Linear Supertypes
Logging, XMLContent, Element[Any], Listenable, MutableChildLike[Any], ChildLike[Any], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Markup
  2. Logging
  3. XMLContent
  4. Element
  5. Listenable
  6. MutableChildLike
  7. ChildLike
  8. AnyRef
  9. 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
  2. abstract def xmlAttributes: Iterable[XMLAttribute]

  3. abstract def xmlLabel: String

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
  5. def applyAttribute(a: Attribute): Unit

    Attributes
    protected
  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
  8. def checkInit(): Unit

    Iterate over everything

    Iterate over everything

    Attributes
    protected
  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
  22. def initialized: Boolean

    true if this Markup has been initialized.

  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.

  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.

  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

  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.

  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
  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
  54. def writeChild(writer: HTMLWriter, child: XMLContent): Unit

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

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

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

    Attributes
    protected
  58. def xmlChildren: Seq[XMLContent]

  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

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