![]() ![]() | Class name for the activity space |
![]() ![]() | Class name for the activity space |
![]() |
Initializes a new instance of the MultiColumnListView class. |
![]() | Overloaded. Adds an empty Cell to the Row passed in argument. |
![]() | Overloaded. Adds an empty Row to the Table passed in argument. |
![]() | |
![]() | Returns the HTML for the View. |
![]() | Returns Java Script for goToPage function. |
![]() | Determines whether the specified Object is equal to the current 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. |
![]() | 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. |
![]() | Returns the HTML for the row _nRowIndex. Each row contains just an icon and input text for each column. |
![]() | Returns the Class name. |
![]() | Gets the Type of the current instance. |
![]() | Inits the View with the read-only Model and the Activity Space. |
![]() | Returns a String that represents the current Object. |
![]() | JF- Associated Activity Space |
![]() | JF- Associated read-only Model |
![]() | Variable is updated when iterating through rows in Display(). Maybe be used in child classes. |
![]() | Empty method that sub classes can override to add actions to the action bar (like a create object action). |
![]() | Helper method to determine whether or not row is visible. This method is used by Display(). |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Returns the header for the View. |
![]() | Returns the HTML for the space below the Action bar. (The one with the add and delete icons). |
![]() | Returns the HTML for the space below the main table, after all rows have been displayed. |
![]() | Returns the HTML for the Action bar. (The one with the add and delete icons). |
![]() | Returns the HTML for the add cell in the action bar. |
![]() | 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. |
![]() | Returns the HTML for the last row of the main table. |
![]() | Returns the HTML for the checkbox on row _nRowIndex. |
![]() | Returns the HTML for the delete cell in the action bar. |
![]() | Helper method for empty cell between actions in the action bar. |
![]() | The HTML returned by this method will be printed out when the list is empty. |
![]() | Helper method to get the HTML for the icon. (Each row has an icon before the input text.) |
![]() | Helper method for empty cell between actions in the action bar. |
![]() | Returns the HTML to display the pagination links. |
![]() | |
![]() | Creates a shallow copy of the current Object. |
![]() | Helper method to set the style of a row. This method is used by Display(). |
MultiColumnListView Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace