Uiinfrastructure API Docs  
 

IClassTypeDesc Methods

The methods of the IClassTypeDesc interface are listed below. For a complete list of IClassTypeDesc interface members, see the IClassTypeDesc Members topic.

Public Instance Methods

GetClassKey Returns the key for this class type.
GetClassType Returns the class type.
GetDefaultOpenerMode Returns the default opener mode for this class type.
GetRedirectCreateNew This method is called by the Common Opener in the create mode. Depending on what class type you are dealing with, the Common Opener will invoke the correct implemented method. Some class types may need to override this so that they can put additional control arguments in.
GetRedirectOpenObject This method is called by the Common Opener in the edit mode. Depending on what class type you are dealing with, the Common Opener will invoke the correct implemented method. Some class types may need to override this so that they can put additional control arguments in.
GetRedirectSearchBrowse This method is called by the Common Opener in the search basic mode. This is a helper method that will return one of the four main modes.
GetRedirectSearchEdit This method is called by the Common Opener in the search basic mode. This is a helper method that will return one of the four main modes.
GetRedirectViewObject This method is called by the Common Opener in the view mode. Depending on what class type you are dealing with, the Common Opener will invoke the correct implemented method. Some class types may need to override this so that they can put additional control arguments in.
GetRedirectViewObjectMetaData This method is called by the Common Opener in the meta mode. Depending on what class type you are dealing with, the Common Opener will invoke the correct implemented method. Some class types may need to override this so that they can put additional control arguments in.

See Also

IClassTypeDesc Interface | com.plumtree.uiinfrastructure.opener.types Namespace