com.plumtree.portaluiinfrastructure.classtypedescriptors.classframework
Class OpenObjectControl

java.lang.Object
  extended by com.plumtree.uiinfrastructure.opener.BaseOpenerControl
      extended by com.plumtree.portaluiinfrastructure.classtypedescriptors.classframework.OpenObjectControl
All Implemented Interfaces:
IControl, IManagedObject, IMVCObject

Deprecated. Do not use this class. Please change your reference to com.plumtree.uiinfrastructure.opener.BaseOpenerControl

public class OpenObjectControl
extends BaseOpenerControl

This class is deprecated; it exists only for backward compatibility so that prior code referencing this class will compile. This class is replaced by com.plumtree.uiinfrastructure.opener.BaseOpenerControl.


Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          Deprecated.  
 
Constructor Summary
OpenObjectControl()
          Deprecated.  
 
Method Summary
 java.lang.Object Create()
          Deprecated. This method is used by the ASManager to return new instances of managed objects.
 java.lang.String GetName()
          Deprecated. Return the name of the MVC object.
 
Methods inherited from class com.plumtree.uiinfrastructure.opener.BaseOpenerControl
CheckActionSecurityAndExecute, Init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

OpenObjectControl

public OpenObjectControl()
Deprecated. 
Method Detail

Create

public java.lang.Object Create()
Deprecated. 
Description copied from interface: IManagedObject
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Overrides:
Create in class BaseOpenerControl
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetName

public java.lang.String GetName()
Deprecated. 
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class BaseOpenerControl
Returns:
the name of the object.
See Also:
IMVCObject.GetName()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.