Class Header

  • 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 Detail

      • colspan

        private int colspan
      • visible

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

      • Header

        public Header()