OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.input
Class AdfRichSelectItem

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUISelectItem
         |
         +--oracle.adf.view.js.component.rich.input.AdfRichSelectItem

public class AdfRichSelectItem
extends AdfUISelectItem
The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle ADF control.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichSelectItem()
The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle ADF control.


Method Summary

public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public String
getLabel()
Get function for attribute for 'label'.
public String
getLongDesc()
Get function for attribute for 'longDesc'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public void
setLabel(String newLabel)
Set function for attribute 'Label'.
public void
setLongDesc(String newLongDesc)
Set function for attribute 'LongDesc'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.


Methods inherited from org.apache.myjs.trinidad.component.AdfUISelectItem

getValue, setValue


Field Detail


Constructor Detail


AdfRichSelectItem

public AdfRichSelectItem()

The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle ADF control.

Method Detail


getDisabled

public Boolean getDisabled()

Get function for attribute for 'disabled'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Boolean - Disabled

getLabel

public String getLabel()

Get function for attribute for 'label'.

Return:
String - Label

getLongDesc

public String getLongDesc()

Get function for attribute for 'longDesc'.

Return:
String - LongDesc

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

setLabel

public void setLabel(String newLabel)

Set function for attribute 'Label'.

Parameters:
newLabel    
Return:
void - No Value returned

setLongDesc

public void setLongDesc(String newLongDesc)

Set function for attribute 'LongDesc'.

Parameters:
newLongDesc    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

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

 

Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.