Class StandardGroupRow
- java.lang.Object
-
- net.sf.jasperreports.components.table.StandardGroupRow
-
- All Implemented Interfaces:
Serializable,Cloneable,GroupRow,JRChangeEventsSupport,JRCloneable
public class StandardGroupRow extends Object implements GroupRow, Serializable, JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_GROUP_NAMEstatic StringPROPERTY_ROW
-
Constructor Summary
Constructors Constructor Description StandardGroupRow()StandardGroupRow(String groupName, Row row)StandardGroupRow(GroupRow groupRow, RowFactory rowFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.StringgetGroupName()RowgetRow()voidsetGroupName(String groupName)voidsetRow(Row row)
-
-
-
Field Detail
-
PROPERTY_GROUP_NAME
public static final String PROPERTY_GROUP_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ROW
public static final String PROPERTY_ROW
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardGroupRow
public StandardGroupRow()
-
StandardGroupRow
public StandardGroupRow(GroupRow groupRow, RowFactory rowFactory)
-
-
Method Detail
-
getGroupName
public String getGroupName()
- Specified by:
getGroupNamein interfaceGroupRow
-
setGroupName
public void setGroupName(String groupName)
-
setRow
public void setRow(Row row)
-
clone
public Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
-