Class FooterElement

    • Constructor Detail

      • FooterElement

        protected FooterElement()
      • FooterElement

        protected FooterElement​(java.lang.String label)
      • FooterElement

        protected FooterElement​(java.lang.String label,
                                java.lang.String image)
    • Method Detail

      • getAlign

        public java.lang.String getAlign()
        Returns the horizontal alignment of this footer.

        Default: null (system default: left unless CSS specified).

      • setAlign

        public void setAlign​(java.lang.String align)
        Sets the horizontal alignment of this footer.
      • getValign

        public java.lang.String getValign()
        Returns the vertical alignment of this footer.

        Default: null (system default: top).

      • setValign

        public void setValign​(java.lang.String valign)
        Sets the vertical alignment of this footer.
      • getSpan

        public int getSpan()
        Returns number of columns to span this footer. Default: 1.
      • setSpan

        public void setSpan​(int span)
        Sets the number of columns to span this footer.

        It is the same as the colspan attribute of HTML TD tag.