public interface Row
Modifier and Type | Method and Description |
---|---|
Iterator<javax.faces.component.UIComponent> |
columns()
Get iterator for all columns contained in this row.
|
void |
setRowKey(javax.faces.context.FacesContext context,
Object rowKey) |
void |
walk(javax.faces.context.FacesContext context,
DataVisitor visitor,
Object argument) |
Iterator<javax.faces.component.UIComponent> columns()
void setRowKey(javax.faces.context.FacesContext context, Object rowKey)
void walk(javax.faces.context.FacesContext context, DataVisitor visitor, Object argument)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.