|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
com.sun.rave.web.ui.renderer.ListRendererBase
com.sun.rave.web.ui.renderer.DropDownRenderer
public class DropDownRenderer
Renderer for a DropDown
component.
Field Summary |
---|
Fields inherited from class com.sun.rave.web.ui.renderer.ListRendererBase |
---|
SEPARATOR, STRING_ATTRIBUTES |
Constructor Summary | |
---|---|
DropDownRenderer()
|
Method Summary | |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render the drop-down dropDown. |
Methods inherited from class com.sun.rave.web.ui.renderer.ListRendererBase |
---|
decode, decode, encodeChildren, getOnChangeJavaScript, getRendersChildren, renderHiddenValue, renderList, renderOpenEncloser |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, encodeBegin, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DropDownRenderer()
Method Detail |
---|
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
Render the drop-down dropDown.
encodeEnd
in class javax.faces.render.Renderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be rendered
end should be 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 |