|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringCommand
Sibling to {Command}, whose execute(java.lang.String, com.google.gwt.user.client.Command) routine takes a String argument and a
Command to use
@author Gregory Dougherty
| Method Summary | |
|---|---|
void |
execute(String choice,
com.google.gwt.user.client.Command followUp)
A procedure that takes a string (generally the user's choice from a ComboBox in a dialog box) and a Command (generally something the user will execute after it deals with the String |
| Method Detail |
|---|
void execute(String choice,
com.google.gwt.user.client.Command followUp)
choice - A String, null to say no selection, otherwise the user's choice from a ComboBoxfollowUp - Command to execute if the user made a choice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||