Annotation Interface HeaderScope


@Documented public @interface HeaderScope
An enumerated value to define the cells that the header element relates to.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default value.
    static final String
    The header relates to all cells of the column it belongs to.
    static final String
    The header belongs to a colgroup and relates to all of its cells.
    static final String
    The header relates to all cells of the row it belongs to.
    static final String
    The header belongs to a rowgroup and relates to all of its cells.