org.trails.descriptor
Class EditorBlockFinder

java.lang.Object
  extended by org.trails.descriptor.BaseBlockFinder
      extended by org.trails.descriptor.EditorBlockFinder
All Implemented Interfaces:
BlockFinder

public class EditorBlockFinder
extends BaseBlockFinder


Constructor Summary
EditorBlockFinder()
           
 
Method Summary
 org.apache.tapestry.components.Block findBlock(org.apache.tapestry.IRequestCycle cycle, IPropertyDescriptor descriptor)
          Return the block for the specified property
 
Methods inherited from class org.trails.descriptor.BaseBlockFinder
findBlockAddress, getDefaultBlockAddress, getEditorMap, setDefaultBlockAddress, setEditorMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorBlockFinder

public EditorBlockFinder()
Method Detail

findBlock

public org.apache.tapestry.components.Block findBlock(org.apache.tapestry.IRequestCycle cycle,
                                                      IPropertyDescriptor descriptor)
Description copied from interface: BlockFinder
Return the block for the specified property

Specified by:
findBlock in interface BlockFinder
Overrides:
findBlock in class BaseBlockFinder
Returns:


Copyright © 2004-2007. All Rights Reserved.