Uses of Class
org.apache.tapestry.components.Block

Packages that use Block
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.contrib.palette

A powerful component for handling the very common case of moving elements from two different multi selection input boxes. 

org.apache.tapestry.contrib.table.model.common

Common model classes used in table. 

 

Uses of Block in org.apache.tapestry.components
 

Methods in org.apache.tapestry.components that return Block
abstract  Block RenderBlock.getBlock()
           
 

Constructors in org.apache.tapestry.components with parameters of type Block
BlockRenderer(Block objBlock)
          Creates a new BlockRenderer that will render the content of the argument.
 

Uses of Block in org.apache.tapestry.contrib.inspector
 

Methods in org.apache.tapestry.contrib.inspector that return Block
 Block Inspector.getBlockForView()
          Returns the Block for the currently selected view.
 

Uses of Block in org.apache.tapestry.contrib.palette
 

Methods in org.apache.tapestry.contrib.palette that return Block
abstract  Block Palette.getAvailableTitleBlock()
           
abstract  Block Palette.getSelectedTitleBlock()
           
 

Uses of Block in org.apache.tapestry.contrib.table.model.common
 

Constructors in org.apache.tapestry.contrib.table.model.common with parameters of type Block
BlockTableRendererSource(Block objBlock)
           
BlockTableRendererSource(Block objBlock, ITableRendererListener objListener)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.