com.sapportals.wcm.rendering.uicommand

Interface IUIMenuCommand

All Superinterfaces:
IUIBaseCommand
All Known Implementing Classes:
UIMenuCommand

Deprecated. As of NetWeaver 7.1

public interface IUIMenuCommand
extends IUIBaseCommand

Description of the Interface


Field Summary
 
Fields inherited from interface com.sapportals.wcm.rendering.base.IUIBaseCommand
ERR_MESSAGE_MISSING_CONFIG_ENTRY, ERR_MESSAGE_WRONG_METHOD_CALL, KEY_INPUT_CONTROL_TEXT, KEY_INPUT_CONTROL_TEXT_2, KEY_INPUT_CONTROL_TEXT_2_DEFAULT_TEXT, KEY_INPUT_CONTROL_TEXT_3, KEY_INPUT_CONTROL_TEXT_DEFAULT_TEXT, KEY_LABEL, KEY_MASS_EMBEDDED_COMMAND_TEXT, KEY_MASS_EMBEDDED_COMMANT_TOOLTIP, KEY_SINGLE_EMBEDDED_COMMAND_TEXT, KEY_SINGLE_EMBEDDED_COMMAND_TOOLTIP, KEY_TOOLTIP, LINE_BREAK, TEXT_KEYS, VALUE_EMPTY_STRING
 
Method Summary
 IUIBaseCommand getCommand()
          Deprecated. As of NetWeaver 7.1
 boolean isDefault()
          Deprecated. As of NetWeaver 7.1
 boolean isEnabled()
          Deprecated. As of NetWeaver 7.1
 boolean isExpanded()
          Deprecated. As of NetWeaver 7.1
 boolean isIncluded()
          Deprecated. As of NetWeaver 7.1
 boolean isMandatory()
          Deprecated. As of NetWeaver 7.1
 void setDefault(boolean flag)
          Deprecated. As of NetWeaver 7.1
 void setEnabled(boolean enabled)
          Deprecated. As of NetWeaver 7.1
 void setExpanded(boolean expanded)
          Deprecated. As of NetWeaver 7.1
 void setIncluded(boolean included)
          Deprecated. As of NetWeaver 7.1
 void setMandatory(boolean mandatory)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from interface com.sapportals.wcm.rendering.base.IUIBaseCommand
getComponent, getConfigurationProperties, getParameters, getReplaceCommands, getText, setConfigurationProperties, setLabelBundleKey, setParameters, setProxy, setReplaceCommands, setResource, setResourceBundle, setResourceContext, setTooltipBundleKey
 

Method Detail

setMandatory

void setMandatory(boolean mandatory)
Deprecated. As of NetWeaver 7.1

Sets the mandatory attribute of the IUIMenuCommand object

Parameters:
mandatory - The new mandatory value

isMandatory

boolean isMandatory()
Deprecated. As of NetWeaver 7.1

Gets the mandatory attribute of the IUIMenuCommand object

Returns:
The mandatory value

setEnabled

void setEnabled(boolean enabled)
Deprecated. As of NetWeaver 7.1

Sets the enabled attribute of the IUIMenuCommand object

Parameters:
enabled - The new enabled value

isEnabled

boolean isEnabled()
Deprecated. As of NetWeaver 7.1

Gets the enabled attribute of the IUIMenuCommand object

Returns:
The enabled value

getCommand

IUIBaseCommand getCommand()
Deprecated. As of NetWeaver 7.1

Gets the command attribute of the IUIMenuCommand object

Returns:
The command value

setExpanded

void setExpanded(boolean expanded)
Deprecated. As of NetWeaver 7.1

Sets the expanded attribute of the IUIMenuCommand object When command group is expanded, then its command will be rendered in the same hover menu generating a hover separator before the first command; otherwise a subhover menu will be rendered

Parameters:
expanded - The new expanded value

isExpanded

boolean isExpanded()
Deprecated. As of NetWeaver 7.1

Gets the expanded attribute of the IUIMenuCommand object

Returns:
The expanded value

setIncluded

void setIncluded(boolean included)
Deprecated. As of NetWeaver 7.1

Sets the include attribute of the IUIMenuCommand object When the command group is expanded and included, then no separator in hover menu will be rendered

Parameters:
included - The new expanded value

isIncluded

boolean isIncluded()
Deprecated. As of NetWeaver 7.1

Gets the include attribute of the IUIMenuCommand object

Returns:
The include value

isDefault

boolean isDefault()
Deprecated. As of NetWeaver 7.1


setDefault

void setDefault(boolean flag)
Deprecated. As of NetWeaver 7.1

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice