java.lang.Objectcom.crystaldecisions.report.web.viewer.CrHtmlUnitEnum
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 |
public static final CrHtmlUnitEnum crHtmlUnitPixel
CrHtmlUnitEnum
object that specifies to use pixels to calculate the
group tree width.
public static final CrHtmlUnitEnum crHtmlUnitPercentage
CrHtmlUnitEnum
object that specifies to use percentage to calculate the
group tree width.