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 String
PROPERTY_CELL
static String
PROPERTY_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 Object
clone()
Cell
getCell()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.String
getGroupName()
void
setCell(Cell cell)
void
setGroupName(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:
getGroupName
in interfaceGroupCell
-
setGroupName
public void setGroupName(String groupName)
-
setCell
public void setCell(Cell cell)
-
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
-
-