@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface UiFacesLookup
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
An EL expression for the lookup, of the form
#{...}. |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
itemLabel
An EL expression for the item value, of the form
#{...} (JSF 2 only). |
String |
itemValue
An EL expression for the item value, of the form
#{...} (JSF 2 only). |
String |
var
Name of the EL var to be referenced in
itemValue and itemLabel (JSF
2 only). |
public abstract String value
#{...}.public abstract String var
itemValue and itemLabel (JSF
2 only).public abstract String itemValue
#{...} (JSF 2 only). Typically
this will make reference to the var attribute, for example
#{_item.value}.public abstract String itemLabel
#{...} (JSF 2 only). Typically
this will make reference to the var attribute, for example
#{_item.label}.Copyright © 2015. All Rights Reserved.