public abstract class AbstractButtonCommand
extends java.lang.Object
implements com.softwareag.cis.server.util.ICommand
Constructor and Description |
---|
AbstractButtonCommand() |
Modifier and Type | Method and Description |
---|---|
CommonAdapter |
getAdapter()
Get the adapter of the current command
|
abstract int |
getKeyCode()
Get code of key to be pressed to trigger this command
|
java.util.Locale |
getLocale()
Get the locale to be used for this ButtonCommand
|
abstract java.lang.String |
getTitle()
Get the label to be used for this command
|
void |
setAdapter(CommonAdapter adapter)
Set the adapter of the current command
|
public abstract java.lang.String getTitle()
public abstract int getKeyCode()
BaseConstants
public java.util.Locale getLocale()
public void setAdapter(CommonAdapter adapter)
adapter
- public CommonAdapter getAdapter()