OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUISelectInput

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIValue
         |
         +--org.apache.myjs.trinidad.component.AdfUIEditableValue
               |
               +--org.apache.myjs.trinidad.component.AdfUISelectInput
Direct Known Subclasses:
AdfRichInputColor, AdfRichInputDate

public class AdfUISelectInput
extends AdfUIEditableValue
selectInput is a base abstraction for components that allow both input and selection from a list of possible values.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUISelectInput()
selectInput is a base abstraction for components that allow both input and selection from a list of possible values.


Method Summary

public Object
getActionExpression()
Get function for attribute for 'actionExpression'.
public Object
getReturnListener()
Get function for attribute for 'returnListener'.


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

addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, getRequired, GetRequiredKey, getRequiredMessageDetail, getSubmittedValue, getValid, getValidators, getValue, InitSubclass, IsEmpty, isEventRoot, resetValue, SetPropertyImpl, setValue, validate, ValidateValue


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

GetChanges, GetConvertedValue, getConverter, isConvertible


Field Detail


Constructor Detail


AdfUISelectInput

public AdfUISelectInput()

selectInput is a base abstraction for components that allow both input and selection from a list of possible values.

Method Detail


getActionExpression

public Object getActionExpression()

Get function for attribute for 'actionExpression'. 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:
Object - ActionExpression

getReturnListener

public Object getReturnListener()

Get function for attribute for 'returnListener'. 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:
Object - ReturnListener

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.