@UsesConfiguration(value=SearchFilterBlockContribution.class) public interface SearchFilterBlockSource
Blocks used to display the properties of a bean (used by the Grid component), or to edit the properties of a bean (used by the BeanEditForm component). Contributions to this service (a configuration of
BeanBlockContributions) define what properties may be editted.
Blocks are accessed in terms of a data type a string that identifies the type of data to be editted,
such as "string", "date", "boolean", etc.
Tapestry contributes a number of default data types and corresponding edit and display blocks. The BeanBlockOverrideSource service allows these to be overridden.DataTypeAnalyzer,
org.apache.tapestry5.services.TapestryModule#provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration)org.apache.tapestry5.Block toBlock(String datatype)
datatype - logical name for the type of data to be displayedRuntimeException - if no appropriate block is availableCopyright © 2004–2015. All rights reserved.