com.plumtree.portalpages.admin.editors.externaloperations
Class ExternalOperationEditorMainView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.portalpages.admin.editors.externaloperations.ExternalOperationEditorMainView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class ExternalOperationEditorMainView
extends EditorView
implements IView

Author:
OlegS

Field Summary
static java.lang.String HTMLTEXT_CommandLine
           
static java.lang.String HTMLTEXT_Password
          Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
static java.lang.String HTMLTEXT_Password2
          Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
static java.lang.String HTMLTEXT_Timeout
           
static java.lang.String HTMLTEXT_User
          Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
protected static Spacer spacer15
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
ExternalOperationEditorMainView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          This method returns the HTMLElement that encompasses the output of the View.
protected  void DisplayCommandLine(HTMLElementCollection result)
           
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
protected  void DisplayObjectHeader(HTMLElementCollection result, java.lang.String name)
           
protected  void DisplayRunAs(HTMLElementCollection result)
          Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
protected  void DisplayTimeout(HTMLElementCollection result)
           
protected  IExternalOperationEditorModelRO GetModel()
           
 java.lang.String GetName()
          Returns the Class name.
 
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

HTMLTEXT_CommandLine

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

HTMLTEXT_User

public static final java.lang.String HTMLTEXT_User
Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
See Also:
Constant Field Values

HTMLTEXT_Password

public static final java.lang.String HTMLTEXT_Password
Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
See Also:
Constant Field Values

HTMLTEXT_Password2

public static final java.lang.String HTMLTEXT_Password2
Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword
See Also:
Constant Field Values

HTMLTEXT_Timeout

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

spacer15

protected static final Spacer spacer15
Constructor Detail

ExternalOperationEditorMainView

public ExternalOperationEditorMainView()
Method Detail

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
Specified by:
Create in class EditorView
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

Display

public HTMLElement Display()
Description copied from class: EditorView
This method returns the HTMLElement that encompasses the output of the View.

Specified by:
Display in interface IView
Specified by:
Display in class EditorView
Returns:

DisplayJavascript

public HTMLScript DisplayJavascript()
Description copied from class: EditorView
This method returns the HTMLScript that encompasses the Javascript on the page.

Specified by:
DisplayJavascript in interface IView
Overrides:
DisplayJavascript in class EditorView
Returns:
See Also:
IView.DisplayJavascript()

GetName

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

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class EditorView
Returns:

GetModel

protected IExternalOperationEditorModelRO GetModel()
Returns:

DisplayCommandLine

protected void DisplayCommandLine(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException

DisplayObjectHeader

protected void DisplayObjectHeader(HTMLElementCollection result,
                                   java.lang.String name)
Parameters:
result -
name -
Throws:
HTMLException

DisplayRunAs

protected void DisplayRunAs(HTMLElementCollection result)
Deprecated. ExtOpRedesign: we no longer use the RunAsUser/RunAsUserPassword

Parameters:
result -
Throws:
HTMLException

DisplayTimeout

protected void DisplayTimeout(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException



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