com.plumtree.portalpages.admin.approval.document
Class DocumentApprovalView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.uiinfrastructure.approval.ApprovalView
          extended by com.plumtree.portalpages.admin.approval.document.DocumentApprovalView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class DocumentApprovalView
extends ApprovalView

Version:
$Revision$
Author:
MikeSample

Field Summary
static java.lang.String HTMLHIDDEN_CATSPACEID
          Hidden HTML field for the catalog activity space id
static java.lang.String JAVASCRIPT_CATALOGFOLDERTREE
          Catalog folder open javascript function name
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.approval.ApprovalView
COMMENT_PREFIX, DESCRIPTION_PREFIX, HTMLBUTTON_GOTORANGE, HTMLINPUT_FROM, HTMLINPUT_TO, INSTANCE_RADIO_PREFIX, ITEM_CLEAR_PREFIX, ITEM_RADIO_PREFIX, JAVASCRIPT_CARDRANGE, NAME_PREFIX, VAL_APPROVE, VAL_HOLD, VAL_REJECT
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
DocumentApprovalView()
           
 
Method Summary
 void AddActionButtons(PTConstruct _actionConstruct, PTBannerType _bannerType)
          JHQ: This method will be called by AddActionBar() and will add action buttons to the action bar.
 void AddEditItemLink(HTMLTable myTable, ApprovalItemType type, java.lang.String strSelectedItems, AItemDescriptor item)
           
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display(ApprovalItemType type)
           
 HTMLScript DisplayJavaScript()
           
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.uiinfrastructure.approval.ApprovalView
Display, DisplayJavascript, GetItemURLImgType
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, GetHeaderView, GetHeaderViewHelper, GetShortSpacerTable, GetSpacerTable, Init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IView
Init
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
See Also:
Constant Field Values

JAVASCRIPT_CATALOGFOLDERTREE

public static final java.lang.String JAVASCRIPT_CATALOGFOLDERTREE
Catalog folder open javascript function name

See Also:
Constant Field Values

HTMLHIDDEN_CATSPACEID

public static final java.lang.String HTMLHIDDEN_CATSPACEID
Hidden HTML field for the catalog activity space id

See Also:
Constant Field Values
Constructor Detail

DocumentApprovalView

public DocumentApprovalView()
Method Detail

DisplayJavaScript

public HTMLScript DisplayJavaScript()

Create

public java.lang.Object Create()
Description copied from class: EditorView
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Overrides:
Create in class ApprovalView
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetName

public java.lang.String GetName()
Description copied from class: EditorView
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class ApprovalView
Returns:
String
See Also:
com.plumtree.portaluiinfrastructure.activityspace.IView#GetName()

Display

public HTMLElement Display(ApprovalItemType type)
Overrides:
Display in class ApprovalView
See Also:
IView.Display()

AddEditItemLink

public void AddEditItemLink(HTMLTable myTable,
                            ApprovalItemType type,
                            java.lang.String strSelectedItems,
                            AItemDescriptor item)
Overrides:
AddEditItemLink in class ApprovalView

AddActionButtons

public void AddActionButtons(PTConstruct _actionConstruct,
                             PTBannerType _bannerType)
Description copied from class: ApprovalView
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.

Overrides:
AddActionButtons in class ApprovalView



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.