public class StandardGroupCell extends Object implements GroupCell, Serializable, JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CELL |
static String |
PROPERTY_GROUP_NAME |
Constructor and Description |
---|
StandardGroupCell() |
StandardGroupCell(GroupCell groupCell,
ColumnFactory columnFactory) |
StandardGroupCell(String groupName,
Cell cell) |
Modifier and Type | Method and 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) |
public static final String PROPERTY_GROUP_NAME
public static final String PROPERTY_CELL
public StandardGroupCell()
public StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
public String getGroupName()
getGroupName
in interface GroupCell
public void setGroupName(String groupName)
public void setCell(Cell cell)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2013. All Rights Reserved.