Class StandardGroupCell
java.lang.Object
net.sf.jasperreports.components.table.StandardGroupCell
- All Implemented Interfaces:
Serializable,Cloneable,GroupCell,JRChangeEventsSupport,JRCloneable
public class StandardGroupCell
extends Object
implements GroupCell, Serializable, JRChangeEventsSupport
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardGroupCell(String groupName, Cell cell) StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory) -
Method Summary
Modifier and TypeMethodDescriptionclone()getCell()Returns the property change support object for this instance.voidvoidsetGroupName(String groupName)
-
Field Details
-
PROPERTY_GROUP_NAME
- See Also:
-
PROPERTY_CELL
- See Also:
-
-
Constructor Details
-
StandardGroupCell
public StandardGroupCell() -
StandardGroupCell
-
StandardGroupCell
-
-
Method Details
-
getCell
-
getGroupName
- Specified by:
getGroupNamein interfaceGroupCell
-
setGroupName
-
setCell
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
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
-