@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.setName
public abstract String property
org.apache.struts.taglib.OptionsTag.setProperty
public abstract String labelName
org.apache.struts.taglib.OptionsTag.setLabelName
public abstract String labelProperty
org.apache.struts.taglib.OptionsTag.setLabelProperty
Copyright © 2015. All Rights Reserved.