|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorView
com.plumtree.uiinfrastructure.expandablelist.ExpListView
com.plumtree.portaluiinfrastructure.expandablelist.properties.ExpListPropBrowseView
com.plumtree.portaluiinfrastructure.expandablelist.properties.ExpListPropEditView
com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties.ObjPropEditView
com.plumtree.portalpages.browsing.editors.userprofile.GeneralInfoView
public class GeneralInfoView
Field Summary | |
---|---|
static java.lang.String |
HTMLHIDDEN_PROPERTYINDEX
|
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
Fields inherited from class com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties.ObjPropEditView |
---|
HTMLHIDDEN_CLEARVALUE, HTMLINPUT_SELECT_PICKLIST_PREFIX, HTMLINPUT_SELECT_PICKLIST_TAGID, m_strRowHeight |
Fields inherited from class com.plumtree.portaluiinfrastructure.expandablelist.properties.ExpListPropEditView |
---|
HTMLINPUT_ITEM, HTMLINPUT_PASSWORD, INPUT_MAXLENGTH_STRING, INPUT_MAXSIZE_DOUBLE, INPUT_MAXSIZE_LONG, INPUT_MAXSIZE_STRING |
Fields inherited from class com.plumtree.portaluiinfrastructure.expandablelist.properties.ExpListPropBrowseView |
---|
m_rowStyleClass |
Fields inherited from class com.plumtree.uiinfrastructure.expandablelist.ExpListView |
---|
HTMLBUTTON_DELETE, HTMLCHECKBOX_CHECKALL, HTMLCHECKBOX_DELROW, HTMLHIDDEN_COLUMNID, HTMLHIDDEN_MOVEACTION, HTMLHIDDEN_ROWINDEX, HTMLID_EXPLIST, m_nLastVisibleRow |
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView |
---|
m_asOwner, m_model, SPACE |
Constructor Summary | |
---|---|
GeneralInfoView()
|
Method Summary | |
---|---|
protected boolean |
CheckRowIsVisible(int _nRowIndex)
Helper method to determine whether or not row is visible. |
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 View. |
HTMLScript |
DisplayJavascript()
JavaScript for opening tree selectors and retrieving values on return from tree. |
protected HTMLElementCollection |
Get508AddSubmit(int _nRowIndex)
|
protected HTMLElementCollection |
Get508RemoveSubmit(int _nRowIndex)
|
protected HTMLAnchor |
GetAddAnchor(int _nRowIndex)
Returns anchor for add button |
protected HTMLTable |
GetHTMLBelowActionBar()
We don't have an action bar in our edit mode, but we will display a button to link to the global object properties map below where the action bar would have been. |
protected HTMLTable |
GetHTMLForActionBar()
GetHTMLForActionBar |
protected HTMLElement |
GetHTMLForDate(int _nRowIndex)
Returns HTML for display date/time value |
protected HTMLTableCell |
GetHTMLForRowAction(int _nRowIndex)
Returns table cell for adding a value or deleting a value. |
protected HTMLTableRow |
GetHTMLForSubHeader()
Returns the HTML for the sub header. |
java.lang.String |
GetName()
Returns the Class name. |
Methods inherited from class com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties.ObjPropEditView |
---|
CheckRowIsRemovable, GetDeleteAnchor, GetHTMLBelowMainTable, GetHTMLForEditMappings, GetHTMLForName, GetHTMLForPickList, GetHTMLForPickTree, GetHTMLForPropertyValue, GetHTMLForReferenceTree, GetHTMLForRow |
Methods inherited from class com.plumtree.portaluiinfrastructure.expandablelist.properties.ExpListPropEditView |
---|
GetHTMLElementForRow, GetHTMLEncryptedInput, GetHTMLTextInput |
Methods inherited from class com.plumtree.portaluiinfrastructure.expandablelist.properties.ExpListPropBrowseView |
---|
CheckRowIsFirstForProperty, SetRowStyle |
Methods inherited from class com.plumtree.uiinfrastructure.expandablelist.ExpListView |
---|
AddHTMLToActionBar, GetHiddenInputsForPagination, GetHTMLForAddAction, GetHTMLForAllRowsAdded, GetHTMLForBottomRow, GetHTMLForCheckBox, GetHTMLForDeleteAction, GetHTMLForEmptyCellInActionBar, GetHTMLForEmptyList, GetHTMLForMoveRowActions, GetHTMLForPaginationLinks, GetJavaScriptsForPagination |
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 |
---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String HTMLHIDDEN_PROPERTYINDEX
Constructor Detail |
---|
public GeneralInfoView()
Method Detail |
---|
public java.lang.Object Create()
EditorView
Create
in interface IManagedObject
Create
in class ObjPropEditView
IManagedObject.Create()
public java.lang.String GetName()
GetName
in interface IMVCObject
GetName
in class ObjPropEditView
IMVCObject.GetName()
protected HTMLTable GetHTMLForActionBar()
GetHTMLForActionBar
in class ExpListView
protected HTMLTable GetHTMLBelowActionBar()
ObjPropEditView
GetHTMLBelowActionBar
in class ObjPropEditView
protected HTMLTableRow GetHTMLForSubHeader()
ExpListView
GetHTMLForSubHeader
in class ExpListView
protected boolean CheckRowIsVisible(int _nRowIndex)
CheckRowIsVisible
in class ObjPropEditView
_nRowIndex
-
ExpListView.CheckRowIsVisible(int)
protected HTMLElement GetHTMLForDate(int _nRowIndex)
GetHTMLForDate
in class ExpListPropEditView
_nRowIndex
-
HTMLException
protected HTMLTableCell GetHTMLForRowAction(int _nRowIndex)
GetHTMLForRowAction
in class ObjPropEditView
_nRowIndex
- Current row index
java.lang.Exception
protected HTMLElementCollection Get508AddSubmit(int _nRowIndex)
protected HTMLElementCollection Get508RemoveSubmit(int _nRowIndex)
protected HTMLAnchor GetAddAnchor(int _nRowIndex)
GetAddAnchor
in class ObjPropEditView
_nRowIndex
- Current row index
java.lang.Exception
public HTMLScript DisplayJavascript()
DisplayJavascript
in interface IView
DisplayJavascript
in class ObjPropEditView
IView.DisplayJavascript()
public HTMLElement Display()
Display
in interface IView
Display
in class ObjPropEditView
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |