com.plumtree.portalpages.common.joblogs
Class JobLogDisplayView

java.lang.Object
  extended by com.plumtree.portalpages.common.joblogs.JobLogDisplayView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class JobLogDisplayView
extends java.lang.Object
implements IView

JobLogDisplayView creates the HTML for the "popup" for viewing job logs.

Version:
1.0
Author:
JohnH

Field Summary
static int CLIENT_VALIDATION_MAX_DESCRIPTION
          Constant for client side validation
static int CLIENT_VALIDATION_MAX_NAME
          JH- Constants for client side validation
static java.lang.String HTMLBUTTON_CLOSE
          JH- The names of various HTML elements, such as inputs
static java.lang.String HTMLBUTTON_SEARCHLOG
          Conduct Search HTML button
static java.lang.String HTMLHIDDEN_CURRENTPAGE
          Hidden element for the current page
static java.lang.String HTMLHIDDEN_JUMPTOPAGE
          Hidden element for the Jump To page value
static java.lang.String HTMLHIDDEN_LASTPAGE
          Hidden element for the last page
static java.lang.String HTMLINPUT_SEARCHBOX
          Text search string input box
static java.lang.String STR_MVC_CLASS_NAME
          JH- The name of this object
 
Constructor Summary
JobLogDisplayView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          Returns the HTML for the Section.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 java.lang.String GetName()
          Returns the Class name.
 void Init(IModelRO model, AActivitySpace parent)
          This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
JH- The name of this object

See Also:
Constant Field Values

HTMLBUTTON_CLOSE

public static final java.lang.String HTMLBUTTON_CLOSE
JH- The names of various HTML elements, such as inputs

See Also:
Constant Field Values

HTMLHIDDEN_CURRENTPAGE

public static final java.lang.String HTMLHIDDEN_CURRENTPAGE
Hidden element for the current page

See Also:
Constant Field Values

HTMLHIDDEN_LASTPAGE

public static final java.lang.String HTMLHIDDEN_LASTPAGE
Hidden element for the last page

See Also:
Constant Field Values

HTMLHIDDEN_JUMPTOPAGE

public static final java.lang.String HTMLHIDDEN_JUMPTOPAGE
Hidden element for the Jump To page value

See Also:
Constant Field Values

HTMLINPUT_SEARCHBOX

public static final java.lang.String HTMLINPUT_SEARCHBOX
Text search string input box

See Also:
Constant Field Values

HTMLBUTTON_SEARCHLOG

public static final java.lang.String HTMLBUTTON_SEARCHLOG
Conduct Search HTML button

See Also:
Constant Field Values

CLIENT_VALIDATION_MAX_NAME

public static final int CLIENT_VALIDATION_MAX_NAME
JH- Constants for client side validation

See Also:
Constant Field Values

CLIENT_VALIDATION_MAX_DESCRIPTION

public static final int CLIENT_VALIDATION_MAX_DESCRIPTION
Constant for client side validation

See Also:
Constant Field Values
Constructor Detail

JobLogDisplayView

public JobLogDisplayView()
Method Detail

Init

public void Init(IModelRO model,
                 AActivitySpace parent)
Description copied from interface: IView
This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).

Specified by:
Init in interface IView
See Also:
IView.Init(IModelRO, AActivitySpace)

Create

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

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

Display

public HTMLElement Display()
Returns the HTML for the Section.

Specified by:
Display in interface IView
Returns:
HTMLElement
Throws:
XPException

DisplayJavascript

public HTMLScript DisplayJavascript()
This method returns the HTMLScript that encompasses the Javascript on the page.

Specified by:
DisplayJavascript in interface IView
Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Returns:
String



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