Constructor and Description |
---|
RowHolderBase(javax.faces.context.FacesContext context) |
RowHolderBase(javax.faces.context.FacesContext context,
int currentRow) |
Modifier and Type | Method and Description |
---|---|
javax.faces.context.FacesContext |
getContext() |
int |
getCurrentRow() |
int |
getProcessCell() |
abstract Row |
getRow() |
boolean |
hasWalkedOverRows() |
int |
nextCell() |
int |
nextRow() |
void |
resetCurrentRow() |
void |
resetProcessCell() |
void |
setCurrentRow(int currentRow) |
public RowHolderBase(javax.faces.context.FacesContext context)
public RowHolderBase(javax.faces.context.FacesContext context, int currentRow)
public javax.faces.context.FacesContext getContext()
public abstract Row getRow()
public int getCurrentRow()
public int nextRow()
public void setCurrentRow(int currentRow)
public void resetCurrentRow()
public int getProcessCell()
public void resetProcessCell()
public int nextCell()
public boolean hasWalkedOverRows()
Copyright © 2014 JBoss by Red Hat. All rights reserved.