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 GroupCellpublic void setGroupName(String groupName)
public void setCell(Cell cell)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.