net.sf.beanform.binding
Class BooleanBinding

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

public class BooleanBinding
extends AbstractBinding

Binding for boolean values. When combined with the Tapestry-Prop binding, this allows us to avoid OGNL bindings completely.

Author:
Daniel Gredler

Constructor Summary
protected BooleanBinding(String description, ValueConverter converter, org.apache.hivemind.Location location, boolean value)
           
 
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

BooleanBinding

protected BooleanBinding(String description,
                         ValueConverter converter,
                         org.apache.hivemind.Location location,
                         boolean value)
Method Detail

getObject

public Object getObject()

toString

public String toString()
Overrides:
toString in class AbstractBinding


Copyright © 2006 Daniel Gredler. All Rights Reserved.