Interface IExtendedColumnRenderer
public interface IExtendedColumnRenderer
Extended column renderer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encodeFooter
(FacesContext context, UIComponent component) Renders this column's footer.void
encodeHeader
(FacesContext context, UIComponent component) Renders this column's header.
-
Method Details
-
encodeHeader
Renders this column's header.- Parameters:
context
- Current context.- Throws:
IOException
-