SelectFieldItem Constructor(String,Object)
In This Topic
Generate an item for check box list or radio button list.
Syntax
public SelectFieldItem(
java.lang.String ,
java.lang.Object
)
|
Parameters
- text
- The text of the item.
- value
- The value of the item.
See Also