Class WebSelectDepictor<V,C extends ListSelectControl<V>>

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

public class WebSelectDepictor<V,C extends ListSelectControl<V>> extends AbstractDecoratedWebComponentDepictor<C>
Strategy for rendering a select control as an XHTML <select> element.
Author:
Garret Wilson