com.plumtree.portalpages.admin.editors.savedsearch
Class SavSrchFilterView

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.savedsearch.SavSrchFilterView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SavSrchFilterView
extends FilterView

Author:
MichaelS This class used be named SavSrchSettingsView and contained code for displaying filtering settings & folder constraints settings. All the code for folder constraints have been moved elsewhere as follows: SavSrchMainDP - All common tree control code SnapshotADConstraintsView - Display of Admin folders SnapshotKDConstraintsView - Display of Knowledge Dir folders

Field Summary
static java.lang.String HTMLCHECKBOX_MOVE
          Checkbox for move
protected  PTStyleClass m_styleListItem
           
static java.lang.String STR_MVC_CLASS_NAME
          The unique identifier for the class
 
Fields inherited from class com.plumtree.portalpages.common.search.EditorLikeView
m_asOwner, m_model, SPACE
 
Constructor Summary
SavSrchFilterView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          Display for the HTML for this view
 HTMLScript DisplayJavascript()
          Display the javascript for this view
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.portalpages.common.search.FilterView
GetDoValidation, GetPagePreFormContent, GetUseJavascriptStatementButtons, QueryContainsValidationProblemsOnRender, SetAddClauseLabel, SetAddConditionLabel, SetAddTestButton, SetAllowSubclauses, SetErrorsNextToTextBoxes, SetPropertyLabel, SetRemoveClauseLabel, SetRemoveConditionLabel, SetRepostAction, SetShowSearchBox, SetStatementCount, SetTestButtonOnClickScript, SetTestButtonScript, SetTextboxLabel, SetTextSearchAboveButtons, SetUseCheckboxLayout, SetUseJavascriptStatementButtons, SetViewTitle, SetWidth
 
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
The unique identifier for the class

See Also:
Constant Field Values

HTMLCHECKBOX_MOVE

public static final java.lang.String HTMLCHECKBOX_MOVE
Checkbox for move

See Also:
Constant Field Values

m_styleListItem

protected PTStyleClass m_styleListItem
Constructor Detail

SavSrchFilterView

public SavSrchFilterView()
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()

Display

public HTMLElement Display()
Display for the HTML for this view

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

DisplayJavascript

public HTMLScript DisplayJavascript()
Display the javascript for this view

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

GetName

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

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



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