org.primefaces.component.focus
Class FocusRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.focus.FocusRenderer
public class FocusRenderer
- extends CoreRenderer
Methods inherited from class org.primefaces.renderkit.CoreRenderer |
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, getWidgetBuilder, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, shouldWriteId, startScript |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FocusRenderer
public FocusRenderer()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class javax.faces.render.Renderer
- Throws:
IOException
encodeExplicitFocus
protected void encodeExplicitFocus(javax.faces.context.FacesContext context,
Focus focus)
throws IOException
- Throws:
IOException
encodeImplicitFocus
protected void encodeImplicitFocus(javax.faces.context.FacesContext context,
Focus focus)
throws IOException
- Throws:
IOException
findFirstInvalidComponentClientId
protected String findFirstInvalidComponentClientId(javax.faces.context.FacesContext context,
Focus focus)
Copyright © 2013. All Rights Reserved.