Uiinfrastructure API Docs  
 

EditorStartControl Members

EditorStartControl overview

Public Static Fields

iconiconEDITOR_START_FLAG_CREATE JF- Editor type: Create mode
iconiconEDITOR_START_FLAG_EDIT JF- Editor type: Edit mode
iconiconEDITOR_START_FLAG_INVALID JF- Editor type: Invalid
iconiconEDITOR_START_FLAG_MISC JF- Editor type: Other
iconiconQS_CLOSE_WINDOW_ON_DONE JF- Query String constants: Param to tell the framework to close the window on finish and cancel.
iconiconQS_DELETE_ON_CANCEL JF- Query String constants: Param to tell the Activity space to delete it if the user clicks on cancel.
iconiconQS_EDITOR_HIDE_LEFTNAV JF- Query String constants: Param to tell the Framework to hide the left navigation
iconiconQS_EDITOR_TYPE JF- Query String constants: Editor type
iconiconSTR_MVC_CLASS_NAME Object Name for AS

Public Instance Constructors

icon EditorStartControl Constructor Initializes a new instance of the EditorStartControl class.

Public Instance Fields

iconm_asOwner JF- Associated Activity Space

Public Instance Methods

iconCheckActionSecurityAndExecute This code is called by the AS Servlet each time there is an Editor is started. It calls the startEditor method in the Model if a valid Editor Type was in the QS. If the Redirect object returned is not null, the Servlet will the page specified by the Redirect. If the Redirect is null, the Servlet will get the current page from the AS and display it.
iconCreate 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetName Returns the Class name.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit Inits the class with the associated model and activity space.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

iconm_htFormData JF- Contains all the form params from the request.
iconm_model JF- Associated Model

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

EditorStartControl Class | com.plumtree.uiinfrastructure.editor Namespace