org.tynamo.services
Interface SearchFilterBlockOverrideSource

All Known Implementing Classes:
SearchFilterBlockOverrideSourceImpl

@UsesConfiguration(value=SearchFilterBlockContribution.class)
public interface SearchFilterBlockOverrideSource

Used to override the default BeanBlockSource for a particular data type. The service accepts the same configuration of BeanBlockContributions as the main service.


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.
 

Method Detail

toBlock

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.

Parameters:
datatype - logical name for the type of data to be displayed
Returns:
the Block
Throws:
null - if no override is available


Copyright © 2004-2012. All Rights Reserved.