|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Model Classes implementing this interface can be registered by key with their corresponding model.
| Method Summary | |
com.sap.tc.cmi.model.ICMIModelClass |
register(java.lang.Object key)
Registers this ModelClass Instance with its associated model under the key given If an instance already exists under this key, the old value is replaced. |
com.sap.tc.cmi.model.ICMIModelClass |
unregister(java.lang.Object key)
Unregisters this ModelClass Instance with its model under the key given If this instance was not already registered under this name, then the currently registered value is returned, otherwise null. |
| Method Detail |
public com.sap.tc.cmi.model.ICMIModelClass register(java.lang.Object key)
key - key with which this ModelClass instance is to be associated.public com.sap.tc.cmi.model.ICMIModelClass unregister(java.lang.Object key)
key - key with which this ModelClass instance is no longer to be associated.
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||