Class LinkedCell

  • All Implemented Interfaces:
    Cell

    public class LinkedCell
    extends CellDecorator
    Linked cell. This class decorates another content cell with a hyperlink.
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkedCell​(Cell cell, java.lang.String link)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(XHTMLContentHandler handler)
      Renders the content to the given XHTML SAX event stream.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkedCell

        public LinkedCell​(Cell cell,
                          java.lang.String link)
    • Method Detail

      • render

        public void render​(XHTMLContentHandler handler)
                    throws org.xml.sax.SAXException
        Description copied from interface: Cell
        Renders the content to the given XHTML SAX event stream.
        Specified by:
        render in interface Cell
        Overrides:
        render in class CellDecorator
        Throws:
        org.xml.sax.SAXException