public class CInputStateHtmlRenderer
extends javax.faces.render.Renderer
CInputState
components.Constructor and Description |
---|
CInputStateHtmlRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent customInputState)
Encodes this component by encoding the "required" image, "valid" image and message.
|
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent customInputState) throws IOException
encodeBegin
in class javax.faces.render.Renderer
facesContext
- The FacesContext.customInputState
- The CInputState
component.IOException
- When this exception occurs during encoding of a nested component.Copyright © 2008–2018. All rights reserved.