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, 2009, Oracle and/or its affiliates.


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

addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, getRequired, getRequiredMessageDetail, getSubmittedValue, getValid, getValidators, getValue, IsEmpty, 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, 2009, 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()

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

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.