org.apache.tapestry5.corelib.components
Class PropertyEditor

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.PropertyEditor

public class PropertyEditor
extends Object

Used to edit a single property of a bean. This is used primarily by BeanEditForm. Unlike BeanEditForm, the object to be edited must already exist and the model must be passed in explicitly.


Constructor Summary
PropertyEditor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditor

public PropertyEditor()


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