edu.mayo.bsi.ngsportal.client
Class CommandClickHandler
java.lang.Object
edu.mayo.bsi.ngsportal.client.CommandClickHandler
- All Implemented Interfaces:
- com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.event.shared.EventHandler, com.google.gwt.user.client.Command, com.smartgwt.client.widgets.form.fields.events.ClickHandler
public class CommandClickHandler
- extends Object
- implements com.google.gwt.user.client.Command, com.smartgwt.client.widgets.events.ClickHandler, com.google.gwt.event.dom.client.ClickHandler, com.smartgwt.client.widgets.form.fields.events.ClickHandler
@author Gregory Dougherty
|
Constructor Summary |
CommandClickHandler(com.google.gwt.user.client.Command theCommand,
com.smartgwt.client.widgets.Window dialogBox)
|
CommandClickHandler(com.google.gwt.user.client.Command theCommand,
com.smartgwt.client.widgets.Window dialogBox,
Validate validator)
|
|
Method Summary |
void |
execute()
|
void |
onClick(com.smartgwt.client.widgets.events.ClickEvent event)
|
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
onClick(com.smartgwt.client.widgets.form.fields.events.ClickEvent event)
|
CommandClickHandler
public CommandClickHandler(com.google.gwt.user.client.Command theCommand,
com.smartgwt.client.widgets.Window dialogBox)
- Parameters:
theCommand - Command to execute, can be nulldialogBox - Dialog Box to hide
CommandClickHandler
public CommandClickHandler(com.google.gwt.user.client.Command theCommand,
com.smartgwt.client.widgets.Window dialogBox,
Validate validator)
- Parameters:
theCommand - Command to execute, can be nulldialogBox - Dialog Box to hidevalidator - Routine to call to figure out if the dialog is read to be finished
onClick
public void onClick(com.smartgwt.client.widgets.events.ClickEvent event)
onClick
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
public void onClick(com.smartgwt.client.widgets.form.fields.events.ClickEvent event)
- Specified by:
onClick in interface com.smartgwt.client.widgets.form.fields.events.ClickHandler
execute
public void execute()
- Specified by:
execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand- Specified by:
execute in interface com.google.gwt.user.client.Command