org.apache.tapestry.enhance
Class InitialValueBindingCreator

java.lang.Object
  extended by org.apache.tapestry.enhance.InitialValueBindingCreator

public class InitialValueBindingCreator
extends Object

Encapsulates information needed to construct an initial value binding for a specified property (with an initial value).

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
InitialValueBindingCreator(BindingSource bindingSource, String description, String initialValue, org.apache.hivemind.Location location)
           
 
Method Summary
 IBinding createBinding(IComponent component)
           
 boolean equals(Object obj)
          This method is just implemented for testing purposes.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialValueBindingCreator

public InitialValueBindingCreator(BindingSource bindingSource,
                                  String description,
                                  String initialValue,
                                  org.apache.hivemind.Location location)
Method Detail

equals

public boolean equals(Object obj)
This method is just implemented for testing purposes.

Overrides:
equals in class Object

createBinding

public IBinding createBinding(IComponent component)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.