public class DashboardLayout
extends java.lang.Object
All HTML code properties can be specified as either strings or closures returning strings.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCellEndHtmlCode()
Get the HTML code to end each section cell in the matrix with.
|
java.lang.String |
getCellStartHtmlCode()
Get the HTML code to start each section cell in the matrix with.
|
java.io.File |
getFooterHtmlFile()
Get the HTML file that will be put after the sections in the report file.
|
java.io.File |
getHeaderHtmlFile()
Get the HTML file that will be put before the sections in the report file.
|
java.lang.String |
getHeadlineHtmlCode()
Get the HTML code for the headline to display before the matrix with all sections.
|
int |
getNumColumns()
Get the number of columns to present the sections in.
|
java.lang.String |
getRowEndHtmlCode()
Get the HTML code to end each row of sections with.
|
java.lang.String |
getRowStartHtmlCode()
Get the HTML code to start each row of sections with.
|
java.lang.String |
getSectionsEndHtmlCode()
Get the HTML code to end the sections matrix with.
|
java.lang.String |
getSectionsStartHtmlCode()
Get the HTML code to start the sections matrix with.
|
void |
setCellEndHtmlCode(java.lang.Object pCode) |
void |
setCellStartHtmlCode(java.lang.Object pCode) |
void |
setFooterHtmlFile(java.lang.Object pFile) |
void |
setHeaderHtmlFile(java.lang.Object pFile) |
void |
setHeadlineHtmlCode(java.lang.Object pCode) |
void |
setNumColumns(int pNumColumns) |
void |
setRowEndHtmlCode(java.lang.Object pCode) |
void |
setRowStartHtmlCode(java.lang.Object pCode) |
void |
setSectionsEndHtmlCode(java.lang.Object pCode) |
void |
setSectionsStartHtmlCode(java.lang.Object pCode) |
@InputFile @Optional public java.io.File getHeaderHtmlFile()
public void setHeaderHtmlFile(java.lang.Object pFile)
@InputFile @Optional public java.io.File getFooterHtmlFile()
public void setFooterHtmlFile(java.lang.Object pFile)
@Input public java.lang.String getHeadlineHtmlCode()
public void setHeadlineHtmlCode(java.lang.Object pCode)
@Input public java.lang.String getSectionsStartHtmlCode()
public void setSectionsStartHtmlCode(java.lang.Object pCode)
@Input public java.lang.String getSectionsEndHtmlCode()
public void setSectionsEndHtmlCode(java.lang.Object pCode)
@Input public java.lang.String getRowStartHtmlCode()
public void setRowStartHtmlCode(java.lang.Object pCode)
@Input public java.lang.String getRowEndHtmlCode()
public void setRowEndHtmlCode(java.lang.Object pCode)
@Input public java.lang.String getCellStartHtmlCode()
public void setCellStartHtmlCode(java.lang.Object pCode)
@Input public java.lang.String getCellEndHtmlCode()
public void setCellEndHtmlCode(java.lang.Object pCode)
@Input public int getNumColumns()
public void setNumColumns(int pNumColumns)