org.richfaces.component
Interface Row

All Superinterfaces:
org.richfaces.component.Column
All Known Implementing Classes:
HtmlColumnGroup, HtmlSubTable, UIColumnGroup, UISubTable

public interface Row
extends org.richfaces.component.Column

Marker interface for table columns, rendered as entire row.

Author:
shura

Method Summary
 java.util.Iterator columns()
          Get iterator for all columns contained in this row.
 
Methods inherited from interface org.richfaces.component.Column
getSortExpression, isBreakBefore, isSortable, setBreakBefore, setSortable, setSortExpression
 

Method Detail

columns

java.util.Iterator columns()
Get iterator for all columns contained in this row.

Returns:


Copyright © 2008. All Rights Reserved.