public class DRGroup extends Object implements DRIGroup
DRGroup class.
Constructor and Description |
---|
DRGroup(DRTextField<?> valueField)
Constructor for DRGroup.
|
DRGroup(String name,
DRTextField<?> valueField)
Constructor for DRGroup.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAddToTableOfContents()
getAddToTableOfContents.
|
DRBand |
getFooterBand()
getFooterBand.
|
GroupFooterPosition |
getFooterPosition()
getFooterPosition.
|
Boolean |
getGroupByDataType()
getGroupByDataType.
|
DRBand |
getHeaderBand()
getHeaderBand.
|
GroupHeaderLayout |
getHeaderLayout()
getHeaderLayout.
|
Boolean |
getHeaderWithSubtotal()
getHeaderWithSubtotal.
|
Boolean |
getHideColumn()
getHideColumn.
|
Boolean |
getKeepTogether()
getKeepTogether.
|
Integer |
getMinHeightToStartNewPage()
getMinHeightToStartNewPage.
|
String |
getName()
getName.
|
Integer |
getPadding()
getPadding.
|
DRIExpression<Boolean> |
getPrintSubtotalsWhenExpression()
getPrintSubtotalsWhenExpression.
|
Boolean |
getReprintHeaderOnEachPage()
getReprintHeaderOnEachPage.
|
Boolean |
getResetPageNumber()
getResetPageNumber.
|
Boolean |
getShowColumnHeaderAndFooter()
getShowColumnHeaderAndFooter.
|
Boolean |
getStartInNewColumn()
getStartInNewColumn.
|
Boolean |
getStartInNewPage()
getStartInNewPage.
|
DRIExpression<?> |
getTitleExpression()
getTitleExpression.
|
DRIReportStyle |
getTitleStyle()
getTitleStyle.
|
Integer |
getTitleWidth()
getTitleWidth.
|
DRTextField<?> |
getValueField()
getValueField.
|
void |
setAddToTableOfContents(Boolean addToTableOfContents)
Setter for the field
addToTableOfContents . |
void |
setFooterPosition(GroupFooterPosition footerPosition)
Setter for the field
footerPosition . |
void |
setGroupByDataType(Boolean groupByDataType)
Setter for the field
groupByDataType . |
void |
setHeaderLayout(GroupHeaderLayout headerLayout)
Setter for the field
headerLayout . |
void |
setHeaderWithSubtotal(Boolean headerWithSubtotal)
Setter for the field
headerWithSubtotal . |
void |
setHideColumn(Boolean hideColumn)
Setter for the field
hideColumn . |
void |
setKeepTogether(Boolean keepTogether)
Setter for the field
keepTogether . |
void |
setMinHeightToStartNewPage(Integer minHeightToStartNewPage)
Setter for the field
minHeightToStartNewPage . |
void |
setPadding(Integer padding)
Setter for the field
padding . |
void |
setPrintSubtotalsWhenExpression(DRIExpression<Boolean> printSubtotalsWhenExpression)
Setter for the field
printSubtotalsWhenExpression . |
void |
setReprintHeaderOnEachPage(Boolean reprintHeaderOnEachPage)
Setter for the field
reprintHeaderOnEachPage . |
void |
setResetPageNumber(Boolean resetPageNumber)
Setter for the field
resetPageNumber . |
void |
setShowColumnHeaderAndFooter(Boolean showColumnHeaderAndFooter)
Setter for the field
showColumnHeaderAndFooter . |
void |
setStartInNewColumn(Boolean startInNewColumn)
Setter for the field
startInNewColumn . |
void |
setStartInNewPage(Boolean startInNewPage)
Setter for the field
startInNewPage . |
void |
setTitleExpression(DRIExpression<?> titleExpression)
Setter for the field
titleExpression . |
void |
setTitleStyle(DRIReportStyle titleStyle)
Setter for the field
titleStyle . |
void |
setTitleWidth(Integer titleWidth)
Setter for the field
titleWidth . |
public DRGroup(DRTextField<?> valueField)
Constructor for DRGroup.
valueField
- a DRTextField
object.public DRGroup(String name, DRTextField<?> valueField)
Constructor for DRGroup.
name
- a String
object.valueField
- a DRTextField
object.public String getName()
getName.
public DRTextField<?> getValueField()
getValueField.
getValueField
in interface DRIGroup
DRITextField
object.public DRIExpression<?> getTitleExpression()
getTitleExpression.
getTitleExpression
in interface DRIGroup
DRIExpression
object.public void setTitleExpression(DRIExpression<?> titleExpression)
Setter for the field titleExpression
.
titleExpression
- a DRIExpression
object.public DRIReportStyle getTitleStyle()
getTitleStyle.
getTitleStyle
in interface DRIGroup
DRIReportStyle
object.public void setTitleStyle(DRIReportStyle titleStyle)
Setter for the field titleStyle
.
titleStyle
- a DRIReportStyle
object.public Integer getTitleWidth()
getTitleWidth.
getTitleWidth
in interface DRIGroup
Integer
object.public void setTitleWidth(Integer titleWidth)
Setter for the field titleWidth
.
titleWidth
- a Integer
object.public GroupHeaderLayout getHeaderLayout()
getHeaderLayout.
getHeaderLayout
in interface DRIGroup
GroupHeaderLayout
object.public void setHeaderLayout(GroupHeaderLayout headerLayout)
Setter for the field headerLayout
.
headerLayout
- a GroupHeaderLayout
object.public Boolean getHideColumn()
getHideColumn.
getHideColumn
in interface DRIGroup
Boolean
object.public void setHideColumn(Boolean hideColumn)
Setter for the field hideColumn
.
hideColumn
- a Boolean
object.public Boolean getGroupByDataType()
getGroupByDataType.
getGroupByDataType
in interface DRIGroup
Boolean
object.public void setGroupByDataType(Boolean groupByDataType)
Setter for the field groupByDataType
.
groupByDataType
- a Boolean
object.public Boolean getShowColumnHeaderAndFooter()
getShowColumnHeaderAndFooter.
getShowColumnHeaderAndFooter
in interface DRIGroup
Boolean
object.public void setShowColumnHeaderAndFooter(Boolean showColumnHeaderAndFooter)
Setter for the field showColumnHeaderAndFooter
.
showColumnHeaderAndFooter
- a Boolean
object.public Boolean getAddToTableOfContents()
getAddToTableOfContents.
getAddToTableOfContents
in interface DRIGroup
Boolean
object.public void setAddToTableOfContents(Boolean addToTableOfContents)
Setter for the field addToTableOfContents
.
addToTableOfContents
- a Boolean
object.public DRIExpression<Boolean> getPrintSubtotalsWhenExpression()
getPrintSubtotalsWhenExpression.
getPrintSubtotalsWhenExpression
in interface DRIGroup
DRIExpression
object.public void setPrintSubtotalsWhenExpression(DRIExpression<Boolean> printSubtotalsWhenExpression)
Setter for the field printSubtotalsWhenExpression
.
printSubtotalsWhenExpression
- a DRIExpression
object.public Integer getPadding()
getPadding.
getPadding
in interface DRIGroup
Integer
object.public void setPadding(Integer padding)
Setter for the field padding
.
padding
- a Integer
object.public Boolean getStartInNewPage()
getStartInNewPage.
getStartInNewPage
in interface DRIGroup
Boolean
object.public void setStartInNewPage(Boolean startInNewPage)
Setter for the field startInNewPage
.
startInNewPage
- a Boolean
object.public Boolean getStartInNewColumn()
getStartInNewColumn.
getStartInNewColumn
in interface DRIGroup
Boolean
object.public void setStartInNewColumn(Boolean startInNewColumn)
Setter for the field startInNewColumn
.
startInNewColumn
- a Boolean
object.public Boolean getReprintHeaderOnEachPage()
getReprintHeaderOnEachPage.
getReprintHeaderOnEachPage
in interface DRIGroup
Boolean
object.public void setReprintHeaderOnEachPage(Boolean reprintHeaderOnEachPage)
Setter for the field reprintHeaderOnEachPage
.
reprintHeaderOnEachPage
- a Boolean
object.public Boolean getResetPageNumber()
getResetPageNumber.
getResetPageNumber
in interface DRIGroup
Boolean
object.public void setResetPageNumber(Boolean resetPageNumber)
Setter for the field resetPageNumber
.
resetPageNumber
- a Boolean
object.public Integer getMinHeightToStartNewPage()
getMinHeightToStartNewPage.
getMinHeightToStartNewPage
in interface DRIGroup
Integer
object.public void setMinHeightToStartNewPage(Integer minHeightToStartNewPage)
Setter for the field minHeightToStartNewPage
.
minHeightToStartNewPage
- a Integer
object.public GroupFooterPosition getFooterPosition()
getFooterPosition.
getFooterPosition
in interface DRIGroup
GroupFooterPosition
object.public void setFooterPosition(GroupFooterPosition footerPosition)
Setter for the field footerPosition
.
footerPosition
- a GroupFooterPosition
object.public Boolean getKeepTogether()
getKeepTogether.
getKeepTogether
in interface DRIGroup
Boolean
object.public void setKeepTogether(Boolean keepTogether)
Setter for the field keepTogether
.
keepTogether
- a Boolean
object.public Boolean getHeaderWithSubtotal()
getHeaderWithSubtotal.
getHeaderWithSubtotal
in interface DRIGroup
Boolean
object.public void setHeaderWithSubtotal(Boolean headerWithSubtotal)
Setter for the field headerWithSubtotal
.
headerWithSubtotal
- a Boolean
object.public DRBand getHeaderBand()
getHeaderBand.
getHeaderBand
in interface DRIGroup
DRIBand
object.public DRBand getFooterBand()
getFooterBand.
getFooterBand
in interface DRIGroup
DRIBand
object.Copyright © 2010–2021. All rights reserved.