org.apache.tapestry.enhance
Class InitialValueBindingCreator
java.lang.Object
org.apache.tapestry.enhance.InitialValueBindingCreator
public class InitialValueBindingCreator
- extends java.lang.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitialValueBindingCreator
public InitialValueBindingCreator(BindingSource bindingSource,
java.lang.String description,
java.lang.String initialValue,
org.apache.hivemind.Location location)
equals
public boolean equals(java.lang.Object obj)
- This method is just implemented for testing purposes.
- Overrides:
equals
in class java.lang.Object
createBinding
public IBinding createBinding(IComponent component)