ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.datatable
Class DataTableRowRenderer

java.lang.Object
  extended by org.icefaces.ace.component.datatable.DataTableRowRenderer

public class DataTableRowRenderer
extends java.lang.Object

Copyright 2010-2011 ICEsoft Technologies Canada Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

User: Nils Date: 12-06-01 Time: 2:41 PM


Constructor Summary
DataTableRowRenderer()
           
 
Method Summary
protected static boolean encodeRow(javax.faces.context.FacesContext context, DataTable table, java.util.List<Column> columns, java.util.Map<java.lang.Object,java.util.List<java.lang.String>> rowToSelectedFieldsMap, java.lang.String clientId, int rowIndex, java.lang.String parentIndex, java.lang.String rowIndexVar, boolean topVisibleRowRendered)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTableRowRenderer

public DataTableRowRenderer()
Method Detail

encodeRow

protected static boolean encodeRow(javax.faces.context.FacesContext context,
                                   DataTable table,
                                   java.util.List<Column> columns,
                                   java.util.Map<java.lang.Object,java.util.List<java.lang.String>> rowToSelectedFieldsMap,
                                   java.lang.String clientId,
                                   int rowIndex,
                                   java.lang.String parentIndex,
                                   java.lang.String rowIndexVar,
                                   boolean topVisibleRowRendered)
                            throws java.io.IOException
Throws:
java.io.IOException

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.