|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
GWTApplication.client.FaultDBForm
GWTApplication.client.ModifyFaultSubscriptionListDialog
public class ModifyFaultSubscriptionListDialog
This class will allow the user to review the list of faults which he has subscribed to recieve emails for so he can opt out of recieving emails for faults that he has previosuly subscribed to.
Field Summary | |
---|---|
private com.google.gwt.user.client.ui.Button |
CancelButton
This is the cancel button widget |
private com.google.gwt.user.client.ui.DialogBox |
ChangeFaultsSubscribedToDialog
This is the main dialog box which will be displayed |
private com.google.gwt.user.client.ui.Button |
SubmitButton
This is the submit button widget |
private java.util.HashMap |
SubmitCheckBoxList
This is a hashmap of all of the checkboxes which are included in the list of faults which have been subscribed to. |
private com.google.gwt.user.client.ui.Grid |
SubscribedFaultsTable
This is the grid that contains all of the faults. |
private com.google.gwt.user.client.ui.Button |
UnsubscribeAllButton
Unsubscribe all |
Fields inherited from class GWTApplication.client.FaultDBForm |
---|
busyIndicator, internationalizationConstants, NOLENGTHCHECK, PrinterList, svc, UserAuthentication |
Constructor Summary | |
---|---|
ModifyFaultSubscriptionListDialog(FaultServiceAsync svc,
AuthenticationDetails authenticationDetails)
Constructor |
Method Summary | |
---|---|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
This is the click handler which is called when the user calls presses one of the buttons on the dialog. |
void |
showChangeFaultsSubscribedToDialog()
Displays the dialog which will allow the user to change his password. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement, getWidget, initWidget, isAttached, onAttach, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
doAttachChildren, doDetachChildren, getParent, onBrowserEvent, onLoad, onUnload, removeFromParent, setElement |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private com.google.gwt.user.client.ui.Button UnsubscribeAllButton
private com.google.gwt.user.client.ui.Button SubmitButton
private com.google.gwt.user.client.ui.Button CancelButton
private com.google.gwt.user.client.ui.Grid SubscribedFaultsTable
private com.google.gwt.user.client.ui.DialogBox ChangeFaultsSubscribedToDialog
private java.util.HashMap SubmitCheckBoxList
Constructor Detail |
---|
ModifyFaultSubscriptionListDialog(FaultServiceAsync svc, AuthenticationDetails authenticationDetails)
svc
- Used to communicate with the remote servlet
container.authenticationDetails
- Authentication details of the
current user.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 raised the event.public void showChangeFaultsSubscribedToDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |