ar.com.fdvs.dj.domain
Class DJGroupLabel

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJLabel
      extended by ar.com.fdvs.dj.domain.DJGroupLabel
All Implemented Interfaces:
Entity

public class DJGroupLabel
extends DJLabel
implements Entity

Labels to added in groups footer or headers variables (i.e: Subtotal). A simple string can be used

Author:
mamana

Field Summary
protected  LabelPosition labelPosition
           
 
Fields inherited from class ar.com.fdvs.dj.domain.DJLabel
height, isJasperExpression, labelExpression, style, text
 
Constructor Summary
DJGroupLabel()
           
DJGroupLabel(CustomExpression labelExpression, Style labelStyle, LabelPosition labelPosition)
           
DJGroupLabel(java.lang.String text, Style labelStyle)
           
DJGroupLabel(java.lang.String text, Style labelStyle, LabelPosition labelPosition)
           
 
Method Summary
 LabelPosition getLabelPosition()
           
 void setLabelPosition(LabelPosition labelPosition)
           
 
Methods inherited from class ar.com.fdvs.dj.domain.DJLabel
getHeight, getLabelExpression, getStyle, getText, isJasperExpression, setHeight, setJasperExpression, setLabelExpression, setStyle, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labelPosition

protected LabelPosition labelPosition
Constructor Detail

DJGroupLabel

public DJGroupLabel()

DJGroupLabel

public DJGroupLabel(java.lang.String text,
                    Style labelStyle)

DJGroupLabel

public DJGroupLabel(java.lang.String text,
                    Style labelStyle,
                    LabelPosition labelPosition)

DJGroupLabel

public DJGroupLabel(CustomExpression labelExpression,
                    Style labelStyle,
                    LabelPosition labelPosition)
Method Detail

getLabelPosition

public LabelPosition getLabelPosition()

setLabelPosition

public void setLabelPosition(LabelPosition labelPosition)


Copyright © 2006-2009 FDV Solutions. All Rights Reserved.