org.richfaces.component
Interface Column

All Known Subinterfaces:
Row
All Known Implementing Classes:
HtmlColumn, HtmlColumnGroup, HtmlSubTable, UIColumn, UIColumnGroup, UISubTable

public interface Column

Marker interface for all components used as column in UIDataTable

Author:
shura

Method Summary
 boolean isBreakBefore()
          Out this column on new row
 void setBreakBefore(boolean newBreakBefore)
           
 

Method Detail

isBreakBefore

boolean isBreakBefore()
Out this column on new row

Returns:
the acceptClass

setBreakBefore

void setBreakBefore(boolean newBreakBefore)
Parameters:
newBreakBefore - the value to set


Copyright © 2007. All Rights Reserved.