com.crystaldecisions.report.web.viewer
Class CrHtmlUnitEnum

java.lang.Object
  extended bycom.crystaldecisions.report.web.viewer.CrHtmlUnitEnum

public class CrHtmlUnitEnum
extends java.lang.Object

This class allows you to specify the units used to determine the group tree width. It allows you to choose between using pixels or percentage to determine the width.


Field Summary
static CrHtmlUnitEnum crHtmlUnitPercentage
          A CrHtmlUnitEnum object that specifies to use percentage to calculate the group tree width.
static CrHtmlUnitEnum crHtmlUnitPixel
          A CrHtmlUnitEnum object that specifies to use pixels to calculate the group tree width.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crHtmlUnitPixel

public static final CrHtmlUnitEnum crHtmlUnitPixel
A CrHtmlUnitEnum object that specifies to use pixels to calculate the group tree width.


crHtmlUnitPercentage

public static final CrHtmlUnitEnum crHtmlUnitPercentage
A CrHtmlUnitEnum object that specifies to use percentage to calculate the group tree width.