public class CancelButtonCommand extends AbstractButtonCommand
Constructor and Description |
---|
CancelButtonCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Close the current adapter (page).
|
int |
getKeyCode()
Get code of key to be pressed to trigger this command
|
java.lang.String |
getTitle()
Get the label to be used for this command
|
getAdapter, getLocale, setAdapter
public java.lang.String getTitle()
AbstractButtonCommand
getTitle
in class AbstractButtonCommand
public int getKeyCode()
AbstractButtonCommand
getKeyCode
in class AbstractButtonCommand
BaseConstants
public void execute()