ar.com.fdvs.dj.domain.entities
Class DJColSpan

java.lang.Object
  extended by ar.com.fdvs.dj.domain.entities.DJColSpan

public class DJColSpan
extends Object


Constructor Summary
DJColSpan()
           
 
Method Summary
 Style getColspanHeaderStyle()
           
 List<AbstractColumn> getColumns()
           
 String getCount()
           
 int getHeight()
           
 String getTitle()
           
 int getWidth()
          The total width is the sum of the width of eache column
 boolean isFirstColum(AbstractColumn col)
           
 void setColspanHeaderStyle(Style colspanHeaderStyle)
           
 void setColumns(List<AbstractColumn> columns)
           
 void setCount(String count)
           
 void setHeight()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DJColSpan

public DJColSpan()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getCount

public String getCount()

setCount

public void setCount(String count)

getWidth

public int getWidth()
The total width is the sum of the width of eache column

Returns:
a colspan width

setColumns

public void setColumns(List<AbstractColumn> columns)

getColumns

public List<AbstractColumn> getColumns()

getColspanHeaderStyle

public Style getColspanHeaderStyle()

setColspanHeaderStyle

public void setColspanHeaderStyle(Style colspanHeaderStyle)

isFirstColum

public boolean isFirstColum(AbstractColumn col)

getHeight

public int getHeight()

setHeight

public void setHeight()


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