BrightSide Workbench Full Report + Source Code
org.turro.jpa.model.GroupDefaultModel Class Referenceabstract
Inheritance diagram for org.turro.jpa.model.GroupDefaultModel:
Collaboration diagram for org.turro.jpa.model.GroupDefaultModel:

Public Member Functions

 GroupDefaultModel (List data, Comparator cmpr)
 

Protected Member Functions

boolean createGroupOpen (Object[] groupdata, int index, int col)
 
Object createGroupFoot (Object[] groupdata, int index, int col)
 
Object createGroupHead (Object[] groupdata, int index, int col)
 
void fireEvent (int type, int groupIndex, int index0, int index1)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file GroupDefaultModel.java.

Constructor & Destructor Documentation

◆ GroupDefaultModel()

org.turro.jpa.model.GroupDefaultModel.GroupDefaultModel ( List  data,
Comparator  cmpr 
)

Definition at line 30 of file GroupDefaultModel.java.

30  {
31  super(data, cmpr);
32  }

Member Function Documentation

◆ createGroupFoot()

Object org.turro.jpa.model.GroupDefaultModel.createGroupFoot ( Object[]  groupdata,
int  index,
int  col 
)
protected

Definition at line 40 of file GroupDefaultModel.java.

40  {
41  return super.createGroupFoot(groupdata, index, col);
42  }

◆ createGroupHead()

Object org.turro.jpa.model.GroupDefaultModel.createGroupHead ( Object[]  groupdata,
int  index,
int  col 
)
protected

Definition at line 45 of file GroupDefaultModel.java.

45  {
46  return super.createGroupHead(groupdata, index, col);
47  }

◆ createGroupOpen()

boolean org.turro.jpa.model.GroupDefaultModel.createGroupOpen ( Object[]  groupdata,
int  index,
int  col 
)
protected

Definition at line 35 of file GroupDefaultModel.java.

35  {
36  return super.createGroupOpen(groupdata, index, col);
37  }

◆ fireEvent()

void org.turro.jpa.model.GroupDefaultModel.fireEvent ( int  type,
int  groupIndex,
int  index0,
int  index1 
)
protected

Definition at line 50 of file GroupDefaultModel.java.

50  {
51  super.fireEvent(type, groupIndex, index0, index1);
52  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: