com.plumtree.portalpages.browsing.portalsettings.search
Class SearchSettingsView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.portalpages.browsing.portalsettings.search.SearchSettingsView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SearchSettingsView
extends EditorView

Author:
CraigS, based on JulieF template

Field Summary
static java.lang.String HTMLINPUT_DELETE_SS
           
static java.lang.String HTMLINPUT_GROUPBY
           
static java.lang.String HTMLINPUT_LIMITBYLOCALE
           
static java.lang.String HTMLINPUT_LIMITBYLOCALE_NO
           
static java.lang.String HTMLINPUT_LIMITBYLOCALE_YES
           
static java.lang.String HTMLINPUT_PAGESIZE
           
static java.lang.String HTMLINPUT_RENAME_SS
           
static java.lang.String HTMLINPUT_RET_CARDS
           
static java.lang.String HTMLINPUT_RET_COLLAB
           
static java.lang.String HTMLINPUT_RET_COMMUNITIES
           
static java.lang.String HTMLINPUT_RET_CONTENT
           
static java.lang.String HTMLINPUT_RET_FOLDERS
           
static java.lang.String HTMLINPUT_RET_PAGES
           
static java.lang.String HTMLINPUT_RET_PORTLETS
           
static java.lang.String HTMLINPUT_RET_USERS
           
static java.lang.String SPACE
           
protected static Spacer spacerNarrow
           
protected static Spacer spacerWide
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model
 
Constructor Summary
SearchSettingsView()
           
 
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 view.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, GetHeaderView, GetHeaderViewHelper, GetShortSpacerTable, GetSpacerTable, 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

SPACE

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

spacerNarrow

protected static final Spacer spacerNarrow

spacerWide

protected static final Spacer spacerWide

HTMLINPUT_LIMITBYLOCALE

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

HTMLINPUT_LIMITBYLOCALE_YES

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

HTMLINPUT_LIMITBYLOCALE_NO

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

HTMLINPUT_PAGESIZE

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

HTMLINPUT_GROUPBY

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

HTMLINPUT_RET_CARDS

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

HTMLINPUT_RET_FOLDERS

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

HTMLINPUT_RET_USERS

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

HTMLINPUT_RET_COMMUNITIES

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

HTMLINPUT_RET_PORTLETS

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

HTMLINPUT_RET_COLLAB

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

HTMLINPUT_RET_CONTENT

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

HTMLINPUT_RET_PAGES

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

HTMLINPUT_RENAME_SS

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

HTMLINPUT_DELETE_SS

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

SearchSettingsView

public SearchSettingsView()
Method Detail

Create

public java.lang.Object Create()
Description copied from class: EditorView
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 EditorView
Returns:

Display

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

Specified by:
Display in interface IView
Specified by:
Display in class EditorView
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 EditorView
Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

GetName

public java.lang.String GetName()
Description copied from class: EditorView
Returns the Class name.

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



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