public class DynaTableRenderer extends DynaRendererBase
Description:
Render data like a dataTable but support the MultiColumn component.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
DynaTableRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Faces render output method .
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Faces render output method .
|
encodeChildren, getRendersChildren, renderData, supportsComponentTypepublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
Faces render output method .
Encode beginning of table.
encodeBegin in class DynaRendererBasecontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occurspublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
Faces render output method .
Encode end of table.
encodeEnd in class DynaRendererBasecontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occursCopyright © 2003–2020 University of Michigan. All rights reserved.