org.richfaces.component
Interface Row


public interface Row

Marker interface for table columns, rendered as entire row.

Author:
shura

Method Summary
 Iterator<javax.faces.component.UIComponent> columns()
          Get iterator for all columns contained in this row.
 String getClientId(javax.faces.context.FacesContext context)
           
 void setRowKey(javax.faces.context.FacesContext context, Object rowKey)
           
 void walk(javax.faces.context.FacesContext context, DataVisitor visitor, Object argument)
           
 

Method Detail

columns

Iterator<javax.faces.component.UIComponent> columns()
Get iterator for all columns contained in this row.


setRowKey

void setRowKey(javax.faces.context.FacesContext context,
               Object rowKey)

getClientId

String getClientId(javax.faces.context.FacesContext context)

walk

void walk(javax.faces.context.FacesContext context,
          DataVisitor visitor,
          Object argument)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.