|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Group
Field Summary | |
---|---|
static int |
GROUP_DETAIL
|
static int |
ROW_DETAIL
|
static int |
ROW_FOOTER
|
static int |
ROW_GROUP_FOOTER
|
static int |
ROW_GROUP_HEADER
|
static int |
ROW_NONE
|
static int |
ROW_PAGE_FOOTER
|
static int |
ROW_PAGE_HEADER
|
static int |
ROW_TITLE
|
static String[] |
typeNames
|
Method Summary | |
---|---|
void |
clear()
Removes all groups and rows from group |
Object |
getChild(int index)
|
int |
getChildCount()
|
int |
getChildIndex(Object child)
|
TableRow |
getFirstGroupRow()
|
RowsGroup |
getGroup(TableRow row)
|
int |
getHeight()
Returns group's height in pixels |
int[] |
getIndexPath()
|
int |
getLevel()
|
GroupsGroup |
getParent()
|
Group[] |
getPath()
|
int |
getRowCount()
Returns all TableRow objects in group |
double |
getTotalResult(int func,
int column)
Calculates the grand total by column and all rows |
int |
getType()
|
String |
getTypeName()
|
Iterator<TableRow> |
getVisibleRowIterator()
Returns all visible rows |
boolean |
isVisible()
|
Iterator<TableRow> |
iterator()
Returns all rows |
boolean |
remove(Object child)
|
void |
setVisible(boolean visible)
|
Field Detail |
---|
static final String[] typeNames
static final int ROW_NONE
static final int ROW_TITLE
static final int ROW_PAGE_HEADER
static final int ROW_GROUP_HEADER
static final int ROW_DETAIL
static final int ROW_GROUP_FOOTER
static final int ROW_PAGE_FOOTER
static final int ROW_FOOTER
static final int GROUP_DETAIL
Method Detail |
---|
int getType()
String getTypeName()
int getChildCount()
RowsGroup getGroup(TableRow row)
GroupsGroup getParent()
int getChildIndex(Object child)
boolean remove(Object child)
int getLevel()
int getRowCount()
TableRow getFirstGroupRow()
boolean isVisible()
void setVisible(boolean visible)
Iterator<TableRow> iterator()
iterator
in interface Iterable<TableRow>
Iterator<TableRow> getVisibleRowIterator()
int getHeight()
double getTotalResult(int func, int column)
func
- -
the total functions (sum, min, max, avg)column
- -
the column's number
void clear()
int[] getIndexPath()
Group[] getPath()
Object getChild(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |