Class

razie.wiki.model

WikiWrapper

Related Doc: package model

Permalink

class WikiWrapper extends WWrapper

wrap an actual topic - will load the page lazily if browsing

Linear Supertypes
WWrapper, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WikiWrapper
  2. WWrapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WikiWrapper(wid: WID)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def BADallPages: List[WikiEntry]

    Permalink
    Attributes
    protected
  5. def BADlto: List[ILink]

    Permalink
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val cat: String

    Permalink
    Definition Classes
    WWrapper
  8. def childrenByTag(tag: String): List[ILink]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. lazy val ilinks: List[ILink]

    Permalink
  16. def isAll: Boolean

    Permalink

    special node means all

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def lfrom: List[ILink]

    Permalink
  19. def lto: List[ILink]

    Permalink
  20. def mkLink: ILink

    Permalink

    make the proper ILink for this element

    make the proper ILink for this element

    Definition Classes
    WikiWrapperWWrapper
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def page: Option[WikiEntry]

    Permalink

    get the associated page, if any

    get the associated page, if any

    Definition Classes
    WikiWrapperWWrapper
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def tags: Map[String, String]

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    WikiWrapper → AnyRef → Any
  28. lazy val w: Option[WikiEntry]

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val wid: WID

    Permalink
  33. lazy val wilinks: Option[List[ILink]]

    Permalink

    links from page only, if defined

    links from page only, if defined

    Attributes
    protected

Inherited from WWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped