|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Description of the Interface
| Field Summary | |
static java.lang.String |
ERR_MESSAGE_MISSING_CONFIG_ENTRY
Message for exception when config settings are missing for a IUIBaseCommand. |
static java.lang.String |
ERR_MESSAGE_WRONG_METHOD_CALL
Message for exception to show when a wrong method of a IUIBaseCommand was called. |
static java.lang.String |
KEY_INPUT_CONTROL_TEXT
|
static java.lang.String |
KEY_INPUT_CONTROL_TEXT_2
|
static java.lang.String |
KEY_INPUT_CONTROL_TEXT_2_DEFAULT_TEXT
|
static java.lang.String |
KEY_INPUT_CONTROL_TEXT_3
|
static java.lang.String |
KEY_INPUT_CONTROL_TEXT_DEFAULT_TEXT
|
static java.lang.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 java.lang.String |
KEY_MASS_EMBEDDED_COMMAND_TEXT
|
static java.lang.String |
KEY_MASS_EMBEDDED_COMMANT_TOOLTIP
|
static java.lang.String |
KEY_SINGLE_EMBEDDED_COMMAND_TEXT
|
static java.lang.String |
KEY_SINGLE_EMBEDDED_COMMAND_TOOLTIP
|
static java.lang.String |
KEY_TOOLTIP
|
static java.lang.String |
LINE_BREAK
Line break to format lists of information |
static java.lang.String[] |
TEXT_KEYS
|
static java.lang.String |
VALUE_EMPTY_STRING
|
| Method Summary | |
com.sapportals.htmlb.Component |
getComponent()
|
java.util.Properties |
getConfigurationProperties()
Gets the configurationProperties attribute of the IUIBaseCommand object |
java.util.Hashtable |
getParameters()
Gets the command parameters |
java.util.List |
getReplaceCommands()
gets the list of commands which will be ignored when the command is executable |
java.lang.String |
getText(TextKey key)
Gets the text for a givven text key |
void |
setConfigurationProperties(java.util.Properties properties)
|
void |
setLabelBundleKey(java.lang.String groupLabel)
Sets the labelBundleKey attribute of the IUIBaseCommand object |
void |
setParameters(java.util.Hashtable parameters)
Sets parameters for the command. |
void |
setProxy(AbstractProxyControl proxy)
Sets the proxy attribute of the IUIBaseCommand object |
void |
setReplaceCommands(java.util.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(java.lang.String groupTooltip)
Sets the tooltipBundleKey attribute of the IUIBaseCommand object |
| Field Detail |
public static final java.lang.String LINE_BREAK
public static final java.lang.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, classnamepublic static final java.lang.String ERR_MESSAGE_MISSING_CONFIG_ENTRY
public static final java.lang.String KEY_LABEL
public static final java.lang.String KEY_TOOLTIP
public static final java.lang.String KEY_INPUT_CONTROL_TEXT
public static final java.lang.String KEY_INPUT_CONTROL_TEXT_DEFAULT_TEXT
public static final java.lang.String KEY_INPUT_CONTROL_TEXT_2_DEFAULT_TEXT
public static final java.lang.String KEY_INPUT_CONTROL_TEXT_2
public static final java.lang.String KEY_INPUT_CONTROL_TEXT_3
public static final java.lang.String KEY_SINGLE_EMBEDDED_COMMAND_TEXT
public static final java.lang.String KEY_SINGLE_EMBEDDED_COMMAND_TOOLTIP
public static final java.lang.String KEY_MASS_EMBEDDED_COMMAND_TEXT
public static final java.lang.String KEY_MASS_EMBEDDED_COMMANT_TOOLTIP
public static final java.lang.String VALUE_EMPTY_STRING
public static final java.lang.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(java.lang.String groupLabel)
groupLabel - The new labelBundleKey valuepublic void setTooltipBundleKey(java.lang.String groupTooltip)
groupTooltip - The new tooltipBundleKey valuepublic java.lang.String getText(TextKey key)
key - the input TextKeypublic void setConfigurationProperties(java.util.Properties properties)
properties - The new configurationProperties valuepublic java.util.Properties getConfigurationProperties()
public com.sapportals.htmlb.Component getComponent()
public void setProxy(AbstractProxyControl proxy)
proxy - The new proxy valuepublic void setResourceContext(IResourceContext context)
context - The new resourceContext valuepublic java.util.List getReplaceCommands()
public void setReplaceCommands(java.util.List replaceCommandsList)
replaceCommandsList - The new replaceCommands valuepublic void setParameters(java.util.Hashtable parameters)
parameter - The new parameters valuepublic java.util.Hashtable getParameters()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||