org.hyperscala

Container

trait Container[C <: XMLContent] extends AbstractMutableContainer[C] with MutableContainer[C] with Markup

Linear Supertypes
Markup, Logging, LoggingCore, 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. LoggingCore
  5. XMLContent
  6. Element
  7. MutableChildLike
  8. ChildLike
  9. MutableContainer
  10. AbstractMutableContainer
  11. Container
  12. Listenable
  13. ParentLike
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: 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 addChild(child: C): Unit

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

    Invoked immediately after writing this markup out.

    Invoked immediately after writing this markup out.

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

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

    Definition Classes
    Any
  10. def asynchronousLogging: Boolean

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

    Invoked immediately before writing this markup out.

    Invoked immediately before writing this markup out.

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

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

    Iterate over everything

    Iterate over everything

    Attributes
    protected
    Definition Classes
    Markup
  14. val childAdded: ChildAddedProcessor

    Definition Classes
    Container
  15. val childRemoved: ChildRemovedProcessor

    Definition Classes
    Container
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val contents: VisibleContents

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

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

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

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

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

    Definition Classes
    Logging
  23. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    Logging
  29. def initialize(): Unit

    Attributes
    protected
    Definition Classes
    Markup
  30. def initialized: Boolean

    true if this Markup has been initialized.

    true if this Markup has been initialized.

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

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

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

    Definition Classes
    Listenable
  34. val listeners: Listeners

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

    Definition Classes
    LoggingCore
  36. val logger: InnerLogging

    Definition Classes
    LoggingCore
  37. def loggingClassName: String

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

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

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

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

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

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

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

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

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

    Definition Classes
    XMLContent
  50. def render: Boolean

    Definition Classes
    XMLContent
  51. def rendered: Boolean

    true if this Markup has been rendered.

    true if this Markup has been rendered.

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

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

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

    Definition Classes
    AnyRef
  55. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  56. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Markup
  70. def xmlChildren: VisibleContents

    Definition Classes
    ContainerMarkup
  71. 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 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