org.westofj.wui.table
Class WTableSimpleLayout
java.lang.Object
org.westofj.wui.table.WTableSimpleLayout
- All Implemented Interfaces:
- WTableLayout
- public class WTableSimpleLayout
- extends Object
- implements WTableLayout
- Author:
- bill
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WTableSimpleLayout
public WTableSimpleLayout()
- Constructs a simple layout
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)