Trait

com.raquo.domtypes.generic.defs.tags

SectionTags

Related Doc: package tags

Permalink

trait SectionTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlBody <: DomHtmlElement, HtmlElement <: DomHtmlElement, HtmlHeading <: DomHtmlElement] extends AnyRef

Self Type
SectionTags[T, DomHtmlElement, HtmlBody, HtmlElement, HtmlHeading] with HtmlTagBuilder[T, DomHtmlElement]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SectionTags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val body: T[HtmlBody]

    Permalink

    Represents the content of an HTML document.

    Represents the content of an HTML document. There is only one body element in a document.

    MDN org.scalajs.dom.html.Body

  6. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. lazy val footer: T[HtmlElement]

    Permalink

    Defines the footer for a page or section.

    Defines the footer for a page or section. It often contains a copyright notice, some links to legal information, or addresses to give feedback.

    MDN org.scalajs.dom.html.Element

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. lazy val h1: T[HtmlHeading]

    Permalink

    Heading level 1

    Heading level 1

    MDN org.scalajs.dom.html.Heading

  12. lazy val h2: T[HtmlHeading]

    Permalink

    Heading level 2

    Heading level 2

    MDN org.scalajs.dom.html.Heading

  13. lazy val h3: T[HtmlHeading]

    Permalink

    Heading level 3

    Heading level 3

    MDN org.scalajs.dom.html.Heading

  14. lazy val h4: T[HtmlHeading]

    Permalink

    Heading level 4

    Heading level 4

    MDN org.scalajs.dom.html.Heading

  15. lazy val h5: T[HtmlHeading]

    Permalink

    Heading level 5

    Heading level 5

    MDN org.scalajs.dom.html.Heading

  16. lazy val h6: T[HtmlHeading]

    Permalink

    Heading level 6

    Heading level 6

    MDN org.scalajs.dom.html.Heading

  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. lazy val header: T[HtmlElement]

    Permalink

    Defines the header of a page or section.

    Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.

    MDN org.scalajs.dom.html.Element

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped