|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataExAjaxRenderer
Extended DataEx renderer. This renderer provides some extra methods for rendering table content through Ajax requests.
Method Summary | |
---|---|
void |
encodeDataModelRows(javax.faces.context.FacesContext context,
UIDataEx dataComponent,
javax.faces.model.DataModel dataModel,
int first,
int rows)
Encode some table rows from the data model. |
void |
encodeTabularDataModelRows(javax.faces.context.FacesContext context,
UIDataEx dataComponent,
TabularDataModel dataModel,
int first,
int rows)
Encode some table rows from the data model. |
Method Detail |
---|
void encodeDataModelRows(javax.faces.context.FacesContext context, UIDataEx dataComponent, javax.faces.model.DataModel dataModel, int first, int rows) throws java.io.IOException
context
- The faces context in usedataComponent
- The table componentdataModel
- The table data modelfirst
- The first row to encoderows
- The number of rows to encode
java.io.IOException
- If an error occursvoid encodeTabularDataModelRows(javax.faces.context.FacesContext context, UIDataEx dataComponent, TabularDataModel dataModel, int first, int rows) throws java.io.IOException
context
- The faces context in usedataComponent
- The table componentdataModel
- The table data modelfirst
- The first row to encoderows
- The number of rows to encode
java.io.IOException
- If an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |