org.richfaces.renderkit
Class RowHolderBase
java.lang.Object
org.richfaces.renderkit.RowHolderBase
- Direct Known Subclasses:
- RowHolder
public abstract class RowHolderBase
- extends Object
Constructor Summary |
RowHolderBase(javax.faces.context.FacesContext context)
|
RowHolderBase(javax.faces.context.FacesContext context,
int currentRow)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowHolderBase
public RowHolderBase(javax.faces.context.FacesContext context)
RowHolderBase
public RowHolderBase(javax.faces.context.FacesContext context,
int currentRow)
getContext
public javax.faces.context.FacesContext getContext()
getRow
public abstract org.richfaces.component.Row getRow()
getCurrentRow
public int getCurrentRow()
nextRow
public int nextRow()
setCurrentRow
public void setCurrentRow(int currentRow)
resetCurrentRow
public void resetCurrentRow()
getProcessCell
public int getProcessCell()
resetProcessCell
public void resetProcessCell()
nextCell
public int nextCell()
hasWalkedOverRows
public boolean hasWalkedOverRows()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.