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