|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.contrib.table.model.common.BlockTableRendererSource
Constructor Summary | |
BlockTableRendererSource(org.apache.tapestry.components.Block objBlock)
|
|
BlockTableRendererSource(org.apache.tapestry.components.Block objBlock,
ITableRendererListener objListener)
|
|
BlockTableRendererSource(org.apache.tapestry.util.ComponentAddress objBlockAddress)
|
|
BlockTableRendererSource(org.apache.tapestry.util.ComponentAddress objBlockAddress,
org.apache.tapestry.util.ComponentAddress objListenerAddress)
|
Method Summary | |
org.apache.tapestry.util.ComponentAddress |
getBlockAddress()
Returns the blockAddress. |
org.apache.tapestry.util.ComponentAddress |
getListenerAddress()
Returns the listenerAddress. |
org.apache.tapestry.IRender |
getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow)
Returns a renderer to present the data of the row in the given column. |
void |
setBlockAddress(org.apache.tapestry.util.ComponentAddress blockAddress)
Sets the blockAddress. |
void |
setListenerAddress(org.apache.tapestry.util.ComponentAddress listenerAddress)
Sets the listenerAddress. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockTableRendererSource(org.apache.tapestry.components.Block objBlock)
public BlockTableRendererSource(org.apache.tapestry.components.Block objBlock, ITableRendererListener objListener)
public BlockTableRendererSource(org.apache.tapestry.util.ComponentAddress objBlockAddress)
public BlockTableRendererSource(org.apache.tapestry.util.ComponentAddress objBlockAddress, org.apache.tapestry.util.ComponentAddress objListenerAddress)
Method Detail |
public org.apache.tapestry.IRender getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
ITableRendererSource
This method can also be used to return a renderer to present the heading of the column. In such a case the row passed would be null.
getRenderer
in interface ITableRendererSource
ITableRendererSource.getRenderer(IRequestCycle, ITableModelSource, ITableColumn, Object)
public org.apache.tapestry.util.ComponentAddress getBlockAddress()
public void setBlockAddress(org.apache.tapestry.util.ComponentAddress blockAddress)
blockAddress
- The blockAddress to setpublic org.apache.tapestry.util.ComponentAddress getListenerAddress()
public void setListenerAddress(org.apache.tapestry.util.ComponentAddress listenerAddress)
listenerAddress
- The listenerAddress to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |