Uiinfrastructure API Docs  
 

IClassTypeDesc Members

IClassTypeDesc overview

Public Instance Methods

iconGetClassKey Returns the key for this class type.
iconGetClassType Returns the class type.
iconGetDefaultOpenerMode Returns the default opener mode for this class type.
iconGetRedirectCreateNew 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.
iconGetRedirectOpenObject 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.
iconGetRedirectSearchBrowse 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.
iconGetRedirectSearchEdit 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.
iconGetRedirectViewObject 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.
iconGetRedirectViewObjectMetaData 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