org.richfaces.component
Interface Row

All Superinterfaces:
Column

public interface Row
extends Column

Marker interface for table columns, rendered as entire row.

Author:
shura

Method Summary
 java.util.Iterator<javax.faces.component.UIComponent> columns()
          Get iterator for all columns contained in this row.
 
Methods inherited from interface org.richfaces.component.Column
getFilterMethod, getFilterValue, getSortExpression, getSortOrder, isBreakBefore, isSelfSorted, isSortable, setBreakBefore, setFilterMethod, setFilterValue, setSelfSorted, setSortable, setSortExpression, setSortOrder
 

Method Detail

columns

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

Returns:


Copyright © 2010. All Rights Reserved.