net.sf.dynamicreports.report.base.column
Class DRBooleanColumn

java.lang.Object
  extended by net.sf.dynamicreports.report.base.column.DRColumn<DRIBooleanField>
      extended by net.sf.dynamicreports.report.base.column.DRBooleanColumn
All Implemented Interfaces:
Serializable, DRIBooleanColumn, DRIColumn<DRIBooleanField>, DRIValue<Boolean>, DRIExpression<Boolean>, DRIColumnGridComponent

public class DRBooleanColumn
extends DRColumn<DRIBooleanField>
implements DRIBooleanColumn

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRBooleanColumn(DRBooleanField booleanField)
           
 
Method Summary
 String getName()
           
 Class<Boolean> getValueClass()
           
 
Methods inherited from class net.sf.dynamicreports.report.base.column.DRColumn
addTitlePropertyExpression, getComponent, getTitleExpression, getTitleHeight, getTitleHeightType, getTitlePropertyExpressions, getTitleRows, getTitleStretchWithOverflow, getTitleStyle, setTitleExpression, setTitleHeight, setTitleHeightType, setTitlePropertyExpressions, setTitleRows, setTitleStretchWithOverflow, setTitleStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.column.DRIColumn
getComponent, getTitleExpression, getTitleHeight, getTitleHeightType, getTitlePropertyExpressions, getTitleRows, getTitleStretchWithOverflow, getTitleStyle
 

Constructor Detail

DRBooleanColumn

public DRBooleanColumn(DRBooleanField booleanField)
Method Detail

getName

public String getName()
Specified by:
getName in interface DRIColumn<DRIBooleanField>
Specified by:
getName in interface DRIValue<Boolean>
Specified by:
getName in interface DRIExpression<Boolean>
Overrides:
getName in class DRColumn<DRIBooleanField>

getValueClass

public Class<Boolean> getValueClass()
Specified by:
getValueClass in interface DRIExpression<Boolean>


Copyright © 2010-2014. All Rights Reserved.