org.openfaces.renderkit.table
Class CustomContentCellRenderingInfo

java.lang.Object
  extended by org.openfaces.renderkit.table.CustomCellRenderingInfo
      extended by org.openfaces.renderkit.table.CustomContentCellRenderingInfo
All Implemented Interfaces:
java.io.Serializable

public class CustomContentCellRenderingInfo
extends CustomCellRenderingInfo
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CustomContentCellRenderingInfo(int tableRowDeclarationIndex, int tableCellDeclarationIndex)
           
 
Method Summary
 Cell findTableCell(java.util.List customRows)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomContentCellRenderingInfo

public CustomContentCellRenderingInfo(int tableRowDeclarationIndex,
                                      int tableCellDeclarationIndex)
Method Detail

findTableCell

public Cell findTableCell(java.util.List customRows)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.