com.plumtree.portalpages.common.linksettings
Class LinkSettingsPlugInView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.portalpages.common.linksettings.LinkSettingsPlugInView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class LinkSettingsPlugInView
extends EditorView

Author:
StephenC This Section represents a section of the Link Settings page of the Card Editor.

Field Summary
static java.lang.String EXPIRE_ON_DATEPICKER
          Unique identifier for the Run Once date picker
static java.lang.String HTMLCHECKBOX_LINKVALIDITY
           
static java.lang.String HTMLINPUT_BROKENDELETEVALUE
           
static java.lang.String HTMLINPUT_EXPIREAFTERVALUE
           
static java.lang.String HTMLINPUT_REFRESHEVERYVALUE
           
static java.lang.String HTMLRADIO_BROKENLINKS
           
static java.lang.String HTMLRADIO_EXPIRATION
           
static java.lang.String HTMLRADIO_REFRESH
           
static java.lang.String HTMLSELECT_BROKENDELETEUNIT
           
static java.lang.String HTMLSELECT_EXPIREAFTERUNIT
           
static java.lang.String HTMLSELECT_REFRESHEVERYUNIT
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
LinkSettingsPlugInView()
           
 
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.
 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

HTMLRADIO_EXPIRATION

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

HTMLINPUT_EXPIREAFTERVALUE

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

HTMLSELECT_EXPIREAFTERUNIT

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

HTMLRADIO_REFRESH

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

HTMLINPUT_REFRESHEVERYVALUE

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

HTMLSELECT_REFRESHEVERYUNIT

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

HTMLCHECKBOX_LINKVALIDITY

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

HTMLRADIO_BROKENLINKS

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

HTMLINPUT_BROKENDELETEVALUE

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

HTMLSELECT_BROKENDELETEUNIT

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

EXPIRE_ON_DATEPICKER

public static final java.lang.String EXPIRE_ON_DATEPICKER
Unique identifier for the Run Once date picker

See Also:
Constant Field Values
Constructor Detail

LinkSettingsPlugInView

public LinkSettingsPlugInView()
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:
HTMLScript
See Also:
IView.DisplayJavascript()

GetName

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

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



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