com.plumtree.portalpages.common.search
Class TypeSelectorView

java.lang.Object
  extended by com.plumtree.portalpages.common.search.EditorLikeView
      extended by com.plumtree.portalpages.common.search.TypeSelectorView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView
Direct Known Subclasses:
ASTypesView

public abstract class TypeSelectorView
extends EditorLikeView

Author:
CraigS, based on MikeS/OlegS code

Field Summary
static java.lang.String CB_CHECK_ALL
           
static java.lang.String HTMLBUTTON_HIDECLASSIDS
           
static java.lang.String HTMLBUTTON_REVEALCLASSIDS
           
static java.lang.String HTMLCHECKBOX_CLASSID_BROAD
           
static java.lang.String HTMLCHECKBOX_CLASSID_DETAIL
           
static java.lang.String HTMLHIDDEN_ADVSEARCH_CLASSIDS
           
static java.lang.String HTMLHIDDEN_STATUSCLASSIDS
           
 
Fields inherited from class com.plumtree.portalpages.common.search.EditorLikeView
m_asOwner, m_model, SPACE
 
Constructor Summary
TypeSelectorView()
           
 
Method Summary
 HTMLElement Display()
          Displays the HTML for the result types filter.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
protected  java.lang.String GetTitle()
           
 
Methods inherited from class com.plumtree.portalpages.common.search.EditorLikeView
Create, GetHeaderView, GetName, Init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTMLBUTTON_REVEALCLASSIDS

public static final java.lang.String HTMLBUTTON_REVEALCLASSIDS
See Also:
Constant Field Values

HTMLBUTTON_HIDECLASSIDS

public static final java.lang.String HTMLBUTTON_HIDECLASSIDS
See Also:
Constant Field Values

HTMLHIDDEN_STATUSCLASSIDS

public static final java.lang.String HTMLHIDDEN_STATUSCLASSIDS
See Also:
Constant Field Values

HTMLHIDDEN_ADVSEARCH_CLASSIDS

public static final java.lang.String HTMLHIDDEN_ADVSEARCH_CLASSIDS
See Also:
Constant Field Values

HTMLCHECKBOX_CLASSID_BROAD

public static final java.lang.String HTMLCHECKBOX_CLASSID_BROAD
See Also:
Constant Field Values

HTMLCHECKBOX_CLASSID_DETAIL

public static final java.lang.String HTMLCHECKBOX_CLASSID_DETAIL
See Also:
Constant Field Values

CB_CHECK_ALL

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

TypeSelectorView

public TypeSelectorView()
Method Detail

Display

public HTMLElement Display()
Displays the HTML for the result types filter.

Specified by:
Display in interface IView
Specified by:
Display in class EditorLikeView

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 EditorLikeView
Returns:

GetTitle

protected java.lang.String GetTitle()
Returns:



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