|
||||||||||
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.editor.RichTextareaEditorRenderer
This renderer emits an HTML textarea
element, but instruments
it with rich text editing facilities using the "Editor" widget in the
DOJO toolkit.
Constructor Summary | |
RichTextareaEditorRenderer()
|
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 RichTextareaEditorRenderer()
Method Detail |
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
Decode the submitted value for this component.
context
- FacesContext
for the current requestcomponent
- UIComponent
being decodedpublic void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
Render the HTML for this component.
context
- 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 |