All Implemented Interfaces:
Serializable, DynamicAttributes, IterationTag, JspTag, Tag, DynamicActionAttributes

public class Header
extends StylableTag
This tag defines a header column among the colummns or on a row. It should be placed inside a <tbl:headers> or <tbl:row> tag.

Syntax:

   <tbl:header
      clazz=...
      style=...
      visible=true|false
   >
Tag attributes
Attribute Default value Required Description
clazz - header The value if this attribute goes directly into the standard HTML class attribute. This allows you to apply different styles to different tables.
style - no The value if this attribute goes directly into the standard HTML style attribute. This allows you to apply different styles to different tables.
visible true no If the header should be visible or not.

The <tbl:header> doesn't have any subtags.

Version:
2.0
Author:
Nicklas
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • colspan

      private int colspan
    • visible

      private boolean visible
      If the header should be visible or not.
  • Constructor Details

    • Header

      public Header()
  • Method Details