Class WebLayoutComponentDepictor<C extends LayoutComponent>

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

public class WebLayoutComponentDepictor<C extends LayoutComponent> extends AbstractWebLayoutComponentDepictor<C>
Strategy for rendering a LayoutComponent as an XHTML <div> element.

Changes to Component.NOTIFICATION_PROPERTY are ignored.

Author:
Garret Wilson
  • Constructor Details

    • WebLayoutComponentDepictor

      public WebLayoutComponentDepictor()
      Default constructor using the XHTML <div> element.
  • Method Details