com.plumtree.portalpages.admin.editors.authsource
Class AuthSource4View

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.portalpages.admin.editors.authsource.AuthSource4View
All Implemented Interfaces:
IManagedObject, IMVCObject, IView
Direct Known Subclasses:
RemoteAuthSource4View

public abstract class AuthSource4View
extends EditorView

Author:
OlegS

Field Summary
static java.lang.String ADMINFOLDERTREESPACE
           
static java.lang.String HTMLBUTTON_BROWSE_
           
static java.lang.String HTMLCHECKBOX_DISABLED
           
static java.lang.String HTMLCHECKBOX_GROUP
           
static java.lang.String HTMLHIDDEN_SPACEID_ADMINFOLDERTREESPACE
           
static java.lang.String HTMLHIDDEN_SPACEID_USERGROUPTREESPACE
           
static java.lang.String HTMLHIDDEN_TREEREPOST
           
protected  PTStyleClass m_styleListItem
           
static java.lang.String USERGROUPTREESPACE
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
AuthSource4View()
           
 
Method Summary
 HTMLElement Display()
          This method returns the HTMLElement that encompasses the output of the View.
protected  void DisplayBody1(HTMLElementCollection result)
           
protected  void DisplayBody2(HTMLElementCollection result)
           
protected  void DisplayBody3(HTMLElementCollection result)
           
protected  void DisplayChangeAdminFolderConstruct(HTMLTableCell myCell, int id)
           
protected  void DisplayCheckboxMsg(HTMLTable myTable, int folderid, java.lang.String s1, java.lang.String s2, java.lang.String CHECKBOX, int actionid)
           
protected  void DisplayFolderBlock(HTMLTable myTable, int folderid, java.lang.String s1, java.lang.String s2, java.lang.String CHECKBOX, int actionid)
           
protected  void DisplayGroupList(HTMLElementCollection result)
           
protected  void DisplayGroupListHeader(HTMLTable myTable)
           
protected  void DisplayGroupListItem(HTMLTable myTable, int id, java.lang.String name)
           
protected  void DisplayGroupsActionBar(HTMLElementCollection result)
           
protected  void DisplayHeader(HTMLElementCollection result, java.lang.String s)
           
protected  void DisplayHiddenInputs(HTMLElementCollection result)
           
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
protected  void DisplayMiniHelp(HTMLElementCollection result, java.lang.String s)
           
protected  void DisplayRowForEmptyList(HTMLTable myTable)
           
protected  java.lang.String folderName(int id)
           
protected  HTMLImg GetImage(PTImageType type, java.lang.String alt, java.lang.String w, java.lang.String h)
           
protected  IAuthSourceModelRO GetModel()
           
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, Create, GetHeaderView, GetHeaderViewHelper, GetName, GetShortSpacerTable, GetSpacerTable, Init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTMLCHECKBOX_GROUP

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

HTMLCHECKBOX_DISABLED

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

HTMLBUTTON_BROWSE_

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

ADMINFOLDERTREESPACE

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

USERGROUPTREESPACE

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

HTMLHIDDEN_TREEREPOST

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

HTMLHIDDEN_SPACEID_ADMINFOLDERTREESPACE

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

HTMLHIDDEN_SPACEID_USERGROUPTREESPACE

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

m_styleListItem

protected PTStyleClass m_styleListItem
Constructor Detail

AuthSource4View

public AuthSource4View()
Method Detail

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()

GetImage

protected HTMLImg GetImage(PTImageType type,
                           java.lang.String alt,
                           java.lang.String w,
                           java.lang.String h)
Parameters:
type -
alt -
w -
h -
Returns:

DisplayBody1

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

DisplayBody2

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

DisplayBody3

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

DisplayChangeAdminFolderConstruct

protected void DisplayChangeAdminFolderConstruct(HTMLTableCell myCell,
                                                 int id)
Parameters:
myCell -
id -
Throws:
HTMLException

DisplayFolderBlock

protected void DisplayFolderBlock(HTMLTable myTable,
                                  int folderid,
                                  java.lang.String s1,
                                  java.lang.String s2,
                                  java.lang.String CHECKBOX,
                                  int actionid)
Parameters:
myTable -
folderid -
s1 -
s2 -
CHECKBOX -
actionid -
Throws:
HTMLException

DisplayCheckboxMsg

protected void DisplayCheckboxMsg(HTMLTable myTable,
                                  int folderid,
                                  java.lang.String s1,
                                  java.lang.String s2,
                                  java.lang.String CHECKBOX,
                                  int actionid)
Parameters:
myTable -
folderid -
s1 -
s2 -
CHECKBOX -
actionid -
Throws:
HTMLException

DisplayGroupList

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

DisplayGroupListHeader

protected void DisplayGroupListHeader(HTMLTable myTable)
Parameters:
myTable -
Throws:
HTMLException

DisplayGroupListItem

protected void DisplayGroupListItem(HTMLTable myTable,
                                    int id,
                                    java.lang.String name)
Parameters:
myTable -
id -
name -
Throws:
HTMLException

DisplayGroupsActionBar

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

DisplayHeader

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

DisplayHiddenInputs

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

DisplayMiniHelp

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

DisplayRowForEmptyList

protected void DisplayRowForEmptyList(HTMLTable myTable)
Parameters:
myTable -
Throws:
HTMLException

folderName

protected java.lang.String folderName(int id)
Parameters:
id -
Returns:

GetModel

protected IAuthSourceModelRO GetModel()
Returns:



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