Package org.apache.tapestry5.services
Class EditBlockContribution
- java.lang.Object
- 
- org.apache.tapestry5.services.BeanBlockContribution
- 
- org.apache.tapestry5.services.EditBlockContribution
 
 
- 
 public class EditBlockContribution extends BeanBlockContribution Contribution toBeanBlockSourceidentifying a block that is used to edit a property.- Since:
- 5.2.2
- See Also:
- BeanEditor,- BeanEditForm,- PropertyEditor,- PropertyEditContext
 
- 
- 
Constructor SummaryConstructors Constructor Description EditBlockContribution(String dataType, String pageName, String blockId)
 - 
Method Summary- 
Methods inherited from class org.apache.tapestry5.services.BeanBlockContributiongetBlockId, getDataType, getPageName, isEdit
 
- 
 
- 
- 
- 
Constructor Detail- 
EditBlockContributionpublic EditBlockContribution(String dataType, String pageName, String blockId) 
 
- 
 
-