Class WebCustomButtonDepictor<C extends ActionControl>

    • Constructor Detail

      • WebCustomButtonDepictor

        public WebCustomButtonDepictor()
        Default constructor using the XHTML <a> element.
    • Method Detail

      • depictBegin

        protected void depictBegin()
                            throws java.io.IOException
        Description copied from class: AbstractSimpleWebComponentDepictor
        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 writes the body ID and class attributes, along with the direction attribute.

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

        protected void updateCorners​(Flow.Direction direction)
                              throws java.io.IOException
        Renders corners for the given component.
        Parameters:
        direction - Which physical end of the vertical flow the corner is on (decreasing for top or increasing for bottom).
        Throws:
        java.io.IOException - if there is an error rendering the component.