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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CELLstatic StringPROPERTY_GROUP_NAME
-
Constructor Summary
Constructors Constructor Description StandardGroupCell()StandardGroupCell(String groupName, Cell cell)StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()CellgetCell()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.StringgetGroupName()voidsetCell(Cell cell)voidsetGroupName(String groupName)
-
-
-
Field Detail
-
PROPERTY_GROUP_NAME
public static final String PROPERTY_GROUP_NAME
- See Also:
- Constant Field Values
-
PROPERTY_CELL
public static final String PROPERTY_CELL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardGroupCell
public StandardGroupCell()
-
StandardGroupCell
public StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
-
-
Method Detail
-
getGroupName
public String getGroupName()
- Specified by:
getGroupNamein interfaceGroupCell
-
setGroupName
public void setGroupName(String groupName)
-
setCell
public void setCell(Cell cell)
-
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
-
-