Class WebHeadingLinkDepictor<C extends ActionControl>

Type Parameters:
C - The type of component being depicted.
All Implemented Interfaces:
ComponentDepictor<C>, Depictor<C>, WebComponentDepictor<C>, WebDepictor<C>

public class WebHeadingLinkDepictor<C extends ActionControl> extends WebLinkDepictor<C>
Strategy for rendering an action model control as an XHTML <a> element containing a heading. For the component to be rendered at the correct heading level it must be a HeadingComponent. If a link has a NavigateActionListener as one of its action listeners, the generated href URI will be that of the listener, and a target attribute will be set of the listener specifies a viewport ID.
Author:
Garret Wilson
See Also:
  • Constructor Details

    • WebHeadingLinkDepictor

      public WebHeadingLinkDepictor()
      Default constructor using the XHTML <a> element.
  • Method Details