OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


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'.


Field Detail


Constructor Detail


AdfUISelectItem

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 Detail


getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setValue

public void setValue(Object newValue)

Set function for attribute 'Value'.

Parameters:
newValue    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.04.05 23:36 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.