|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.rendering.uicommand.AbstractUIGroupCommand
Description of the Interface
| Field Summary | |
protected ResourceBundles |
bundleFile
|
protected UIBaseCommandList |
commandsList
|
protected java.util.Properties |
configproperties
|
protected IResourceContext |
context
|
protected java.lang.String |
groupID
|
protected java.lang.String |
groupLabel
|
protected java.lang.String |
groupLabelBundleKey
|
protected java.lang.String |
groupTooltip
|
protected java.lang.String |
groupTooltipBundleKey
|
protected java.util.List |
replaceCommand
|
protected IResource |
resource
|
| Constructor Summary | |
AbstractUIGroupCommand()
|
|
| Method Summary | |
com.sapportals.htmlb.Component |
getComponent()
Gets the component attribute of the UIStatemanagementGroupCommand object |
java.util.Properties |
getConfigurationProperties()
Gets the configurationProperties attribute of the IUIBaseCommand object |
UIBaseCommandList |
getGroupCommandsList()
Gets the groupCommandsList attribute of the UIGroupCommand object |
java.lang.String |
getGroupID()
Gets the groupID attribute of the UIGroupCommand object |
java.lang.String |
getLabel()
Gets the label attribute of the UICopyCommand object |
java.lang.String |
getLabelBundleKey()
Gets the labelBundleKey attribute of the IUIGroupCommand object |
UIBaseCommandList |
getListWithReplaceCommands(IResource resource,
AbstractProxyControl proxy)
Parses the commans list and |
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 |
ResourceBundles |
getResourceBundle()
Gets the bundleFile attribute of the UIGroupCommand object |
UIBaseCommandList |
getResourceCommands(IResource resource,
AbstractProxyControl proxy)
Gets the IUIBaseCommands list for the givven resource |
IResourceContext |
getResourceContext()
Sets the resourceContext attribute of the UIGroupCommand object |
java.lang.String |
getText(TextKey key)
Gets the text for a givven text key |
java.lang.String |
getTooltip()
Gets the tooltip attribute of the IUIGroupCommand object |
java.lang.String |
getTooltipBundleKey()
Gets the tooltipBundleKey attribute of the IUIGroupCommand object |
void |
setConfigurationProperties(java.util.Properties properties)
|
void |
setGroupCommandsList(UIBaseCommandList groupCommandsList)
Sets the groupCommandsList attribute of the UIGroupCommand object |
void |
setGroupID(java.lang.String groupID)
Sets the groupID attribute of the UIGroupCommand object |
void |
setLabel(java.lang.String label)
Sets the label attribute of the UIGroupCommand object |
void |
setLabelBundleKey(java.lang.String groupLabelBundleKey)
Sets the labelBundleKey attribute of the IUIGroupCommand object |
void |
setParameters(java.util.Hashtable parameters)
Sets parameters for the command. |
void |
setProxy(AbstractProxyControl proxy)
Sets the proxy attribute of the UIStatemanagementGroupCommand object |
void |
setReplaceCommands(java.util.List replaceCommandsList)
set the list of commands which will be ignored when the command is executable |
void |
setResource(IResource resource)
|
void |
setResourceBundle(ResourceBundles bundleFile)
Sets the bundleFile attribute of the UIGroupCommand object |
void |
setResourceContext(IResourceContext context)
Sets the resourceContext attribute of the UIGroupCommand object |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip attribute of the UIGroupCommand object |
void |
setTooltipBundleKey(java.lang.String groupTooltipBundleKey)
Sets the tooltipBundleKey attribute of the IUIGroupCommand object |
void |
writePresentConfiguration(java.util.List list,
int depth,
IResourceContext context)
for debug purpose |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sapportals.wcm.rendering.uicommand.IUIGroupCommand |
getNewInstance, getNewInstance |
| Field Detail |
protected UIBaseCommandList commandsList
protected java.lang.String groupID
protected java.util.Properties configproperties
protected java.util.List replaceCommand
protected java.lang.String groupLabel
protected java.lang.String groupTooltip
protected java.lang.String groupLabelBundleKey
protected java.lang.String groupTooltipBundleKey
protected ResourceBundles bundleFile
protected IResourceContext context
protected IResource resource
| Constructor Detail |
public AbstractUIGroupCommand()
| Method Detail |
public void setGroupID(java.lang.String groupID)
groupID - The new groupID valuepublic void setConfigurationProperties(java.util.Properties properties)
setConfigurationProperties in interface IUIBaseCommandcom.sapportals.wcm.rendering.base.IUIBaseCommandproperties - The new configurationProperties valuepublic java.util.Properties getConfigurationProperties()
IUIBaseCommandgetConfigurationProperties in interface IUIBaseCommandcom.sapportals.wcm.rendering.base.IUIBaseCommandpublic java.lang.String getGroupID()
getGroupID in interface IUIGroupCommandpublic java.lang.String getText(TextKey key)
IUIBaseCommandgetText in interface IUIBaseCommandcom.sapportals.wcm.rendering.base.IUIBaseCommandkey - the input TextKeypublic UIBaseCommandList getGroupCommandsList()
getGroupCommandsList in interface IUIGroupCommandpublic void setGroupCommandsList(UIBaseCommandList groupCommandsList)
setGroupCommandsList in interface IUIGroupCommandgroupCommandsList - The new groupCommandsList value
public void writePresentConfiguration(java.util.List list,
int depth,
IResourceContext context)
IUIGroupCommandwritePresentConfiguration in interface IUIGroupCommandcom.sapportals.wcm.rendering.uicommand.IUIGroupCommandlist - depth - context - public java.util.List getReplaceCommands()
getReplaceCommands in interface IUIBaseCommandpublic void setReplaceCommands(java.util.List replaceCommandsList)
setReplaceCommands in interface IUIBaseCommandreplaceCommandsList - The new replaceCommands value
public UIBaseCommandList getListWithReplaceCommands(IResource resource,
AbstractProxyControl proxy)
IUIGroupCommandgetListWithReplaceCommands in interface IUIGroupCommandcom.sapportals.wcm.rendering.uicommand.IUIGroupCommandresource - the IResource for which the command list is requieredproxy - the proxy where the group is renderedUIBaseCommandList resulted
public UIBaseCommandList getResourceCommands(IResource resource,
AbstractProxyControl proxy)
IUIGroupCommandgetResourceCommands in interface IUIGroupCommandcom.sapportals.wcm.rendering.uicommand.IUIGroupCommandresource - the IResource for which the command list is requieredproxy - the proxy where the group is renderedUIBaseCommandList resultedpublic java.lang.String getLabel()
public com.sapportals.htmlb.Component getComponent()
getComponent in interface IUIBaseCommandpublic java.lang.String getTooltip()
public void setLabel(java.lang.String label)
setLabel in interface IUIGroupCommandlabel - The new label valuepublic void setTooltip(java.lang.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(java.lang.String groupLabelBundleKey)
setLabelBundleKey in interface IUIGroupCommandgroupLabelBundleKey - The new labelBundleKey valuepublic java.lang.String getLabelBundleKey()
getLabelBundleKey in interface IUIGroupCommandpublic void setTooltipBundleKey(java.lang.String groupTooltipBundleKey)
setTooltipBundleKey in interface IUIGroupCommandgroupTooltipBundleKey - The new tooltipBundleKey valuepublic java.lang.String getTooltipBundleKey()
getTooltipBundleKey in interface IUIGroupCommandpublic void setResourceBundle(ResourceBundles bundleFile)
setResourceBundle 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()
context - The new resourceContext valuepublic void setParameters(java.util.Hashtable parameters)
setParameters in interface IUIBaseCommandparameter - The new parameters valuepublic java.util.Hashtable getParameters()
getParameters in interface IUIBaseCommand
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||