Class WebImageBooleanSelectActionControlViewer<C extends ImageBooleanSelectActionControl>

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

    public class WebImageBooleanSelectActionControlViewer<C extends ImageBooleanSelectActionControl>
    extends WebImageActionControlDepictor<C>
    Strategy for rendering an image select action control as an XHTML <img> inside a <a> element. 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.

    This view uses the following attributes which are not in XHTML:

    • guise:originalSrc
    • guise:rolloverSrc
    Author:
    Garret Wilson