com.plumtree.portalpages.admin.editors.subportal
Class FeaturesView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.portalpages.admin.editors.subportal.FeaturesView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class FeaturesView
extends EditorView

This Section represents a section of the Edit Subportal Features page of the SubPortal Editor. This Section is printed out by SubPortalFeaturesDP.

Author:
JohnH

Field Summary
static java.lang.String HTMLBUTTON_CHOOSECOMM
          Choose home community button
static java.lang.String HTMLBUTTON_CHOOSEFOLDER
          Choose home folder button
static java.lang.String HTMLBUTTON_CREATECOMM
          Create community button
static java.lang.String HTMLBUTTON_CREATEFOLDER
          Create folder button
static java.lang.String HTMLCHECKBOX_COMMUNITIES
          Communities checkbox
static java.lang.String HTMLCHECKBOX_DIRECTORY
          Directory checkbox
static java.lang.String HTMLCHECKBOX_MYPAGES
          MyPages checkbox
static java.lang.String HTMLCHECKBOX_RELCOMM
          Related communities checkbox
static java.lang.String HTMLCHECKBOX_RELCONTENTMGRS
          Related content managers checkbox
static java.lang.String HTMLCHECKBOX_RELEXPERTS
          Related experts checkbox
static java.lang.String HTMLCHECKBOX_RELFOLDERS
          Related folders checkbox
static java.lang.String HTMLCHECKBOX_RELPORTLETS
          Related portlets checkbox
static java.lang.String HTMLHIDDEN_COMMEDITORKEY
          Hidden community editor key
static java.lang.String HTMLHIDDEN_COMMUNITYID
          Hidden element for community id
static java.lang.String HTMLHIDDEN_COMMUNITYNAME
          Hidden element for community name
static java.lang.String HTMLHIDDEN_FOLDEREDITORKEY
          Hidden folder editor key
static java.lang.String HTMLHIDDEN_FOLDERID
          Hidden element for folder id
static java.lang.String HTMLHIDDEN_FOLDERNAME
          Hidden element for folder name
static java.lang.String HTMLHIDDEN_HOME_COMMUNITY_SPACE
          Hidden element for community space id
static java.lang.String HTMLHIDDEN_HOME_FOLDER_SPACE
          Hidden element for folder activity space
static java.lang.String HTMLRADIO_FIRSTPAGETYPE
          First page type radio button
static java.lang.String STR_MVC_CLASS_NAME
          Unique identifier for the class
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
FeaturesView()
           
 
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 Section.
 HTMLScript DisplayJavascript()
          Returns Java Script for that Section.
 java.lang.String GetName()
          Returns the Class name.
 void Init(IModelRO model, AActivitySpace parent)
          Inits the View with the read-only Model and the Activity Space.
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, GetHeaderView, GetHeaderViewHelper, GetShortSpacerTable, GetSpacerTable
 
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
Unique identifier for the class

See Also:
Constant Field Values

HTMLCHECKBOX_MYPAGES

public static final java.lang.String HTMLCHECKBOX_MYPAGES
MyPages checkbox

See Also:
Constant Field Values

HTMLCHECKBOX_COMMUNITIES

public static final java.lang.String HTMLCHECKBOX_COMMUNITIES
Communities checkbox

See Also:
Constant Field Values

HTMLCHECKBOX_DIRECTORY

public static final java.lang.String HTMLCHECKBOX_DIRECTORY
Directory checkbox

See Also:
Constant Field Values

HTMLRADIO_FIRSTPAGETYPE

public static final java.lang.String HTMLRADIO_FIRSTPAGETYPE
First page type radio button

See Also:
Constant Field Values

HTMLBUTTON_CHOOSECOMM

public static final java.lang.String HTMLBUTTON_CHOOSECOMM
Choose home community button

See Also:
Constant Field Values

HTMLHIDDEN_HOME_COMMUNITY_SPACE

public static final java.lang.String HTMLHIDDEN_HOME_COMMUNITY_SPACE
Hidden element for community space id

See Also:
Constant Field Values

HTMLHIDDEN_COMMUNITYID

public static final java.lang.String HTMLHIDDEN_COMMUNITYID
Hidden element for community id

See Also:
Constant Field Values

HTMLHIDDEN_COMMUNITYNAME

public static final java.lang.String HTMLHIDDEN_COMMUNITYNAME
Hidden element for community name

See Also:
Constant Field Values

HTMLBUTTON_CREATECOMM

public static final java.lang.String HTMLBUTTON_CREATECOMM
Create community button

See Also:
Constant Field Values

HTMLBUTTON_CHOOSEFOLDER

public static final java.lang.String HTMLBUTTON_CHOOSEFOLDER
Choose home folder button

See Also:
Constant Field Values

HTMLHIDDEN_HOME_FOLDER_SPACE

public static final java.lang.String HTMLHIDDEN_HOME_FOLDER_SPACE
Hidden element for folder activity space

See Also:
Constant Field Values

HTMLBUTTON_CREATEFOLDER

public static final java.lang.String HTMLBUTTON_CREATEFOLDER
Create folder button

See Also:
Constant Field Values

HTMLHIDDEN_FOLDERID

public static final java.lang.String HTMLHIDDEN_FOLDERID
Hidden element for folder id

See Also:
Constant Field Values

HTMLHIDDEN_FOLDERNAME

public static final java.lang.String HTMLHIDDEN_FOLDERNAME
Hidden element for folder name

See Also:
Constant Field Values

HTMLCHECKBOX_RELCOMM

public static final java.lang.String HTMLCHECKBOX_RELCOMM
Related communities checkbox

See Also:
Constant Field Values

HTMLCHECKBOX_RELFOLDERS

public static final java.lang.String HTMLCHECKBOX_RELFOLDERS
Related folders checkbox

See Also:
Constant Field Values

HTMLCHECKBOX_RELPORTLETS

public static final java.lang.String HTMLCHECKBOX_RELPORTLETS
Related portlets checkbox

See Also:
Constant Field Values

HTMLCHECKBOX_RELEXPERTS

public static final java.lang.String HTMLCHECKBOX_RELEXPERTS
Related experts checkbox

See Also:
Constant Field Values

HTMLCHECKBOX_RELCONTENTMGRS

public static final java.lang.String HTMLCHECKBOX_RELCONTENTMGRS
Related content managers checkbox

See Also:
Constant Field Values

HTMLHIDDEN_COMMEDITORKEY

public static final java.lang.String HTMLHIDDEN_COMMEDITORKEY
Hidden community editor key

See Also:
Constant Field Values

HTMLHIDDEN_FOLDEREDITORKEY

public static final java.lang.String HTMLHIDDEN_FOLDEREDITORKEY
Hidden folder editor key

See Also:
Constant Field Values
Constructor Detail

FeaturesView

public FeaturesView()
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()
Returns the HTML for the Section.

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

DisplayJavascript

public HTMLScript DisplayJavascript()
Returns Java Script for that Section.

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

Init

public void Init(IModelRO model,
                 AActivitySpace parent)
Description copied from class: EditorView
Inits the View with the read-only Model and the Activity Space.

Specified by:
Init in interface IView
Overrides:
Init in class EditorView
See Also:
IView.Init(IModelRO, AActivitySpace)



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