WUI : API


org.westofj.wui.table
Class WTableSimpleLayout

java.lang.Object
  extended byorg.westofj.wui.table.WTableSimpleLayout
All Implemented Interfaces:
WTableLayout

public class WTableSimpleLayout
extends Object
implements WTableLayout

Author:
bill

Constructor Summary
WTableSimpleLayout()
          Constructs a simple layout
 
Method Summary
protected  void handleParams(WRunner runner, String[] values)
           
 void initialize(WTable table)
           
 void render(WRunner runner, WRenderContext context, PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTableSimpleLayout

public WTableSimpleLayout()
Constructs a simple layout

Method Detail

initialize

public void initialize(WTable table)
Specified by:
initialize in interface WTableLayout

render

public void render(WRunner runner,
                   WRenderContext context,
                   PrintWriter out)
            throws WRenderException
Specified by:
render in interface WTableLayout
Throws:
WRenderException

handleParams

protected void handleParams(WRunner runner,
                            String[] values)

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