BrightSide Workbench Full Report + Source Code
org.turro.contacts.mydata.MyDataComposer Class Reference
Inheritance diagram for org.turro.contacts.mydata.MyDataComposer:
Collaboration diagram for org.turro.contacts.mydata.MyDataComposer:

Public Member Functions

void onClick $save ()
 
void doFinally () throws Exception
 

Detailed Description

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

Definition at line 53 of file MyDataComposer.java.

Member Function Documentation

◆ $save()

void onClick org.turro.contacts.mydata.MyDataComposer.$save ( )

Definition at line 59 of file MyDataComposer.java.

59  {
60  try {
61  myDataList.saveItems();
62  Authentication.reauthenticate();
63  Clients.showNotification(I_.get("Saved"));
64  } catch (IOException ex) {
65  Logger.getLogger(MyDataComposer.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(null), ex);
66  }
67  }
Here is the call graph for this function:

◆ doFinally()

void org.turro.contacts.mydata.MyDataComposer.doFinally ( ) throws Exception

Definition at line 70 of file MyDataComposer.java.

70  {
71  super.doFinally();
72  myDataList = new MyDataList(Authentication.getIContact());
73  fillGrid();
74  }
Here is the call graph for this function:

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