public class AdhocReport extends Object implements Cloneable, Serializable
AdhocReport class.
| Constructor and Description |
|---|
AdhocReport()
Constructor for AdhocReport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(AdhocColumn column)
addColumn.
|
void |
addComponent(AdhocComponent component)
addComponent.
|
void |
addGroup(AdhocGroup group)
addGroup.
|
void |
addSort(AdhocSort sort)
addSort.
|
void |
addSubtotal(AdhocSubtotal subtotal)
addSubtotal.
|
AdhocReport |
clone() |
boolean |
equals(Object obj) |
AdhocColumn |
getColumn(String name)
getColumn.
|
List<AdhocColumn> |
getColumns()
Getter for the field
columns. |
AdhocStyle |
getColumnStyle()
Getter for the field
columnStyle. |
AdhocStyle |
getColumnTitleStyle()
Getter for the field
columnTitleStyle. |
AdhocComponent |
getComponent(String key)
getComponent.
|
List<AdhocComponent> |
getComponents()
Getter for the field
components. |
AdhocStyle |
getDetailEvenRowStyle()
Getter for the field
detailEvenRowStyle. |
AdhocStyle |
getDetailOddRowStyle()
Getter for the field
detailOddRowStyle. |
List<AdhocGroup> |
getGroups()
Getter for the field
groups. |
AdhocStyle |
getGroupStyle()
Getter for the field
groupStyle. |
AdhocStyle |
getGroupTitleStyle()
Getter for the field
groupTitleStyle. |
Boolean |
getHighlightDetailEvenRows()
Getter for the field
highlightDetailEvenRows. |
Boolean |
getHighlightDetailOddRows()
Getter for the field
highlightDetailOddRows. |
Boolean |
getIgnorePagination()
Getter for the field
ignorePagination. |
AdhocPage |
getPage()
Getter for the field
page. |
AdhocProperties |
getProperties()
Getter for the field
properties. |
<T> T |
getProperty(String key)
getProperty.
|
List<AdhocSort> |
getSorts()
Getter for the field
sorts. |
List<AdhocSubtotal> |
getSubtotals()
Getter for the field
subtotals. |
AdhocStyle |
getSubtotalStyle()
Getter for the field
subtotalStyle. |
Boolean |
getTableOfContents()
Getter for the field
tableOfContents. |
AdhocStyle |
getTextStyle()
Getter for the field
textStyle. |
void |
setColumns(List<AdhocColumn> columns)
Setter for the field
columns. |
void |
setColumnStyle(AdhocStyle columnStyle)
Setter for the field
columnStyle. |
void |
setColumnTitleStyle(AdhocStyle columnTitleStyle)
Setter for the field
columnTitleStyle. |
void |
setComponent(String key,
AdhocComponent component)
setComponent.
|
void |
setComponents(List<AdhocComponent> components)
Setter for the field
components. |
void |
setDetailEvenRowStyle(AdhocStyle detailEvenRowStyle)
Setter for the field
detailEvenRowStyle. |
void |
setDetailOddRowStyle(AdhocStyle detailOddRowStyle)
Setter for the field
detailOddRowStyle. |
void |
setGroups(List<AdhocGroup> groups)
Setter for the field
groups. |
void |
setGroupStyle(AdhocStyle groupStyle)
Setter for the field
groupStyle. |
void |
setGroupTitleStyle(AdhocStyle groupTitleStyle)
Setter for the field
groupTitleStyle. |
void |
setHighlightDetailEvenRows(Boolean highlightDetailEvenRows)
Setter for the field
highlightDetailEvenRows. |
void |
setHighlightDetailOddRows(Boolean highlightDetailOddRows)
Setter for the field
highlightDetailOddRows. |
void |
setIgnorePagination(Boolean ignorePagination)
Setter for the field
ignorePagination. |
void |
setPage(AdhocPage page)
Setter for the field
page. |
void |
setProperties(AdhocProperties properties)
Setter for the field
properties. |
void |
setProperty(String key,
Object value)
setProperty.
|
void |
setSorts(List<AdhocSort> sorts)
Setter for the field
sorts. |
void |
setSubtotals(List<AdhocSubtotal> subtotals)
Setter for the field
subtotals. |
void |
setSubtotalStyle(AdhocStyle subtotalStyle)
Setter for the field
subtotalStyle. |
void |
setTableOfContents(Boolean tableOfContents)
Setter for the field
tableOfContents. |
void |
setTextStyle(AdhocStyle textStyle)
Setter for the field
textStyle. |
public AdhocStyle getTextStyle()
Getter for the field textStyle.
AdhocStyle object.public void setTextStyle(AdhocStyle textStyle)
Setter for the field textStyle.
textStyle - a AdhocStyle object.public AdhocStyle getColumnStyle()
Getter for the field columnStyle.
AdhocStyle object.public void setColumnStyle(AdhocStyle columnStyle)
Setter for the field columnStyle.
columnStyle - a AdhocStyle object.public AdhocStyle getColumnTitleStyle()
Getter for the field columnTitleStyle.
AdhocStyle object.public void setColumnTitleStyle(AdhocStyle columnTitleStyle)
Setter for the field columnTitleStyle.
columnTitleStyle - a AdhocStyle object.public AdhocStyle getGroupStyle()
Getter for the field groupStyle.
AdhocStyle object.public void setGroupStyle(AdhocStyle groupStyle)
Setter for the field groupStyle.
groupStyle - a AdhocStyle object.public AdhocStyle getGroupTitleStyle()
Getter for the field groupTitleStyle.
AdhocStyle object.public void setGroupTitleStyle(AdhocStyle groupTitleStyle)
Setter for the field groupTitleStyle.
groupTitleStyle - a AdhocStyle object.public AdhocStyle getSubtotalStyle()
Getter for the field subtotalStyle.
AdhocStyle object.public void setSubtotalStyle(AdhocStyle subtotalStyle)
Setter for the field subtotalStyle.
subtotalStyle - a AdhocStyle object.public AdhocStyle getDetailOddRowStyle()
Getter for the field detailOddRowStyle.
AdhocStyle object.public void setDetailOddRowStyle(AdhocStyle detailOddRowStyle)
Setter for the field detailOddRowStyle.
detailOddRowStyle - a AdhocStyle object.public Boolean getHighlightDetailOddRows()
Getter for the field highlightDetailOddRows.
Boolean object.public void setHighlightDetailOddRows(Boolean highlightDetailOddRows)
Setter for the field highlightDetailOddRows.
highlightDetailOddRows - a Boolean object.public AdhocStyle getDetailEvenRowStyle()
Getter for the field detailEvenRowStyle.
AdhocStyle object.public void setDetailEvenRowStyle(AdhocStyle detailEvenRowStyle)
Setter for the field detailEvenRowStyle.
detailEvenRowStyle - a AdhocStyle object.public Boolean getHighlightDetailEvenRows()
Getter for the field highlightDetailEvenRows.
Boolean object.public void setHighlightDetailEvenRows(Boolean highlightDetailEvenRows)
Setter for the field highlightDetailEvenRows.
highlightDetailEvenRows - a Boolean object.public Boolean getIgnorePagination()
Getter for the field ignorePagination.
Boolean object.public void setIgnorePagination(Boolean ignorePagination)
Setter for the field ignorePagination.
ignorePagination - a Boolean object.public Boolean getTableOfContents()
Getter for the field tableOfContents.
Boolean object.public void setTableOfContents(Boolean tableOfContents)
Setter for the field tableOfContents.
tableOfContents - a Boolean object.public void setPage(AdhocPage page)
Setter for the field page.
page - a AdhocPage object.public List<AdhocColumn> getColumns()
Getter for the field columns.
List object.public void setColumns(List<AdhocColumn> columns)
Setter for the field columns.
columns - a List object.public AdhocColumn getColumn(String name)
getColumn.
name - a String object.AdhocColumn object.public void addColumn(AdhocColumn column)
addColumn.
column - a AdhocColumn object.public List<AdhocGroup> getGroups()
Getter for the field groups.
List object.public void setGroups(List<AdhocGroup> groups)
Setter for the field groups.
groups - a List object.public void addGroup(AdhocGroup group)
addGroup.
group - a AdhocGroup object.public void setSorts(List<AdhocSort> sorts)
Setter for the field sorts.
sorts - a List object.public List<AdhocSubtotal> getSubtotals()
Getter for the field subtotals.
List object.public void setSubtotals(List<AdhocSubtotal> subtotals)
Setter for the field subtotals.
subtotals - a List object.public void addSubtotal(AdhocSubtotal subtotal)
addSubtotal.
subtotal - a AdhocSubtotal object.public List<AdhocComponent> getComponents()
Getter for the field components.
List object.public void setComponents(List<AdhocComponent> components)
Setter for the field components.
components - a List object.public AdhocComponent getComponent(String key)
getComponent.
key - a String object.AdhocComponent object.public void addComponent(AdhocComponent component)
addComponent.
component - a AdhocComponent object.public void setComponent(String key, AdhocComponent component)
setComponent.
key - a String object.component - a AdhocComponent object.public AdhocProperties getProperties()
Getter for the field properties.
AdhocProperties object.public void setProperties(AdhocProperties properties)
Setter for the field properties.
properties - a AdhocProperties object.public <T> T getProperty(String key)
getProperty.
T - a T object.key - a String object.public AdhocReport clone()
Copyright © 2010–2021. All rights reserved.