org.apache.tapestry5.services
Class EditBlockContribution

java.lang.Object
  extended by org.apache.tapestry5.services.BeanBlockContribution
      extended by org.apache.tapestry5.services.EditBlockContribution

public class EditBlockContribution
extends BeanBlockContribution

Contribution to BeanBlockSource identifying a block that is used to edit a property.

Since:
5.2.2
See Also:
BeanEditor, BeanEditForm, PropertyEditor, PropertyEditContext

Constructor Summary
EditBlockContribution(String dataType, String pageName, String blockId)
           
 
Method Summary
 
Methods inherited from class org.apache.tapestry5.services.BeanBlockContribution
getBlockId, getDataType, getPageName, isEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditBlockContribution

public EditBlockContribution(String dataType,
                             String pageName,
                             String blockId)


Copyright © 2003-2012 The Apache Software Foundation.