public class DRSubtotal<T> extends Object implements DRISubtotal<T>
DRSubtotal class.
Constructor and Description |
---|
DRSubtotal(DRColumn<?> showInColumn)
Constructor for DRSubtotal.
|
Modifier and Type | Method and Description |
---|---|
DRGroup |
getGroup()
getGroup.
|
DRIExpression<?> |
getLabelExpression()
getLabelExpression.
|
Position |
getLabelPosition()
getLabelPosition.
|
DRIReportStyle |
getLabelStyle()
getLabelStyle.
|
Integer |
getLabelWidth()
getLabelWidth.
|
ComponentDimensionType |
getLabelWidthType()
getLabelWidthType.
|
String |
getName()
getName.
|
SubtotalPosition |
getPosition()
getPosition.
|
DRColumn<?> |
getShowInColumn()
getShowInColumn.
|
Class<? super T> |
getValueClass()
getValueClass.
|
DRTextField<T> |
getValueField()
getValueField.
|
void |
setGroup(DRGroup group)
Setter for the field
group . |
void |
setLabelExpression(DRIExpression<?> labelExpression)
Setter for the field
labelExpression . |
void |
setLabelPosition(Position labelPosition)
Setter for the field
labelPosition . |
void |
setLabelStyle(DRIReportStyle labelStyle)
Setter for the field
labelStyle . |
void |
setLabelWidth(Integer labelWidth)
Setter for the field
labelWidth . |
void |
setLabelWidthType(ComponentDimensionType labelWidthType)
Setter for the field
labelWidthType . |
void |
setPosition(SubtotalPosition position)
Setter for the field
position . |
void |
setShowInColumn(DRColumn<?> showInColumn)
Setter for the field
showInColumn . |
public DRColumn<?> getShowInColumn()
getShowInColumn.
getShowInColumn
in interface DRISubtotal<T>
DRIColumn
object.public void setShowInColumn(DRColumn<?> showInColumn)
Setter for the field showInColumn
.
showInColumn
- a DRColumn
object.public DRTextField<T> getValueField()
getValueField.
getValueField
in interface DRISubtotal<T>
DRITextField
object.public DRIExpression<?> getLabelExpression()
getLabelExpression.
getLabelExpression
in interface DRISubtotal<T>
DRIExpression
object.public void setLabelExpression(DRIExpression<?> labelExpression)
Setter for the field labelExpression
.
labelExpression
- a DRIExpression
object.public DRIReportStyle getLabelStyle()
getLabelStyle.
getLabelStyle
in interface DRISubtotal<T>
DRIReportStyle
object.public void setLabelStyle(DRIReportStyle labelStyle)
Setter for the field labelStyle
.
labelStyle
- a DRIReportStyle
object.public Position getLabelPosition()
getLabelPosition.
getLabelPosition
in interface DRISubtotal<T>
Position
object.public void setLabelPosition(Position labelPosition)
Setter for the field labelPosition
.
labelPosition
- a Position
object.public Integer getLabelWidth()
getLabelWidth.
getLabelWidth
in interface DRISubtotal<T>
Integer
object.public void setLabelWidth(Integer labelWidth)
Setter for the field labelWidth
.
labelWidth
- a Integer
object.public ComponentDimensionType getLabelWidthType()
getLabelWidthType.
getLabelWidthType
in interface DRISubtotal<T>
ComponentDimensionType
object.public void setLabelWidthType(ComponentDimensionType labelWidthType)
Setter for the field labelWidthType
.
labelWidthType
- a ComponentDimensionType
object.public SubtotalPosition getPosition()
getPosition.
getPosition
in interface DRISubtotal<T>
SubtotalPosition
object.public void setPosition(SubtotalPosition position)
Setter for the field position
.
position
- a SubtotalPosition
object.public DRGroup getGroup()
getGroup.
getGroup
in interface DRISubtotal<T>
DRIGroup
object.public void setGroup(DRGroup group)
Setter for the field group
.
group
- a DRGroup
object.public String getName()
getName.
public Class<? super T> getValueClass()
getValueClass.
getValueClass
in interface DRIExpression<T>
Class
object.Copyright © 2010–2021. All rights reserved.