net.sf.beanform.binding
Class BooleanBinding
java.lang.Object
org.apache.tapestry.binding.AbstractBinding
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
BooleanBinding
protected BooleanBinding(String description,
ValueConverter converter,
org.apache.hivemind.Location location,
boolean value)
getObject
public Object getObject()
toString
public String toString()
- Overrides:
toString
in class AbstractBinding
Copyright © 2006 Daniel Gredler. All Rights Reserved.