com.plumtree.uiinfrastructure.errordisplay
Class AErrorView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.errordisplay.AErrorView
Direct Known Subclasses:
ErrorView, SinglePageErrorView

public abstract class AErrorView
extends java.lang.Object

Author:
Ben Geislinger This abstract view provides common functionality for concrete view implementaions for displaying error messages.

Field Summary
protected  AActivitySpace m_asOwner
           
protected  IErrorModelRO m_model
           
 
Constructor Summary
AErrorView()
           
 
Method Summary
 HTMLElement Display()
          This method returns the HTMLElement that encompasses the output of the View.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 void Init(IModelRO model, AActivitySpace parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_asOwner

protected AActivitySpace m_asOwner

m_model

protected IErrorModelRO m_model
Constructor Detail

AErrorView

public AErrorView()
Method Detail

Display

public HTMLElement Display()
This method returns the HTMLElement that encompasses the output of the View.


DisplayJavascript

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

Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

Init

public void Init(IModelRO model,
                 AActivitySpace parent)
Parameters:
model -
parent -



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