org.apache.tapestry.enhance
Class InitialValueBindingCreator
java.lang.Object
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
InitialValueBindingCreator
public InitialValueBindingCreator(BindingSource bindingSource,
String description,
String initialValue,
org.apache.hivemind.Location location)
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.