JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E12046-02 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
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.
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.
|
public AdfRichSelectItem()
The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle ADF control.
public Boolean getDisabled()
Get function for attribute for 'disabled'.
- Return:
Boolean
- Disabled
public String getLabel()
Get function for attribute for 'label'.
- Return:
String
- Label
public String getLongDesc()
Get function for attribute for 'longDesc'.
- Return:
String
- LongDesc
public String getShortDesc()
Get function for attribute for 'shortDesc'.
- Return:
String
- ShortDesc
public void setDisabled(Boolean newDisabled)
Set function for attribute 'Disabled'.
- Parameters:
-
- Return:
void
- No Value returned
public void setLabel(String newLabel)
Set function for attribute 'Label'.
- Parameters:
-
- Return:
void
- No Value returned
public void setLongDesc(String newLongDesc)
Set function for attribute 'LongDesc'.
- Parameters:
-
- Return:
void
- No Value returned
public void setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
- Parameters:
-
- Return:
void
- No Value returned
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E12046-02 |
PREV NEXT |
FRAMES NO FRAMES Warning: private items are visible |
|
Generated on 2009.04.27 01:06 UTC
Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.