| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.binding.AbstractBinding
net.sf.beanform.binding.BooleanBinding
public class BooleanBinding
Binding for boolean values. When combined with the Tapestry-Prop binding, this allows us to avoid OGNL bindings completely.
| 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 | 
|---|
protected BooleanBinding(String description,
                         ValueConverter converter,
                         org.apache.hivemind.Location location,
                         boolean value)
| Method Detail | 
|---|
public Object getObject()
public String toString()
toString in class AbstractBinding
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||