public class RowHolder extends RowHolderBase
Constructor and Description |
---|
RowHolder(javax.faces.context.FacesContext context,
Row row) |
RowHolder(javax.faces.context.FacesContext context,
Row row,
int processCell,
boolean isRowStart) |
Modifier and Type | Method and Description |
---|---|
String |
getParentClientId() |
Row |
getRow() |
boolean |
isEncodeParentTBody() |
boolean |
isRowStart() |
boolean |
isUpdatePartial() |
void |
setEncodeParentTBody(boolean encodeParentTBody) |
void |
setParentClientId(String parentClientId) |
void |
setRowStart(boolean isRowStart) |
void |
setUpdatePartial(boolean updatePartial) |
getContext, getCurrentRow, getProcessCell, hasWalkedOverRows, nextCell, nextRow, resetCurrentRow, resetProcessCell, setCurrentRow
public RowHolder(javax.faces.context.FacesContext context, Row row)
public RowHolder(javax.faces.context.FacesContext context, Row row, int processCell, boolean isRowStart)
public boolean isEncodeParentTBody()
public void setEncodeParentTBody(boolean encodeParentTBody)
public boolean isUpdatePartial()
public void setUpdatePartial(boolean updatePartial)
public String getParentClientId()
public void setParentClientId(String parentClientId)
public Row getRow()
getRow
in class RowHolderBase
public boolean isRowStart()
public void setRowStart(boolean isRowStart)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.