org.tynamo.services
Class SearchFilterBlockSourceImpl

java.lang.Object
  extended by org.tynamo.services.SearchFilterBlockSourceImpl
All Implemented Interfaces:
SearchFilterBlockSource

public class SearchFilterBlockSourceImpl
extends Object
implements SearchFilterBlockSource


Constructor Summary
SearchFilterBlockSourceImpl(org.slf4j.Logger logger, org.apache.tapestry5.internal.services.RequestPageCache pageCache, SearchFilterBlockOverrideSource overrideSource, Collection<SearchFilterBlockContribution> configuration)
           
 
Method Summary
 org.apache.tapestry5.Block toBlock(String datatype)
          Returns a block which can be used to render an editor for the given data type, in the form of a field label and input field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFilterBlockSourceImpl

public SearchFilterBlockSourceImpl(org.slf4j.Logger logger,
                                   org.apache.tapestry5.internal.services.RequestPageCache pageCache,
                                   SearchFilterBlockOverrideSource overrideSource,
                                   Collection<SearchFilterBlockContribution> configuration)
Method Detail

toBlock

public org.apache.tapestry5.Block toBlock(String datatype)
Description copied from interface: SearchFilterBlockSource
Returns a block which can be used to render an editor for the given data type, in the form of a field label and input field.

Specified by:
toBlock in interface SearchFilterBlockSource
Parameters:
datatype - logical name for the type of data to be displayed
Returns:
the Block


Copyright © 2004-2012. All Rights Reserved.