Uiinfrastructure API Docs  
 

ApprovalView Members

ApprovalView overview

Public Static Fields

iconiconCOMMENT_PREFIX Comment textarea
iconiconDESCRIPTION_PREFIX Description text area
iconiconHTMLBUTTON_GOTORANGE 
iconiconHTMLINPUT_FROM HTML navigation fields
iconiconHTMLINPUT_TO 
iconiconINSTANCE_RADIO_PREFIX Instance radio button
iconiconITEM_CLEAR_PREFIX Item clear radio button
iconiconITEM_RADIO_PREFIX Item radio button
iconiconJAVASCRIPT_CARDRANGE 
iconiconNAME_PREFIX Name text box
iconiconSTR_MVC_CLASS_NAME The unique identifier for the class
iconiconVAL_APPROVE Approve constant
iconiconVAL_HOLD Hold constant
iconiconVAL_REJECT Reject constant

Public Instance Constructors

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

Public Instance Methods

iconAddActionButtons JHQ: This method will be called by AddActionBar() and will add action buttons to the action bar. This allows an editor that is extending this class to add extra functionality to the approve view. This method should be overridden.
iconAddEditItemLink 
iconAddEmptyCellToRow (inherited from EditorView)Overloaded. Adds an empty Cell to the Row passed in argument.
iconAddEmptyRowToTable (inherited from EditorView)Overloaded. Adds an empty Row to the Table passed in argument.
iconCreate 
iconDisplayOverloaded. Displays the HTML for the view
iconDisplayJavascript 
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.
iconGetHeaderView (inherited from EditorView) Returns the header for the view. In the case that your Activity Space is not extended from EditorAS, but your view is, you will need to overwrite GetHeaderView with this same code, with the exception that you will be passing your m_asOwner. In here, the m_asOwner is expected to be of type EditorAS.
iconGetName 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit (inherited from EditorView) Inits the View with the read-only Model and the Activity Space.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

iconm_asOwner (inherited from EditorView) JF- Associated Activity Space
iconm_model (inherited from EditorView) JF- Associated read-only 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.
iconGetHeaderViewHelper (inherited from EditorView) Returns the header for the View.
iconGetItemURLImgType Returns the URL Image type
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ApprovalView Class | com.plumtree.uiinfrastructure.approval Namespace