|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.SearchResultFormatter.PrintFaultClickListener
class SearchResultFormatter.PrintFaultClickListener
Inner class which is used to allow the user to print out a fault should he wish to
Field Summary | |
---|---|
private int |
FaultNumber
This is the fault number which will be printed by this instance of the dialog. |
private PrintFaultDialog |
printFaultDialog
This is the instance of the print dialogue which will be used by this user to select the printer that he wants to be used to print the fault. |
Constructor Summary | |
---|---|
SearchResultFormatter.PrintFaultClickListener(int FaultNumber)
Constructor |
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 PrintFaultDialog printFaultDialog
private final int FaultNumber
Constructor Detail |
---|
SearchResultFormatter.PrintFaultClickListener(int FaultNumber)
Method Detail |
---|
public void onClick(com.google.gwt.user.client.ui.Widget sender)
onClick
in interface com.google.gwt.user.client.ui.ClickListener
sender
- The widget which resulted in this callback
being called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |