JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.2) E76716-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.data.AdfSelectItem
public class AdfSelectItem extends AdfObject
Field Summary |
|---|
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
public String |
|
public String |
|
protected Object |
|
protected static Object |
|
public Boolean |
|
public Boolean |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
|---|
Constructor Detail |
|---|
public AdfSelectItem(String value,
String label,
Boolean disabled,
Boolean noSelOpt)value |
- | The value of the selectItem |
label |
- | The label of the selectItem |
disabled |
- | Indicates if the selectItem is disabled |
noSelOpt |
- | Indicates if the selectItem is the no selection option |
Method Detail |
|---|
public String getLabel()String - nullpublic String getValue()String - nullprotected Object Init(String value,
String label,
Boolean disabled,
Boolean noSelOpt)value |
- | The value of the selectItem |
label |
- | The label of the selectItem |
disabled |
- | Indicates if the selectItem is disabled |
noSelOpt |
- | Indicates if the selectItem is the no selection option |
ObjectAdfObject.Init()protected static Object InitClass()Objectpublic Boolean isDisabled()true if the selectItem is disabledBoolean - nullpublic Boolean isNoSelectionOption()true if the selectItem is the no selection optionBoolean - nullpublic Object setDisabled(Boolean disabled)disabled |
- | true if the selectItem is to be disabled |
Objectpublic Object setLabel(String label)label |
- | The label of the selectItem |
Objectpublic Object setNoSelectionOption(Boolean noSelOpt)noSelOpt |
- | true if the selectItem is to be the no selection option |
Objectpublic Object setValue(String value)value |
- | The value of the selectItem |
Object
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.2) E76716-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||