com.plumtree.portalpages.browsing.search.advanced
Class ASFilterView

java.lang.Object
  extended by com.plumtree.portalpages.common.search.EditorLikeView
      extended by com.plumtree.portalpages.common.search.FilterView
          extended by com.plumtree.portalpages.browsing.search.advanced.ASFilterView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class ASFilterView
extends FilterView
implements IView

Author:
CraigS

Field Summary
protected  IAdvancedSearchModelRO _model
           
protected  AActivitySpace _parent
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.portalpages.common.search.EditorLikeView
m_asOwner, m_model, SPACE
 
Constructor Summary
ASFilterView()
           
 
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.
protected  boolean GetDoValidation()
          Overrides superclass method
 java.lang.String GetName()
          Return the name of the MVC object.
 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 com.plumtree.portalpages.common.search.FilterView
GetPagePreFormContent, GetUseJavascriptStatementButtons, QueryContainsValidationProblemsOnRender, SetAddClauseLabel, SetAddConditionLabel, SetAddTestButton, SetAllowSubclauses, SetErrorsNextToTextBoxes, SetPropertyLabel, SetRemoveClauseLabel, SetRemoveConditionLabel, SetRepostAction, SetShowSearchBox, SetStatementCount, SetTestButtonOnClickScript, SetTestButtonScript, SetTextboxLabel, SetTextSearchAboveButtons, SetUseCheckboxLayout, SetUseJavascriptStatementButtons, SetViewTitle, SetWidth, TestDisplay
 
Methods inherited from class com.plumtree.portalpages.common.search.EditorLikeView
GetHeaderView
 
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
See Also:
Constant Field Values

_parent

protected AActivitySpace _parent

_model

protected IAdvancedSearchModelRO _model
Constructor Detail

ASFilterView

public ASFilterView()
Method Detail

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
Specified by:
Create in class EditorLikeView
Returns:

Display

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

Specified by:
Display in interface IView
Overrides:
Display in class FilterView
Returns:
HTMLElement

DisplayJavascript

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

Specified by:
DisplayJavascript in interface IView
Overrides:
DisplayJavascript in class FilterView
Returns:
HTMLScript

GetName

public java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

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

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
Overrides:
Init in class EditorLikeView
Parameters:
model -
parent -

GetDoValidation

protected boolean GetDoValidation()
Overrides superclass method

Overrides:
GetDoValidation in class FilterView



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