net.sf.jasperreports.components.table
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
- Version:
- $Id: StandardGroupCell.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
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
StandardGroupCell
public StandardGroupCell()
StandardGroupCell
public StandardGroupCell(String groupName,
Cell cell)
StandardGroupCell
public StandardGroupCell(GroupCell groupCell,
ColumnFactory columnFactory)
getCell
public Cell getCell()
- Specified by:
getCell in interface GroupCell
getGroupName
public String getGroupName()
- Specified by:
getGroupName in interface GroupCell
setGroupName
public void setGroupName(String groupName)
setCell
public void setCell(Cell cell)
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
Copyright © 2012. All Rights Reserved.