public class DJCrosstabRow extends DJBaseElement
SERIAL_VERSION_UID
Constructor and Description |
---|
DJCrosstabRow() |
Modifier and Type | Method and Description |
---|---|
Style |
getHeaderStyle() |
int |
getHeaderWidth() |
int |
getHeight() |
DJHyperLink |
getLink() |
ColumnProperty |
getProperty() |
String |
getTitle() |
int |
getTotalHeaderHeight() |
Style |
getTotalHeaderStyle() |
String |
getTotalLegend() |
Style |
getTotalStyle() |
boolean |
isShowTotals() |
void |
setHeaderStyle(Style headerStyle) |
void |
setHeaderWidth(int headerWidth) |
void |
setHeight(int height) |
void |
setLink(DJHyperLink link) |
void |
setProperty(ColumnProperty property) |
void |
setShowTotals(boolean showTotals) |
void |
setTitle(String title) |
void |
setTotalHeaderHeight(int totalHeaderHeight) |
void |
setTotalHeaderStyle(Style totalHeaderStyle) |
void |
setTotalLegend(String totalLegend) |
void |
setTotalStyle(Style totalStyle) |
public Style getTotalStyle()
public void setTotalStyle(Style totalStyle)
public boolean isShowTotals()
public void setShowTotals(boolean showTotals)
public ColumnProperty getProperty()
public void setProperty(ColumnProperty property)
public int getHeight()
public void setHeight(int height)
public int getHeaderWidth()
public void setHeaderWidth(int headerWidth)
public String getTitle()
public void setTitle(String title)
public Style getTotalHeaderStyle()
public void setTotalHeaderStyle(Style totalHeaderStyle)
public Style getHeaderStyle()
public void setHeaderStyle(Style headerStyle)
public int getTotalHeaderHeight()
public void setTotalHeaderHeight(int totalHeaderHeight)
public DJHyperLink getLink()
public void setLink(DJHyperLink link)
public String getTotalLegend()
public void setTotalLegend(String totalLegend)
Copyright © 2006–2014 FDV Solutions. All rights reserved.