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 String
PROPERTY_GROUP_NAME
static String
PROPERTY_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 Object
clone()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.String
getGroupName()
Row
getRow()
void
setGroupName(String groupName)
void
setRow(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:
getGroupName
in interfaceGroupRow
-
setGroupName
public void setGroupName(String groupName)
-
setRow
public void setRow(Row row)
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-
-