Trait

outwatch.dom

TableAttributes

Related Doc: package dom

Permalink

trait TableAttributes extends AnyRef

Attributes applicable to the table element and its children.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableAttributes
  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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. lazy val colspan: AttributeBuilder[Any]

    Permalink

    This attribute contains a non-negative integer value that indicates for how many columns the cell extends.

    This attribute contains a non-negative integer value that indicates for how many columns the cell extends. Its default value is 1; if its value is set to 0, it extends until the end of the <colgroup>, even if implicitly defined, that the cell belongs to. Values higher than 1000 will be considered as incorrect and will be set to the default value (1).

    MDN

  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. lazy val headers: AttributeBuilder[Any]

    Permalink

    This attribute contains a list of space-separated strings, each corresponding to the id attributes of <th> elements that relate to this element.

    This attribute contains a list of space-separated strings, each corresponding to the id attributes of <th> elements that relate to this element.

    MDN

  13. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. lazy val rowspan: AttributeBuilder[Any]

    Permalink

    This attribute contains a non-negative integer value that indicates for how many rows the cell extends.

    This attribute contains a non-negative integer value that indicates for how many rows the cell extends. Its default value is 1; if its value is set to 0, it extends until the end of the table section (<thead>, <tbody>, <tfoot>, even if implicitly defined, that the cell belongs to. Values higher than 65534 are clipped down to 65534.

    MDN

  18. lazy val scope: AttributeBuilder[Any]

    Permalink

    This enumerated attribute defines the cells that the header (defined in the <th>) element relates to.

    This enumerated attribute defines the cells that the header (defined in the <th>) element relates to. It may have the following values:

    row: The header relates to all cells of the row it belongs to.

    col: The header relates to all cells of the column it belongs to.

    rowgroup: The header belongs to a rowgroup and relates to all of its cells. These cells can be placed to the right or the left of the header, depending on the value of the dir attribute in the <table> element.

    colgroup: The header belongs to a colgroup and relates to all of its cells.

    auto

    MDN

  19. lazy val summary: AttributeBuilder[Any]

    Permalink

    This attribute defines an alternative text that summarizes the content of the table.

    This attribute defines an alternative text that summarizes the content of the table.

    This deprecated API should no longer be used, but will probably still work.

    MDN

  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped