com.plumtree.portalpages.admin.editors.filter
Class SettingsView

java.lang.Object
  extended by com.plumtree.portalpages.common.search.EditorLikeView
      extended by com.plumtree.portalpages.common.search.FilterView
          extended by com.plumtree.portalpages.admin.editors.filter.SettingsView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SettingsView
extends FilterView

Author:
MikeS

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
           
static java.lang.String TEST_FILTER_FXN_NAME
           
 
Fields inherited from class com.plumtree.portalpages.common.search.EditorLikeView
m_asOwner, m_model, SPACE
 
Constructor Summary
SettingsView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          Displays the HTML for search criteria filter in the advanced search settings page.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
protected  void DoSetTestButtonScript()
           
 java.lang.String GetName()
          Return the name of the MVC object.
 boolean QueryContainsValidationProblemsOnRender()
           
 
Methods inherited from class com.plumtree.portalpages.common.search.FilterView
GetDoValidation, GetPagePreFormContent, GetUseJavascriptStatementButtons, 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, Init
 
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

TEST_FILTER_FXN_NAME

public static final java.lang.String TEST_FILTER_FXN_NAME
See Also:
Constant Field Values
Constructor Detail

SettingsView

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

QueryContainsValidationProblemsOnRender

public boolean QueryContainsValidationProblemsOnRender()
Overrides:
QueryContainsValidationProblemsOnRender in class FilterView

Display

public HTMLElement Display()
Description copied from class: FilterView
Displays the HTML for search criteria filter in the advanced search settings page.

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

DisplayJavascript

public HTMLScript DisplayJavascript()
Description copied from interface: IView
This method returns the HTMLScript that encompasses the Javascript on the page. This method should be called by IDisplayPages and the resulting Javascript should be put in the HTMLHead element. This can return null.

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

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:

DoSetTestButtonScript

protected void DoSetTestButtonScript()



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