JavaScript API Reference for Oracle ADF Faces
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
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'.
|
public AdfRichSearchSection()
The component provides the data for the inputSearch component
public string getDataUrl()
Get function for attribute for 'dataUrl'.
- Return:
string
- DataUrl
public string getType()
Get function for attribute for 'type'.
- Return:
string
- Type
public void setDataUrl(string newDataUrl)
Set function for attribute 'DataUrl'.
- Parameters:
-
- Return:
void
- No Value returned
public void setType(string newType)
Set function for attribute 'Type'.
- Parameters:
-
- Return:
void
- No Value returned
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.