org.openfaces.renderkit.table
Class AbstractRow

java.lang.Object
  extended by org.openfaces.renderkit.table.TableElement
      extended by org.openfaces.renderkit.table.AbstractRow
Direct Known Subclasses:
BodyRow, HeaderRow

public abstract class AbstractRow
extends TableElement


Constructor Summary
AbstractRow(TableElement parent)
           
 
Method Summary
abstract  boolean isAtLeastOneComponentInThisRow()
           
 
Methods inherited from class org.openfaces.renderkit.table.TableElement
getParent, getParent, render, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRow

public AbstractRow(TableElement parent)
Method Detail

isAtLeastOneComponentInThisRow

public abstract boolean isAtLeastOneComponentInThisRow()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.