Package org.apache.tapestry5.services
Class DisplayBlockContribution
- java.lang.Object
-
- org.apache.tapestry5.services.BeanBlockContribution
-
- org.apache.tapestry5.services.DisplayBlockContribution
-
public class DisplayBlockContribution extends BeanBlockContribution
Contribution toBeanBlockSource
identifying a block that is used to display a property.- Since:
- 5.2.2
- See Also:
BeanDisplay
,PropertyDisplay
,Grid
,PropertyOutputContext
-
-
Constructor Summary
Constructors Constructor Description DisplayBlockContribution(String dataType, String pageName, String blockId)
-
Method Summary
-
Methods inherited from class org.apache.tapestry5.services.BeanBlockContribution
getBlockId, getDataType, getPageName, isEdit
-
-
-
-
Constructor Detail
-
DisplayBlockContribution
public DisplayBlockContribution(String dataType, String pageName, String blockId)
-
-