org.hyperscala

Container

Related Doc: package hyperscala

abstract class Container[C <: XMLContent] extends MutableContainer[C] with Markup

Linear Supertypes
Markup, Logging, XMLContent, Element[Any], MutableChildLike[Any], ChildLike[Any], MutableContainer[C], AbstractMutableContainer[C], powerscala.hierarchy.Container[C], Listenable, ParentLike[C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Container
  2. Markup
  3. Logging
  4. XMLContent
  5. Element
  6. MutableChildLike
  7. ChildLike
  8. MutableContainer
  9. AbstractMutableContainer
  10. Container
  11. Listenable
  12. ParentLike
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Container()(implicit childManifest: Manifest[C])

Type Members

  1. class VisibleContents extends Seq[T]

    Definition Classes
    MutableContainer

Abstract Value Members

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

    Attributes
    protected
    Definition Classes
    Markup
  2. abstract def generateChildFromTagName(name: String): XMLContent

    Attributes
    protected
  3. abstract def processComment(text: String): Unit

    Attributes
    protected
  4. abstract def processText(text: String): Unit

    Attributes
    protected
  5. abstract def xmlAttributes: Iterable[XMLAttribute]

    Definition Classes
    Markup
  6. 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 addChild(child: C): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  5. def after(): Unit

    Invoked immediately after writing this markup out.

    Invoked immediately after writing this markup out.

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

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

    Definition Classes
    Any
  8. def before(): Unit

    Invoked immediately before writing this markup out.

    Invoked immediately before writing this markup out.

    Attributes
    protected
    Definition Classes
    Markup
  9. val buffer: ListBuffer[C]

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  10. def checkInit(): Unit

    Iterate over everything

    Iterate over everything

    Attributes
    protected
    Definition Classes
    Markup
  11. val childAdded: ChildAddedProcessor[C]

    Definition Classes
    Container
  12. implicit val childManifest: Manifest[C]

    Definition Classes
    Container → Container
  13. val childRemoved: ChildRemovedProcessor[C]

    Definition Classes
    Container
  14. def clone(): AnyRef

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

    Definition Classes
    Element
  16. val contents: VisibleContents

    Definition Classes
    MutableContainer → AbstractMutableContainer → Container
  17. def debug(message: ⇒ Any): Unit

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

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

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

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

    Definition Classes
    Logging
  22. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  25. def hierarchicalChildren: Seq[C]

    Attributes
    protected
    Definition Classes
    Container → ParentLike
  26. var hierarchicalParent: Any

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

    Definition Classes
    Logging
  28. def initialize(): Unit

    Attributes
    protected
    Definition Classes
    Markup
  29. def initialized: Boolean

    true if this Markup has been initialized.

    true if this Markup has been initialized.

    Definition Classes
    Markup
  30. def insertChildren(index: Int, children: C*): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  31. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Listenable
  33. val listeners: Listeners

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

    Definition Classes
    Logging
  35. def logger: Logger

    Definition Classes
    Logging
  36. def loggerName: String

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

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

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

    Definition Classes
    AnyRef
  40. 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
  41. 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
  42. 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
  43. def parent: Any

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

    Definition Classes
    ContainerMarkupXMLContent
  45. final def removeAll(): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
    Annotations
    @tailrec()
  46. def removeChild(child: C): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  47. def removeFirst(): Boolean

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  48. def removeFromParent(): Boolean

    Definition Classes
    XMLContent
  49. def render: Boolean

    Definition Classes
    XMLContent
  50. def rendered: Boolean

    true if this Markup has been rendered.

    true if this Markup has been rendered.

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

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

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

    Definition Classes
    AnyRef
  54. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  55. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Markup
  69. def xmlChildren: VisibleContents

    Definition Classes
    ContainerMarkup
  70. 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 MutableChildLike[Any]

Inherited from ChildLike[Any]

Inherited from MutableContainer[C]

Inherited from AbstractMutableContainer[C]

Inherited from powerscala.hierarchy.Container[C]

Inherited from Listenable

Inherited from ParentLike[C]

Inherited from AnyRef

Inherited from Any

Ungrouped