|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUIBaseCommand | |
| com.sapportals.wcm.rendering.base | Contains interfaces for flexible rendering of explorer controls. |
| com.sapportals.wcm.rendering.uicommand | Contains interfaces to render and execute commands for one or more resources. |
| Uses of IUIBaseCommand in com.sapportals.wcm.rendering.base |
| Methods in com.sapportals.wcm.rendering.base that return IUIBaseCommand | |
IUIBaseCommand |
IProxy.getCommand()
|
abstract IUIBaseCommand |
AbstractProxyControl.getCommand()
|
IUIBaseCommand |
AbstractResourceListEvent.getUICommand()
|
IUIBaseCommand |
ProxyStatus.getEmbeddedCommand()
|
| Methods in com.sapportals.wcm.rendering.base with parameters of type IUIBaseCommand | |
void |
ProxyStatus.setEmbeddedCommand(IUIBaseCommand command)
|
| Constructors in com.sapportals.wcm.rendering.base with parameters of type IUIBaseCommand | |
AbstractResourceListEvent(RID rid,
java.lang.String startUri,
java.lang.String explanationtext,
IUIBaseCommand command)
creates a new event. |
|
AbstractResourceListEvent(IResourceList list,
java.lang.String startUri,
java.lang.String explanationtext,
IUIBaseCommand command)
creates a new event. |
|
AbstractResourceListEvent(com.sapportals.wcm.control.base.Habitat habitat,
java.lang.String explanationtext,
IUIBaseCommand command)
creates a new event. |
|
| Uses of IUIBaseCommand in com.sapportals.wcm.rendering.uicommand |
| Subinterfaces of IUIBaseCommand in com.sapportals.wcm.rendering.uicommand | |
interface |
ICommand
|
interface |
IExecCommand
|
interface |
IMassCommand
|
interface |
IMassExecCommand
|
interface |
IUICommand
IUICommands encapsulate everything that is needed to work with a specified resource on the user interface: - it provides the label and tooltip texts needed to display itself on the screen - it encapsulates the screenflow (if needed) that guides the user through the functionality of the command - it calls framework functionality to actually do the requested work - it provides success and error messages to inform the user about the state of the execution The commands use functionality of the htmlb and the WD-Framework, to implement the screenflow functionality the IScreenflow can be used. |
interface |
IUIGroupCommand
Description of the Interface |
interface |
IUIMassCommand
Deprecated. As of EP 5.0 SP6 and EP 6.0 SP1, replaced by IMassCommand |
interface |
IUIMenuCommand
Description of the Interface |
| Classes in com.sapportals.wcm.rendering.uicommand that implement IUIBaseCommand | |
class |
AbstractCommand
This class can be used by IUICommands to reduce coding overhead and
to take advantage of some convinience methods for resource bundle handling. |
class |
AbstractMassCommand
|
class |
AbstractUICommand
This class can be used by IUICommands to reduce coding overhead and
to take advantage of some convinience methods for resource bundle handling. |
class |
AbstractUIGroupCommand
Description of the Interface |
class |
AbstractUIMassCommand
Deprecated. As of EP 5.0 SP6 and EP 6.0 SP1, replaced by AbstractMassCommand |
class |
UIGroupCommand
|
class |
UIMenuCommand
|
| Methods in com.sapportals.wcm.rendering.uicommand that return IUIBaseCommand | |
IUIBaseCommand |
UIMenuCommand.getCommand()
Gets the newInstance attribute of the UIRatingCommand object |
IUIBaseCommand |
UICommandFactory.getCommandByAlias(java.lang.String alias,
IResourceContext context)
returns a command that is mapped to the given alias. |
IUIBaseCommand |
UICommandFactory.decodeTargetCommand(java.util.ArrayList values,
IResourceContext context,
IProxy proxy)
returns a properly created instance of an IUICommand as it was
encoded in the given array list by the factories createTarget.
|
IUIBaseCommand |
UICommandFactory.getGroupCommandByID(java.lang.String groupID,
IResourceContext context)
returns a new instance - ready to use - for the groupcommand that is mapped to the given parameter. |
IUIBaseCommand |
UIBaseCommandListIterator.next()
Returns the next element in the list. |
IUIBaseCommand |
IUIMenuCommand.getCommand()
Gets the command attribute of the IUIMenuCommand object |
| Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IUIBaseCommand | |
static com.sapportals.htmlb.Component |
UICommandRenderer.getCommandIconComponent(IUIBaseCommand command,
IResource resource)
|
void |
UIBaseCommandList.add(IUIBaseCommand command)
Appends a IUIBaseCommand |
| Constructors in com.sapportals.wcm.rendering.uicommand with parameters of type IUIBaseCommand | |
UIMenuCommand(IUIBaseCommand command)
|
|
UIMenuCommand(IUIBaseCommand command,
boolean mandatory)
|
|
UIMenuCommand(IUIBaseCommand command,
boolean mandatory,
boolean defaultCommand)
|
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||