org.tynamo.services
Class SearchFilterBlockOverrideSourceImpl

java.lang.Object
  extended by org.tynamo.services.SearchFilterBlockOverrideSourceImpl
All Implemented Interfaces:
SearchFilterBlockOverrideSource

public class SearchFilterBlockOverrideSourceImpl
extends Object
implements SearchFilterBlockOverrideSource


Constructor Summary
SearchFilterBlockOverrideSourceImpl(org.apache.tapestry5.internal.services.RequestPageCache pageCache, 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

SearchFilterBlockOverrideSourceImpl

public SearchFilterBlockOverrideSourceImpl(org.apache.tapestry5.internal.services.RequestPageCache pageCache,
                                           Collection<SearchFilterBlockContribution> configuration)
Method Detail

toBlock

public org.apache.tapestry5.Block toBlock(String datatype)
Description copied from interface: SearchFilterBlockOverrideSource
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 SearchFilterBlockOverrideSource
Parameters:
datatype - logical name for the type of data to be displayed
Returns:
the Block


Copyright © 2004-2012. All Rights Reserved.