com.plumtree.portalpages.admin.editors.group
Class DynamicRulesView

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

public class DynamicRulesView
extends FilterView

This View is a hack of the SavSrchSettingView by MikeS.

Author:
AkashJ

Field Summary
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
DynamicRulesView()
           
 
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()
          This method returns the HTMLScript that encompasses the Javascript on the page.
protected  IGroupModelRO GetModel()
          Returns the read-only model
 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
Constructor Detail

DynamicRulesView

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

GetName

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

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

GetModel

protected IGroupModelRO GetModel()
Returns the read-only model

Returns:
IGroupModelRO



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