org.apache.tapestry5.corelib.components
Class BeanEditor

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

@SupportsInformalParameters
public class BeanEditor
extends Object

A component that generates a user interface for editing the properties of a bean. This is the central component of the BeanEditForm, and utilizes a PropertyEditor for much of its functionality. This component places a BeanEditContext into the environment.


Nested Class Summary
static class BeanEditor.Prepare
           
 
Constructor Summary
BeanEditor()
           
 
Method Summary
 Object getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanEditor

public BeanEditor()
Method Detail

getObject

public Object getObject()


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