OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUISelectOne

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIValue
         |
         +--org.apache.myjs.trinidad.component.AdfUIEditableValue
               |
               +--org.apache.myjs.trinidad.component.AdfUISelectOne
Direct Known Subclasses:
AdfRichSelectOneChoice, AdfRichSelectOneListbox, AdfRichSelectOneRadio

public class AdfUISelectOne
extends AdfUIEditableValue
UIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components.


Field Summary

public static Object
SELECT_ITEMS

Fields inherited from org.ecmascript.object.Object

constructor, prototype

Constructor Summary

public
AdfUISelectOne()
UIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components.

Method Summary

protected Object
GetRequiredKey()
public Object
getSelectItems()
protected static Object
InitSubclass()
Copyright (c) 2008, 2014, Oracle and/or its affiliates.
protected Object
IsEmpty(String value)

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

AddRangeMessage, addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, getProtectionKey, getRequired, getRequiredMessageDetail, getSubmittedValue, getValid, getValidators, getValue, isEventRoot, resetValue, SetPropertyImpl, setValue, validate, ValidateValue

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

GetChanges, GetConvertedValue, getConverter, isConvertible

Field Detail


SELECT_ITEMS

public static Object SELECT_ITEMS

Constructor Detail


AdfUISelectOne

public AdfUISelectOne()

UIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components.

Method Detail


GetRequiredKey

protected Object GetRequiredKey()

Return:
Object
Overrides:
AdfUIEditableValue.GetRequiredKey()

getSelectItems

public Object getSelectItems()

Return:
Object

InitSubclass

protected static Object InitSubclass()

Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved. Component for selectMany Note: This is a "partial" class, the majority of this class is generated.

Return:
Object
Overrides:
AdfUIEditableValue.InitSubclass()

IsEmpty

protected Object IsEmpty(String value)

Parameters:
value - The value to be tested to see if it is the empty value.
Return:
Object
Overrides:
AdfUIEditableValue.IsEmpty(Object)

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.