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

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

public abstract class AuthSource3View
extends EditorView

Author:
OlegS

Field Summary
static java.lang.String HTMLINPUT_AuthenticationAndSynchronizationChoice
           
static java.lang.String HTMLINPUT_BatchSize
           
static java.lang.String HTMLINPUT_CrossAsMemberships
           
static java.lang.String HTMLINPUT_PARTNERS
           
static java.lang.String HTMLINPUT_SynchronizationType
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
AuthSource3View()
           
 
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 DisplayHeader1(HTMLElementCollection result)
           
protected  void DisplayHeader2(HTMLElementCollection result)
           
protected  void DisplayHeader3(HTMLElementCollection result)
           
protected  void DisplayHiddenInputs(HTMLElementCollection result)
           
protected  void DisplayLastRowForBody2(HTMLTable myTable)
          Prints the last part of the second body.
protected  void DisplayRadioForBody1(HTMLTableCell myCell, int ivalue, int iChecked, java.lang.String s, boolean needbreak)
           
protected  void DisplayRowForBody2(HTMLTable myTable, int ivalue, int nChecked, java.lang.String subheader, java.lang.String generalDesc, java.lang.String userDesc, java.lang.String groupDesc)
           
protected  void DisplayTwoSpansForBody2(HTMLTableRow myRow, java.lang.String s1, java.lang.String s2)
           
protected  IAuthSourceModelRO model()
           
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, Create, DisplayJavascript, 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

HTMLINPUT_AuthenticationAndSynchronizationChoice

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

HTMLINPUT_SynchronizationType

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

HTMLINPUT_BatchSize

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

HTMLINPUT_PARTNERS

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

HTMLINPUT_CrossAsMemberships

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

AuthSource3View

public AuthSource3View()
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:
Throws:
XPException

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

DisplayHeader1

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

DisplayHeader2

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

DisplayHeader3

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

DisplayHiddenInputs

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

DisplayLastRowForBody2

protected void DisplayLastRowForBody2(HTMLTable myTable)
Prints the last part of the second body. Specifically: Cross AS Memberships setting Batch Import setting

Parameters:
myTable -
Throws:
HTMLException

DisplayRadioForBody1

protected void DisplayRadioForBody1(HTMLTableCell myCell,
                                    int ivalue,
                                    int iChecked,
                                    java.lang.String s,
                                    boolean needbreak)
Parameters:
myCell -
ivalue -
checked -
s -
needbreak -
Throws:
HTMLException

DisplayRowForBody2

protected void DisplayRowForBody2(HTMLTable myTable,
                                  int ivalue,
                                  int nChecked,
                                  java.lang.String subheader,
                                  java.lang.String generalDesc,
                                  java.lang.String userDesc,
                                  java.lang.String groupDesc)
Parameters:
myTable -
ivalue -
nChecked -
s1 -
s2 -
Throws:
HTMLException

DisplayTwoSpansForBody2

protected void DisplayTwoSpansForBody2(HTMLTableRow myRow,
                                       java.lang.String s1,
                                       java.lang.String s2)
Parameters:
myRow -
s1 -
s2 -
Throws:
HTMLException

model

protected IAuthSourceModelRO model()
Returns:



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