Uiinfrastructure API Docs  
 

ExpListView Members

ExpListView overview

Public Static Fields

iconiconHTMLBUTTON_DELETE JF- HTML Object name: Delete button
iconiconHTMLCHECKBOX_CHECKALL JF- HTML Object name: Check all checkbox
iconiconHTMLCHECKBOX_DELROW JF- HTML Object name: Delete row checkbox
iconiconHTMLHIDDEN_COLUMNID JF- HTML Object name: Column index
iconiconHTMLHIDDEN_MOVEACTION JF- HTML Object name: Move row action
iconiconHTMLHIDDEN_ROWINDEX JF- HTML Object name: Row index
iconiconHTMLID_EXPLIST RWW - HTML ID: Entire Expandable List.

Public Static Methods

iconiconGetHiddenInputsForPagination Returns the HTML to display the hidden inputs needed for the pagination. Those inputs have to be displayed only once per page.
iconiconGetJavaScriptsForPagination Returns the JavaScripts needed for the pagination. Those JavaScripts have to be displayed only once per page.

Public Instance Methods

iconAddEmptyCellToRow (inherited from EditorView)Overloaded. Adds an empty Cell to the Row passed in argument.
iconAddEmptyRowToTable (inherited from EditorView)Overloaded. Adds an empty Row to the Table passed in argument.
iconCreate (inherited from EditorView) This method is used by the ASManager to return new instances of managed objects.
iconDisplay Returns the HTML for the View.
iconDisplayJavascript Returns Java Script for goToPage function.
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (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.
iconGetHeaderView (inherited from EditorView) Returns the header for the view. In the case that your Activity Space is not extended from EditorAS, but your view is, you will need to overwrite GetHeaderView with this same code, with the exception that you will be passing your m_asOwner. In here, the m_asOwner is expected to be of type EditorAS.
iconGetHTMLForRow Will be called for each row. Should return the HTML for row _nRowIndex.
iconGetName (inherited from EditorView) Returns the Class name.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit (inherited from EditorView) Inits the View with the read-only Model and the Activity Space.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

icon ExpListView Constructor Initializes a new instance of the ExpListView class.

Protected Instance Fields

iconm_asOwner (inherited from EditorView) JF- Associated Activity Space
iconm_model (inherited from EditorView) JF- Associated read-only Model
iconm_nLastVisibleRow Variable is updated when iterating through rows in Display(). Maybe be used in child classes.

Protected Instance Methods

iconAddHTMLToActionBar Empty method that sub classes can override to add actions to the action bar (like a create object action).
iconCheckRowIsVisible Helper method to determine whether or not row is visible. This method is used by Display().
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetHeaderViewHelper (inherited from EditorView) Returns the header for the View.
iconGetHTMLBelowActionBar Returns the HTML for the space below the Action bar. (The one with the add and delete icons).
iconGetHTMLBelowMainTable Returns the HTML for the space below the main table, after all rows have been displayed.
iconGetHTMLForActionBar Returns the HTML for the Action bar. (The one with the add and delete icons).
iconGetHTMLForAddAction Returns the HTML for the add cell in the action bar.
iconGetHTMLForAllRowsAdded The HTML returned by this method will be printed out when all the rows in the list are already added and there are no more rows to add.
iconGetHTMLForBottomRow Returns the HTML for the last row of the main table.
iconGetHTMLForCheckBox Returns the HTML for the checkbox on row _nRowIndex.
iconGetHTMLForDeleteAction Returns the HTML for the delete cell in the action bar.
iconGetHTMLForEmptyCellInActionBar Helper method for empty cell between actions in the action bar.
iconGetHTMLForEmptyList The HTML returned by this method will be printed out when the list is empty.
iconGetHTMLForMoveRowActions Helper method for empty cell between actions in the action bar.
iconGetHTMLForPaginationLinks Returns the HTML to display the pagination links.
iconGetHTMLForSubHeader Returns the HTML for the sub header.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconSetRowStyle Helper method to set the style of a row. This method is used by Display().

See Also

ExpListView Class | com.plumtree.uiinfrastructure.expandablelist Namespace