JavaScript API Reference for Oracle ADF Faces
org.apache.myjs.trinidad.component
Class AdfUISelectItem
org.ecmascript.object.Object
|
+--org.apache.myjs.trinidad.component.AdfUISelectItem
- Direct Known Subclasses:
- AdfRichSelectItem
public class AdfUISelectItem
extends Object
The UIXSelectItem class is the base concrete class for a single item which the user may select from the set of items in a list, choice, radio, or shuttle control.
Constructor Summary
|
public |
AdfUISelectItem()
-
The UIXSelectItem class is the base concrete class for a single item which the user may select from the set of items in a list, choice, radio, or shuttle control.
|
Method Summary
|
public Object |
getValue()
-
Get function for attribute for 'value'.
|
public void |
setValue(Object newValue)
-
Set function for attribute 'Value'.
|
public AdfUISelectItem()
The UIXSelectItem class is the base concrete class for a single item which the user may select from the set of items in a list, choice, radio, or shuttle control.
public Object getValue()
Get function for attribute for 'value'.
- Return:
Object
- Value
public void setValue(Object newValue)
Set function for attribute 'Value'.
- Parameters:
-
- Return:
void
- No Value returned
Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.