Class WebFieldsetDepictor<C extends LayoutComponent>

    • Constructor Detail

      • WebFieldsetDepictor

        public WebFieldsetDepictor()
        Default constructor using the XHTML <fieldset> 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 implementation writes the fieldset <fieldset> element if the component has a label.

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