ar.com.fdvs.dj.domain
Class DJCrosstabColumn

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

public class DJCrosstabColumn
extends DJBaseElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
DJCrosstabColumn()
           
 
Method Summary
 int getHeaderHeight()
           
 Style getHeaderStyle()
           
 DJHyperLink getLink()
           
 ColumnProperty getProperty()
           
 java.lang.String getTitle()
           
 Style getTotalHeaderStyle()
           
 java.lang.String getTotalLegend()
           
 Style getTotalStyle()
           
 int getWidth()
           
 boolean isShowTotals()
           
 void setHeaderHeight(int headerHeight)
           
 void setHeaderStyle(Style headerStyle)
           
 void setLink(DJHyperLink link)
           
 void setProperty(ColumnProperty property)
           
 void setShowTotals(boolean showTotals)
           
 void setTitle(java.lang.String title)
           
 void setTotalHeaderStyle(Style titleStyle)
           
 void setTotalLegend(java.lang.String legend)
           
 void setTotalStyle(Style totalStyle)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DJCrosstabColumn

public DJCrosstabColumn()
Method Detail

getHeaderStyle

public Style getHeaderStyle()

setHeaderStyle

public void setHeaderStyle(Style headerStyle)

getTotalStyle

public Style getTotalStyle()

setTotalStyle

public void setTotalStyle(Style totalStyle)

isShowTotals

public boolean isShowTotals()

setShowTotals

public void setShowTotals(boolean showTotals)

getProperty

public ColumnProperty getProperty()

setProperty

public void setProperty(ColumnProperty property)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeaderHeight

public int getHeaderHeight()

setHeaderHeight

public void setHeaderHeight(int headerHeight)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getTotalHeaderStyle

public Style getTotalHeaderStyle()

setTotalHeaderStyle

public void setTotalHeaderStyle(Style titleStyle)

getLink

public DJHyperLink getLink()

setLink

public void setLink(DJHyperLink link)

setTotalLegend

public void setTotalLegend(java.lang.String legend)

getTotalLegend

public java.lang.String getTotalLegend()


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