net.sf.beanform.binding
Class ObjectBinding

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBinding
      extended by net.sf.beanform.binding.ObjectBinding
All Implemented Interfaces:
Locatable, org.apache.tapestry.IBinding

public class ObjectBinding
extends org.apache.tapestry.binding.AbstractBinding

Binding for any object. Serves as a simple object wrapper when we want to add bindings programmatically.

Author:
Daniel Gredler

Field Summary
 
Fields inherited from class org.apache.tapestry.binding.AbstractBinding
_description
 
Constructor Summary
ObjectBinding(String description, org.apache.tapestry.coerce.ValueConverter converter, Location location, Object object)
           
 
Method Summary
 Object getObject()
           
 String toString()
           
 
Methods inherited from class org.apache.tapestry.binding.AbstractBinding
createReadOnlyBindingException, extendDescription, getComponent, getDescription, getLocation, getObject, getValueConverter, isInvariant, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectBinding

public ObjectBinding(String description,
                     org.apache.tapestry.coerce.ValueConverter converter,
                     Location location,
                     Object object)
Method Detail

getObject

public Object getObject()

toString

public String toString()
Overrides:
toString in class org.apache.tapestry.binding.AbstractBinding


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.