|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.render.Renderer
com.sun.j2ee.blueprints.ui.autocomplete.AutoCompleteRenderer
public class AutoCompleteRenderer
This renderer generates HTML (including JavaScript) for AutoCompleteComponents, emitting the necessary markup to provide auto completion for the textfield.
| Constructor Summary | |
|---|---|
AutoCompleteRenderer()
|
|
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decode the submitted value for this component. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render the HTML for this component. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoCompleteRenderer()
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decode the submitted value for this component.
decode in class javax.faces.render.Renderercontext - FacesContext for the current requestcomponent - UIComponent being decoded
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
Render the HTML for this component.
encodeEnd in class javax.faces.render.Renderercontext - FacesContext for the current requestcomponent - UIComponent being rendered
java.io.IOException - if an input/output error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||