Uiinfrastructure API Docs  
 

EditorStartControl Members

EditorStartControl overview

Public Static Fields

EDITOR_START_FLAG_CREATE JF- Editor type: Create mode
EDITOR_START_FLAG_EDIT JF- Editor type: Edit mode
EDITOR_START_FLAG_INVALID JF- Editor type: Invalid
EDITOR_START_FLAG_MISC JF- Editor type: Other
QS_CLOSE_WINDOW_ON_DONE JF- Query String constants: Param to tell the framework to close the window on finish and cancel.
QS_DELETE_ON_CANCEL JF- Query String constants: Param to tell the Activity space to delete it if the user clicks on cancel.
QS_EDITOR_HIDE_LEFTNAV JF- Query String constants: Param to tell the Framework to hide the left navigation
QS_EDITOR_TYPE JF- Query String constants: Editor type
STR_MVC_CLASS_NAME Object Name for AS

Public Instance Constructors

EditorStartControl Constructor Initializes a new instance of the EditorStartControl class.

Public Instance Fields

m_asOwner JF- Associated Activity Space

Public Instance Methods

CheckActionSecurityAndExecute 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.
Create 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (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.
GetName Returns the Class name.
GetType (inherited from Object)Gets the Type of the current instance.
Init Inits the class with the associated model and activity space.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_htFormData JF- Contains all the form params from the request.
m_model JF- Associated Model

Protected Instance Methods

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

See Also

EditorStartControl Class | com.plumtree.uiinfrastructure.editor Namespace