|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.wap.renderkit.WmlRenderUtils
Constructor Summary | |
WmlRenderUtils()
|
Method Summary | |
static void |
writeOption(javax.faces.model.SelectItem item,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Writes one option element for the select tag. |
static void |
writeOptions(java.lang.Object items,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Writes options for the select element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WmlRenderUtils()
Method Detail |
public static void writeOptions(java.lang.Object items, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
items
- is an instance of SelectItem or SelectItemGroup object. Alternatively array, collection or map of SelectItem objects.
java.io.IOException
public static void writeOption(javax.faces.model.SelectItem item, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |