Uses of Class
net.sf.dynamicreports.report.base.component.DRTextField

Packages that use DRTextField
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.base.column   
net.sf.dynamicreports.report.builder.column   
 

Uses of DRTextField in net.sf.dynamicreports.report.base
 

Methods in net.sf.dynamicreports.report.base that return DRTextField
 DRTextField<T> DRSubtotal.getValueField()
           
 DRTextField<?> DRGroup.getValueField()
           
 

Constructors in net.sf.dynamicreports.report.base with parameters of type DRTextField
DRGroup(DRTextField<?> valueField)
           
DRGroup(String name, DRTextField<?> valueField)
           
 

Uses of DRTextField in net.sf.dynamicreports.report.base.column
 

Constructors in net.sf.dynamicreports.report.base.column with parameters of type DRTextField
DRValueColumn(DRTextField<T> valueField)
           
 

Uses of DRTextField in net.sf.dynamicreports.report.builder.column
 

Methods in net.sf.dynamicreports.report.builder.column that return DRTextField
protected  DRTextField<U> ValueColumnBuilder.getComponent()
           
 



Copyright © 2010-2014. All Rights Reserved.