|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Description of the Interface
| Field Summary | |
static String |
ERR_MESSAGE_MISSING_CONFIG_ENTRY
Message for exception when config settings are missing for a IUIBaseCommand. |
static String |
ERR_MESSAGE_WRONG_METHOD_CALL
Message for exception to show when a wrong method of a IUIBaseCommand was called. |
static String |
KEY_INPUT_CONTROL_TEXT
|
static String |
KEY_INPUT_CONTROL_TEXT_2
|
static String |
KEY_INPUT_CONTROL_TEXT_2_DEFAULT_TEXT
|
static String |
KEY_INPUT_CONTROL_TEXT_3
|
static String |
KEY_INPUT_CONTROL_TEXT_DEFAULT_TEXT
|
static String |
KEY_LABEL
Some Commands require a second screen to choose the resources that are needed to carry out the commands on the resources selected in the first screen. |
static String |
KEY_MASS_EMBEDDED_COMMAND_TEXT
|
static String |
KEY_MASS_EMBEDDED_COMMANT_TOOLTIP
|
static String |
KEY_SINGLE_EMBEDDED_COMMAND_TEXT
|
static String |
KEY_SINGLE_EMBEDDED_COMMAND_TOOLTIP
|
static String |
KEY_TOOLTIP
|
static String |
LINE_BREAK
Line break to format lists of information |
static String[] |
TEXT_KEYS
|
static String |
VALUE_EMPTY_STRING
|
| Method Summary | |
Component |
getComponent()
|
Properties |
getConfigurationProperties()
Gets the configurationProperties attribute of the IUIBaseCommand object |
Hashtable |
getParameters()
Gets the command parameters |
List |
getReplaceCommands()
gets the list of commands which will be ignored when the command is executable |
String |
getText(TextKey key)
Gets the text for a givven text key |
void |
setConfigurationProperties(Properties properties)
|
void |
setLabelBundleKey(String groupLabel)
Sets the labelBundleKey attribute of the IUIBaseCommand object |
void |
setParameters(Hashtable parameters)
Sets parameters for the command. |
void |
setProxy(AbstractProxyControl proxy)
Sets the proxy attribute of the IUIBaseCommand object |
void |
setReplaceCommands(List replaceCommandsList)
Sets the list of commands which will be ignored when the command is executable |
void |
setResource(IResource resource)
|
void |
setResourceBundle(ResourceBundles bundleFile)
|
void |
setResourceContext(IResourceContext context)
Sets the resourceContext for IUIBaseCommand |
void |
setTooltipBundleKey(String groupTooltip)
Sets the tooltipBundleKey attribute of the IUIBaseCommand object |
| Field Detail |
public static final String LINE_BREAK
public static final String ERR_MESSAGE_WRONG_METHOD_CALL
execute() for a command, that needs a complete screenflow
and cannot operate properly with this call. It has three parameters: methodname,
parameter-signature, classname
public static final String ERR_MESSAGE_MISSING_CONFIG_ENTRY
public static final String KEY_LABEL
public static final String KEY_TOOLTIP
public static final String KEY_INPUT_CONTROL_TEXT
public static final String KEY_INPUT_CONTROL_TEXT_DEFAULT_TEXT
public static final String KEY_INPUT_CONTROL_TEXT_2_DEFAULT_TEXT
public static final String KEY_INPUT_CONTROL_TEXT_2
public static final String KEY_INPUT_CONTROL_TEXT_3
public static final String KEY_SINGLE_EMBEDDED_COMMAND_TEXT
public static final String KEY_SINGLE_EMBEDDED_COMMAND_TOOLTIP
public static final String KEY_MASS_EMBEDDED_COMMAND_TEXT
public static final String KEY_MASS_EMBEDDED_COMMANT_TOOLTIP
public static final String VALUE_EMPTY_STRING
public static final String[] TEXT_KEYS
| Method Detail |
public void setResource(IResource resource)
resource - sets the resource the command shall operate onpublic void setResourceBundle(ResourceBundles bundleFile)
bundleFile - The new resourceBundle valuepublic void setLabelBundleKey(String groupLabel)
groupLabel - The new labelBundleKey valuepublic void setTooltipBundleKey(String groupTooltip)
groupTooltip - The new tooltipBundleKey valuepublic String getText(TextKey key)
key - the input TextKey
public void setConfigurationProperties(Properties properties)
properties - The new configurationProperties valuepublic Properties getConfigurationProperties()
public Component getComponent()
public void setProxy(AbstractProxyControl proxy)
proxy - The new proxy valuepublic void setResourceContext(IResourceContext context)
context - The new resourceContext valuepublic List getReplaceCommands()
public void setReplaceCommands(List replaceCommandsList)
replaceCommandsList - The new replaceCommands valuepublic void setParameters(Hashtable parameters)
public Hashtable getParameters()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||