com.sapportals.wcm.rendering.uicommand
Interface IUIMenuCommand
- All Superinterfaces:
- IUIBaseCommand
- All Known Implementing Classes:
- UIMenuCommand
- public interface IUIMenuCommand
- extends IUIBaseCommand
Description of the Interface
| 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()
Gets the command attribute of the IUIMenuCommand object |
boolean |
isDefault()
|
boolean |
isEnabled()
Gets the enabled attribute of the IUIMenuCommand object |
boolean |
isExpanded()
Gets the expanded attribute of the IUIMenuCommand object |
boolean |
isIncluded()
Gets the include attribute of the IUIMenuCommand object |
boolean |
isMandatory()
Gets the mandatory attribute of the IUIMenuCommand object |
void |
setDefault(boolean flag)
|
void |
setEnabled(boolean enabled)
Sets the enabled attribute of the IUIMenuCommand object |
void |
setExpanded(boolean expanded)
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 |
void |
setIncluded(boolean included)
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 |
void |
setMandatory(boolean mandatory)
Sets the mandatory attribute of the IUIMenuCommand object |
| Methods inherited from interface com.sapportals.wcm.rendering.base.IUIBaseCommand |
getComponent, getConfigurationProperties, getParameters, getReplaceCommands, getText, setConfigurationProperties, setLabelBundleKey, setParameters, setProxy, setReplaceCommands, setResource, setResourceBundle, setResourceContext, setTooltipBundleKey |
setMandatory
public void setMandatory(boolean mandatory)
- Sets the mandatory attribute of the IUIMenuCommand object
- Parameters:
mandatory - The new mandatory value
isMandatory
public boolean isMandatory()
- Gets the mandatory attribute of the IUIMenuCommand object
- Returns:
- The mandatory value
setEnabled
public void setEnabled(boolean enabled)
- Sets the enabled attribute of the IUIMenuCommand object
- Parameters:
enabled - The new enabled value
isEnabled
public boolean isEnabled()
- Gets the enabled attribute of the IUIMenuCommand object
- Returns:
- The enabled value
getCommand
public IUIBaseCommand getCommand()
- Gets the command attribute of the IUIMenuCommand object
- Returns:
- The command value
setExpanded
public void setExpanded(boolean expanded)
- 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
public boolean isExpanded()
- Gets the expanded attribute of the IUIMenuCommand object
- Returns:
- The expanded value
setIncluded
public void setIncluded(boolean included)
- 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
isIncluded
public boolean isIncluded()
- Gets the include attribute of the IUIMenuCommand object
- Returns:
- The include value
isDefault
public boolean isDefault()
setDefault
public void setDefault(boolean flag)
Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.