|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface of progmodel repository model class "IWDWindowInfo". Copyright (c) 2002 - 2003. SAP AG
| Method Summary | |
int |
countOfNavigationLinks()
Determine number of elements in 1:n aggregation NavigationLinks. |
int |
countOfRootViewUsages()
Determine number of elements in 1:n aggregation RootViewUsages. |
IWDViewUsageInfo |
createRootViewUsage()
Creates a root view usage. |
void |
deleteRootViewUsage(IWDViewUsageInfo object)
Deletes a root view usage. |
IWDNavigationLinkInfo |
findInNavigationLinks(java.lang.String name)
Getter for element with given name in 1:n aggregation NavigationLinks. |
IWDViewUsageInfo |
findInRootViewUsages(java.lang.String name)
Getter for element with given name in 1:n aggregation RootViewUsages. |
IWDComponentInfo |
getComponent()
Getter for 1:1 association Component. |
IWDViewUsageInfo |
getDefaultRootViewUsage()
Getter for 1:1 association DefaultRootViewUsage. |
IWDInterfaceViewInfo |
getInterfaceView()
Getter for 1:1 association InterfaceView. |
IWDNavigationLinkInfo |
getNavigationLink(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInNavigationLinks(String). The method with the old name
has been kept for backward compatibility only and may be withdrawn with the
first new NetWeaver release in 2006. |
int |
getNavigationLinkCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfNavigationLinks(). The method with the old name has been
kept for backward compatibility only and may be withdrawn with the first new
NetWeaver release in 2006. |
java.util.Collection |
getNavigationLinks()
Getter for 1:n aggregation NavigationLinks. |
java.lang.String |
getPackage()
Getter for writable property package. |
IWDViewUsageInfo |
getRootViewUsage(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInRootViewUsages(String). The method with the old name
has been kept for backward compatibility only and may be withdrawn with the
first new NetWeaver release in 2006. |
int |
getRootViewUsageCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfRootViewUsages(). The method with the old name has been
kept for backward compatibility only and may be withdrawn with the first new
NetWeaver release in 2006. |
java.util.Collection |
getRootViewUsages()
Getter for 1:n aggregation RootViewUsages. |
IWDViewUsageInfo |
getViewUsageByID(java.lang.String id)
Searches for a view usage in this window. |
boolean |
hasComponent()
Checks whether there is an element in 1:1 association Component. |
boolean |
hasDefaultRootViewUsage()
Checks whether there is an element in 1:1 association DefaultRootViewUsage. |
boolean |
hasInNavigationLinks(IWDNavigationLinkInfo o)
Checks whether there is an element with the given name in 1:n aggregation NavigationLinks. |
boolean |
hasInNavigationLinks(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation NavigationLinks. |
boolean |
hasInRootViewUsages(IWDViewUsageInfo o)
Checks whether there is an element with the given name in 1:n aggregation RootViewUsages. |
boolean |
hasInRootViewUsages(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation RootViewUsages. |
boolean |
hasInterfaceView()
Checks whether there is an element in 1:1 association InterfaceView. |
boolean |
hasNavigationLink(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInNavigationLinks(...) methods. The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006. |
boolean |
hasRootViewUsage(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInRootViewUsages(...) methods. The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006. |
void |
setDefaultRootViewUsage(IWDViewUsageInfo object)
Sets the default root view usage of this window. |
| Methods inherited from interface com.sap.tc.webdynpro.repository.api.IWDRepositoryModelClass |
createRelatedModelObject, createRelatedModelObject, deleteRelatedModelObject, getAttributeValue, getName, getParent, getPersonalizationObject, getRepositoryModel, getRepositoryRoot, isVersionableModelObject, setAttributeValue |
| Methods inherited from interface com.sap.tc.cmi.model.ICMIGenericModelClass |
addRelatedModelObject, associatedModelClassInfo, getAttributeValue, getRelatedModelObject, getRelatedModelObjects, removeRelatedModelObject, setAttributeValue, setRelatedModelObject, setRelatedModelObjects |
| Methods inherited from interface com.sap.tc.cmi.model.ICMIModelClass |
associatedModel |
| Method Detail |
public java.lang.String getPackage()
public IWDComponentInfo getComponent()
public boolean hasComponent()
public IWDViewUsageInfo getDefaultRootViewUsage()
public boolean hasDefaultRootViewUsage()
public IWDInterfaceViewInfo getInterfaceView()
public boolean hasInterfaceView()
public java.util.Collection getNavigationLinks()
public int countOfNavigationLinks()
public int getNavigationLinkCount()
countOfNavigationLinks(). The method with the old name has been
kept for backward compatibility only and may be withdrawn with the first new
NetWeaver release in 2006.
public IWDNavigationLinkInfo getNavigationLink(java.lang.String name)
findInNavigationLinks(String). The method with the old name
has been kept for backward compatibility only and may be withdrawn with the
first new NetWeaver release in 2006.
public boolean hasNavigationLink(java.lang.String name)
public boolean hasInNavigationLinks(IWDNavigationLinkInfo o)
public IWDNavigationLinkInfo findInNavigationLinks(java.lang.String name)
public boolean hasInNavigationLinks(java.lang.String name)
public java.util.Collection getRootViewUsages()
public int countOfRootViewUsages()
public int getRootViewUsageCount()
countOfRootViewUsages(). The method with the old name has been
kept for backward compatibility only and may be withdrawn with the first new
NetWeaver release in 2006.
public IWDViewUsageInfo getRootViewUsage(java.lang.String name)
findInRootViewUsages(String). The method with the old name
has been kept for backward compatibility only and may be withdrawn with the
first new NetWeaver release in 2006.
public boolean hasRootViewUsage(java.lang.String name)
public boolean hasInRootViewUsages(IWDViewUsageInfo o)
public IWDViewUsageInfo findInRootViewUsages(java.lang.String name)
public boolean hasInRootViewUsages(java.lang.String name)
public IWDViewUsageInfo createRootViewUsage()
public void deleteRootViewUsage(IWDViewUsageInfo object)
object - the root view usage of this window to be deletedpublic void setDefaultRootViewUsage(IWDViewUsageInfo object)
object - the new root view usagepublic IWDViewUsageInfo getViewUsageByID(java.lang.String id)
id - the id of the view usage to search for
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||