WUI : API


org.westofj.wui
Interface WLayoutManager

All Known Implementing Classes:
WFlowLayout, WGridLayout, WHorizontalLayout, WVerticalLayout

public interface WLayoutManager

Defines the interface for classes that perform the rendering of WContainerinstances.

Version:
$Revision: 1.5 $, $Date: 2004/03/14 21:27:46 $
Author:
bill

Method Summary
 void render(WContainer container, WRunner runner, WRenderContext context, PrintWriter out)
          Renders the WContainer.
 

Method Detail

render

public void render(WContainer container,
                   WRunner runner,
                   WRenderContext context,
                   PrintWriter out)
            throws WRenderException
Renders the WContainer.

Parameters:
container - the container to render.
runner - the current runner context.
out - the PrintWriterto which to render the WContainerinstance.
Throws:
WRenderException

Copyright (c) 2003 West of J - All rights reserved.