public abstract class AbstractUIGroupCommand extends Object implements IUIGroupCommand
| Modifier and Type | Field and Description |
|---|---|
protected ResourceBundles |
bundleFile
Deprecated.
|
protected UIBaseCommandList |
commandsList
Deprecated.
|
protected Properties |
configproperties
Deprecated.
|
protected IResourceContext |
context
Deprecated.
|
protected String |
groupID
Deprecated.
|
protected String |
groupLabel
Deprecated.
|
protected String |
groupLabelBundleKey
Deprecated.
|
protected String |
groupTooltip
Deprecated.
|
protected String |
groupTooltipBundleKey
Deprecated.
|
protected List |
replaceCommand
Deprecated.
|
protected IResource |
resource
Deprecated.
|
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| Constructor and Description |
|---|
AbstractUIGroupCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkArchivingStauts(IResource resource)
Deprecated.
Read archiving status for the given resource and check it.
|
com.sapportals.htmlb.Component |
getComponent()
Deprecated.
As of NetWeaver 7.1
|
Properties |
getConfigurationProperties()
Deprecated.
As of NetWeaver 7.1
|
UIBaseCommandList |
getGroupCommandsList()
Deprecated.
As of NetWeaver 7.1
|
String |
getGroupID()
Deprecated.
As of NetWeaver 7.1
|
String |
getLabel()
Deprecated.
As of NetWeaver 7.1
|
String |
getLabelBundleKey()
Deprecated.
As of NetWeaver 7.1
|
UIBaseCommandList |
getListWithReplaceCommands(IResource resource,
AbstractProxyControl proxy)
Deprecated.
As of NetWeaver 7.1
|
Hashtable |
getParameters()
Deprecated.
As of NetWeaver 7.1
|
List |
getReplaceCommands()
Deprecated.
As of NetWeaver 7.1
|
ResourceBundles |
getResourceBundle()
Deprecated.
As of NetWeaver 7.1
|
UIBaseCommandList |
getResourceCommands(IResource resource,
AbstractProxyControl proxy)
Deprecated.
As of NetWeaver 7.1
|
IResourceContext |
getResourceContext()
Deprecated.
As of NetWeaver 7.1
|
String |
getText(TextKey key)
Deprecated.
As of NetWeaver 7.1
|
String |
getTooltip()
Deprecated.
As of NetWeaver 7.1
|
String |
getTooltipBundleKey()
Deprecated.
As of NetWeaver 7.1
|
void |
setConfigurationProperties(Properties properties)
Deprecated.
As of NetWeaver 7.1
|
void |
setGroupCommandsList(UIBaseCommandList groupCommandsList)
Deprecated.
As of NetWeaver 7.1
|
void |
setGroupID(String groupID)
Deprecated.
As of NetWeaver 7.1
|
void |
setLabel(String label)
Deprecated.
As of NetWeaver 7.1
|
void |
setLabelBundleKey(String groupLabelBundleKey)
Deprecated.
As of NetWeaver 7.1
|
void |
setParameters(Hashtable parameters)
Deprecated.
As of NetWeaver 7.1
|
void |
setProxy(AbstractProxyControl proxy)
Deprecated.
As of NetWeaver 7.1
|
void |
setReplaceCommands(List replaceCommandsList)
Deprecated.
As of NetWeaver 7.1
|
void |
setResource(IResource resource)
Deprecated.
As of NetWeaver 7.1
|
void |
setResourceBundle(ResourceBundles bundleFile)
Deprecated.
As of NetWeaver 7.1
|
void |
setResourceContext(IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
void |
setTooltip(String tooltip)
Deprecated.
As of NetWeaver 7.1
|
void |
setTooltipBundleKey(String groupTooltipBundleKey)
Deprecated.
As of NetWeaver 7.1
|
void |
writePresentConfiguration(List list,
int depth,
IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNewInstance, getNewInstanceprotected UIBaseCommandList commandsList
protected String groupID
protected Properties configproperties
protected List replaceCommand
protected String groupLabel
protected String groupTooltip
protected String groupLabelBundleKey
protected String groupTooltipBundleKey
protected ResourceBundles bundleFile
protected IResourceContext context
protected IResource resource
public void setGroupID(String groupID)
groupID - The new groupID valuepublic void setConfigurationProperties(Properties properties)
setConfigurationProperties in interface IUIBaseCommandproperties - The new configurationProperties valuepublic Properties getConfigurationProperties()
IUIBaseCommandgetConfigurationProperties in interface IUIBaseCommandpublic String getGroupID()
getGroupID in interface IUIGroupCommandpublic String getText(TextKey key)
IUIBaseCommandgetText in interface IUIBaseCommandkey - the input TextKeypublic UIBaseCommandList getGroupCommandsList()
getGroupCommandsList in interface IUIGroupCommandpublic void setGroupCommandsList(UIBaseCommandList groupCommandsList)
setGroupCommandsList in interface IUIGroupCommandgroupCommandsList - The new groupCommandsList valuepublic void writePresentConfiguration(List list, int depth, IResourceContext context)
IUIGroupCommandwritePresentConfiguration in interface IUIGroupCommandlist - listdepth - depthcontext - contextpublic List getReplaceCommands()
getReplaceCommands in interface IUIBaseCommandpublic void setReplaceCommands(List replaceCommandsList)
setReplaceCommands in interface IUIBaseCommandreplaceCommandsList - The new replaceCommands valuepublic UIBaseCommandList getListWithReplaceCommands(IResource resource, AbstractProxyControl proxy)
IUIGroupCommandgetListWithReplaceCommands in interface IUIGroupCommandresource - the IResource for which the command list is requieredproxy - the proxy where the group is renderedUIBaseCommandList resultedpublic UIBaseCommandList getResourceCommands(IResource resource, AbstractProxyControl proxy)
IUIGroupCommandgetResourceCommands in interface IUIGroupCommandresource - the IResource for which the command list is requiredproxy - the proxy where the group is renderedUIBaseCommandList resultedpublic String getLabel()
public com.sapportals.htmlb.Component getComponent()
getComponent in interface IUIBaseCommandpublic String getTooltip()
public void setLabel(String label)
setLabel in interface IUIGroupCommandlabel - The new label valuepublic void setTooltip(String tooltip)
setTooltip in interface IUIGroupCommandtooltip - The new tooltip valuepublic void setResource(IResource resource)
setResource in interface IUIBaseCommandresource - sets the resource the command shall operate onpublic void setProxy(AbstractProxyControl proxy)
setProxy in interface IUIBaseCommandproxy - The new proxy valuepublic void setLabelBundleKey(String groupLabelBundleKey)
setLabelBundleKey in interface IUIBaseCommandsetLabelBundleKey in interface IUIGroupCommandgroupLabelBundleKey - The new labelBundleKey valuepublic String getLabelBundleKey()
getLabelBundleKey in interface IUIGroupCommandpublic void setTooltipBundleKey(String groupTooltipBundleKey)
setTooltipBundleKey in interface IUIBaseCommandsetTooltipBundleKey in interface IUIGroupCommandgroupTooltipBundleKey - The new tooltipBundleKey valuepublic String getTooltipBundleKey()
getTooltipBundleKey in interface IUIGroupCommandpublic void setResourceBundle(ResourceBundles bundleFile)
setResourceBundle in interface IUIBaseCommandsetResourceBundle in interface IUIGroupCommandbundleFile - The new bundleFile valuepublic ResourceBundles getResourceBundle()
getResourceBundle in interface IUIGroupCommandpublic void setResourceContext(IResourceContext context)
setResourceContext in interface IUIBaseCommandcontext - The new resourceContext valuepublic IResourceContext getResourceContext()
public void setParameters(Hashtable parameters)
setParameters in interface IUIBaseCommandparameters - The new parameters valuepublic Hashtable getParameters()
getParameters in interface IUIBaseCommandprotected boolean checkArchivingStauts(IResource resource)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice