WUI : API


org.westofj.wui.table
Class WTableSelectLayout

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

public class WTableSelectLayout
extends Object
implements WTableLayout

Author:
bill TODO: Handle different row selections.

Constructor Summary
WTableSelectLayout()
           
 
Method Summary
 String getColumnSeparator()
           
 int getPixelWidth()
           
 int getViewportSize()
           
protected  void handleParams(WRunner runner, String[] values)
           
 void initialize(WTable table)
           
 void render(WRunner runner, WRenderContext context, PrintWriter out)
           
 void setColumnSeparator(String string)
           
 void setPixelWidth(int i)
           
 void setViewportSize(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTableSelectLayout

public WTableSelectLayout()
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)

getViewportSize

public int getViewportSize()
Returns:

setViewportSize

public void setViewportSize(int i)
Parameters:
i -

getPixelWidth

public int getPixelWidth()
Returns:

setPixelWidth

public void setPixelWidth(int i)
Parameters:
i -

getColumnSeparator

public String getColumnSeparator()
Returns:

setColumnSeparator

public void setColumnSeparator(String string)
Parameters:
string -

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