Package com.crystaldecisions.sdk.occa.report.gridcontent

This package contains the GridColumn and GridColumnCollection classes.

See:
          Description

Class Summary
CrColumnVisibilityEnum This class allows you to specify the column visibility of a grid column.
GridColumn The GridColumn class allows you to modify the individual grid columns that appear in the GridViewer.
GridColumnCollection The GridColumnCollection class provides the ability to form a collection of GridColumn objects.
 

Package com.crystaldecisions.sdk.occa.report.gridcontent Description

This package contains the GridColumn and GridColumnCollection classes. These classes are used in conjunction with the GridViewer class and are used to configure and manage the columns in the Java grid viewer.

Note: It is recommended that you perform your own garbage collection at the application level. The Viewer Java SDK does not handle its own garbage collection.

Related Documentation