com.plumtree.portalpages.admin.serversettings.search
Class SearchServerSettingsEditorView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.portalpages.admin.serversettings.search.SearchServerSettingsEditorView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SearchServerSettingsEditorView
extends EditorView

Author:
OlegS

Field Summary
static java.lang.String COMMON_MSG_BUNDLE
           
static java.lang.String HTMLBUTTON_OPENPOPUP
           
static java.lang.String HTMLINPUT_FailoverHostName
           
static java.lang.String HTMLINPUT_FailoverPortNumber
           
static java.lang.String HTMLINPUT_FileSizePerBulkImport
           
static java.lang.String HTMLINPUT_IndexingHostName
           
static java.lang.String HTMLINPUT_IndexingPortNumber
           
static java.lang.String HTMLINPUT_MaxCharsPerDocument
           
static java.lang.String HTMLINPUT_MaxTermsForKeywordHighlighting
           
static java.lang.String HTMLINPUT_NextRepairDatePicker
           
static java.lang.String HTMLINPUT_NumberOfDaysBetweenRepair
           
static java.lang.String HTMLINPUT_NumCardsPerBulkImport
           
static java.lang.String HTMLINPUT_QueryHostName
           
static java.lang.String HTMLINPUT_QueryPortNumber
           
static java.lang.String SEARCH_MSG_BUNDLE
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
SearchServerSettingsEditorView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          This method returns the HTMLElement that encompasses the output of the View.
protected  void DisplayAdvanced(HTMLElementCollection result)
           
protected  void DisplayBreak(HTMLElementCollection result)
           
protected  void DisplayHosts(HTMLElementCollection result)
           
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
protected  void DisplayMaintenance(HTMLElementCollection result)
           
protected  void DisplayObjectHeader(HTMLElementCollection result, java.lang.String name)
           
protected  void DisplayStatus(HTMLElementCollection result)
           
protected  SearchServerSettingsEditorModel GetModel()
           
 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

SEARCH_MSG_BUNDLE

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

COMMON_MSG_BUNDLE

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

STR_MVC_CLASS_NAME

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

HTMLINPUT_IndexingHostName

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

HTMLINPUT_IndexingPortNumber

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

HTMLINPUT_QueryHostName

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

HTMLINPUT_QueryPortNumber

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

HTMLINPUT_FailoverHostName

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

HTMLINPUT_FailoverPortNumber

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

HTMLINPUT_MaxTermsForKeywordHighlighting

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

HTMLINPUT_MaxCharsPerDocument

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

HTMLINPUT_NumCardsPerBulkImport

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

HTMLINPUT_FileSizePerBulkImport

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

HTMLINPUT_NextRepairDatePicker

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

HTMLINPUT_NumberOfDaysBetweenRepair

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

HTMLBUTTON_OPENPOPUP

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

SearchServerSettingsEditorView

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

Display

public HTMLElement Display()
Description copied from class: EditorView
This method returns the HTMLElement that encompasses the output of the View.

Specified by:
Display in interface IView
Specified by:
Display in class EditorView
Returns:

DisplayJavascript

public HTMLScript DisplayJavascript()
Description copied from class: EditorView
This method returns the HTMLScript that encompasses the Javascript on the page.

Specified by:
DisplayJavascript in interface IView
Overrides:
DisplayJavascript in class EditorView
Returns:
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:

GetModel

protected SearchServerSettingsEditorModel GetModel()
Returns:

DisplayAdvanced

protected void DisplayAdvanced(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException

DisplayBreak

protected void DisplayBreak(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException

DisplayHosts

protected void DisplayHosts(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException

DisplayMaintenance

protected void DisplayMaintenance(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException

DisplayObjectHeader

protected void DisplayObjectHeader(HTMLElementCollection result,
                                   java.lang.String name)
Parameters:
result -
name -
Throws:
HTMLException

DisplayStatus

protected void DisplayStatus(HTMLElementCollection result)
Parameters:
result -
Throws:
HTMLException



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