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.ImageColumn
All Implemented Interfaces:
Entity, java.io.Serializable
Direct Known Subclasses:
BarCodeColumn

public class ImageColumn
extends SimpleColumn

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()
           
 void setScaleMode(ImageScaleMode scaleMode)
           
 
Methods inherited from class ar.com.fdvs.dj.domain.entities.columns.SimpleColumn
getTextForExpression, getValueClassNameForExpression
 
Methods inherited from class ar.com.fdvs.dj.domain.entities.columns.PropertyColumn
getColumnProperty, getExpressionToGroupBy, getFieldDescription, getGroupVariableName, getInitialExpression, getVariableClassName, 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)


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