com.sap.workspaces.module.extension

Class ViewOption.ViewInfo

java.lang.Object
  extended by com.sap.workspaces.module.extension.ViewOption.ViewInfo
Enclosing class:
ViewOption

public static class ViewOption.ViewInfo
extends Object

Represents a module view

Since:
1.1

Constructor Summary
ViewOption.ViewInfo(String url, ViewOption.ViewType type)
           
ViewOption.ViewInfo(TargetKey targetKey)
           
 
Method Summary
 TargetKey getTargetKey()
          Return the target key to the screen
 ViewOption.ViewType getType()
          Return the type of the module view
 String getURL()
          Return the path to the module view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewOption.ViewInfo

public ViewOption.ViewInfo(TargetKey targetKey)

ViewOption.ViewInfo

public ViewOption.ViewInfo(String url,
                           ViewOption.ViewType type)
Method Detail

getURL

public String getURL()
Return the path to the module view

Returns:
The path to the module view

getType

public ViewOption.ViewType getType()
Return the type of the module view

Returns:
The type of the module view

getTargetKey

public TargetKey getTargetKey()
Return the target key to the screen

Returns:
The target key to the screen


Copyright 2011 SAP AG Complete Copyright Notice