Class WebTabDepictor<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 WebTabDepictor<V,C extends ListSelectControl<V>> extends AbstractDecoratedWebComponentDepictor<C>
Strategy for rendering a tabbed control as an XHTML <ol> element containing tabs. This view supports TabControl and TabContainerControl.
Author:
Garret Wilson