Plumtree Portal UI  
 

ObjPropBrowseView Methods

The methods of the ObjPropBrowseView class are listed below. For a complete list of ObjPropBrowseView class members, see the ObjPropBrowseView Members topic.

Public Instance Methods

AddEmptyCellToRow (inherited from com.plumtree.uiinfrastructure.editor.EditorView)Overloaded.  
AddEmptyRowToTable (inherited from com.plumtree.uiinfrastructure.editor.EditorView)Overloaded.  
Create 
Display (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
DisplayJavascript (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
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 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.
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.
GetHeaderViewHelper (inherited from com.plumtree.uiinfrastructure.editor.EditorView) 
GetHTMLBelowActionBar (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
GetHTMLBelowMainTable (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
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) 
GetHTMLForDeleteAction (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
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) 
GetHTMLForPropertyValue Returns table cell for property value
GetHTMLForRowAction Returns null because rows are read-only in browse-mode.
GetHTMLForSubHeader (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListView) 
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

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