Class WebSelectLinkDepictor<C extends SelectActionControl>

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

public class WebSelectLinkDepictor<C extends SelectActionControl> extends WebLinkDepictor<C>
Strategy for rendering an action control as an XHTML <a> element that can be selected.
Author:
Garret Wilson
  • Constructor Details

    • WebSelectLinkDepictor

      public WebSelectLinkDepictor()
  • Method Details

    • writeSupplementaryIcons

      protected void writeSupplementaryIcons() throws IOException
      Writes the supplementary icons. If no supplementary icons are present, no action occurs. This version does nothing.

      This version writes the selected icon, if available.

      Overrides:
      writeSupplementaryIcons in class WebLinkDepictor<C extends SelectActionControl>
      Throws:
      IOException - if there is an error writing the icons.