@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface UiStrutsLookup
html:options).| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Name of the bean containing the lookup.
|
String |
property
Name of the property to use to build the values collection.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
labelName
Name of the bean containing the labels lookup.
|
String |
labelProperty
Name of the property to use to build the labels collection.
|
public abstract String name
org.apache.struts.taglib.OptionsTag.setNamepublic abstract String property
org.apache.struts.taglib.OptionsTag.setPropertypublic abstract String labelName
org.apache.struts.taglib.OptionsTag.setLabelNamepublic abstract String labelProperty
org.apache.struts.taglib.OptionsTag.setLabelPropertyCopyright © 2015. All Rights Reserved.