com.crystaldecisions.report.htmlrender
Class BeforeRenderViewItemEvent

java.lang.Object
  extended byRenderEventObjectBase
      extended bycom.crystaldecisions.report.htmlrender.BeforeRenderViewItemEvent

public class BeforeRenderViewItemEvent
extends RenderEventObjectBase

This class is currently not supported.

See Also:
Serialized Form

Constructor Summary
BeforeRenderViewItemEvent(java.lang.Object source)
           
BeforeRenderViewItemEvent(java.lang.Object source, CrystalHtmlTextWriter writer)
           
 
Method Summary
 java.lang.String getType()
          This method is currently not supported.
 void setType(java.lang.String newM_Type)
          This method is currently not supported.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeRenderViewItemEvent

public BeforeRenderViewItemEvent(java.lang.Object source)

BeforeRenderViewItemEvent

public BeforeRenderViewItemEvent(java.lang.Object source,
                                 CrystalHtmlTextWriter writer)
Method Detail

getType

public java.lang.String getType()

This method is currently not supported.

Returns the type of view item to be rendered.

Returns:
The type of view item to be rendered as a String.
See Also:
setType

setType

public void setType(java.lang.String newM_Type)

This method is currently not supported.

Sets the type of view item to be rendered.

Note: The type of view item must be either Toolbar, GroupTree, or Page.

Parameters:
newM_Type - A String that specifies the type of view item to be rendered.
See Also:
getType