Plumtree Portal UI  
 

ObjPropEditView Members

ObjPropEditView overview

Public Static Fields

HTMLHIDDEN_CLEARVALUE HTML Object name: clear value (set to true to clear the property value)
HTMLINPUT_SELECT_PICKLIST_PREFIX Prefix for picklist input
HTMLINPUT_SELECT_PICKLIST_TAGID TagID for picklist
STR_MVC_CLASS_NAME Class name for the ObjPropEditView

Public Instance Constructors

ObjPropEditView Constructor Initializes a new instance of the ObjPropEditView class.

Public Instance Methods

AddEmptyCellToRow (inherited from com.plumtree.uiinfrastructure.editor.EditorView)Overloaded.  
AddEmptyRowToTable (inherited from com.plumtree.uiinfrastructure.editor.EditorView)Overloaded.  
Create 
Display Returns the HTML for the View.
DisplayJavascript JavaScript for opening tree selectors and retrieving values on return from tree.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHeaderView (inherited from com.plumtree.uiinfrastructure.editor.EditorView) 
GetHTMLForRow Returns the HTML for the row _nRowIndex.
GetName 
GetType (inherited from Object)Gets the Type of the current instance.
Init (inherited from com.plumtree.uiinfrastructure.editor.EditorView) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.editor.EditorView) 
m_model (inherited from com.plumtree.uiinfrastructure.editor.EditorView) 
m_nLastVisibleRow (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
m_rowStyleClass (inherited from ExpListPropBrowseView) Used to set the style of the row
m_strRowHeight Height of rows in list

Protected Instance Methods

AddHTMLToActionBar (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
CheckRowIsFirstForProperty (inherited from ExpListPropBrowseView) Compares the property ID of the row to the previous row's property ID to determine whether or not the row is a new property or not.
CheckRowIsRemovable Checks to see if the row can be removed.
CheckRowIsVisible Helper method to determine whether or not row is visible. This method is used by Display(). This method overrides the default behavior of the ExpListView, where all rows are visible.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetAddAnchor Returns anchor for add button
GetDeleteAnchor Returns anchor for delete button
GetHeaderViewHelper (inherited from com.plumtree.uiinfrastructure.editor.EditorView) 
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.
GetHTMLBelowMainTable Displays HTML below action bar. If the table contained any mandatory properties, then we want to display "*RequiredText".
GetHTMLElementForRow (inherited from ExpListPropEditView) Returns the HTML for a row in the list.
GetHTMLEncryptedInput (inherited from ExpListPropEditView) Return HTML for text input box
GetHTMLForActionBar (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForAddAction (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForAllRowsAdded (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForBottomRow (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForCheckBox (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForDate (inherited from ExpListPropEditView) Returns HTML for display date/time value
GetHTMLForDeleteAction (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForEditMappings Returns the HTML for the editing mappings
GetHTMLForEmptyCellInActionBar (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForEmptyList (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForMoveRowActions (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForName Returns HTML for name of property. If the row is a new property then display name. If the row is another value in a multi-valued property, then don't display name. Distinguish mandatory properties from optional properties.
GetHTMLForPaginationLinks (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLForPickList Returns HTML for pick list
GetHTMLForPickTree Returns HTML for pick tree
GetHTMLForPropertyValue Returns table cell for property value
GetHTMLForReferenceTree Returns HTML for reference tree
GetHTMLForRowAction Returns table cell for adding a value or deleting a value.
GetHTMLForSubHeader (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLTextInput (inherited from ExpListPropEditView) Return HTML for text input box
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SetRowStyle (inherited from ExpListPropBrowseView) Helper method to set the style of a row. This method is used by Display(). Overrides the ExpListView::SetExpListRowStyle().

See Also

ObjPropEditView Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace