org.weda.tapestry.binding
Class TableModelBindingFactory

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBindingFactory
      extended by org.weda.tapestry.binding.TableModelBindingFactory
All Implemented Interfaces:
org.apache.tapestry.binding.BindingFactory

public class TableModelBindingFactory
extends org.apache.tapestry.binding.AbstractBindingFactory

Author:
tim

Constructor Summary
TableModelBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent iComponent, java.lang.String description, java.lang.String expression, org.apache.hivemind.Location location)
           
 void setTableModelRegistry(TableModelRegistry tableModelRegistry)
           
 
Methods inherited from class org.apache.tapestry.binding.AbstractBindingFactory
getValueConverter, setValueConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModelBindingFactory

public TableModelBindingFactory()
Method Detail

createBinding

public org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent iComponent,
                                                  java.lang.String description,
                                                  java.lang.String expression,
                                                  org.apache.hivemind.Location location)

setTableModelRegistry

public void setTableModelRegistry(TableModelRegistry tableModelRegistry)


Copyright © 2005-2006 . All Rights Reserved.