Class WebCardPanelDepictor<C extends AbstractCardPanel>

    • Constructor Detail

      • WebCardPanelDepictor

        public WebCardPanelDepictor()
        Default constructor using the XHTML <div> element.
    • Method Detail

      • depictBegin

        protected void depictBegin()
                            throws java.io.IOException
        Begins the depiction process.

        This version renders the beginning XML element information, if there is any, leaving the beginning tag open for attributes.

        This version writes common XHTML attributes.

        This version wraps the component in a decorator element and writes tabs. Each tab link is given an href of "?tabbedPaneID=tabID".

        Overrides:
        depictBegin in class AbstractWebComponentDepictor<C extends AbstractCardPanel>
        Throws:
        java.io.IOException - if there is an error updating the depiction.
      • depictEnd

        protected void depictEnd()
                          throws java.io.IOException
        Ends the depiction process.

        This version renders the ending XML element information, if there is any.

        This version closes the decorator elements.

        Overrides:
        depictEnd in class AbstractWebComponentDepictor<C extends AbstractCardPanel>
        Throws:
        java.io.IOException - if there is an error updating the depiction.