Class StandardGroupCell
- java.lang.Object
-
- net.sf.jasperreports.components.table.StandardGroupCell
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,GroupCell,JRChangeEventsSupport,JRCloneable
public class StandardGroupCell extends java.lang.Object implements GroupCell, java.io.Serializable, JRChangeEventsSupport
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_CELLstatic java.lang.StringPROPERTY_GROUP_NAME
-
Constructor Summary
Constructors Constructor Description StandardGroupCell()StandardGroupCell(java.lang.String groupName, Cell cell)StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()CellgetCell()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.java.lang.StringgetGroupName()voidsetCell(Cell cell)voidsetGroupName(java.lang.String groupName)
-
-
-
Field Detail
-
PROPERTY_GROUP_NAME
public static final java.lang.String PROPERTY_GROUP_NAME
- See Also:
- Constant Field Values
-
PROPERTY_CELL
public static final java.lang.String PROPERTY_CELL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardGroupCell
public StandardGroupCell()
-
StandardGroupCell
public StandardGroupCell(java.lang.String groupName, Cell cell)
-
StandardGroupCell
public StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
-
-
Method Detail
-
getGroupName
public java.lang.String getGroupName()
- Specified by:
getGroupNamein interfaceGroupCell
-
setGroupName
public void setGroupName(java.lang.String groupName)
-
setCell
public void setCell(Cell cell)
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
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
-
-