public interface AutocompleteEncodeStrategy
Modifier and Type | Method and Description |
---|---|
void |
encodeFakeItem(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeItem(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeItemBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeItemEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeItemsContainerBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeItemsContainerEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
String |
getContainerElementId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void encodeItemsContainerBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
void encodeItemsContainerEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
void encodeItemBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
void encodeItemEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
void encodeItem(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
void encodeFakeItem(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
String getContainerElementId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.