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.

Parameters:
NameTypeFlagsDefaultDefault PrefixSinceDescription
beanBlockSourceorg.apache.tapestry5.services.BeanBlockSourceRequired, Not NullpropSource for property editor blocks. This defaults to the default implementation of org.apache.tapestry5.services.BeanBlockSource.
modelorg.apache.tapestry5.beaneditor.BeanModelRequired, Not NullpropThe model that identifies the parameters to be edited, their order, and every other aspect.
objectjava.lang.ObjectRequired, Not NullpropThe object to be edited by the BeanEditor. This will be read when the component renders and updated when the form for the component is submitted. Typically, the container will listen for a "prepare" event, in order to ensure that a non-null value is ready to be read or updated.
overridesorg.apache.tapestry5.PropertyOverridesNot NullthispropWhere to search for local overrides of property editing blocks as block parameters. This is normally the containing component of the PropertyEditor, but when the component is used within a BeanEditor, it will be the BeanEditor's block parameters that will be searched.
propertyjava.lang.StringRequiredpropIdentifies the property to be edited by the editor.

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 © 2003-2012 The Apache Software Foundation.