|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.BeforeRenderObjectEvent
This class is currently not supported.
Constructor Summary | |
BeforeRenderObjectEvent(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getAttribute()
|
java.lang.Object |
getObject()
This method is currently not supported. |
java.lang.String |
getOnBlurHandler()
This method is currently not supported. |
java.lang.String |
getOnClickHandler()
This method is currently not supported. |
java.lang.String |
getOnContextMenuHandler()
This method is currently not supported. |
java.lang.String |
getOnDBClickHandler()
This method is currently not supported. |
java.lang.String |
getOnDragEndHandler()
This method is currently not supported. |
java.lang.String |
getOnDragEnterHandler()
This method is currently not supported. |
java.lang.String |
getOnDragHandler()
This method is currently not supported. |
java.lang.String |
getOnDragLeaveHandler()
This method is currently not supported. |
java.lang.String |
getOnDragOverHandler()
This method is currently not supported. |
java.lang.String |
getOnDragStartHandler()
This method is currently not supported. |
java.lang.String |
getOnDropHandler()
This method is currently not supported. |
java.lang.String |
getOnFocusHandler()
This method is currently not supported. |
java.lang.String |
getOnFocusInHandler()
This method is currently not supported. |
java.lang.String |
getOnFocusOutHandler()
This method is currently not supported. |
java.lang.String |
getOnKeyDownHandler()
This method is currently not supported. |
java.lang.String |
getOnKeyPressHandler()
This method is currently not supported. |
java.lang.String |
getOnKeyUpHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseDownHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseEnterHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseLeaveHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseMoveHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseOutHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseOverHandler()
This method is currently not supported. |
java.lang.String |
getOnMouseUpHandler()
This method is currently not supported. |
java.lang.String |
getOnSelectHandler()
This method is currently not supported. |
java.lang.String |
getOnSelectionChangeHandler()
This method is currently not supported. |
java.lang.String |
getOnSelectStartHandler()
This method is currently not supported. |
java.lang.String |
getOnStopHandler()
This method is currently not supported. |
void |
setAttribute(java.lang.String value)
For internal use only. |
void |
setObject(java.lang.Object value)
This method is currently not supported. |
void |
setOnBlurHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnClickHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnContextMenuHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDBClickHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDragEndHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDragEnterHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDragHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDragLeaveHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDragOverHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDragStartHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnDropHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnFocusHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnFocusInHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnFocusOutHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnKeyDownHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnKeyPressHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnKeyUpHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseDownHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseEnterHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseLeaveHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseMoveHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseOutHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseOverHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnMouseUpHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnSelectHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnSelectionChangeHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnSelectStartHandler(java.lang.String value)
This method is currently not supported. |
void |
setOnStopHandler(java.lang.String value)
This method is currently not supported. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeforeRenderObjectEvent(java.lang.Object source)
Method Detail |
public java.lang.String getAttribute()
public java.lang.Object getObject()
This method is currently not supported.
Returns the report object to be cached. This can be a
com.crystaldecisions.sdk.occa.report.definition.FieldObject
,
com.crystaldecisions.sdk.occa.report.definition.TextObject
,
com.crystaldecisions.sdk.occa.report.definition ChartObject
,
and so on.
Object
.setObject
public java.lang.String getOnBlurHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the contents of an object are made to appear out of focus.
JavaScript
code as a String
.setOnBlurHandler
public java.lang.String getOnClickHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when an object is clicked.
JavaScript
code as a String
.setOnClickHandler
public java.lang.String getOnContextMenuHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the context menu is displayed.
JavaScript
code as a String
.setOnContextMenuHandler
public java.lang.String getOnDBClickHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when an object is double-clicked.
JavaScript
code as a String
.setOnDBClickHandler
public java.lang.String getOnDragEndHandler()
This method is currently not supported.
Returns the JavaScript code that is executed at the end of a drag operation.
JavaScript
code as a String
.setOnDragEndHandler
public java.lang.String getOnDragEnterHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when an object is dragged into the controls bounds.
JavaScript
code as a String
.setOnDragEnterHandler
public java.lang.String getOnDragHandler()
This method is currently not supported.
Returns the JavaScript code that is executed during a drag operation.
Note: The code is cached on the client in the HTML page.
JavaScript
code as a String
.setOnDragHandler
public java.lang.String getOnDragLeaveHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when an object is dragged out of the controls bounds.
JavaScript
code as a String
.setOnDragLeaveHandler
public java.lang.String getOnDragOverHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when a control is being dragged over a target object.
JavaScript
code as a String
.setOnDragOverHandler
public java.lang.String getOnDragStartHandler()
This method is currently not supported.
Returns the JavaScript code that is executed at the start of a drag operation.
JavaScript
code as a String
.setOnDragStartHandler
public java.lang.String getOnDropHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the drag and drop operation is complete.
JavaScript
code as a String
.setOnDropHandler
public java.lang.String getOnFocusHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the object receives focus.
JavaScript
code as a String
.setOnFocusHandler
public java.lang.String getOnFocusInHandler()
This method is currently not supported.
Returns the JavaScript code that is executed just prior to the object receiving focus.
JavaScript
code as a String
.setOnFocusInHandler
public java.lang.String getOnFocusOutHandler()
This method is currently not supported.
Returns the JavaScript code that is executed immediately after the object loses focus.
JavaScript
code as a String
.setOnFocusOutHandler
public java.lang.String getOnKeyDownHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when an alphanumeric key is pressed.
JavaScript
code as a String
.setOnKeyDownHandler
public java.lang.String getOnKeyPressHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when a key is pressed.
JavaScript
code as a String
.setOnKeyPressHandler
public java.lang.String getOnKeyUpHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when a key is released.
JavaScript
code as a String
.setOnKeyUpHandler
public java.lang.String getOnMouseDownHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when an object is clicked with either mouse button.
JavaScript
code as a String
.setOnMouseDownHandler
public java.lang.String getOnMouseEnterHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the mouse pointer is moved into the boundaries of an object.
JavaScript
code as a String
.setOnMouseEnterHandler
public java.lang.String getOnMouseLeaveHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the mouse pointer is moved outside of the boundaries of an object.
JavaScript
code as a String
.setOnMouseLeaveHandler
public java.lang.String getOnMouseMoveHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the mouse pointer is moved over an object.
JavaScript
code as a String
.setOnMouseMoveHandler
public java.lang.String getOnMouseOutHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the mouse pointer is moved outside of the boundaries of an object.
JavaScript
code as a String
.setOnMouseOutHandler
public java.lang.String getOnMouseOverHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the mouse pointer is moved into an object.
JavaScript
code as a String
.setOnMouseOverHandler
public java.lang.String getOnMouseUpHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when either mouse button is released over an object.
JavaScript
code as a String
.setOnMouseUpHandler
public java.lang.String getOnSelectHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the current selection changes.
JavaScript
code as a String
.setOnSelectHandler
public java.lang.String getOnSelectionChangeHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the selection state of the document changes.
JavaScript
code as a String
.setOnSelectionChangeHandler
public java.lang.String getOnSelectStartHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the object is being selected.
JavaScript
code as a String
.setOnSelectStartHandler
public java.lang.String getOnStopHandler()
This method is currently not supported.
Returns the JavaScript code that is executed when the user clicks the stop button or leaves the web page.
JavaScript
code as a String
.setOnStopHandler
public void setAttribute(java.lang.String value)
For internal use only.
public void setObject(java.lang.Object value)
This method is currently not supported.
Sets the report object to be cached. This can be a
com.crystaldecisions.sdk.occa.report.definition.FieldObject
,
com.crystaldecisions.sdk.occa.report.definition.TextObject
,
com.crystaldecisions.sdk.occa.report.definition ChartObject
,
and so on.
value
- An Object
that represents the report object
to be cached.getObject
public void setOnBlurHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the contents of an object are made to appear out of focus.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnBlurHandler
public void setOnClickHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when an object is clicked.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnClickHandler
public void setOnContextMenuHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the context menu is displayed.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnContextMenuHandler
public void setOnDBClickHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when an object is double-clicked.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDBClickHandler
public void setOnDragEndHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed at the end of a drag operation.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDragEndHandler
public void setOnDragEnterHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when an object is dragged into the controls bounds.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDragEnterHandler
public void setOnDragHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed during a drag operation.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDragHandler
public void setOnDragLeaveHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when an object is dragged out of the controls bounds.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDragLeaveHandler
public void setOnDragOverHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when a control is being dragged over a target object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDragOverHandler
public void setOnDragStartHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed at the start of a drag operation.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDragStartHandler
public void setOnDropHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the drag and drop operation is complete.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnDropHandler
public void setOnFocusHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the object receives focus.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnFocusHandler
public void setOnFocusInHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed just prior to the object receiving focus.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnFocusInHandler
public void setOnFocusOutHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed immediately after the object loses focus.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnFocusOutHandler
public void setOnKeyDownHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when an alphanumeric key is pressed.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnKeyDownHandler
public void setOnKeyPressHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when a key is pressed.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnKeyPressHandler
public void setOnKeyUpHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when a key is released.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnKeyUpHandler
public void setOnMouseDownHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when an object is clicked with either mouse button.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseDownHandler
public void setOnMouseEnterHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the mouse pointer is moved into the boundaries of an object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseEnterHandler
public void setOnMouseLeaveHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the mouse pointer is moved outside of the boundaries of an object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseLeaveHandler
public void setOnMouseMoveHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the mouse pointer is moved over an object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseMoveHandler
public void setOnMouseOutHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the mouse pointer is moved outside of the boundaries of an object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseOutHandler
public void setOnMouseOverHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the mouse pointer is moved into an object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseOverHandler
public void setOnMouseUpHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when either mouse button is released over an object.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnMouseUpHandler
public void setOnSelectHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the current selection changes.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnSelectHandler
public void setOnSelectionChangeHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the selection state of the document changes.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnSelectionChangeHandler
public void setOnSelectStartHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the object is being selected.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnSelectStartHandler
public void setOnStopHandler(java.lang.String value)
This method is currently not supported.
Sets the JavaScript code that is executed when the user clicks the stop button or leaves the web page.
Note: The code is cached on the client in the HTML page.
value
- A String
that specifies the JavaScript
code.getOnStopHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |