Uiinfrastructure API Docs  
 

GrowableListView Members

GrowableListView overview

Public Static Fields

HTMLINPUT_ITEM Class name for the activity space
STR_MVC_CLASS_NAME Class name for the activity space

Public Instance Constructors

GrowableListView Constructor Initializes a new instance of the GrowableListView class.

Public Instance Methods

AddEmptyCellToRow (inherited from EditorView)Overloaded. Adds an empty Cell to the Row passed in argument.
AddEmptyRowToTable (inherited from EditorView)Overloaded. Adds an empty Row to the Table passed in argument.
Create 
Display (inherited from ExpListView) Returns the HTML for the View.
DisplayJavascript Returns Java Script for goToPage function.
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 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.
GetHTMLForRow Returns the HTML for the row _nRowIndex. Each row contains just an icon and input text.
GetName Returns the Class name.
GetType (inherited from Object)Gets the Type of the current instance.
Init (inherited from EditorView) Inits the View with the read-only Model and the Activity Space.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

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

Protected Instance Methods

AddHTMLToActionBar (inherited from ExpListView) Empty method that sub classes can override to add actions to the action bar (like a create object action).
CheckRowIsVisible (inherited from ExpListView) Helper method to determine whether or not row is visible. This method is used by Display().
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 EditorView) Returns the header for the View.
GetHTMLBelowActionBar (inherited from ExpListView) Returns the HTML for the space below the Action bar. (The one with the add and delete icons).
GetHTMLBelowMainTable (inherited from ExpListView) Returns the HTML for the space below the main table, after all rows have been displayed.
GetHTMLForActionBar (inherited from ExpListView) Returns the HTML for the Action bar. (The one with the add and delete icons).
GetHTMLForAddAction (inherited from ExpListView) Returns the HTML for the add cell in the action bar.
GetHTMLForAllRowsAdded (inherited from ExpListView) 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.
GetHTMLForBottomRow (inherited from ExpListView) Returns the HTML for the last row of the main table.
GetHTMLForCheckBox (inherited from ExpListView) Returns the HTML for the checkbox on row _nRowIndex.
GetHTMLForDeleteAction (inherited from ExpListView) Returns the HTML for the delete cell in the action bar.
GetHTMLForEmptyCellInActionBar (inherited from ExpListView) Helper method for empty cell between actions in the action bar.
GetHTMLForEmptyList (inherited from ExpListView) The HTML returned by this method will be printed out when the list is empty.
GetHTMLForIcon Helper method to get the HTML for the icon. (Each row has an icon before the input text.)
GetHTMLForMoveRowActions (inherited from ExpListView) Helper method for empty cell between actions in the action bar.
GetHTMLForPaginationLinks (inherited from ExpListView) Returns the HTML to display the pagination links.
GetHTMLForSubHeader (inherited from ExpListView) Returns the HTML for the sub header.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SetRowStyle (inherited from ExpListView) Helper method to set the style of a row. This method is used by Display().

See Also

GrowableListView Class | com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace