|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.SearchResultFormatter.CloseFaultClickListener
class SearchResultFormatter.CloseFaultClickListener
An inner class which will allow the user to close down a fault. This is a listener class which is called when the user clicks upon the close fault link in the search results.
Field Summary | |
---|---|
private int |
faultNumber
This is the fault number which is associated with the fault to be closed |
private ModifyFormPanel |
modifyFormPage
This is the panel which is being used to update faults. |
(package private) com.google.gwt.user.client.ui.Hyperlink |
updateLink
This is the update link which is associated with a fault. |
Constructor Summary | |
---|---|
SearchResultFormatter.CloseFaultClickListener(int faultNumber,
ModifyFormPanel ModifyFormPage,
com.google.gwt.user.client.ui.Hyperlink UpdateLink)
Constructor |
Method Summary | |
---|---|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
Called when the user clicks upon the close fault link and results in the fault being closed down in the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int faultNumber
private final ModifyFormPanel modifyFormPage
com.google.gwt.user.client.ui.Hyperlink updateLink
Constructor Detail |
---|
public SearchResultFormatter.CloseFaultClickListener(int faultNumber, ModifyFormPanel ModifyFormPage, com.google.gwt.user.client.ui.Hyperlink UpdateLink)
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 which resulted in this
event being fired.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |