Classes | |
class | ReceiptItemSummary |
Public Member Functions | |
ReceiptItemModel (List data, Grid grid) | |
Public Member Functions inherited from org.turro.jpa.model.GroupModelManager | |
GroupModelManager (List list, Comparator comparator, Grid grid) | |
void | removeItem (IDaoEntity object) |
void | addItem (IDaoEntity object) |
void | replaceItem (IDaoEntity object) |
void | removeGroupsDataListener (GroupsDataListener l) |
void | addGroupsDataListener (GroupsDataListener l) |
void | sort (Comparator cmpr, boolean ascending, int col) |
boolean | addOpenGroup (int groupIndex) |
boolean | removeOpenGroup (int groupIndex) |
boolean | isGroupOpened (int groupIndex) |
boolean | hasGroupfoot (int groupIndex) |
void | group (Comparator cmpr, boolean ascending, int col) |
Object | getGroupfoot (int groupIndex) |
int | getGroupCount () |
Object | getGroup (int groupIndex) |
int | getChildCount (int groupIndex) |
Object | getChild (int groupIndex, int index) |
Protected Member Functions | |
Object | createGroupFoot (Object[] groupdata, int index, int col) |
Object | createGroupHead (Object[] groupdata, int index, int col) |
Protected Member Functions inherited from org.turro.jpa.model.GroupModelManager | |
void | fireEvent (int type, int groupIndex, int index0, int index1) |
boolean | createGroupClose (Object[] groupdata, int index, int col) |
Definition at line 30 of file ReceiptItemModel.java.
org.turro.erp.purchase.ReceiptItemModel.ReceiptItemModel | ( | List | data, |
Grid | grid | ||
) |
Definition at line 39 of file ReceiptItemModel.java.
|
protected |
Reimplemented from org.turro.jpa.model.GroupModelManager.
Definition at line 44 of file ReceiptItemModel.java.
|
protected |
Reimplemented from org.turro.jpa.model.GroupModelManager.
Definition at line 59 of file ReceiptItemModel.java.