| Package | Description |
|---|---|
| org.apache.myfaces.tobago.internal.util | |
| org.apache.myfaces.tobago.renderkit | |
| org.apache.myfaces.tobago.renderkit.css |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlRendererUtils.renderSelectItems(javax.faces.component.UIInput component,
TobagoClass optionClass,
Iterable<javax.faces.model.SelectItem> items,
Object[] values,
String[] submittedValues,
Boolean onlySelected,
TobagoResponseWriter writer,
javax.faces.context.FacesContext facesContext)
Deprecated.
|
static void |
HtmlRendererUtils.renderSelectItems(javax.faces.component.UIInput component,
TobagoClass optionClass,
Iterable<javax.faces.model.SelectItem> items,
Object[] values,
String[] submittedValues,
TobagoResponseWriter writer,
javax.faces.context.FacesContext facesContext)
Deprecated.
|
static void |
HtmlRendererUtils.renderSelectItems(javax.faces.component.UIInput component,
TobagoClass optionClass,
Iterable<javax.faces.model.SelectItem> items,
Object value,
String submittedValue,
TobagoResponseWriter writer,
javax.faces.context.FacesContext facesContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RendererBase.renderSelectItems(javax.faces.component.UIInput component,
TobagoClass optionClass,
Iterable<javax.faces.model.SelectItem> items,
Object[] values,
String[] submittedValues,
Boolean onlySelected,
TobagoResponseWriter writer,
javax.faces.context.FacesContext facesContext) |
protected void |
RendererBase.renderSelectItems(javax.faces.component.UIInput component,
TobagoClass optionClass,
Iterable<javax.faces.model.SelectItem> items,
Object[] values,
String[] submittedValues,
TobagoResponseWriter writer,
javax.faces.context.FacesContext facesContext) |
protected void |
RendererBase.renderSelectItems(javax.faces.component.UIInput component,
TobagoClass optionClass,
Iterable<javax.faces.model.SelectItem> items,
Object value,
String submittedValue,
TobagoResponseWriter writer,
javax.faces.context.FacesContext facesContext) |
| Modifier and Type | Method and Description |
|---|---|
static TobagoClass |
TobagoClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TobagoClass[] |
TobagoClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.