| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.dss.dataView.XMLWriterCallback
public abstract class XMLWriterCallback
Defines a callback used for providing additional information while rendering Flash XML. Applications developers generally do not need to use this class.
| Constructor Summary | |
|---|---|
XMLWriterCallback() | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getCustomProperty()Optional hook for adding an additional property string to an object.  | 
abstract  java.lang.String | 
getId()Returns the id of the component that owns this callback.  | 
 java.lang.String | 
getMarshallerFunctionName()Returns the name of the JavaScript function used to marshall events to the server.  | 
 java.lang.String | 
getOnClickJavaScript()Optional hook for specifying JavaScript that will be called when an object is clicked.  | 
 boolean | 
isAutomaticNewLines()Specifies whether new line characters will be automatically inserted into the XML.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XMLWriterCallback()
| Method Detail | 
|---|
public abstract java.lang.String getId()
getMarshallerFunctionName to provide support for component events.getMarshallerFunctionName()public java.lang.String getMarshallerFunctionName()
getIdThe default implementation of this method returns null, which means that no JavaScript call will be made, and the event will be ignored.
getId()public java.lang.String getCustomProperty()
public java.lang.String getOnClickJavaScript()
public boolean isAutomaticNewLines()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||