OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component
Class AdfUIInputPopup

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIValue
         |
         +--org.apache.myjs.trinidad.component.AdfUIEditableValue
               |
               +--org.apache.myjs.trinidad.component.AdfUIInput
                     |
                     +--oracle.adf.view.js.component.AdfUIInputPopup
Direct Known Subclasses:
AdfRichInputComboboxListOfValues, AdfRichInputListOfValues

public class AdfUIInputPopup
extends AdfUIInput
A UIXInputPopup component 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
AdfUIInputPopup()
A UIXInputPopup component is a base abstraction for components that allow both input and selection from a list of possible values.


Method Summary

protected Object
DeliverDerivedPropertyEvents(Object propName, Object oldValue, Object newValue)
Copyright (c) 2008, 2009, Oracle and/or its affiliates.
public String
getCreatePopupId()
Get function for attribute for 'createPopupId'.
public String
getEditMode()
Get function for attribute for 'editMode'.
public Object
getLaunchPopupListener()
Get function for attribute for 'launchPopupListener'.
public Object
getModel()
Get function for attribute for 'model'.
public String
getResultsTableColumnStretching()
Get function for attribute for 'resultsTableColumnStretching'.
public Object
getReturnPopupDataListener()
Get function for attribute for 'returnPopupDataListener'.
public Object
getReturnPopupDataValue()
Get function for attribute for 'returnPopupDataValue'.
public Object
getReturnPopupListener()
Get function for attribute for 'returnPopupListener'.


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

addValidator, 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


AdfUIInputPopup

public AdfUIInputPopup()

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

Method Detail


DeliverDerivedPropertyEvents

protected Object DeliverDerivedPropertyEvents(Object propName,
                                              Object oldValue,
                                              Object newValue)

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

Parameters:
propName    
oldValue    
newValue    
Return:
Object
Overrides:
AdfUIEditableValue.DeliverDerivedPropertyEvents(Object, Object, Object)

getCreatePopupId

public String getCreatePopupId()

Get function for attribute for 'createPopupId'. 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:
String - CreatePopupId

getEditMode

public String getEditMode()

Get function for attribute for 'editMode'. 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:
String - EditMode

getLaunchPopupListener

public Object getLaunchPopupListener()

Get function for attribute for 'launchPopupListener'. 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 - LaunchPopupListener

getModel

public Object getModel()

Get function for attribute for 'model'. 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 - Model

getResultsTableColumnStretching

public String getResultsTableColumnStretching()

Get function for attribute for 'resultsTableColumnStretching'. 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:
String - ResultsTableColumnStretching

getReturnPopupDataListener

public Object getReturnPopupDataListener()

Get function for attribute for 'returnPopupDataListener'. 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 - ReturnPopupDataListener

getReturnPopupDataValue

public Object getReturnPopupDataValue()

Get function for attribute for 'returnPopupDataValue'. 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 - ReturnPopupDataValue

getReturnPopupListener

public Object getReturnPopupListener()

Get function for attribute for 'returnPopupListener'. 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 - ReturnPopupListener

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.