org.openfaces.renderkit
Class TableRenderer

java.lang.Object
  extended by org.openfaces.renderkit.TableRenderer

public class TableRenderer
extends java.lang.Object


Constructor Summary
TableRenderer()
           
TableRenderer(java.lang.String id, int cellspacing, int cellpadding, int border, java.lang.String styleClass)
           
 
Method Summary
 java.lang.Integer getBorder()
           
 java.lang.Integer getCellpadding()
           
 java.lang.Integer getCellspacing()
           
 java.lang.String getId()
           
 java.lang.String getStyleClass()
           
 void render(javax.faces.component.UIComponent component, boolean renderColTags, int rowCount, int colCount)
           
 void render(javax.faces.component.UIComponent component, int rowCount, int colCount)
           
 void render(javax.faces.component.UIComponent parent, javax.faces.component.UIComponent[][] components)
           
 void setBorder(java.lang.Integer border)
           
 void setCellpadding(java.lang.Integer cellpadding)
           
 void setCellspacing(java.lang.Integer cellspacing)
           
 void setId(java.lang.String id)
           
 void setStyleClass(java.lang.String styleClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRenderer

public TableRenderer()

TableRenderer

public TableRenderer(java.lang.String id,
                     int cellspacing,
                     int cellpadding,
                     int border,
                     java.lang.String styleClass)
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getStyleClass

public java.lang.String getStyleClass()

setStyleClass

public void setStyleClass(java.lang.String styleClass)

getCellspacing

public java.lang.Integer getCellspacing()

setCellspacing

public void setCellspacing(java.lang.Integer cellspacing)

getCellpadding

public java.lang.Integer getCellpadding()

setCellpadding

public void setCellpadding(java.lang.Integer cellpadding)

getBorder

public java.lang.Integer getBorder()

setBorder

public void setBorder(java.lang.Integer border)

render

public void render(javax.faces.component.UIComponent component,
                   int rowCount,
                   int colCount)
            throws java.io.IOException
Throws:
java.io.IOException

render

public void render(javax.faces.component.UIComponent component,
                   boolean renderColTags,
                   int rowCount,
                   int colCount)
            throws java.io.IOException
Throws:
java.io.IOException

render

public void render(javax.faces.component.UIComponent parent,
                   javax.faces.component.UIComponent[][] components)
            throws java.io.IOException
Throws:
java.io.IOException


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