org.openfaces.renderkit.table
Class CustomRowRenderingInfo

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

public class CustomRowRenderingInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CustomRowRenderingInfo(int renderedColumnCount)
           
 
Method Summary
 java.util.List<javax.faces.component.behavior.ClientBehavior> getA4jAjaxBehaviorsForThisRow(java.util.List customRows)
           
 CustomCellRenderingInfo getCustomCellRenderingInfo(int colIndex)
           
 void setA4jEnabledRowDeclarationIndexes(java.util.List<java.lang.Integer> a4jEnabledRowDeclarationIndexes)
           
 void setCustomCellRenderingInfo(int colIndex, CustomCellRenderingInfo customCellRenderingInfo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomRowRenderingInfo

public CustomRowRenderingInfo(int renderedColumnCount)
Method Detail

setA4jEnabledRowDeclarationIndexes

public void setA4jEnabledRowDeclarationIndexes(java.util.List<java.lang.Integer> a4jEnabledRowDeclarationIndexes)

setCustomCellRenderingInfo

public void setCustomCellRenderingInfo(int colIndex,
                                       CustomCellRenderingInfo customCellRenderingInfo)

getCustomCellRenderingInfo

public CustomCellRenderingInfo getCustomCellRenderingInfo(int colIndex)

getA4jAjaxBehaviorsForThisRow

public java.util.List<javax.faces.component.behavior.ClientBehavior> getA4jAjaxBehaviorsForThisRow(java.util.List customRows)


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