ar.com.fdvs.dj.domain
Class DJGroupLabel

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

public class DJGroupLabel
extends DJLabel

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

Author:
mamana
See Also:
Serialized Form

Field Summary
protected  LabelPosition labelPosition
           
 
Fields inherited from class ar.com.fdvs.dj.domain.DJLabel
height, isJasperExpression, labelExpression, style, text
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
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-2011 FDV Solutions. All Rights Reserved.