OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.data
Class AdfRichSearchSection

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIObject
         |
         +--oracle.adf.view.js.component.rich.data.AdfRichSearchSection

public class AdfRichSearchSection
extends AdfUIObject
The component provides the data for the inputSearch component



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichSearchSection()
The component provides the data for the inputSearch component


Method Summary

public string
getDataUrl()
Get function for attribute for 'dataUrl'.
public string
getType()
Get function for attribute for 'type'.
public void
setDataUrl(string newDataUrl)
Set function for attribute 'DataUrl'.
public void
setType(string newType)
Set function for attribute 'Type'.


Field Detail


Constructor Detail


AdfRichSearchSection

public AdfRichSearchSection()

The component provides the data for the inputSearch component

Method Detail


getDataUrl

public string getDataUrl()

Get function for attribute for 'dataUrl'.

Return:
string - DataUrl

getType

public string getType()

Get function for attribute for 'type'.

Return:
string - Type

setDataUrl

public void setDataUrl(string newDataUrl)

Set function for attribute 'DataUrl'.

Parameters:
newDataUrl    
Return:
void - No Value returned

setType

public void setType(string newType)

Set function for attribute 'Type'.

Parameters:
newType    
Return:
void - No Value returned

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

 

Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.