|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.SearchResultFormatter.ModifyFaultClickListener
class SearchResultFormatter.ModifyFaultClickListener
An inner class which is called when the user presses the modification link and will result in the modification panel being called and being set up with the details of the fault which has been selected being available to be modified.
Field Summary | |
---|---|
private int |
FaultNumber
This is the fault number of the fault which this object is associated with |
private com.google.gwt.user.client.ui.TabPanel |
MainTabPanel
This is the main tab panel of the application |
private ModifyFormPanel |
ModifyFormPage
The tab panel which contains the faults which are currently being updated |
Constructor Summary | |
---|---|
SearchResultFormatter.ModifyFaultClickListener(int FaultNumber,
ModifyFormPanel ModifyFormPage,
com.google.gwt.user.client.ui.TabPanel MainTabPanel)
|
Method Summary | |
---|---|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
Callback method which is called when the user clicks on a print fault link |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ModifyFormPanel ModifyFormPage
private final int FaultNumber
private final com.google.gwt.user.client.ui.TabPanel MainTabPanel
Constructor Detail |
---|
SearchResultFormatter.ModifyFaultClickListener(int FaultNumber, ModifyFormPanel ModifyFormPage, com.google.gwt.user.client.ui.TabPanel MainTabPanel)
Method Detail |
---|
public void onClick(com.google.gwt.user.client.ui.Widget sender)
onClick
in interface com.google.gwt.user.client.ui.ClickListener
sender
- This is the widget that caused this event to be raised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |