Class WebLabelPanelDepictor<C extends LayoutComponent>

    • Constructor Detail

      • WebLabelPanelDepictor

        public WebLabelPanelDepictor()
        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.

        Overrides:
        depictBegin in class AbstractWebComponentDepictor<C extends LayoutComponent>
        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 LayoutComponent>
        Throws:
        java.io.IOException - if there is an error updating the depiction.