|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbreport.model.AbstractGroup
jdbreport.model.TreeRowGroup
jdbreport.model.DetailGroup
public class DetailGroup
Field Summary |
---|
Fields inherited from interface jdbreport.model.Group |
---|
GROUP_DETAIL, ROW_DETAIL, ROW_FOOTER, ROW_GROUP_FOOTER, ROW_GROUP_HEADER, ROW_NONE, ROW_PAGE_FOOTER, ROW_PAGE_HEADER, ROW_TITLE, typeNames |
Constructor Summary | |
---|---|
DetailGroup(GroupsGroup parent)
|
Method Summary | |
---|---|
Group |
addGroup(int type)
|
int |
addGroup(int index,
Group group)
|
boolean |
addKey(GroupKey groupKey)
|
void |
addRow(int index,
TableRow row)
|
boolean |
changeGroupKey(KeyComparator keyComparator)
|
void |
clear()
Removes all groups and rows from group |
void |
clearKeys()
|
Integer |
getCurrentRow()
Number of current row in current group of detailing Current value VAR_ROW. |
Map<String,BufferedDataSet> |
getDsList()
|
int |
getFirstDetailGroup()
|
RowsGroup |
getFooterGroup()
|
RowsGroup |
getHeaderGroup()
|
GroupKey |
getKey(int index)
|
int |
getKeyCount()
|
int |
getLastDetailGroup()
|
int |
getMaxRowCount()
Returns the maximum number of rows in the group |
int |
getMinRowCount()
|
int |
getType()
|
String |
getTypeName()
|
void |
incGenRowCount()
|
void |
initGroupKey(KeyComparator keyComparator)
|
boolean |
isEof()
|
boolean |
isRepeateHeader()
|
boolean |
maxRowLimit()
Tests for the maximum number of rows |
boolean |
minRowLimit()
Tests for the minimum number of rows |
void |
replaceDataSet(BufferedDataSet ds)
|
void |
setMaxRowCount(int count)
Sets the maximum number of rows in the group |
void |
setMinRowCount(int count)
Sets the minimum number of rows in the group |
void |
setRepeateHeader(boolean repeate)
|
void |
updateDataSet(Map<String,BufferedDataSet> map)
|
Methods inherited from class jdbreport.model.TreeRowGroup |
---|
createRowGroup, findGroup, getAllGroupIterator, getChild, getChildCount, getChildIndex, getChildList, getFirstGroupRow, getGroup, getGroup, getGroupIterator, getHeight, getRowCount, getTotalResult, getVisibleRowIterator, iterator, remove |
Methods inherited from class jdbreport.model.AbstractGroup |
---|
getIndexPath, getLevel, getParent, getPath, isVisible, rowTypeToString, setParent, setVisible, stringToRowType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jdbreport.model.Group |
---|
getIndexPath, getLevel, getParent, getPath, isVisible, setVisible |
Constructor Detail |
---|
public DetailGroup(GroupsGroup parent)
Method Detail |
---|
public boolean isRepeateHeader()
public void setRepeateHeader(boolean repeate)
public Group addGroup(int type)
public int addGroup(int index, Group group)
addGroup
in class TreeRowGroup
public void addRow(int index, TableRow row)
public boolean addKey(GroupKey groupKey)
public void clearKeys()
public GroupKey getKey(int index)
public int getKeyCount()
public int getType()
public int getFirstDetailGroup()
public int getLastDetailGroup()
public RowsGroup getHeaderGroup()
public RowsGroup getFooterGroup()
public boolean isEof()
public void replaceDataSet(BufferedDataSet ds) throws ReportException
ReportException
public void updateDataSet(Map<String,BufferedDataSet> map) throws ReportException
ReportException
public String getTypeName()
public boolean changeGroupKey(KeyComparator keyComparator) throws ReportException
ReportException
public void initGroupKey(KeyComparator keyComparator) throws ReportException
ReportException
public Map<String,BufferedDataSet> getDsList()
public void clear()
Group
public Integer getCurrentRow()
public void incGenRowCount()
public int getMaxRowCount()
public void setMaxRowCount(int count)
count
- maximum number of rowspublic int getMinRowCount()
public void setMinRowCount(int count)
count
- public boolean maxRowLimit()
public boolean minRowLimit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |