|
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 "IWDViewUsageInfo". Copyright (c) 2002 - 2003. SAP AG
| Method Summary | |
int |
countOfNavigationLinks()
Determine number of elements in 1:n association NavigationLinks. |
int |
countOfViewContainerAssignments()
Determine number of elements in 1:n aggregation ViewContainerAssignments. |
IWDNavigationTargetReferenceInfo |
createNavigationTarget(java.lang.String sourcePlugName,
IWDViewUsageInfo targetViewUsage,
java.lang.String targetPlugName)
Creates a new navigation target |
IWDViewContainerAssignmentInfo |
createViewContainerAssignment()
Creates a new view container assignment in this view usage. |
void |
deleteAllNavigationTargets(java.lang.String sourcePlugName)
Deletes all navigation targets of an outbound plug. |
void |
deleteNavigationTarget(IWDNavigationTargetReferenceInfo navigationTarget)
Deletes a navigation target. |
void |
deleteViewContainerAssignment(IWDViewContainerAssignmentInfo object)
Deletes a view container assignment in this view usage. |
IWDViewContainerAssignmentInfo |
findInViewContainerAssignments(java.lang.String name)
Getter for element with given name in 1:n aggregation ViewContainerAssignments. |
IWDComponentUsageInfo |
getComponentUsage()
Getter for 1:1 association ComponentUsage. |
IWDViewContainerAssignmentInfo |
getEmbeddingViewContainerAssignment()
Getter for 1:1 association EmbeddingViewContainerAssignment. |
java.lang.String |
getId()
Getter for writable property id. |
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 association NavigationLinks. |
IWDAbstractViewInfo |
getView()
Getter for 1:1 association View. |
IWDViewContainerAssignmentInfo |
getViewContainerAssignment(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInViewContainerAssignments(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 |
getViewContainerAssignmentCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfViewContainerAssignments(). 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 |
getViewContainerAssignments()
Getter for 1:n aggregation ViewContainerAssignments. |
IWDWindowInfo |
getWindow()
Getter for 1:1 association Window. |
boolean |
hasComponentUsage()
Checks whether there is an element in 1:1 association ComponentUsage. |
boolean |
hasEmbeddingViewContainerAssignment()
Checks whether there is an element in 1:1 association EmbeddingViewContainerAssignment. |
boolean |
hasInNavigationLinks(IWDNavigationLinkInfo o)
Checks whether there is an element with the given name in 1:n association NavigationLinks. |
boolean |
hasInViewContainerAssignments(IWDViewContainerAssignmentInfo o)
Checks whether there is an element with the given name in 1:n aggregation ViewContainerAssignments. |
boolean |
hasInViewContainerAssignments(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation ViewContainerAssignments. |
boolean |
hasNavigationLink(IWDNavigationLinkInfo object)
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 |
hasView()
Checks whether there is an element in 1:1 association View. |
boolean |
hasViewContainerAssignment(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInViewContainerAssignments(...) 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 |
hasWindow()
Checks whether there is an element in 1:1 association Window. |
void |
setComponentUsage(IWDComponentUsageInfo object)
Sets the component usage of this view usage. |
void |
setView(IWDAbstractViewInfo object)
Sets the view of this view usage. |
| 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 getId()
public IWDComponentUsageInfo getComponentUsage()
public boolean hasComponentUsage()
public IWDViewContainerAssignmentInfo getEmbeddingViewContainerAssignment()
public boolean hasEmbeddingViewContainerAssignment()
public IWDAbstractViewInfo getView()
public boolean hasView()
public IWDWindowInfo getWindow()
public boolean hasWindow()
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 boolean hasNavigationLink(IWDNavigationLinkInfo object)
public boolean hasInNavigationLinks(IWDNavigationLinkInfo o)
public java.util.Collection getViewContainerAssignments()
public int countOfViewContainerAssignments()
public int getViewContainerAssignmentCount()
countOfViewContainerAssignments(). 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 IWDViewContainerAssignmentInfo getViewContainerAssignment(java.lang.String name)
findInViewContainerAssignments(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 hasViewContainerAssignment(java.lang.String name)
public boolean hasInViewContainerAssignments(IWDViewContainerAssignmentInfo o)
public IWDViewContainerAssignmentInfo findInViewContainerAssignments(java.lang.String name)
public boolean hasInViewContainerAssignments(java.lang.String name)
public void deleteViewContainerAssignment(IWDViewContainerAssignmentInfo object)
object - the view container assignment to deletepublic void setComponentUsage(IWDComponentUsageInfo object)
object - the new component usagepublic IWDViewContainerAssignmentInfo createViewContainerAssignment()
public void deleteAllNavigationTargets(java.lang.String sourcePlugName)
sourcePlugName - name of the outbound plug
public IWDNavigationTargetReferenceInfo createNavigationTarget(java.lang.String sourcePlugName,
IWDViewUsageInfo targetViewUsage,
java.lang.String targetPlugName)
sourcePlugName - name of the outbound plug of this view usagetargetViewUsage - navigation target view usagetargetPlugName - name of the inbound plug of the navigation targetpublic void deleteNavigationTarget(IWDNavigationTargetReferenceInfo navigationTarget)
navigationTarget - navigation target of this view usage to be deletedpublic void setView(IWDAbstractViewInfo object)
object - the new view
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||