ar.com.fdvs.dj.domain.entities
Class DJColSpan
java.lang.Object
ar.com.fdvs.dj.domain.entities.DJColSpan
public class DJColSpan
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DJColSpan
public DJColSpan()
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.