org.apache.tapestry5.services
Class DisplayBlockContribution

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

public class DisplayBlockContribution
extends BeanBlockContribution

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

Since:
5.2.2
See Also:
BeanDisplay, PropertyDisplay, Grid, PropertyOutputContext

Constructor Summary
DisplayBlockContribution(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

DisplayBlockContribution

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


Copyright © 2003-2012 The Apache Software Foundation.