org.apache.tapestry.contrib.table.model.simple
Class SimpleTableStateAdaptor

java.lang.Object
  extended by org.apache.tapestry.contrib.table.model.simple.SimpleTableStateAdaptor
All Implemented Interfaces:
org.apache.tapestry.util.io.SqueezeAdaptor

public class SimpleTableStateAdaptor
extends Object
implements org.apache.tapestry.util.io.SqueezeAdaptor

Author:
mb

Constructor Summary
SimpleTableStateAdaptor()
           
 
Method Summary
 Class getDataClass()
           
 String getPrefix()
           
 String squeeze(org.apache.tapestry.services.DataSqueezer squeezer, Object data)
           
 Object unsqueeze(org.apache.tapestry.services.DataSqueezer squeezer, String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTableStateAdaptor

public SimpleTableStateAdaptor()
Method Detail

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface org.apache.tapestry.util.io.SqueezeAdaptor
See Also:
SqueezeAdaptor.getPrefix()

getDataClass

public Class getDataClass()
Specified by:
getDataClass in interface org.apache.tapestry.util.io.SqueezeAdaptor
See Also:
SqueezeAdaptor.getDataClass()

squeeze

public String squeeze(org.apache.tapestry.services.DataSqueezer squeezer,
                      Object data)
Specified by:
squeeze in interface org.apache.tapestry.util.io.SqueezeAdaptor

unsqueeze

public Object unsqueeze(org.apache.tapestry.services.DataSqueezer squeezer,
                        String string)
Specified by:
unsqueeze in interface org.apache.tapestry.util.io.SqueezeAdaptor


Copyright © 2006 Apache Software Foundation. All Rights Reserved.