net.sf.jasperreports.components.table
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
- Version:
- $Id: StandardGroupCell.java 3602 2010-03-19 14:53:30Z lucianc $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
StandardGroupCell
public StandardGroupCell()
StandardGroupCell
public StandardGroupCell(java.lang.String groupName,
Cell cell)
StandardGroupCell
public StandardGroupCell(GroupCell groupCell,
ColumnFactory columnFactory)
getCell
public Cell getCell()
- Specified by:
getCell
in interface GroupCell
getGroupName
public java.lang.String getGroupName()
- Specified by:
getGroupName
in interface GroupCell
setGroupName
public void setGroupName(java.lang.String groupName)
setCell
public void setCell(Cell cell)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface JRCloneable
- Overrides:
clone
in class java.lang.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
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com