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 toBeanBlockSource
identifying a block that is used to edit a property.- Since:
- 5.2.2
- See Also:
BeanEditor
,BeanEditForm
,PropertyEditor
,PropertyEditContext
-
-
Constructor Summary
Constructors Constructor Description EditBlockContribution(String dataType, String pageName, String blockId)
-
Method Summary
-
Methods inherited from class org.apache.tapestry5.services.BeanBlockContribution
getBlockId, getDataType, getPageName, isEdit
-
-
-
-
Constructor Detail
-
EditBlockContribution
public EditBlockContribution(String dataType, String pageName, String blockId)
-
-