|
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 "IWDControllerInfo". Copyright (c) 2002 - 2003. SAP AG
| Method Summary | |
int |
countOfActions()
Determine number of elements in 1:n aggregation Actions. |
int |
countOfEventHandlers()
Determine number of elements in 1:n aggregation EventHandlers. |
int |
countOfEvents()
Determine number of elements in 1:n aggregation Events. |
IWDActionInfo |
findInActions(java.lang.String name)
Getter for element with given name in 1:n aggregation Actions. |
IWDEventHandlerInfo |
findInEventHandlers(java.lang.String name)
Getter for element with given name in 1:n aggregation EventHandlers. |
IWDCustomEventInfo |
findInEvents(java.lang.String name)
Getter for element with given name in 1:n aggregation Events. |
IWDActionInfo |
getAction(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInActions(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 |
getActionCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfActions(). 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 |
getActions()
Getter for 1:n aggregation Actions. |
IWDCustomEventInfo |
getEvent(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInEvents(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 |
getEventCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfEvents(). 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. |
IWDEventHandlerInfo |
getEventHandler(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInEventHandlers(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 |
getEventHandlerCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfEventHandlers(). 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 |
getEventHandlers()
Getter for 1:n aggregation EventHandlers. |
java.util.Collection |
getEvents()
Getter for 1:n aggregation Events. |
java.lang.String |
getPackage()
Getter for writable property package. |
WDControllerTypeEnumInfo |
getType()
Getter for writable property type. |
boolean |
hasAction(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInActions(...) 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 |
hasEvent(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInEvents(...) 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 |
hasEventHandler(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInEventHandlers(...) 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 |
hasInActions(IWDActionInfo o)
Checks whether there is an element with the given name in 1:n aggregation Actions. |
boolean |
hasInActions(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation Actions. |
boolean |
hasInEventHandlers(IWDEventHandlerInfo o)
Checks whether there is an element with the given name in 1:n aggregation EventHandlers. |
boolean |
hasInEventHandlers(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation EventHandlers. |
boolean |
hasInEvents(IWDCustomEventInfo o)
Checks whether there is an element with the given name in 1:n aggregation Events. |
boolean |
hasInEvents(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation Events. |
| 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 WDControllerTypeEnumInfo getType()
public java.util.Collection getActions()
public int countOfActions()
public int getActionCount()
countOfActions(). 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 IWDActionInfo getAction(java.lang.String name)
findInActions(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 hasAction(java.lang.String name)
public boolean hasInActions(IWDActionInfo o)
public IWDActionInfo findInActions(java.lang.String name)
public boolean hasInActions(java.lang.String name)
public java.util.Collection getEventHandlers()
public int countOfEventHandlers()
public int getEventHandlerCount()
countOfEventHandlers(). 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 IWDEventHandlerInfo getEventHandler(java.lang.String name)
findInEventHandlers(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 hasEventHandler(java.lang.String name)
public boolean hasInEventHandlers(IWDEventHandlerInfo o)
public IWDEventHandlerInfo findInEventHandlers(java.lang.String name)
public boolean hasInEventHandlers(java.lang.String name)
public java.util.Collection getEvents()
public int countOfEvents()
public int getEventCount()
countOfEvents(). 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 IWDCustomEventInfo getEvent(java.lang.String name)
findInEvents(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 hasEvent(java.lang.String name)
public boolean hasInEvents(IWDCustomEventInfo o)
public IWDCustomEventInfo findInEvents(java.lang.String name)
public boolean hasInEvents(java.lang.String name)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||