org.tynamo.services
Class SearchFilterBlockOverrideSourceImpl
java.lang.Object
org.tynamo.services.SearchFilterBlockOverrideSourceImpl
- All Implemented Interfaces:
- SearchFilterBlockOverrideSource
public class SearchFilterBlockOverrideSourceImpl
- extends Object
- implements SearchFilterBlockOverrideSource
|
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 |
SearchFilterBlockOverrideSourceImpl
public SearchFilterBlockOverrideSourceImpl(org.apache.tapestry5.internal.services.RequestPageCache pageCache,
Collection<SearchFilterBlockContribution> configuration)
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.