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(FacesContext context,
UIComponent component)
Faces render output method .
|
void |
encodeEnd(FacesContext context,
UIComponent component)
Faces render output method .
|
encodeChildren, getRendersChildren, renderData, supportsComponentTypeconvertClientId, decode, getConvertedValuepublic void encodeBegin(FacesContext context, 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(FacesContext context, 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–2017 University of Michigan. All rights reserved.