public abstract class XMLWriterCallback
extends java.lang.Object
| Constructor and Description |
|---|
XMLWriterCallback() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public abstract java.lang.String getId()
getMarshallerFunctionName to provide support
for component events.getMarshallerFunctionName()public java.lang.String getMarshallerFunctionName()
getId
The 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()