org.tynamo.services
Class SearchFilterBlockContribution

java.lang.Object
  extended by org.tynamo.services.SearchFilterBlockContribution

public class SearchFilterBlockContribution
extends Object

A contribution to the BeanBlockSource service, defining a page name and block id (within the page) that can edit or display a particular type of property.


Constructor Summary
SearchFilterBlockContribution(String dataType, String pageName, String blockId)
           
 
Method Summary
 String getBlockId()
          The id of the block within the page.
 String getDataType()
          The type of data for which the indicated block will provide an editor or displayer for.
 String getPageName()
          The logical name of the page containing the block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFilterBlockContribution

public SearchFilterBlockContribution(String dataType,
                                     String pageName,
                                     String blockId)
Method Detail

getDataType

public final String getDataType()
The type of data for which the indicated block will provide an editor or displayer for.


getBlockId

public final String getBlockId()
The id of the block within the page.


getPageName

public final String getPageName()
The logical name of the page containing the block.



Copyright © 2004-2012. All Rights Reserved.