Uses of Class
wt.query.report.ColumnDef

Packages that use ColumnDef
wt.query.report Provides support for the reporting package, wt.query.template
 

Uses of ColumnDef in wt.query.report
 

Subclasses of ColumnDef in wt.query.report
 class ObjectColumnDef
          

Supported API: false

Extendable: false
 class PropertyColumnDef
          

Supported API: false

Extendable: false
 class RecursiveColumnDef
          

Supported API: false

Extendable: false
 

Fields in wt.query.report declared as ColumnDef
private  ColumnDef RecursiveColumnDef.theColumnDef
           
 

Methods in wt.query.report that return ColumnDef
 ColumnDef RecursiveColumnDef.getColumnDef()
          Gets the object for the association that plays role: theColumnDef.
 

Methods in wt.query.report with parameters of type ColumnDef
 void RecursiveColumnDef.setColumnDef(ColumnDef a_ColumnDef)
          Sets the object for the association that plays role: theColumnDef.
private  void RecursiveColumnDef.theColumnDefValidate(ColumnDef a_ColumnDef)
           
protected  boolean ColumnDef.readVersion(ColumnDef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Constructors in wt.query.report with parameters of type ColumnDef
RecursiveColumnDef(PropertyDescriptor a_property, String a_heading, ColumnDef a_columnDef)
          

Supported API: false