ar.com.fdvs.dj.domain.entities.columns
Class ImageColumn

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.entities.columns.AbstractColumn
          extended by ar.com.fdvs.dj.domain.entities.columns.PropertyColumn
              extended by ar.com.fdvs.dj.domain.entities.columns.SimpleColumn
                  extended by ar.com.fdvs.dj.domain.entities.columns.ExpressionColumn
                      extended by ar.com.fdvs.dj.domain.entities.columns.ImageColumn
All Implemented Interfaces:
Entity, java.io.Serializable
Direct Known Subclasses:
BarCodeColumn

public class ImageColumn
extends ExpressionColumn

Just for marking the column as ImageColum

Author:
Juan Manuel
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
ImageColumn()
           
 
Method Summary
 ImageScaleMode getScaleMode()
           
 java.lang.String getTextForExpression()
           
 java.lang.String getValueClassNameForExpression()
           
 void setScaleMode(ImageScaleMode scaleMode)
           
 
Methods inherited from class ar.com.fdvs.dj.domain.entities.columns.ExpressionColumn
getCalculatedExpressionText, getColumns, getExpression, getExpressionForCalculation, getInitialExpression, getTextForExpressionForCalculartion, getVariableClassName, getVariables, setCalculatedExpressionText, setColumns, setExpression, setExpressionForCalculation, setVariables
 
Methods inherited from class ar.com.fdvs.dj.domain.entities.columns.PropertyColumn
getColumnProperty, getExpressionToGroupBy, getFieldDescription, getGroupVariableName, setColumnProperty, setExpressionToGroupBy, setFieldDescription
 
Methods inherited from class ar.com.fdvs.dj.domain.entities.columns.AbstractColumn
getBlankWhenNull, getConditionalStyles, getFixedWidth, getHeaderStyle, getLink, getName, getPattern, getPosX, getPosY, getPrintRepeatedValues, getStyle, getTextFormatter, getTitle, getTruncateSuffix, getWidth, setBlankWhenNull, setConditionalStyles, setFixedWidth, setHeaderStyle, setLink, setName, setPattern, setPosX, setPosY, setPrintRepeatedValues, setStyle, setTextFormatter, setTitle, setTruncateSuffix, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageColumn

public ImageColumn()
Method Detail

getScaleMode

public ImageScaleMode getScaleMode()

setScaleMode

public void setScaleMode(ImageScaleMode scaleMode)

getValueClassNameForExpression

public java.lang.String getValueClassNameForExpression()
Overrides:
getValueClassNameForExpression in class ExpressionColumn

getTextForExpression

public java.lang.String getTextForExpression()
Overrides:
getTextForExpression in class ExpressionColumn


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